>> I'd like to do something like // SET FOO=&BAR.&BAZ and have the values of >> both symbols inserted rather than just one. Is there a way to do that?
Seymour, If you have BAR and BAZ symbols defined before the FOO , it will substitute. // SET BAR=PARM1 // SET BAZ=PARM2 // SET FOO=&BAR.&BAZ Will result in 2 // SET BAR=PARM1 3 // SET BAZ=PARM2 4 // SET FOO=&BAR.&BAZ /* IEFC653I SUBSTITUTION JCL - FOO=PARM1PARM2 Thanks, Kolusu ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
