Answer Posted / selvarani ajeeth
Shakila ,I just need to add some points,
We can gie any number of loads in the joblib.
The precedence will be taken from the top to bottom.If the
program load is not found in the first PDS ,it will be
taken from the next.STEPLIB overrides JOBLIB statement.
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
When output dataset space is required, what quantity categories are used?
How to submit jcl through a cobol program?
Differentiate between the joblib and the steplib statements?
In job processing, what happens in execution stage?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What is the purpose of dd * statement in jcl?
What is one line to pass PARM from JCL to COBOL?
Why include statement is used in a jcl?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Brief description of inline procedure of jcl.
What does a disposition of (MOD,DELETE,DELETE) mean ?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Is condition checking possible in jcl?
Is their any limit for data sets?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?