|
View previous topic :: View next topic
|
| Author |
Message |
naveensri2005 Currently Banned New User
Joined: 22 Mar 2005 Posts: 51 Location: chennai
|
|
|
|
hi guys,
in cics how to rollback the records in vsam files. what is the procedure?
byee..
naveen |
|
| Back to top |
|
 |
krishh
New User

Joined: 20 May 2005 Posts: 12
|
|
|
|
hai
we can't delete,if we delte the records deleted logically ,so physically the space exists for the record so we can use rewrite command to rewrite the record |
|
| Back to top |
|
 |
dbelton
New User
Joined: 10 Jun 2005 Posts: 15
|
|
|
|
| naveensri2005 wrote: |
hi guys,
in cics how to rollback the records in vsam files. what is the procedure?
byee..
naveen |
If your task abends, CICS will automatically rollback records not committed by a checkpoint or end of unit of work. |
|
| Back to top |
|
 |
sudheer648
New User

Joined: 23 May 2005 Posts: 97 Location: Chennai
|
|
|
|
dbelton,
if you issue commit in regular intervals then what is the case. |
|
| Back to top |
|
 |
dbelton
New User
Joined: 10 Jun 2005 Posts: 15
|
|
|
|
| sudheer648 wrote: |
dbelton,
if you issue commit in regular intervals then what is the case. |
Well, if the updates are written to the journal, then you can use that to recover. Other than that, you can restore the file from a backup, or you could track all file updates in a TDQ or TSQ and use that to restore from. |
|
| Back to top |
|
 |
|
|