Can we copy Vsam files from a Vsam file in Iebgener step?
Answers were Sorted based on User's Feedback
Answer / varun.m.s
IEBGENER utility is used to copy ps to ps.VSAM to VSAM copy
is not possible using IEBEGENER.It can be done using REPRO
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / gomathi
Not possible,it through CANNOT OPEN DATA SET error
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / archana
VSAM file VSAM file copy is possible using IEBGENER but an
empty destination VSAM file should have been created prior
to copy.
| Is This Answer Correct ? | 3 Yes | 6 No |
how do you define an altindx ? How do you use altindxs in batch, cics programs?
Is a delete operation possible in an ESDS?B. Is rewrite operation possible in ESDS ?
How vsam datasets are cataloged?
How do I declare the KSDS vsam so that I can store a reocrd with variable length?.
What is the biggest disadvantage of using a vsam dataset?
What is a ci split? What is a ca split?
how many buffers are allocated to vsam ksds and esds?
Explain the process in which flat files are converted into vsam files?
State the differences between vsam and non-vsam files?
How many buffers are allotted to VSAM KSDS and ESDS?
Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now ?
differentiate between sequential files and esds files in vsam?