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 |
explain sflclr, sflend, sfldlt, and sflcsrrrn?
In how many ways a session/device error occurs,,, and what is the remedy for it?
If the last record of a file has been read, and the next operation on that file is a READ operation, what will be the values of the input fields for that file? A. They will be blank and/or zero. B. They will be null. C. They will equal the values of the first record in the file. D. They will equal the values of the last record read.
give an eg of ACQ-(ACQUIRE),BIT OFF,BIT ON,DEALLOC,DUMP,FEOD,FORCE,MHHZO,MHLZO,MHLLZO,MLHZO,REL,RESET,TESTZ,TESTB,TESTN----GIVE SMALL EXAMPLE TO THE OPCODES...TO UNDERSTAND FUNCTIONING...........
how do u find whether a record is locked or not??
1.How you will find the program is batch or online in cl pgm? 2.How you will end the batch pgm when the job runs? write an logic? 3.In wich command the option *drop is used?
steps involved in debugging and types of debugging modes?
How do you call procedures in ILE?
Anybody know the difference of primary file and full procedural file
how we retrieve records without using key field (ex:name) from Physical File through RPG in as/400?
how do I declare a table or array in rpg iv?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?