wht is step lib n job lib ? where can we code joblib n steplib ?
Answers were Sorted based on User's Feedback
Answer / venkat
The library which is declared under the job cord is the
joblib. The library specified under the step is the steplib.
If the load module not found in the steplib then the system
searches in the joblib.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ch.mohan
steblib writtens after exec statements and joblib written
after jobcard the
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / tanmay
Joblib is written before the STEP and it gives the library
name where the program resides.
Step lib is coded in any step and tells the library where
the program resides.
| Is This Answer Correct ? | 0 Yes | 4 No |
hi guys what r the diff types of procs in jcl? bye ramya
4 Answers ACS, Keane India Ltd,
What does a disposition of (new,catlg,keep) for a dsn mean?
which utility is used a dummy utility?
The maximum number of in-stream procedure you can code in any JCL is ?
which utility is used to run a cobol-db2 program?
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
what is fixed length and variable length and difference between them
How to copy one PS file to multiple PS files with same data?
wht happens if cond=true ? pls give me with an example ?
What is the significance of addrspc parameter in exec statement?
How do you submit a JCL under CICS environment ?
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?