Hi ,
I have three copy steps in a JCL each of them passing a set of parameter inputs.
Each copy step calls the same PROCLIB member that executes the COPY program.
Now I need to run the second step after the first one.How can this be done?
Because currently when I give more than one call to the proc, it throws error,but runs fine
when there is only a single call. So how will it be possible to execute the calls following
the first call in the JCL ?
Thank You.
I have three copy steps in a JCL each of them passing a set of parameter inputs.
Each copy step calls the same PROCLIB member that executes the COPY program.
Now I need to run the second step after the first one.How can this be done?
Because currently when I give more than one call to the proc, it throws error,but runs fine
when there is only a single call. So how will it be possible to execute the calls following
the first call in the JCL ?
Thank You.