Can we create VSAM file by using IEBGENER?
Answer Posted / sainath
No,
You can create Using following way
1.IDECAMS
2.ISPF
3.FILE-AD
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
what JCL Procedures?
How gdg are concatenated?
Must tape dataset definitions include vol=ser specifications?
what are JCLLIB and STEPLIB in JCL?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Name a few IBM utility programs, and explain its function.
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.
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Is automatic restart possible in jcl?
What happens if both JOBLIB & STEPLIB is specified ?
What is the purpose of dd * statement in jcl?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Explain how can return codes be tested before execution of a job step?
Explain the purpose of dd dummy statement?