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
Define concatenating?
What do you understand by jcl?
how can the same proc be re-used and called by many jobs?
what is the JCL statement consists of?
Differentiate between the joblib and the steplib statements?
What is the significance of addrspc parameter in the exec statement?
What are the 4 fields in dd statement?
What is the function of a dd statement?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
When output dataset space is required, what quantity categories are used?
what is the compile process of cobol program expalin with code
List in order the hierarchical levels of jcl?
Where can program checkpoints be stored for use in a restart?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Explain about ISPF/TSO Commands