On Thu, 14 Feb 2019 11:01:44 -0800, Charles Mills <charl...@mcn.org> wrote:

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

Try this:
//procname PROC PARM1=value,PARM2=value
//   EXPORT SYMLIST=*
//   SET PARM1=&PARM1
//   SET PARM2=&PARM2

-- 
Tom Marchant

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