Can you code instream data in a PROC ?
Answers were Sorted based on User's Feedback
Answer / rd
We can't use instream in PROC ,we cau use over ridden
paramater to pass value in Proc
| Is This Answer Correct ? | 14 Yes | 2 No |
Answer / rakesh
We can pass those instream data in a PS file and in the
SYSIN DD DSN we will specify the file name
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / ankur
I am prety much sure that Instream data can not be passed
thru a cataloged PROC.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / jerin jose
SYSIN DD * CANNOT BE USED SO WE CANNOT CODE IT
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / pradeep
Jerin Jose,
The Question does not say that the instream data is passed
thru an Instream Proc. If only Instream proc is used, SYSIN
is not possible and the data can only be passed thru' a
PARM in the step. But, if Cataloged Prod is used, then the
SYSIN can be very much used to pass a Instream data.
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / guest
//SYSIN DD *,SYMBOLS=(JCLONLY)
Will do the trick.
| Is This Answer Correct ? | 1 Yes | 0 No |
what is d/f b/w sysout & sysprint
How to find the number of duplicates in a file using Sort?
How to get cursor position from system in CICS environment ?
What are steplib and joblib?
What is catelog procedure and how many catelog procedure to use in one job?
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
what is use of dsn parameter in dd statement?
How does jcl act on a cobol code?
What is job control language?
Describe the EXEC statement, its meaning, syntax and keywords?
what is DSN parameter and DISP parameter is used for?
mainframe questions like basic&depth