Answer Posted / senthil
YA WE CAN RESTART IT
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How can the disposition of sysout datasets be set for an entire jobstream?
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.
what is JCL?
Explain the purpose of the dd keylen parameter?
How can values be passed from the job stream to an executable program?
what is the purpose of coding notify parameter in job statement?
Brief description of inline procedure of jcl.
what is use of dcb parameter in dd statement?
Explain the function of a dd statement?
Which dd parameters are required?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
How jcl is used for testing batch programs?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Can an individual step be restricted from using all the jobs allowed cpu time?