Greetings -- I'm trying to determine how to change the file extension which is sent using SMTP over CARLa. I've determined so far the name of the attachment is acquired from the "name=" parameter on the newlist as such:
option smtpclass=X smtpwriter=CSSMTP smtpatsign=@,
outputformat=attach,
mt=`myemail@address.com`,
from=`&jobname at &system`,
mfs=4
newlist type=RACF name=filename retain header=CSVT
However, I have been unable to find a way to change the file extension outside of specifying the "FILEFORMAT" parameter, which only allows for TXT and XML. Using the above, I receive "filename.txt" and would in this case like "filename.csv" as the attachment name. Can that be changed or specified somehow?
------------------------------
Adam Klinger
------------------------------