|
Thanks all who responded, Iam just interested to compare only format level identifier, I brought the two files onto one system by FTP... I dont want to compare on two AS/400 sessions going line by line , if there is any difference in format level identifiers of two files it should show me the difference upon calling the program, how do I go abuot that? Peter Vidal <Peter_Vidal@xxxxxxxx> wrote: Yes, you can safely use DSPFD for both files and write the results in the same file. Then you can use a query to list both and see for the differences: DSPFD FILE(MYLIB/MYFILE1) TYPE(*RCDFMT) OUTPUT(*OUTFILE) OUTFILE(QTEMP/RESULTS) OUTMBR(*FIRST *ADD) DSPFD FILE(MYLIB/MYFILE2) TYPE(*RCDFMT) OUTPUT(*OUTFILE) OUTFILE(QTEMP/RESULTS) OUTMBR(*FIRST *ADD) Just an idea... Peter Vidal PALL Corporation / SR Programmer Analyst, IT Development Group 10540 Ridge Rd., Ste 203, New Port Richey, FL 34654-5111 http://www.pall.com "Leadership is the transference of vision."Hal Reed
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.