how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
IBM,
1463a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
IBM,
1 2698what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
IBM,
1288a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
IBM,
1141
what is the purpose of coding class parameter in job statement?
Is their any limit for data sets?
What is the purpose of dd dummy statement?
Give the syntax of job specifying jcl statement.
which parameter is use to declare the name of dataset in dd statement?
how do you code a null statement?
Define concatenating?
Explain dd statement in jcl?
Explain how can values be passed from the job stream to an executable program?
Which statement is used to identify the private libraries in job?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What do you understand by the term job time – out and how can you overcome that?
What is the function of a dd statement?