InterviewSolution
Saved Bookmarks
| 1. |
How Can You Read A File In Cl? |
|
Answer» Thro’ RCVF command we can read a file. To read all the records we should use MONMSG command with MSGID (CPF0864). So if the END of file reached then the MESSAGE CPF0864 is sent to the program so the variable will not be CHANGED by the RCVF command. Thro’ RCVF command we can read a file. To read all the records we should use MONMSG command with MSGID (CPF0864). So if the end of file reached then the message CPF0864 is sent to the program so the variable will not be changed by the RCVF command. |
|