How do you create a temporary dataset? Where will you use them?
Answer Posted / neeraja
If you want to use the Temp Data set in the subsequent
steps then you should give the Disposion Pass.
| Is This Answer Correct ? | 28 Yes | 5 No |
Post New Answer View All Answers
In job processing, what happens in conversion stage?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
how can you check if a file is empty using jcl?
Is it possible to left uncode disp?
What do you understand by jcl?
What is the format of comment statement?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What are steplib and joblib? What for they are used?
What is the difference between run mode and addressing mode?
what is use of space parameter in dd statement?
What is the function of the dd dcb keyword?
What are the parameter we cannot use in procedure?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
what are the various stages of job processing?
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.