Hi Guys,
There is a scenario -- Symbolic variable which is used in DSN name in JCL that has to be replaced from COBOL program
Is it possible to pass values other than 'return-code' from COBOL to JCL?
I looked into several websites but I couldn't get the desired code
For example:
//Ddname DD DSN=&var1, disp=shr
My requirement to replace this 'var1' from COBOL program, is it possible?
Thanks