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 / nadeem
u can copy a ps into vsam but the ps file should be sorted
in some order before copying into vsam..if u r using
RECFM=FB then u wont have any prob while copying from ps to
vsam..
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
explain in brief how are different versions of gdg named?
how many buffers are allocated to vsam ksds and esds?
explain how do you define a gdg in vsam?
what will happen when you try to open an empty vsam file in a cobol program for input?
what how do you initialize a vsam file before any operation? A vsam with alternate index?
what is the meaning of dynamic processing in vsam?
What is control interval?
explain in brief how you can create a vsam file?
What are the steps involved in access method services?
name a few common vsam status codes?
there are seven idcams commands in vsam. Can you name and explain each of them?
How to get the last record in vsam file in cluster?
Define gdg?
what is the probability of a complete system distortion under high end low performing multiprocessor job?
is it required that primary key values have to be unique? Do alternate key values have to be unique?