What is the significance of addrspc parameter in the exec statement?
No Answer is Posted For this Question
Be the First to Post Answer
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
What is the difference between the positional and keyword parameters? Give examples.
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
How to create delta file using JCL
lines(1,cancel)??What is meant by that??Plz explain it....
How to send notification to multiple users through jcl???
How does the jcl specify the job to os?
common jcl abends??
what is the alternative to model parameter?
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?
What is the purpose of dd?
Whats error code s222?