On Wed, 26 Apr 2017 15:14:27 +1000, Andrew Rowley wrote:

>I am trying to create some JCL procedures using symbols in instream
>data, with the ability to override the symbol using standard procedure
>calling conventions.

This sounds similar to a problem that I had a while back. Do you have 
OA47958 applied?

>//TEST     PROC MESSAGE='''Hello World'''
>//SYMBOLS  EXPORT SYMLIST=(SYM)
>//         SET SYM=&MESSAGE

What happens if you use EXPORT SYMLIST=*
or SET MESSAGE=&MESSAGE and change the references to &SYM to &MESSAGE.

If you have OA47958 applied, you might want to open an SR.

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