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 |
can we bowse or edit the GDG dataset if it is a tape entry?
How to alter the parameters for the existing gdg?
What is the use of symbol // in jcl?
what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?
Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?
How gdg are concatenated?
what is meant by jobtrac?
When will we need to specify Space parameter ?
What are the parameters that are used in creating a gdg?
Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?
Why include statement is used in a jcl?
i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?