InterviewSolution
Saved Bookmarks
| 1. |
How Do You Rollback Data Written To An Esds File? |
|
Answer» DEFINE the file as RECOVERABLE. in CASES where records have been inserted into the file, you may NEED to RUN a batch program to logically delete the inserted records. Define the file as recoverable. in cases where records have been inserted into the file, you may need to run a batch program to logically delete the inserted records. |
|