Dear All
I am new to assembler.
I have a parameter called "Date" ?
and the line in JCL is:
// SETPARM PWRJOB,MYDATE='&MYDATEX'
My Goal is to get this parameter through console, so How to do that in the Assembler Program ?
then How to access "MYDATE" that exist in the JCL to set it with the i/p value ??
plz i want the solution in its simplest form to understand it
Thanks