Michael Knigge wrote:
All,

I want to pass multiple parameters to a rexx running in batch, but one of the parameters can contain spaces (--> multiple words).

I tried

EXEC PGM=IKJEFT01,PARM='MYREXX P1 "P2 IS HERE" P3'

and also

EXEC PGM=IKJEFT01,PARM='MYREXX P1 ''P2 IS HERE'' P3'


but all in vain. no chance?


Thank you all,
Michael

Try P2.IS.HERE and use a separate PARSE to break out the words of the second parameter.

--
Rich Smrcina
Phone: 414-491-6001
http://www.linkedin.com/in/richsmrcina

Catch the WAVV! http://www.wavv.org
WAVV 2009 - Orlando, FL - May 15-19, 2009

----------------------------------------------------------------------
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