On Fri, 3 Oct 2008 22:20:11 -0300, Claudio Marcio <[EMAIL PROTECTED]> wrote:

>Hi,
>
>How make to receive one string in rexx language??
>
>Ex.   say ' you want exit (s/n)?'
>
>pull ??
>arg ??
>parse ??
>
>if  (string??) = 's'
>    return to begin exec
>else
>    exit
>
>I want ready the string with which command?
>
>regards
>

It this a homework question?    How about this one:

/* REXX */                                             
/* Question:                                       */  
/* Execute this EXEC.  What must be entered to     */  
/* get the EXEC to respond okie dokie?             */  
/*                                                 */  
Say 'Enter value for number:'                          
pull number                                            
color = blue                                           
if number = 7 but color is not green                   
  then say okie dokie                                  
  else say get outta here                              


--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - ZFUS G-ITO
mailto:[EMAIL PROTECTED]
z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to