how can I tell when to replace the array?
Answer / Monit Kumar
Whether or not to replace an array in RPG/400 depends on your specific use case and business requirements. Generally, you would consider replacing the array if the existing one becomes outdated, too slow, or no longer meets your needs.nnFor example, if you're working with large amounts of data and need to optimize performance, you might want to replace the array with a more efficient data structure.
| Is This Answer Correct ? | 0 Yes | 0 No |
Delete FileName at first statement in RPG.
1.How to load Records of a Physical file(PF) in the reverse order, in CL program?
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.
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?
What are the commands that can be executed in CLP but not in RPG? Why?
How can a screen field that has changed since the last output operation be detected?
How to declare the dynamic(run time) array in rpgle? can you please give example
How can we receive values from a called procedure in RPG?
what do you mean by SESSION/DEVOCE ERROR?
I have a RPG program of 100 Lines and first line is to SETON indicator LR. Will the program execute rest of the 99 Lines?
1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?
how can we can we the data decimal error?how can we open such file in support