how we change the vsam file name in cics rigion?
anybody elobrate this?
Answer Posted / 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 |
Post New Answer View All Answers
Explain the difference between using the read command with into option and set option?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
Can you explain dfheiblk?
Define task work area?
What does the 'cedf:cics' transactions do?
Can you define mdt?
Define cics interface block?
How to define a vsam file in cics getting into cics to define a vsam file.
Name the cics command that gives the length of twa area?
How to handle exceptional conditions in cics?
what are the differences between and exec cics xctl and exec cics start command?
What is the kcp in the cics?
Can you explain communication area?
What is the cics command level?
Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?