Can we create VSAM file by using IEBGENER?
Answer Posted / sreen
You can create through IDCAMS utility
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the positional and keyword parameters? Give examples.
What is use of restart and how to use it?
In sms datasets, what is the function of the dd mgmtclas keyword?
how can the same proc be re-used and called by many jobs?
What are the rules employed while naming the steps in a job?
what happens in execution stage in job processing?
in ways data can be passed to a COBOL program from JCL?
Explain how can a jobs execution priority be modified?
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 gdg are concatenated?
Explain the purpose of dd * statement in jcl?
when does a dataset go uncataloged?
Can we use DISP=SHR in output file in JCL
Is their any set of rules for dd? Explain.
what is DD statement is used in JCL?