zefrim Beginner
Joined: 29 Jun 2006 Posts: 22 Topics: 19
|
Posted: Thu Feb 21, 2008 7:55 am Post subject: REXX Upper Case and Lower Case |
|
|
Hello Forum participants
I have several problems with 2 Rexx procedures.
The first procedure is as follows:
/ * * REXX /
ADDRESS ISPEXEC
"SELECT CMD (SRT2 NAME (Mailing List))"
Exit
The 2.te rexx:
/ * * REXX /
Arg x
Say x
Exit
Although in the first REXX the field name in small letters is coded,
I get in called Rexx only capital letters.
How can I ensure that I am in the 2.ten REXX also get small letters.
Greetings
Zefrim |
|