in jcl you are having JCLLIB and STEPLIB what happens
Answer Posted / captain evidence
JOB uses JCLLIB to find user's procedures and STEPLIB to
find user's programs
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
is there any way to execute more than one proc in the same exec statement at the same time..?
what JCL Procedures?
What is concatenating?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
a dd statement has 2 types of parameters. Name them?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
How do you access an uncatalogued dataset in a jcl?
Where can program checkpoints be stored for use in a restart?
List the different components of jcl statement?
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 compile process of cobol program expalin with code
Can we use DISP=SHR in output file in JCL
I need exexution process for JCL programs
What is the purpose of dd?