|
When you first fetch into :Directory does it have the leading "slash" or should your statement be "Directory='/' + %trim(Directory) + '%';"? -----Original Message----- From: rob@dekko.com [mailto:rob@dekko.com] Sent: Friday, July 05, 2002 10:14 AM To: rpg400-l@midrange.com Subject: RE: SQL - SQL0305 Indicator variable required. 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 _______________________________________________ This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/rpg400-l or email: RPG400-L-request@midrange.com 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.