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.
No Answer is Posted For this Question
Be the First to Post Answer
How do you know if a record exists without doing a READ and CHAIN?
How to call one program from another program in RPG? please help me with the code
What would be the effect on the field where reverse image, underline and high intensity?
in which journalling which attributes are necessary??/
How to read alternative records in a pf by using rpg?
i want to perform uniqness on db file bt my db file nt hving key by useing rpgle.
1.WHAT IS WRONG WITH THE CODE BELOW? C CUSTNO CHAIN CUSTMAST IF %ERROR can any body find the wrong please? 2.What builtin function will you use to achieve the following functionality? C QTY IFLT *ZERO C QTY MULT-1 QTY ENDIF
How do you call procedures in ILE?
I know chain keyword retreive records randomly but how chain keyword exactly works internally????
What is the difference between iter and do?
how do I play {insert rpg system here}?
Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?