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?

Answer Posted / jayvardhan

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

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can you debug ile rpg program using isdb?

739


how do you use commitment control in rpg?

759


What is ment by record level identifier?

657


How Chain operation copies the record's data to the input buffer for the program?

1083


during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.

756






How to write record if no field or the field are different in physical file in rpgle ?

491


If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?

622


what are the key words you must use when using a subfile?

694


can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.

2281


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

549


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...

1315


1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?

2374


write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen

832


What is the difference between copybooks and subprocedures in as400?

812


How to call one program from another program in RPG? please help me with the code

1261