How can we receive values from a called procedure in RPG?
Answer Posted / srisailam
BY USING *ENTRY
EX:*ENTRY PLIST
PARM A1
PARM A2
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
is this a rpg channel?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
are there any useful c runtime apis that I can call from rpg iv?
How to write record if no field or the field are different in physical file in rpgle ?
what is data area and how it is used in rpg program ?
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?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
what is *place and *auto keyword in prtf ?plz explain
what is the necessary keyword needed to scroll subfile records?
How to handle duplicate error handling in RPG?
how do I declare a minor?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
how do I preserve and clean the array?
What is the difference between copybooks and subprocedures in as400?