mehi1353 wrote:Hello again,
it works fine, just when th first argument has not any Blanks.
When I for example use this entry:
// SET LAUFNUMM='MAY 1983'
// SET ACCOUNT='MEHRDAD RASTEGAR'
I receive this output:
LAUFNUMM= MAY
ACCOUNT= 1983 MEHRDAD RASTEGAR
In rexx, I had used: PARSE ARG LAUFNUMM ACCOUNT
Special Thanks,
and
All the best
1. Please!!!!! Learn how to use the Code button in your postings!!!!!
2. I recommend you to RTFM about PARSE statement options, and about REXX features in general.
I cannot repeat here the REXX guide in full.
And you should not ask the Forum about every and each specific option, especially about the basic ones.