how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
IBM,
1328a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
IBM,
1 2500what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
IBM,
1161a 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,
1026
how can you check if a file is empty using jcl?
Explain the purpose of dd * statement in jcl?
what operation is performed by job statement?
Suppose I have five jobs to do. But I want to hold one?
List the different jcl statements that are not permitted in the procedures?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How can a fb file convert to vb file using sort program?
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?
how you can access an uncataloged dataset in a JCL?
Is there any command to check wether the ps file is in sorted order?
How does jcl act on code(if you take a cobol program)?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
what sort card you will use to copy the data from one dataset to another dataset?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What is the maximum length of a single line of jcl?