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 a PS file be read in reverse order?If so,how
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?
What does the one advantange of using IEBUPDTE?????
Suppose a proc step has a DD statement like //ABC DD DSN=TEST.FILE1,DISP=SHR DSN=TEST.FILE2,DISP=SHR and the above DD name is overridden from the JCL as given below //procstepname.ABC DD DSN=TEST.FILE3 - Will the DD statement now have just TEST.FILE3 or it will be TEST.FILE3 and TEST.FILE2? Suppose if it is overridden twice like //procstepname.ABC DD DSN=TEST.FILE3 //procstepname.ABC DD DSN=TEST.FILE4 Will this give a JCL error? If not, what will be final output?
How to do automated restart when a job abend?
after submiting the jcl.how do you know that the job has been completed.
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
how can you check if a file is empty using jcl?
There are a set of 10 files and a customer will be selecting random no of files(i.e they may be more than 2, may not be in the order).Sometimes he might just select one file or sometimes no files at all.How do you code a JCL for this? Is it possible to code just JCL alone for this problem?
Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 Answers CGI, DSRC, IBM,
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
what do you mean By spooling? Expand SPOOL?