how does the rpg element work?
No Answer is Posted For this Question
Be the First to Post Answer
in which journalling which attributes are necessary
what are the types of identifers
can you debug ile rpg program using isdb?
What is file identifier where we can use?
1.Can any body share me about thease opcodes with example please.Im new for AS/400.Could u please tell me in real senario? 1.TESTN, 2.EVAL 3.EVALR, TIME, 4.MONITOR 5. ENDMON 6.ON-ERROR 7.COMMIT ROLLBACK?
How do you do indexing in a physical file?
1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?
What will happen if we r using seton lr after return or vice versa.
Hi,Please give me complete code with this logic. The question is how to read the records from a file with load an array of size with error condition? (The logic is Z-Add 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN9 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO)please give me complete code with explanation?
When it is desirable to describe files Internally?
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.
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 ?