What are the default system and catalog libraries in JCL?
Answer Posted / kiran
The default system library is SYS1.LINKLIB which contains all the IBM supplied system programs such as compilers,linkage editor and service programs.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
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.
How jcl is used for testing batch programs?
How does jcl act on a cobol code?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What is the function of the steplib dd statement?
How to submit jcl through a cobol program?
What are the jcl procedures?
Explain the purpose of dd * statement in jcl?
What is job control language?
what is DSN in JCL and what are the parameters to declare the DSN?
What do you know about jcl?
Why include statement is used in a jcl?
What is concatenating?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Name what parameter directs the output of the job log dataset?