Can we copy a sequential file to a VSAM file ? If yes, What
will happen of the size of the sequential file is bigger
than that of the VSAM file?
Answer Posted / kishore
If you give the RECFM=FB, then you can give the same record
length of that VSAM file.
If it VB, you should give LRECL is 4 + LRECL of VSAM file.
You can use, IDCAMS or IEBGENER for copy
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is control interval?
What are the access method services used in vsam?
Why is master catalog used in vsam?
Why is it required to have a keyed directed retrieval?
What is a lds (linear data set)?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
What is a lds (linear data set) and what is it used for?
What is the function of linear dataset in vsam?
what will happen when you try to open an empty vsam file in a cobol program for input?
what is meant by s0c-07 system abend codes?
What is the biggest disadvantage of using a vsam dataset?
explain the information contained in ci
How is record management performed in vsam?
is delete operation supported in an esds? Is rewrite operation possible in esds?
Explain the function of the relative record data set?