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 |
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 ?
In how ways you can pass the data from Jcl to cobol ?
How many types we can give input to JCL
how many max steps can we use in a job? pls answer to my question
Can we change the LIMIT of GDG?
Must tape dataset definitions include vol=ser specifications?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What does the one advantange of using IEBUPDTE?????
What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?
How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.
what is JCL?