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 are the jcl procedures?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How to pass the parameter in parm using linkage section ? (syntax)?
Explain the function of dd name parameter with a 2 part structure; audit.report?
which utility is used to run a cobol-db2 program?
What is the function of the dd avgrec keyword in sms datasets?
What do you understand by the term job time – out and how can you overcome that?
which parameter is used to check the syntax of a jcl without executing it?
Name a few IBM utility programs, and explain its function.
What parameter of the job statement is used to limit the cpu time consumed by the job?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What are steplib and joblib? What for they are used?
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 ?
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) ?