|
From: Booth Martin
Why not select?
select
when *INMR and FILE1DS = FILE2DS
* (do nothing)
when *INMR
write MR_Diffs
when *IN01
write NMR_01
when *IN02
write NMR_02
endsl
Isn't that about all of the choices that there are?
select
when *IN01 and not *INMR
write NMR_01
when not *INMR // *IN02 is implied
write NMR_02
when *IN02 and FILE1DS <> FILE2DS // *INMR is implied
write MR_Diffs
endsl
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.