Answer Posted / saroja kolli
Yes. We can have only steplib without a joblib.
But in such case, if the Job contains several steps then in
everystep of the job STEPLIB should be mentioned.
STEPLIB refers to the step in which it is mentioned and the
JOBLIB refers to all the steps in the job.
When STEPLIB and the JOBLIB both are mentioned then STEPLIb
overrides JOBLIB.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Is automatic restart possible in jcl? If yes, how?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What is the syntax of JCL statement?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Explain how can the submitting users racf authority be overridden in a job stream?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What is the function of dd disp parameter?
define cond parameter in jcl?
What is notcat 2 - gs?
Can we use DISP=SHR in output file in JCL
which parameter is use to declare the name of dataset in dd statement?
Are there any set of rules for the names of the steps used in a job?
which utility is used to sort a file in jcl?
How to pass data to a program that is coded in an exec statement?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat