what is the difference between the procedure and module in
ILERPG?
Answer Posted / paras
A module is a non executable program and it contains one or
more procedures. If you have modules without procedure then
it means that it is having only one default procedure and
in case we can use CALLB. But if a module is having more
than one procedure then we can give explicitly the
procedure name to be called in case of CALLP
Out of these three Callp is the most efficient one.
| Is This Answer Correct ? | 29 Yes | 7 No |
Post New Answer View All Answers
how do you use commitment control in rpg?
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
What is the purpose of record level identifier?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
How would display prime numbers using CL program?
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.
what is the difference between do while and do until?
what is the rpg system?
What is a record lock error?
what is *place and *auto keyword in prtf ?plz explain
is this a rpg channel?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
how do I declare a minor?
what is data area and how it is used in rpg program ?
how can I tell when to replace the array?