How to send data from cobol program to jcl?

Answers were Sorted based on User's Feedback



How to send data from cobol program to jcl?..

Answer / gaurav

We can set the RETURN-CODE in COBOL which is passed to JCL

Is This Answer Correct ?    14 Yes 0 No

How to send data from cobol program to jcl?..

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

Post New Answer

More JCL Interview Questions

Describe the JOB statement, its meaning, syntax and significant keywords?

1 Answers  


How to run cobol program using jcl?

0 Answers  


What is the difference between Sysin,Sysout,Sysdbout and Sysudump?

3 Answers  


What is the difference between sb37,se37,sd37 each?

9 Answers   TCS,


What is order of searching of the libraries in a JCL?

4 Answers  


How many types of libraries are there in JCL ?

2 Answers   IBM,


What is a Generation Data Group (GDG)?

2 Answers  


Explain dfsort utility?

0 Answers  


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?

5 Answers   TCS,


how can i use the parameters decalred in main pgm in sub pgm

2 Answers   TCS,


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??????????????

4 Answers   CTS,


which parameter is used to check the syntax of a jcl without executing it?

0 Answers   IBM,


Categories