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 to print Superscript / Subscript from RPG400
how do I preserve and clean the array?
What is the difference between ITER and DO ? I know both are used to execute set of statements repeatedly, but what is the main difference?
How to search particular records from the database file in rpg?
can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com
how do I do concatenation in rpg iv, like I do in cl?
How do you know if a record exists without doing a READ and CHAIN?
How do you find whether a record is locked or not?
how can you display specific subfile page on the screen in unequal subfile?
what is program status data structure?
how can we can we the data decimal error?how can we open such file in support
Can any body give the code for this quesition? Using the following details write C-Spec code to set Name to"AMMU LABS SYSTEM" D NAME1 S 10 INZ('AMMU') D NAME2 S 10 INZ('LABS') D NAME3 S 10 INZ('SYSTEM') D NAME S 20