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
is it necessary that all versions of the gdg have to be of the same record length?
explain how can you initialize a vsam file before any operation?
Using alternate indexes in batch program?
What is the purpose of idcams?
Is it slower if you access a record through alt index as compared to primary index?
What is the main function of key sequenced data set in vsam?
Explain the catalog?
in a cobol select statement, can you tell what is the organization for a ksds?
Describe the uses of ams?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
what do you mean by the cobol record key clause in vsam?
What is control area?
What are the access method services used in vsam?
Define a path?
What does the keyranges parameter in define cluster commends do?