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 |
My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.
Which statement is used to identify the private libraries in job?
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
what happens in conversion stage in job processing?
there are 10 steps in jcl how to execute the steps from step2 to step8 only
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?
Can we change a FB file to VB file in JCL? Please help
How do you submit a job for execution?
What you mean by skeleton JCl?
diff bw vsam and normal flat file?
how to convert a file form fixed Length to variable length?