× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Program I have been using since May 06, uses the
SNDDST TYPE(*LMSG) TOINTNET((&EMAIL)) DSTD('E-MAIL') LONGMSG(&MSG) +

SUBJECT(&SUBJECT) DOCDATE(*CURRENT) . Recently quit working. I can do the
manual snddst and it works fine, I can supply the email address as a default
rather than a parm, and it works ok. Is anyone aware of why this would stop
working. The problem seems to be related to the passing of the email
address as a parm. I cannot see, must be blind!

Jim Waymire



(501) 941-3723 x 15

Simple Cl:
PGM PARM(&EMAIL &SUBJECT &MSG)

DCL VAR(&EMAIL) TYPE(*CHAR) LEN(50)

DCL VAR(&SUBJECT) TYPE(*CHAR) LEN(20)

DCL VAR(&MSG) TYPE(*CHAR) LEN(200)



SNDDST TYPE(*LMSG) TOINTNET((&EMAIL)) +

DSTD('E-MAIL') LONGMSG(&MSG) +

SUBJECT(&SUBJECT) DOCDATE(*CURRENT)

ENDPGM

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.