> // EXPORT gets specified first before any //  SET stmts

How do I do that in a PROC where the SETs are implicit in the PROC
statement, which is the very first statement?

//procname PROC PARM1=value,PARM2=value 

Charles


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On
Behalf Of Rich Tabor
Sent: Thursday, February 14, 2019 10:59 AM
To: [email protected]
Subject: Re: PARMDD and Symbols in a Started PROC

Hadn't seen SYMLIST=*  learn something new every day...

// EXPORT gets specified first before any //  SET stmts

-----Original Message-----
From: IBM Mainframe Discussion List <[email protected]> On Behalf Of
Charles Mills
Sent: Thursday, February 14, 2019 10:57 AM
To: [email protected]
Subject: Re: [IBM-MAIN] PARMDD and Symbols in a Started PROC

I tried EXPORT SYMLIST=(PARM1,PARM2)

No difference.

Would it kill IBM to have some meaningful examples in the JCL reference?

Charles


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On
Behalf Of Rich Tabor
Sent: Thursday, February 14, 2019 10:24 AM
To: [email protected]
Subject: Re: PARMDD and Symbols in a Started PROC

Do you really have //  EXPORT SYMLIST=* or something like //  EXPORT
SYMLIST=(PARM1,PARM2)

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email
to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to