how can we pass external data to instream procedures
Answer Posted / jyotsna
by using Parm parameter in the job statement
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
How does jcl act on a cobol code?
How to submit a jcl from cics?
Are there any set of rules for the names of the steps used in a job? What are they?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
How jcl is used for testing batch programs?
How to pass the parameter in parm using linkage section ? (syntax)?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Explain how can the disposition of sysout datasets be set for an entire jobstream?
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?
What is use of restart and how to use it?
Describe the various parameters utilized in the creation of a gdg?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Is it possible to code instream data in a PROC?
Explain the function of the dd dcb keyword?