How to rename one vsam file as well as it's index?
Answer Posted / prachi
//STEP010 PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
ALTER -
ABC.FILE -
NEWNAME(XYZ.FILE)-
/*
//
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Why is it required to have a keyed directed retrieval?
can you specify some the distinctive features of a ksds, key sequenced dataset?
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
is delete operation supported in an esds? Is rewrite operation possible in esds?
how do you create an alternate index ?
What is the function of linear dataset in vsam?
to use the rewrite command, how should the vsam file be opened?
Define dynamic processing?
difference between vsam and database tables
What is control interval?
Explain the function of the relative record data set?
What is the biggest disadvantage of using a vsam dataset?
how many buffers are allocated to vsam ksds and esds?
Define a path?
What are the distinctive features of a ksda, key sequenced dataset?