Answer Posted / duraiece2001
255
| Is This Answer Correct ? | 28 Yes | 1 No |
Post New Answer View All Answers
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
For what purpose steplib and joblib are used ?
Explain the function of dd disp parameter?
How does the jcl specify the job to os?
What is the function of the steplib dd statement?
Differentiate between addressing mode and run mode.
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 datasets without using superce because output is limited to 133 bytes
what is SOC4 error?
which utility is used to run a cobol-db2 program?
What is the use of symbol // in jcl?
Where can program checkpoints be stored for use in a restart?
how JCL works?
Explain how can values be passed from the job stream to an executable program?
how would you create a temporary dataset? And where will you use them?