What is STEPLIB, JOBLIB? What is it used for?
Answers were Sorted based on User's Feedback
Answer / guest
Specifies that the private library (or libraries) specified
should be searched before the default system libraries in
order to locate a program to be executed. STEPLIB applies
only to the particular step, JOBLIB to all steps in the job.
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / krishna
STEPLIB is used for identify the loadmodule location of the
particular step.
JOBLIB is used for identifies the loadmodule location of
the particular job
| Is This Answer Correct ? | 2 Yes | 0 No |
1) max no of steps with jcl job can execute 2) how many extentions r possible in sequencial files with job 3) what is set parameter will do 4)how to get syntax errors without sub 5) what is differ between error and abend 6) hw mvs knows who submitted the job and whoom it has to forward 7) what are the positinal parameters of data descripter
what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.
write a jcl to execute a job by 7:00 am on jan 20,1986?
why do we use file-aid wht r the adv of using file-aid thn in ispf
a job have 5 steps and it will executes a proc which have 5steps in it. now i have to execute step3 only when step2 of proc executes successfully
Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?
1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?
In sms datasets, what is the function of the dd mgmtclas keyword?
If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
which parameter is used to check the syntax of a jcl without executing it?
What is RESTART? How is it invoked?