IBM AS400 AllOther (736)
what is the clp command to access a query/400?
How to Define a Procedure in RPG?
what is data area and how it is used in rpg program ?
What is the difference between non-join logical files and join logical files?
when are the referential constraints executed?
what does dfu program you to do on a record?
what is the maximum number of fields under a record format of physical file?
How to create a link between multiple maps in a mapset? How to make use of Transid in this case?
What is output procedure?
Using %check we are checking monika in mona what is output? What is %SCAN?
Can level check error occur if we do chgpf?
What Is Ddm ?
what is the difference between call and ++call?
In 'o' Specs What Is The Opcode For Write?
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.