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 we call CL program to RPG? How many number of parameter we can pass
what is difference between DSPFD and DSPFFD?please give me real senario with good example?
How can we receive values from a called procedure in CL?
What is the Record Address file. How can we use it in RPG program?
Why we cannot call a service program? If I add a PEP can i call the service program?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
how do I play {insert rpg system here}?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
What is the significance of UDATE?
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
How to read alternative records in a pf by using rpg?
Some times While checking MSGW for object / member / record locks ,I have seen it's locked by itself ...? How it happen and what action we need to perform if job is updating / writing a record....?