What happens if both JOBLIB and STEPLIB is specified ?
Answer Posted / guest
JOBLIB is ignored
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
How can a jobs execution priority be modified?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What are the jcl procedures?
Explain the function of the steplib dd statement?
what is use of dcb parameter in dd statement?
How does jcl act on a cobol code?
What is the significance of addrspc parameter in exec statement?
What is one line to pass PARM from JCL to COBOL?
what is use of space parameter in dd statement?
Explain how can return codes be tested before execution of a job step?
what is the use of JCL?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What are the rules employed while naming the steps in a job?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?