Answer Posted / shriram supalwar dharmabad
No we cannot code instream data to procedure.
to overcome this
- code SYSIN DD DUMMY in the proc
- then override this from the JCL with instream data
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Are there any set of rules for the names of the steps used in a job?
Which dd parameters are required?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
How to submit a jcl from cics?
How do you submit a job for execution?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Explain the function of dd disp parameter?
How do you create a temporary dataset?
What is the function of the dd dcb keyword?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
List the different components of jcl statement?
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?