Thanks! worked!

Kind regards

Bernd


Steve Comstock schrieb:
Bernd Oppolzer wrote:
Hello IBM-Main,

can I split a PARM on the EXEC statement, which is too long,
in two parts (on two lines), without having a comma inserted?

Thanks, regards

Bernd

Yes. For example:

//STEPPER  EXEC PGM=MYPROG,PARM='BLAH BLAH BLAH .... BLA
//             H BLAH BLAH'

That is:

* Code the parm string up to and including col. 71 (do not close the quotes)
* resume the string exactly in col. 16

that should do it.

HTH.



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