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


Please Help Members By Posting Answers For Below Questions

What is the use of KSDS,LDS,ESDS,RRDS??what is VRRDS?? How are all these useful in realtime scenario??Plz helpme out...Its a recent question in IGATE..

8440


is it necessary that all versions of the gdg have to be of the same record length?

882


name the utility program closely associated with vsam?

761


What are the different parameters that are used in vsam?

905


difference between vsam and database tables

859


what do you mean by idcams? Explain its purpose?

683


What are the access method services used in vsam?

764


What is the main function of key sequenced data set in vsam?

714


Discuss record management in vsam?

725


Define gdg?

742


What is the purpose of idcams?

767


OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output

2282


What is the main function of linear dataset?

746


is delete operation supported in an esds? Is rewrite operation possible in esds?

803


what does a file status of 02 on a vsam signifies?

849