List the various advantages of using jcl language?
No Answer is Posted For this Question
Be the First to Post Answer
How can values be passed from the job stream to an executable program?
Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?
How do you restart a step in JCL?
What does a disposition of (NEW,CATLG,KEEP) mean?
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
How many JOB statements a JCL can have ? If there are more than one JOB statements in a JCL, are they submitted in succession or in parallel ?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?
how to concatenate datasets
What is the difference between catalogue procedure and In-Stream procedure?
how JCL works?