How to rename one vsam file as well as it's index?
Answer Posted / deepthi
USING IDCAMS UTILITY,
SYSIN DD *
ALTER(OLDNAME)
NEWNAME(NEWNAME)
/*
| Is This Answer Correct ? | 20 Yes | 9 No |
Post New Answer View All Answers
explain the information contained in ci
what do you mean by the cobol record key clause in vsam?
What are the different parameters that are used in vsam?
What is control area?
How do you define an altindx?
what do you mean by a vsam split?
what is the use of the file status clause in the select statement in vsam?
Explain the significance of the shareoptions parameter?
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...
What is a vsam dataset?
What are the access method services used in vsam?
Define dynamic processing?
What is the place for VSAM KSDS?
Yes. Because the alternate key would first locate the primary key, which in turn locates the actual record. Needs twice the number of I/Os.
What is a lds (linear data set)?