Answer Posted / neha
we use export for backing up data from vsam dataset to a ps
and import is used for transferring data from ps to a vsam
dataset.though repro can do the same but the difference
lies in the fact tht export also extracts the catalog info
of the vsam so tht the vsam dataset can be easily rebuld
later on...
| Is This Answer Correct ? | 32 Yes | 0 No |
Post New Answer View All Answers
Is it slower if you access a record through alt index as compared to primary index?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
Define free space?
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
what is a base cluster in vsam?
how can you load a vsam data set with records ?
what is the probability of a complete system distortion under high end low performing multiprocessor job?
Explain the function of the relative record data set?
What is the difference between lds and esds?
what is the meaning of each of the values in shareopts(2 3)?
What is a vsam dataset?
Define a path?
what are the codes returned by the ams (access method services) command during the execution in vsam?
What is control area?
What are the access method services used in vsam?