On Thu, 2010-08-19 at 17:58 +0200, 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
> 

I cheat

// SET PARM1='FIRST PART'
// SET PARM2='SECOND PART'
//DOIT EXEC PGM=PGM,PARM='&PARM1&PARM2'

I'm fairly sure this works.

-- 
John McKown
Maranatha! <><

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

Reply via email to