Answer Posted / divya
Using fileaid.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the use of symbol // in jcl?
What is concatenating?
what are JCLLIB and STEPLIB in JCL?
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
Which dd parameters are required?
What is catelog procedure and how many catelog procedure to use in one job?
What are the 2 types of parameters in dd statement?
How do you access an uncatalogued dataset in a jcl?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Why include statement is used in a jcl?
what is the purpose of coding class parameter in job statement?
How can the disposition of sysout datasets be set for an entire jobstream?
is there any way to execute more than one proc in the same exec statement at the same time..?