Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to rename a VSAM file as well as it's index file?

Answers were Sorted based on User's Feedback



How to rename a VSAM file as well as it's index file?..

Answer / sai

I think by using IDCAMS-ALTER command we can rename VSAM
dataset

Is This Answer Correct ?    26 Yes 2 No

How to rename a VSAM file as well as it's index file?..

Answer / santy

we can rename the VSAM file as well as it's INDEX file
using the ALTER command under IDCAMS utility.

Is This Answer Correct ?    7 Yes 2 No

How to rename a VSAM file as well as it's index file?..

Answer / mlaj

use this jcl below

//M052RPAR JOB ('comment',F7),'comment ',
// MSGLEVEL=(1,1),MSGCLASS=H,CLASS=A,REGION=0M,
// PRTY=15
//*******************************************************
//STEP10 EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
ALTER M054.TEXT NEWNAME(M052.TEXT)
ALTER M054.TEXT.* NEWNAME(M052.TEXT.*)
/*

Is This Answer Correct ?    0 Yes 1 No

How to rename a VSAM file as well as it's index file?..

Answer / giri

Sai, using File Master tool we can rename the VSAM file.
Option 3.2 in File Master tool.

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More JCL Interview Questions

common jcl abends??

2 Answers   ADP, Wipro,


What is the difference between the JOBLIB and the STEPLIB statements?

3 Answers  


What is the use of disp parameter?

0 Answers  


Can you delete the GDG base without deleting GDG generations ?

7 Answers   Cap Gemini,


Which dd parameters are required?

0 Answers  


I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?

5 Answers   Xansa,


What statement marks the end of an in-stream or catalogued procedure?

1 Answers  


What are the valid DSORG values ?

3 Answers  


what is the Difference between SYSIN and PARM ?

5 Answers   IBM,


How to identify in JCL that an input file is empty without reading it?

4 Answers   L&T,


How to run cobol program using jcl?

0 Answers  


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

0 Answers  


Categories