InterviewSolution
| 1. |
What Is Program Status Data Structure? |
|
Answer» A Program status DS can DEFINED to make program exception/error information available to an RPG program. DS is defined as program status DS by an S in POSITION 18 of the DS statement. A Program status DS can defined to make program exception/error information available to an RPG program. DS is defined as program status DS by an S in position 18 of the DS statement. |
|