Answer Posted / 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 |
Post New Answer View All Answers
What is the function of //cntl statement?
What are the utility programs in jcl?
Explain dfsort utility?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What is one line to pass PARM from JCL to COBOL?
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 ?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Explain the purpose of dd * statement in jcl?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What parameter of the job statement is used to limit the cpu time consumed by the job?
what is use of dcb parameter in dd statement?
Can I send output of job to my remote device careerride123?
what are the types of abends that occur on job failure? And explain the possible causes of these
What is jcl in mainframe?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?