What happens if both JOBLIB and STEPLIB is specified ?
Answer Posted / siri
if given joblib and steplib are specified then system first checks in steplib and if not found then it checks in production libraries or system libraries and if not found abends with abend code s806..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the function of a dd statement?
For what purpose steplib and joblib are used ?
What does a disposition of (new,catlg,keep) for a dsn mean?
what operation is performed by job statement?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
how you can direct the data to spool using SYSOUT option?
in ways data can be passed to a COBOL program from JCL?
Is it possible to code instream data in a PROC?
write a jcl to execute a job by 7:00 am on jan 20,1986?
which parameter is use to declare the name of dataset in dd statement?
How does jcl specify the job to the operating system?
How to pass data to a program that is coded in an exec statement?
what are the types of abends that occur on job failure? And explain the possible causes of these
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
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 ?