Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Why do you want to specify the REGION parameter in a JCL step?
How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what is the meaning of keyword in jcl?what is is opposite?
in jcl you are having JCLLIB and STEPLIB what happens
Describe the JOB statement, its meaning, syntax and significant keywords?
how to run batch program without jcl?
can a job be submitted through jcl only? is there another way to submit a job?
What is condition checking in jcl? Is this possible?
Can we use empty VSAM as input?
COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?