Let me be more specific. I have a dataset that is allocated to SYSEXEC. It
has a member FOO consisting (in its entirety) of

/* Rexx */   
say Arg(1)   
parse arg tt 
say tt       

When I enter

Command ===> tso foo bar

The output is 

 BAR    
 BAR    
 ***

What am I missing?

Charles

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf
Of Horne, Jim - James S
Sent: Monday, March 01, 2010 9:26 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Mixed case to a CLIST from ISPF command line?

Use PARSE ARG instead of ARG (which defaults to PARSE UPPER ARG).

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

Reply via email to