what is a steplib
Answers were Sorted based on User's Feedback
Answer / vijay
it specifies a load library in which only a particular steps
of load module is searched.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / rangarao chitipothu
STEPLID and JOBLIB both are used to specify the location of the load-modules to the operating system.
but here
---> In steplid is used for single step.
---> In joblib is used for multiple steps.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / dilip
Steplib is used to mentions a particular step Load library
where as Job Library is used to mention Loab library for
all the steps.The hierarchy of the verifying load libraries
is first Step lib,if it didnot get load there it will then
search in the Job lib.
| Is This Answer Correct ? | 1 Yes | 0 No |
SORT card to eliminate duplicity.
what is A-MODE and R-MODE?
I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.
how can the same proc be re-used and called by many jobs?
how to resolve soc-7 ? please tell me
Where & How Do You Code Identifier In Jcl?
what will be the error code if duplicate key of VSAM file is found?
How many parameters are there to a DISP statement and what are their uses ?
What happens if both JOBLIB & STEPLIB is specified ?
Explain about LMPUT-
in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths
Explain about CBL/PROCESS statement syntax