How to send data from cobol program to jcl?
Answers were Sorted based on User's Feedback
Answer / gaurav
We can set the RETURN-CODE in COBOL which is passed to JCL
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / challa srinivas
We can send output as a (PDS member) with DISP=SHR. The DISP applies to the PDS and not to specific member.
| Is This Answer Correct ? | 0 Yes | 2 No |
What is a GDG
What parameter of the job statement is used to limit the cpu time consumed by the job?
How can u know the current date using jcl?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
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?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Name the system library from which modules are retrieved at execution
I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.
What is the use of the utility DFSRRC00 in the JCL?
what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?