Answer Posted / pankaj thakur
Joblib specifies the location of program for all the steps
used within the JCL.In a single Job there can be 255 steps
coded at a single time.
If in a particular step we use the steplib statement then
that steplib statement overrides the joblib statement.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
what is the use of IEBGENER utility?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
which utility is used a dummy utility?
what is use of space parameter in dd statement?
Explain about ISPF/TSO Commands
How does jcl act on code(if you take a cobol program)?
What is NOTCAT ?
which utility is used to sort a file in jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Is there any command to check wether the ps file is in sorted order?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What is timing concept in mainframe?
How is the record format of an output dataset specified?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?