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 |
GDGs can be CREATED (not COPIED) only on DASD and NOT on tape drives ? Is it True ?
How does jcl act on a cobol code?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Which statement is used to identify the private libraries in job?
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
What is the significance of addrspc parameter in the exec statement?
what is the restart?hopw it is invoked?
Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
What is the function of job statement in jcl?
what's the significance of freespace(0 0) and freespace(100 100)