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 |
how to code instream data in procedure?
A file has dta in S9(09) COMP format. How do I move the data into a character field X(10)?
I found in one of the jcl, gdg version being mentioned as : abc.def.ghi(-0) Can anyone tell me how referring the version as (-0) is different from referring it as (0)
What is S322 abend ?
Is their any limit for data sets?
i have 1000 records in input file and i want to sort it and the first 200 records to be placed in output file. how to do that??
what is the Difference between SYSIN and PARM ?
Explain about LMINIT - generate a data ID for a data set
How can values be passed from the job stream to an executable program?
how you can access an uncataloged dataset in a JCL?
How to execute step2,step1,step3 when step1,2&3 are in order
What is the use of the utility DFSRRC00 in the JCL?