PDA

View Full Version : Display length limitation of RRN in DSPJOB



Guest.Visitor
01-01-1995, 02:00 AM
We have many large files in an application, with more than 10 mil records. When I use the DSPJOB on an active job and try to view the relative record number of certain files, +++++++ appears for the files with > 10 mil records. This seems like a big OS/400 limitation to me, but IBM has been no help in resolving the issue. I want to be able to determine the RRN of all files in an active job at any point in time. Any help here would be greatly appreciated. David Babashanian

David Abramowitz
09-23-2000, 02:40 PM
Your applications could periodically update a data area, and release the lock. By examining the data area you could then determine each file's RRN. Dave

Guest.Visitor
09-24-2000, 08:14 AM
Do the following dspfd into an outfile change the outfile field length for the nbr of records field to 18 now use this 'fixed' file for the outfile HTH bobh