1.I have a Physical file with 100 records, No duplicates
exists, all are Unique,But while i am running Runqry utility
i am getting only 80 records..What could be the reason?
Answers were Sorted based on User's Feedback
Answer / ramesh
In p.f we have one or more members i think u r remaining 20 records in another member thas y it is not displaying total records
Is This Answer Correct ? | 10 Yes | 2 No |
Answer / anil kumar.anumulasetty
if there is any selection criteria in LF then it may be
displaying accordingly . if there is any "select" or "omit"
it should display 100 record.Have a lock at LF once again.
Is This Answer Correct ? | 4 Yes | 3 No |
How to declare the more than one file in cl/400.
How can read PF in reverse order (end to start) in CL pgm..
Q1.How to read the Array? Q2.How to copy the content of one Array to another Array?
How to declare the dynamic(run time) array in rpgle? can you please give example
When a object will be locked & when a record will be locked? Plz explain.
Suppose my file has 10 fields and I want to make the 2nd field zeros in all records. And assume I have millions of records and I dont want to read each record and update the desired field with 0. Any other way to do this in one step operation?
How to read a record from file where there is multiple record occurrence is available?
1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.
How to update selected fields from pf without using update opcode. How to read all member in Rpg-3,without using any cl command?
Maximum how many files declare in rpgle
how do I do concatenation in rpg iv, like I do in cl?
wat is the difference between array and multiple occurence data structure?