Try adding an output report DD statement to your SYSIN, like this:

//SYSUT1 DD *,SYMBOLS=(EXECSYS,SYMRPT)

And then add a DD for SYMRPT
//SYMRPT   DD SYSOUT=G

This report will show the before and after substitution, and may give you a 
clue.

Billy

Ed Jaffe wrote on 7/20/2021 18:30:
On 7/20/2021 2:26 PM, Lund, James E wrote:
Howdy,
Seeing an interesting behavior with instream variable substitution. My 10 step test job:

It works great with JES3^plus V1R0 under z/OS 2.4:

FY=2021  SYS=MVS70
FY=2021  SYS=MVS70
FY=2021  SYS=MVS70
FY=2021  SYS=MVS70
FY=2021  SYS=MVS70
FY=2021  SYS=MVS70
FY=2021  SYS=MVS70
FY=2021  SYS=MVS70
FY=2021  SYS=MVS70
FY=2021  SYS=MVS70



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

Reply via email to