|
abdul,
I hope this helps you, if you need ILE RPG someone else will have to help
you, these are written in RPG II and RPG III/400.They should at least give
you a start.
RPGII read all records , non keyed file, sequentially and do something if
the employee number is between 0 and 555
FEMPLOYEEIP E DISK
C EMPNUM IFGE 0
C EMPNUM ANDLE555
C ENDIF
file keyed by employee number, read all records, do something if empnum is
less that or equal to 555
FEMPLOYEEIP E K DISK
C EMPNUM IFLE 555
C ELSE
C SETON LR
C ENDIF
file keyed by employee number, read all records, do something if empnum is
less that or equal to 555
FEMPLOYEEIF E K DISK
C EMPLOYEE READ STUDENT LR
C *INLR DOWEQ'0'
C EMPNUM IFLE 555
C ELSE
C SETON LR
C ENDIF
C EMPLOYEE READ STUDENT LR
C ENDDO
Don Sears
<A HREF="http://www.alladvantage.com/go.asp?refid=DZI415">Click Here to Make
Money Surfing the Web, Free and Easy</A>
http://www.alladvantage.com/go.asp?refid=DZI415
<A HREF="http://members.aol.com/_ht_b/searsdon/searsdon.htm">Pyxidium -
Money Making Ideas. Alien Movie Sites, H. R. Giger, and Humor Sites</A>
cork.spedia.net
+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---
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.