what is instream data

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


Please Help Members By Posting Answers For Below Questions

How dummy is used in jcl?

738


Explain the purpose of the dd keylen parameter?

769


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

1087


Mention the types of job control statements?

792


When space is allocated for an output dataset, what units can be used?

855






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 ?

9351


How can a fb file convert to vb file using sort program?

922


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

1048


How to submit a jcl from cics?

751


Can I send output of job to my remote device careerride123?

761


What is the purpose of the dd keylen parameter?

819


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 ?

1062


which parameter is use to declare the name of dataset in dd statement?

848


what is the use of IEBGENER utility?

747


How does jcl act on a cobol code?

731