|
Given this code (and note that I've pulled out a few spaces here and there to try and keep my email reader from inserting line breaks):
DFILENAME S 43 DFILENAMELENGTH S 9B 0 DORIGINATOR S 255 DORIGINATORLEN S 9B 0 DFIRSTRECIPIENT DS D OFFSET 1 4B 0 D ADDRLEN 5 8B 0 D FORMAT 9 16 D DTYPE 17 20B 0 D RESERVED 21 24B 0 D RECADDRESS 25 275 DTOTALNUMREC S 9B 0 DERRORMESSAGE DS D BYTESBUF 1 4B 0 D MESSAGEID 9 15 . . . C EVAL FILENAME =C '/wintouch/WTCPCHILD JAMESL 146826 115623'
C Z-ADD 43 FILENAMELENGTHwith BYTESBUF set to zero, so that any error will throw an exception, this code:
C CALLB 'QtmmSendMail' C PARM FILENAME C PARM FILENAMELENGTH C PARM ORIGINATOR C PARM ORIGINATORLEN C PARM FIRSTRECIPIENT C PARM TOTALNUMREC C PARM ERRORMESSAGEworks fine, but this code (bytesbuf still zero, and lots of spaces still pulled out to avoid unwanted line breaks):
D QtmmSendMail PR ExtProc('QtmmSendMail') D FileName 255A const options(*varsize)
D FileNameLen 10I 0 constD MsgFrom 256A const options(*varsize)
D MsgFromLen 10I 0 const D RecipBuf like(FIRSTRECIPIENT) D dim(32767) D options(*varsize) D NumRecips 10I 0 const D ErrorCode 8000A options(*varsize) . . .C CALLP QtmmSendMail(FILENAME: FILENAMELENGTH:
C ORIGINATOR: ORIGINATORLEN:C FIRSTRECIPIENT: TOTALNUMREC:
C ERRORMESSAGE)doesn't work, doesn't throw an exception in the calling program, but causes the QMSF job to throw a TCP5103, claiming that it can't open the IFS file (the name is fine) with an errno of 3440 (something about "operation not supported," according to errno_h).
To coin a phrase, <tiny voice> "Heellllllllppppppppppp mmmmmmmeeeeeeeeeeeeeee!!!" </tiny voice> -- JHHL
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.