Explain the function of job statement in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
what sort card you will use to copy the data from one dataset to another dataset?
In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04
What is a Generation Data Group (GDG)?
Does jcl support automatic restart?
what is fixed length and variable length and difference between them
What are the 2 types of parameters in dd statement?
Can you code instream data in a PROC ?
When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
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 ?
what is the purpose of coding class parameter in job statement?
How many parameters are there to a DISP statement and what are their uses ?
Describe the JOB statement, its meaning, syntax and significant keywords?