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 are the difference between jcl and jes?
What is the use of ikjeft1b utility in jcl?
What is the difference between primary and secondary allocations for a dataset?
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
How do you submit a job for execution?
List the different components of jcl statement?
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
A. Job Abended in STEP03. Now run job again to execute STEP03, STEP04 (STEP01,STEP02 should not execute again)
3 Answers Cap Gemini, CSC, Xchanging,
if my GDG limit has been kept as 50 and if am trying to put 60 records.what would happen. will there be any abend for this scenario
Explain how can a stopped job be started again?