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 |
how would you create a temporary dataset? And where will you use them?
How is a dataset passed from one step to another?
What is Uncatalog dataset? How can we access/use them?
What are the utility programs in jcl?
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program anyone please answer me for above questions. it's very urgent
what do you mean by include statement in jcl?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
What is the difference between primary and secondary allocations for a dataset?
how you will define a temporary dataset in jcl?
What statement marks the end of an in-stream or catalogued procedure?