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 |
Describe the JOB statement, its meaning, syntax and significant keywords?
How to run cobol program using jcl?
What is the difference between Sysin,Sysout,Sysdbout and Sysudump?
What is the difference between sb37,se37,sd37 each?
What is order of searching of the libraries in a JCL?
How many types of libraries are there in JCL ?
What is a Generation Data Group (GDG)?
Explain dfsort utility?
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?
how can i use the parameters decalred in main pgm in sub pgm
I have one GDG. Everyday One new version is being created.Now I want to split this created version in different files each having 1000 records. Here Problem is I don't know How many records will be there in new version of GDG? that's why I don't know How many Out files we need to use . Interesting??????????????
which parameter is used to check the syntax of a jcl without executing it?