Hello, I need to execute a jcl who PARM exceed more than 100 characters, some of this parameters are variables like &CICS&DB2&COMP
I modified JCL to execute PARM by DDPARM on a file, but i am not able to insert values with &CICS&DB2&COMP.
I guess maybe it is possible to capture variables on PARM creating some new steps, but I dunno how.
Any suggestion?
. . . . .
// EXPORT SYMNAMES=*
. . . . . . . .
//stepname EXEC PGM=progname,PARMDD=SPECPARM
//SPECPARM DD *,SYMBOLS=EXECSYS
. . . parm values . . . &variable. other parms . . . .
//*