How to rename one vsam file as well as it's index?
Answer Posted / john
USING IDCAMS UTILITY
//SYSIN DD *
ALTER ABC.FILE -
NEWNAME(ABC.FILE.NEWNAME)
ALTER ABC.FILE.DATA -
NEWNAME(ABC.FILE.NEWNAME.DATA)
ALTER ABC.FILE.INDEX -
NEWNAME(ABC.FILE.NEWNAME.INDEX)
/*
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
If fspc(100 100) is specified does it mean that both the control interval and control area will be left empty because 100 % of both ci and ca are specified to be empty?
What is the purpose of idcams?
explain how do you define a gdg in vsam?
What is the purpose of having vsam data space?
what is meant by s0c-07 system abend codes?
What are the information stored in ci?
if you wish to use the rewrite command how must the vsam file be opened?
What is recovery parameters in define cluster command?
What is a ci split? What is a ca split?
What is the function of entry sequenced data set?
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?
What is the main function of linear dataset?
Explain the purpose of the file status clause in the select statement?
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..
is it necessary that all versions of the gdg have to be of the same record length?