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 |
Which is the program which determines whether a transaction should be restarted ?
How to execute a cics program from a paticular date and time .or specified date and time.
What is the CICS command that is used to copy a screen image of a terminal into another terminal?
In a particular cics program, what is the procedure to allocate dynamic memory?
how do you intitiate another transaction?
What are the differences between an EXEC CICS XCTL and an EXEC CICS LINK command.
How is the stopper byte different from an auto skip byte ?
How can you Define and Install the Maps & Mapset ?
can there be multiple mapsets for a single program?
Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?
Explain how do you intitiate another transaction?
Define transient data?