what is instream data
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / chowdary
instream data means we write with in jcl itself, up to 15
level is possible. it should start with proc and end with
pend statement
ex: //jobcard
//exce proc
//
//
//pend
| Is This Answer Correct ? | 5 Yes | 17 No |
How to delete generations of gdg without deleting gdg base?
What is use of restart and how to use it?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
A job has 90 steps i want to execute only step7 and step15
Can we change a FB file to VB file in JCL? Please help
how would you create a temporary dataset? And where will you use them?
how to count the number of members in pds?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
how can u understand ps and pds from their names ?
Where can program checkpoints be stored for use in a restart?
how to modify the copy book?explain with examples
What does a disposition of (MOD,DELETE,DELETE) mean ?