IN-STREAM DATA NOT ALLOWED IN PROC how can come out from
this problem
Answer Posted / vijay k
In the proc you have to code like this. Keep the INSTREAM
data in the parm card.
In the proc.
//sysin dd dsn= xyz.file(sortcpy),disp=shr
In the parm card, sortcpy should be like this.
sort fields=copy
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what are the various stages of job processing?
Explain how can a jobs execution priority be modified?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Is automatic restart possible in jcl?
Why include statement is used in a jcl?
In sms datasets, what is the function of the dd avgrec keyword?
how JCL works?
How to submit jcl through a cobol program?
Explain about LMFREE�free data set from its association with data ID
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Must tape dataset definitions include vol=ser specifications?
How would you understand error(execution phase)?
Is it possible to code instream data in a PROC?