How can we receive values from a called procedure in CL?
Answer / syed
Using CALLPRC Command with the return variable parameter.
| Is This Answer Correct ? | 1 Yes | 0 No |
In case if I want to know whether a record exists in a file, which one do you prefer CHAIN or a SETLL and why ?
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???
use of PUTOVR,OVRDTA,KEEP keywords?
I have one cl program which calls two rpg programs named a & b. I am loading a run time array in Pgm A and the control comes back to cl pgm. i call pgmb and I want to read the runtime array in pgmb which was loaded in pgma. How it can be acheived. I should not use any intermediate file or dataarea to store the loaded values.
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.
what is the necessary keyword needed to scroll subfile records?
When it is desirable to describe files Internally?
Delete FileName at first statement in RPG.
what is the difference between the cpyf command crtdupobj command?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
what procedure should we use to find whether the following operations are successful or not setll setgt chain read reade readp pls tell with example i'm not lazy to read the manual or not lazy to do anything.but sometimes i cannot understand the things given in manual in high level english its little bit complicated for me,i can't understand their way of writing thats why i ask these questions here and find the solution in simple words that i can understand thats the real reason sir.sorry if i had hurt you or disturbed you.please understand my situation.
How to declare the dynamic(run time) array in rpgle? can you please give example