What is order of searching of the libraries in a JCL?
Answer Posted / sunitha
Suppose if we specify multiple datasets in the joblib and
steplib statements then the dataset with largest block size
will be the first one to be searched in order.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Explain how can a jobs execution priority be modified?
what is the purpose of coding notify parameter in job statement?
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
which parameter is used to check the syntax of a jcl without executing it?
what JCL Procedures?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
what are JCLLIB and STEPLIB in JCL?
Differentiate between addressing mode and run mode.
What are the parameter we cannot use in procedure?
Explain the function of a dd statement?