IN-STREAM DATA NOT ALLOWED IN PROC how can come out from
this problem
Answer Posted / hamed
code the sysin stmt as below
//sysin dd dummy
and override this from the step as below
in the JCL
//sysin.dd dsn= xyz
Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
What does a disposition of (new,catlg,keep) for a dsn mean?
What is catelog procedure and how many catelog procedure to use in one job?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What parameter of the job statement is used to limit the cpu time consumed by the job?
How to run cobol program using jcl?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
how to do automated restart when a job abends?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What happens if both JOBLIB & STEPLIB is specified ?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What is notcat 2 - gs?
Explain how can values be passed from the job stream to an executable program?
For what purpose steplib and joblib are used ?
What statement can be used to send data to another mvs jes3 node?
How to alter the parameters for the existing gdg?