InterviewSolution
Saved Bookmarks
| 1. |
Explain How Can You Initialize A Vsam File Before Any Operation? |
|
Answer» You can WRITE a DUMMY program that will just OPEN the file for OUTPUT and thereafter closes it. You can write a dummy program that will just open the file for output and thereafter closes it. |
|