Can somebody tell me that, Is it possible to read all the
member of PF without OVRDBF?
Answer Posted / chirag
Please ignoret the second point written above.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When it is desirable to describe files Internally?
What are the types of identifiers?
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.
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
What is file identifier where we can use?
How to handle duplicate error handling in RPG?
How can we know running job is batch or interactive?
how do I preserve and clean the array?
how do you use commitment control in rpg?
what is an online rpg?
what is *place and *auto keyword in prtf ?plz explain
what is file information data structure?
can you debug ile rpg program using isdb?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?