When it is desirable to describe files Internally?
No Answer is Posted For this Question
Be the First to Post Answer
How many program bind in one module....
What would be the effect on the field where reverse image, underline and high intensity?
can i use unique key in LF
If I have a file with 5 record and that file has 2 Key field and I want to read the unique record of the file then how can we achieve it?
can you debug ile rpg program using isdb?
parameters cannot be passed in which one??
How can we receive values from a called procedure in CL?
I have some doubts on subfile----------- -----I wrote a prog on subfile to display the records. Every thing is clear but i defined a field called "opt" as input field in subfile record format from that input field i wish to enter into new screen called "EDIT" which i created it as a separate RCD in display file. i gave opt as 2 for edit just like in WRKMBRPDM screen please telll me the code and how can i code for it in RPG.
Hi friends, Can you give the solution for the below mention simple code.and explain.what is output D CHR1 S 4A INZ('PEN') D CHR2 S 10A INZ('MYGET') D CHR3 S 8A INZ('GOOD') D CHR4 S 22A INZ C MOVEL CHR1 CHR4 C MOVE CHR2 CHR4 C EVAL CHR4=CHR3 C MOVE CHR1 CHR4
Delete FileName at first statement in RPG.
i hav 2 logical files(L1,L2) both r derived from one physical file(P1). how can i use both the logical files in one RPG program? if yes what i have to d.
How can we call CL program to RPG? How many number of parameter we can pass