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 happens if both JOBLIB & STEPLIB is specified ?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
what is the use of JCL?
What is one line to pass PARM from JCL to COBOL?
What is the function of dd name parameter with a 2 part structure; audit.report?
Explain the function of //cntl statement?
how can the same proc be re-used and called by many jobs?
How can an in-stream dataset be terminated?
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?
What is the maximum length of a single line of jcl?
which utility is used a dummy utility?
How dummy is used in jcl?
Explain the function of the steplib dd statement?
How to override loadlib?
What is catelog procedure and how many catelog procedure to use in one job?