|
Rob, probably you should have asked this in midrange-l, since it's not RPG but CL, but here is the answer anyway: PGM PARM(&FILE &MEMBER) DCL VAR(&FILE) TYPE(*CHAR) LEN(10) DCL VAR(&MEMBER) TYPE(*CHAR) LEN(10) DCL VAR(&RECD) TYPE(*DEC) LEN(10 0) RTVMBRD FILE(&FILE) MBR(&MEMBER) NBRCURRCD(&RECD) IF (&RECD = 0) THEN(DO) GOTO ENDTAG ENDDO /* process file/member */ ENDTAG: ENDPGM HTH, Peter Colpaert iSeries Application Developer Honda Europe NV Langerbruggestraat 104 B-9000 GENT Belgium Peter.Colpaert@xxxxxxxxxxxx Tel: +32 9 2501 334 Fax: +32 9 2501 231 ---------- Real programmers don't document. If it was hard to write, it should be hard to understand. ---------- simafrog <SimaFrog@xxxxxxxxxx> Sent by: rpg400-l-bounces@xxxxxxxxxxxx 02/03/2004 15:07 Please respond to RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx> To RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx> cc Subject Determining if a file has 0 records in CL HI I am sure this has been covered but I can't find it.If a file has 0 records then I don't need to process further. I am trying RCVF but it would need a counter there must be a command I can use. Thanks, Rob400 The information contained in this communication is confidential and may be legally privileged. It is intended solely for the use of the individual or the entity to whom it is addressed and others authorised to receive it. If you have received it by mistake, please let the sender know by e-mail reply and delete it from your system. If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking any action in reliance of the contents of this information is strictly prohibited and may be unlawful. Honda Europe NV is neither liable for the proper and complete transmission of the information contained in this communication nor for any delay in its receipt.
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.