|
This is a multipart message in MIME format. -- [ Picked text/plain from multipart/alternative ] Thank you for the coalesce tip. I read up about it and it sounded just like the trick. So I tested it and that error went away. Now, for another problem with the program. ... C/EXEC SQL C+ Fetch C1 into :Directory C/END-EXEC /free dow sqlcod=0; Directory=%trim(Directory) + '%'; Dirsize=*zeros; /end-free C/EXEC SQL C+ Select coalesce(sum(ifslsiz),0) into :Dirsize C+ From ifslist C+ Where ifsldir like :Directory C/END-EXEC * I am no longer getting the SQL error. * However the value of dirsize and SQLCOD are always zero. * (I realize that SQLCOD being zero is a good thing.) * But if I run the sample via STRSQL I get a value: * Select coalesce(sum(ifslsiz),0) * From ifslist * Where ifsldir like '/gdisys02%' ... Rob Berendt -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." Benjamin Franklin
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.