|
I would like to thank everyone for all the help. The information that I received, help make this project go smoother. William Moore -----Original Message----- From: Paul Morgan [mailto:pmorgan@xxxxxxxxxxxxxx] Sent: Monday, March 14, 2005 7:57 AM To: rpg400-l@xxxxxxxxxxxx Subject: Re: Convert QUERY record select to RPG Why not write some functions to clarify: If NotANSize( SIZE : COTSZ1 : COAT1 ) Or StandardSize( SIZE ) Or SmallDiameter( SIZE : SZDIA1 ) Or NotBSize( SIZE : COTSZ1 : COTSZ2 ) Or HighTensilStrength( UTS ) Or NegativeWeight( WGT ) Or UnderTensilStrength( UTS : YTS ) Or NoMaterials( SIZE : DESC ); // do something EndIf; Paul -- Paul Morgan Senior Programmer Analyst - Retail J. Jill Group 100 Birch Pond Drive, PO Box 2009 Tilton, NH 03276-2009 Phone: (603) 266-2117 Fax: (603) 266-2333 "Richard ECUYER" wrote > here is what i usually do to clarify : > > /FREE > if cotsz1 >= '0' > and %scan('AN':COAT1) = 0 > or > size <= '00014 > and %scan('X':size) = 0 > and %scan('S':size) = 0 > or > size <= SZDIA1 > or > cotsz2 <= COTSZ1 > and cotsz2 > '0' > and %scan('B':size) = 0 > or > UTS >= 820000 > or > WGT <= 0 > or > UTS < YTS > or > %scan('NOMAT':desc) > 0 > and %scan('BX':size) = 0; > /END-FREE -- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l.
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.