How do you send the output of a COBOL program to a member of
a PDS?
Answer Posted / suputhru
Hey Guest,
you are doing great job, keep it up.
- SK.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
which utility is used to sort a file in jcl?
Suppose I have five jobs to do. But I want to hold one?
which utility is used to run a cobol-db2 program?
Can we use DISP=SHR in output file in JCL
Explain the function of job statement in jcl?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
How would you understand error(execution phase)?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Name what parameter directs the output of the job log dataset?
What is the purpose of the dd keylen parameter?
what JCL Procedures?
How to pass data to a program that is coded in an exec statement?
What does a disposition of (new,catlg,keep) for a dsn mean?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?