|
Thinking out loud (haven't actually done this). one thought --- Make your CL program a CLLE program. Create a function in an ile rpg service program that returns the count of records in the file name/library name you pass in and use CALLPROC in your clle pgm to use the function. the rpg function could possibly be one the uses runtime file control with EXTFILE specified, then just do READ's. another thought --- Have a CL program(s) that's only purpose is to do the check (using DCLF, RCVF) for each file. ie, CL program CHKFILE1 does this for FILE1., CHKFILE2 does for FILE2... John B. >>>>>>>>>>>> Subject # of records in a file Hi I have a CL in which I copy records from an OPNQRYF to another file. I want to check if any records are copied. How can I check? I thought of DSPFD (*MBRLST) where MLNRCD gives # of records but this outfile has to be created using DDS, cannot be created runtime. The other option, I thought of is DCLF and RCVF. If EoF for RCVF, the file is blank. But I have to test this for multiple files and I can declare only 1 file in CL. Any suggestions? Deepak --
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.