how we change the vsam file name in cics rigion?
anybody elobrate this?
Answers were Sorted based on User's Feedback
Answer / gourishanker
After That You have to overwrite
CEMT S FILE(DDname) Ena aaaa.x1z.esdsfile
| Is This Answer Correct ? | 3 Yes | 2 No |
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 |
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 |
Where are transient data sets defined to CICS?
Explain how pa key is different from pf key?
WHEN I TRIGGER A TRANSACTION (COBOL-CICS-DB2 PROGRAM)WHAT IS THE EXECUTION? (I MEAN THE PURPOSE OF CICS-CONTROL TABLES &CONTROL PROGRAMS)
What other file control processing commands are used for file updating?
Which option of the PCT entry is used to specify the PF key to be pressed for initiating a transaction?
What information do you get when an EXEC CICS STARTCODE is issued?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
Can you explain enq and deq used in cics?
What command do you issue to delete a record in a transient data queue ?
What is transient data?
Specify cics transaction initiation process?
Add a field to screen when what's the flow of impact?