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 |
What is the length of Signature?
What is the RPG cycle?
What is SFLNXTCHG keyword why it has used and where? Briefly explain with Example.
in which journalling which attributes are necessary??/
HOW TO DEBUG A BATCH JOB WHEN IT IS IN MESSAGEWAIT(MSWG) STATUS.I KNOW THE STEPS FOR BATCH DEBUGGING,BUT IM CONFUSING WITH WHEN WE SUBMIT ANY JOB FOR BATCH DEBUG WE PUT IN HELD STATE.SO HERE ALSO DO SAME THING OR ANY OTHER WAY,PLEASE HELP ME....
I have a Physical File name 'File1', which is present in two libraries named 'LIB1' & 'LIB2'. These 2 libraries are listed in the library list. Would like to access data from this file from these two libraries using RPG program. How to do this, any idea?
Suppose I have 3 jobs a b and c. I want to submit b after successful completion of a and want to submit c after successful completion of b. Without using job scheduler or job queue, how can I do that through cl program?
A rpg or clp command to find if the file field is defined as a character or numeric field.
1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?
Can we create 300 logical files based on a single physical file using the CRTLF command only once?.
Write a program to display prime numbers between 1 to 100 using RPGLE.
What are the types of identifiers?