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 / khadam sheikh
Yes. Whenever PGMB is called *INZSR is executed first.
| Is This Answer Correct ? | 0 Yes | 11 No |
Post New Answer View All Answers
What is ment by record level identifier?
what is the procedure and explain about real time scenario.
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.
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.
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?
how do I preserve and clean the array?
How to call one program from another program in RPG? please help me with the code
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
is this a rpg channel?
How would display prime numbers using CL program?
what are the key words you must use when using a subfile?
How Chain operation copies the record's data to the input buffer for the program?
How can we override a file during runtime in rpg?
how does the rpg element work?
What is the difference between iter and do?