how we change the vsam file name in cics rigion?
anybody elobrate this?

Answers were Sorted based on User's Feedback



how we change the vsam file name in cics rigion? anybody elobrate this? ..

Answer / gourishanker

After That You have to overwrite

CEMT S FILE(DDname) Ena aaaa.x1z.esdsfile

Is This Answer Correct ?    3 Yes 2 No

how we change the vsam file name in cics rigion? anybody elobrate this? ..

Answer / gourishanker

we can change only physical file not logical file
If you want to change physical file name first you need to
disable the existing file and overwrite new filename

CEMT I FIle(ddname)/* enter*/

Result of above command is
CEMT I FILE(DDname) abcd.xyz.vsamfile

Is This Answer Correct ?    2 Yes 3 No

how we change the vsam file name in cics rigion? anybody elobrate this? ..

Answer / gourishanker

After above thing
you have to overwrite your new file name

CEMT S FILE(DDname) ENA A111.xvc.esdsfile

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More CICS Interview Questions

What is meant by program reentrance?

1 Answers   Amdocs,


What are all things you can do with CEDA?

2 Answers   IBM,


Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?

0 Answers  


Which is the CICS control program which governs the flow of control among the CICS application

2 Answers  


Define RCT.

0 Answers  






Can multiple CICS regions exist under one O/S?

2 Answers  


What is the difference between the INTO and the SET option in the EXEC CICS RECEIVE MAP command?

1 Answers  


What is the pic clause for the hhmmss type of data fields?

0 Answers  


Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?

0 Answers  


What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?

0 Answers  


Can you tell recent requirement(s) you handled with your project? Requirements based on Banking Application.

2 Answers   ITC Infotech,


Receive consists of buffer option in it. What is the significance of this option?

0 Answers  


Categories