|
First of all. One of the cardinal rules of list etiquette is to NEVER put
two unlike topics in one email. Send out two.
/free
dow FetchCursorb();
wrkdte = 00000000;
exsr chkorgdt;
ssdate = wrkdte;
write sumpor;
EndDo;
/end-free
...
P FetchCursorb B
D FetchCursorb PI like(ReturnVar)
D ReturnVar s n
C/Exec SQL
C+ Fetch Next
c+ From So1c
c+ Into :ssinvn, :sscust,:ssiord,:sspo,:sspart,:ssqty,:sldate
c/End-exec
/free
If sqlstt=*zeros; // fetch was good
ReturnVar=*on;
Else;
ReturnVar=*off;
ENDIF;
return ReturnVar;
/end-free
P FetchCursorb E
Rob Berendt
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.