How do you call procedures in ILE?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many program bind in one module....

2128


How to write record if no field or the field are different in physical file in rpgle ?

492


can you debug ile rpg program using isdb?

740


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.

2056


What are the types of identifiers?

574






what are the key words you must use when using a subfile?

694


How Chain operation copies the record's data to the input buffer for the program?

1084


what do you mean by an input subfile, what are the keywords required?

777


how do I declare a minor?

718


How can we know running job is batch or interactive?

660


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?

1458


explain sflclr, sflend, sfldlt, and sflcsrrrn?

891


What is difference between bind by copy and bind by reference?

1734


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

692


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?

624