InterviewSolution
| 1. |
What Is File Information Data Structure? |
|
Answer» File INFORMATION Data structure (INFDS) can be defined for each file to MAKE file exception/error information available to the PROGRAM. A file information data structure contains predefined subfields that identify: the name of the file for which the exception/error occurred. the record being processed when the exception/error occurred or the record that caused the exception/error. The LAST operation being processed when the exception/error occurred. The status code. The RPG ROUTINE in which the exception/error occurred. File Information Data structure (INFDS) can be defined for each file to make file exception/error information available to the program. A file information data structure contains predefined subfields that identify: the name of the file for which the exception/error occurred. the record being processed when the exception/error occurred or the record that caused the exception/error. The last operation being processed when the exception/error occurred. The status code. The RPG routine in which the exception/error occurred. |
|