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

i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?

4 Answers   IBM,


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

0 Answers   IBM,


wht r different types of sort fields in jcl ?

1 Answers   IBM,


How do you restart a step in JCL?

12 Answers   HSBC,


What is the DD statement for a output file?

3 Answers  


I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.

3 Answers   Wipro,


Which storage devices are grouped under DASD and SYSDA ?

1 Answers   IBM,


What is multithreading in jcl?

0 Answers  


What are the rules employed while naming the steps in a job?

0 Answers  


the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.

7 Answers   IBM,


WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)

8 Answers   ADP,


What does the one advantange of using IEBUPDTE?????

2 Answers  


Categories