Answer Posted / pragnyesh
Instream data is the Paratmeter we pass through SYSIN
Example
//NEWPROC PROC
//ABCPGM EXEC PGM=IDCAMS
//SYSOUT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//INDD1 DD DSN=ABC.XYZ.DSP,DISP=SHR
//OUTDD1 DD DSN=PQR.XYZ.NOP,DISP=SHR
//SYSIN DD *
REPRO INDD(INDD1) –
OUTDD(OUTDD1)
/*
Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
How dummy is used in jcl?
Explain the purpose of the dd keylen parameter?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Mention the types of job control statements?
When space is allocated for an output dataset, what units can be used?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
How can a fb file convert to vb file using sort program?
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 to submit a jcl from cics?
Can I send output of job to my remote device careerride123?
What is the purpose of the dd keylen parameter?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
which parameter is use to declare the name of dataset in dd statement?
what is the use of IEBGENER utility?
How does jcl act on a cobol code?