When PGMA calls PGMB for the first time PGMB executes the
*INZSR. PGMB uses the RETRN operation to return to PGMA.
When PGMA call PGMB the second time is the *INZSR executed?
Answers were Sorted based on User's Feedback
Answer / jayvardhan
If you specify RETRN in called program, the *INZSR will not execute again.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / khadam sheikh
Yes. Whenever PGMB is called *INZSR is executed first.
| Is This Answer Correct ? | 0 Yes | 11 No |
How can you determine the number of characters in a variable?
What is the compilation option that has to he specified while compiling an RPC program which uses a file having date data type field?
what are the types of identifers
what do you mean by an input subfile, what are the keywords required?
what is file information data structure?
3 members in a databasefile .how to read records from all the members?????????
What are the necessary keywords required to code a message subfile?
how do u find whether a record is locked or not??/
i)What is the command to lock a file in a program ii)2. Can you get a level check error in a CL program
How to index LF by relative record no (RRN)
When PGMA calls PGMB for the first time PGMB executes the *INZSR. PGMB uses the RETRN operation to return to PGMA. When PGMA call PGMB the second time is the *INZSR executed?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?