Answer Posted / prashanthkodakani
above answer is correct this can be done by using
IDCAMS= 'intgrated data cluster access method service'
utility program.
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What does a disposition of (new,catlg,keep) for a dsn mean?
What is the function of the dd avgrec keyword in sms datasets?
Explain how can a stopped job be started again?
What are the parameter we cannot use in procedure?
What is job control language?
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 do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
define cond parameter in jcl?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Must tape dataset definitions include vol=ser specifications?
Mention the types of job control statements?
Is automatic restart possible in jcl? If yes, how?
List the different components of jcl statement?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
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