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 |
why we do STRSRVJOB in batch debugging in as400
How to declare the more than one file in cl/400.
I have a PF(ABC)with no key fields. PF(ABC)have 2 fields (cusno and cusname). Please let me know how can i read the cusno = 1150 directly from PF in CL and RPG program(Without creating the LF and without reading the complete file and then compare 1150)
I have one cl program which calls two rpg programs named a & b. I am loading a run time array in Pgm A and the control comes back to cl pgm. i call pgmb and I want to read the runtime array in pgmb which was loaded in pgma. How it can be acheived. I should not use any intermediate file or dataarea to store the loaded values.
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
Can we possible to key with the date field?
1.Are there any errors in the following statement?If so then list them.DTAARA is a data area having a field EMP # and EMPNO is a field in the file EMPPF.Which has one record. READ EMPPF IF %FOUND(EMPPF) IN DTAARA EVAL EMP#=EMPNO OUT DTAARA ENDIF
What is the difference between RPG/400 and RPG4
Hi, can any one tell me :IN CASE OF SINGLE PAGE FILE HOW WILL I LOAD THE PREVIOUS PAGE WITHOUT THE USE OF SFLCLR INDICATOR ?
Need a sql query: retrive all duplicate records in table
how can we find setll setgt chain read reade readp operations are successfull or not,give example.explain in detail.
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.