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 / raj

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

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is a rpg?

785


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?

715


When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?

610


Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.

2146


How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?

1640






What is the purpose of record level identifier?

805


are there any useful c runtime apis that I can call from rpg iv?

785


can you debug ile rpg program using isdb?

825


How would display prime numbers using CL program?

5805


How can we override a file during runtime in rpg?

785


do you use message subfiles? What are the necessary keywords required coding a message subfile?

786


thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400

1981


what is the procedure and explain about real time scenario.

1567


What are the types of identifiers?

660


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

1349