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



When PGMA calls PGMB for the first time PGMB executes the *INZSR. PGMB uses the RETRN operation ..

Answer / anuj

No, on second call *INZSR will not be executed. If PGMB use
INLR to go back to PGMA then only *INZSR will be get
executed in second call.

Is This Answer Correct ?    22 Yes 1 No

When PGMA calls PGMB for the first time PGMB executes the *INZSR. PGMB uses the RETRN operation ..

Answer / raj

Hi anuj..what is that INLR can explain that...

Is This Answer Correct ?    0 Yes 0 No

When PGMA calls PGMB for the first time PGMB executes the *INZSR. PGMB uses the RETRN operation ..

Answer / jo

I tried and 2nd time *inzsr was not executed.

Is This Answer Correct ?    0 Yes 0 No

When PGMA calls PGMB for the first time PGMB executes the *INZSR. PGMB uses the RETRN operation ..

Answer / jayvardhan

If you specify RETRN in called program, the *INZSR will not execute again.

Is This Answer Correct ?    0 Yes 0 No

When PGMA calls PGMB for the first time PGMB executes the *INZSR. PGMB uses the RETRN operation ..

Answer / khadam sheikh

Yes. Whenever PGMB is called *INZSR is executed first.

Is This Answer Correct ?    0 Yes 11 No

Post New Answer

More RPG400 Interview Questions

How to sort an array in descending in RPG

3 Answers   Google, TCS,


How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique

0 Answers  


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

6 Answers  


What is difference between bind by copy and bind by reference?

0 Answers  


What is I90(Insure 90)?

1 Answers  






how can we find setll setgt chain read reade readp operations are successfull or not,give example.explain in detail.

4 Answers   iSoft, Wipro,


How can i check the object existance in RPG program without using QCMDEXC command.

7 Answers   IBM, JDA,


what is file information data structure?

1 Answers   IBM,


what is post opcode do

1 Answers   CTS,


1.If *HIVAL SETGT is used what opcode is used to read a record? A:READ B:READPE C:CHAIN D:READP 2.How to pass numeric parameter to the rpg pgm from the command line? 3.What keyword is used on the rpg 4 definition specification to rename a subfile in an externally definition data structure? A:RENAME B;LIKE C:EXTNAME D:EXTFLD

4 Answers   Manhattan,


What are the values of NUM1 and NUM2 after executing the following code? CLONO1NO2NO3 Factorl÷÷+OpcdeFactor2+÷+ResultLenDHHiLoEq C MOVE *LOVAL NUM1 50 C MOVE *J-fIVAL NtJM2 52

2 Answers   Fiserv, IBM,


What is the difference between inner join @ outer join

4 Answers  


Categories