20 ENDFILE
20 ENDFILE
If the RESP of the CICS command is equal to "20", then it's meaning is ENDFILE.
Handle the end of the file error programmatically for the smoother processing.
Default Action - The task gets terminated abnormally.
Command | RESP | RESP2 | Reason, Deafult Action & Solution |
---|---|---|---|
READNEXT READPREV |
20 | 90 | Reason - An end-of-file condition is detected during the browse.
Solution - File end reached during the browse and should be handled programmatically. Modify the program to handle the error to continue the flow. |