I tried spreading the first three parms across three lines -- no difference.

Charles

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Charles Mills
Sent: Thursday, February 14, 2019 10:21 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: PARMDD and Symbols in a Started PROC

Combo of the two, Lizette.

There are nine parms spread across three lines.

Charles

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of Lizette Koehler
Sent: Thursday, February 14, 2019 10:12 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: PARMDD and Symbols in a Started PROC

How do you have your parms set in the PARMDD input?

I was told each parm needs to be on a separate line.  Not sure how accurate
that
is.

Have you tried individual lines?

Which way is your input coded?


   //MYDDNAME DD *,SYMBOLS=JCLONLY
   PARM1,PARM2,PARM3,etc

Or 
   //MYDDNAME DD *,SYMBOLS=JCLONLY
   PARM1
   PARM2
   PARM3
    Etc...

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to