What is the purpose of PR and PI in calling program and called program? in Called program PR is compulsory?
Answer Posted / swetha krishna
In Prototype we define the variables as parameters for calling. In Procedure interface, we define both the variables and the calculation or function of the procedure. Prototype is mandatory in both calling and called programs because we have to pass parameters and receive some parameters while calling
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to convert a spool file to PDF file in AS400?
which cl command can be used at program execution to redirect the file named in an rpg program?
give three main purposes of file specification ?
what is the purpose of ovrdta (override data) keyword?
why do we use readc? What is sflnxtchg?
What Does Lokup Does In Tables & Arrays?
what is sflpag and sflsiz ?
can a indexed file be accessed in arrival sequence in rpg program?
what is a query can be run in which mode?
Difference Between Ca & Cf?
What is the draw back of Procedures? why we are going to Modules?
what is the difference between sflclr and sflinz?
some special characters I key in my html source members show different on my web pages. Why? How can I solve this?
How to Define a Procedure in RPG?
1. There is a file called Month. Month has 12 members called Jan, Feb, ..., Dec. How to design a rpg code which can access any member and show its content. (User can ask for any member when required)?