what is the difference between the JCLLIB and JOBLIB ,and
where do we use it ?
Answer Posted / bala
Programs that needs to be executed in a job are searched
in Library provided at JOBLIB, provided STEPLIB is not
given for provided (or) program is not first fount in
STEPLIB.
All the PROCs used in a job are search in the library
specified in JCLLIB
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
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 are the 4 fields in dd statement?
Explain the purpose of dd dummy statement?
How to alter the parameters for the existing gdg?
Can I send output of job to my remote device careerride123?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
How can the attributes of one sms dataset be copied to another dataset?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What is the function of //jcllib statement?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How is a type of file defined in the jcl that executes the cobol program?
Explain how can an in-stream dataset be terminated?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What is the purpose of dd dummy statement?
how you can access an uncataloged dataset in a JCL?