Title: RE: REXX - WAKEUP - FULLSCREEN ON - programming question

No this isn't the answer. I can handle the CMD = ' ' if I could get it.
WAKEUP has to work differently or I need to be able to set a default character ie 'blank' not 'null' for the enter key.
Or if someone has a pipe routine that is a WAKEUP 'replacement' ...???

Thanks for the suggestion though.

Tom

-----Original Message-----
From: The IBM z/VM Operating System [mailto:[email protected]]On
Behalf Of Larry Macioce
Sent: Wednesday, May 03, 2006 1:29 PM
To: [email protected]
Subject: Re: REXX - WAKEUP - FULLSCREEN ON - programming question


How about this. I use this in a search and you get a second chance to input
if a blank is entered. DOn't know how vm will react though.

 IF CMD = ' ' THEN                                          
      DO                                                   
       SAY 'COMMAND PASSED IS NULL ... PLEASE INPUT COMMAND' 
       PULL CMD                                            
       IF CMD = ' ' THEN                                   
          DO                                               
           SAY 'BYE BYE'         

Mace


__________________________________________________________________
<< ella for Spam Control >> has removed VSE-List messages and set aside VM-List for me
You can use it too - and it's FREE!  http://www.ellaforspam.com

Reply via email to