How do you call procedures in ILE?
Answers were Sorted based on User's Feedback
Answer / rajesh
we can directly call the procedure using CALLP.
or you can create a module to perticular procedure and we can bind that module. where ever we need we can use that program or module.
| Is This Answer Correct ? | 2 Yes | 0 No |
how to display all the members records in a physical file without using ovrdbf?
what is plat file?
How to declare the dynamic(run time) array in rpgle? can you please give example
why subproc not run in dftactgrp?????/plz explain
What is journalling and commitment control?
How can we know running job is batch or interactive?
1.The questions have given an array declaration and move operation then this statement is correct or not?
what r drawbacks of OPM? Why do we go for ILE RPG?
two types of read performed in dataqueue?????
Can we used ovrdbf command after the opnqry file if yes then What will be out put of your program?
What are the types of identifiers?
what is the difference between the procedure and module in ILERPG?