InterviewSolution
Saved Bookmarks
| 1. |
What Is *inzsr Used For? |
|
Answer» It is special type of RPG/400 SUBROUTINE, which is executed AUTOMATICALLY at beginning of the program. It is a GOOD place to CODE initializes the VARIABLES. It is special type of RPG/400 subroutine, which is executed automatically at beginning of the program. It is a good place to code initializes the variables. |
|