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 use of disp parameter in dd statement?
What statement can be used to send data to another mvs jes3 node?
what is the default region size if I dont specify region parametre in my job card ( I know that if I specify region=0k or 0M, then the job will occupy all he available resources at the time of job execution), but I want to know the defult value for "region" paramatre.
How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?
How to fetch even records from one file to another file by using ICETOOL in JCL?
what is the meaning of keyword in jcl?what is is opposite?
What is a Generation Data Group (GDG)?
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).
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??????????????
diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)