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 are the commands that can be executed in CLP but not in RPG? Why?
why we do STRSRVJOB in batch debugging in as400
what is the difference between SETON RT & RETURN?
A pgm subroutine calling child subroutine, that child subroutine again calling parent subroutine, u have 1000 lines of code, with out debugging , how can u find that error??? Is there any command to find errors in pgm???
I am reading a file in CL program. and MONMSG CPF0864 has arrived means EOF has arrived. Now i want to read this file again. How i can do this?
5 Answers CitiGroup, Symphony,
how can an indexed file be used as arrival sequence in RPG?
what is the difference between the procedure and module in ILERPG?
In RPG program one file using as a PRIMARY file while running program some of the records reading twice any body know why its happening
I have two sessions S1 & S2 under this 3 jobs(say j1,j2,j3 under session S1) And 2 jobs(Say j4, j5 Under session S2)is running. How many QTEMP & how many LDA will create for the same.
can anybody help me that what is the procedure of debugging the service program?
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?
What is a record lock error?