BookmarkSubscribeRSS Feed
G_I_Jeff
Obsidian | Level 7

Hi all,

 

I'm having to convert all my simple SAS SMTP jobs that send emails straight to our server over to CSSMTP due to security issues on z/OS. These are simple emails and I have the process working. But all emails sent are capitalized and for the life of me I cannot figure out how/where it is doing this. My FILENAME statement:

FILENAME MYMAIL EMAIL                       
         TO = ("User.Group@xxxx.gov")     
         FROM = ("Mainframe.User@xxxx.gov")  
         SENDER = ("Mainframe.User@xxx.gov")
         SUBJECT="This is a test"           
         CONTENT_TYPE="TEXT/HTML"           
         SYSOUT=B                           
         PGM=KTCPSMTP                       
         ENCODING=ASCII                     
         LRECL=80                           
         BLKSIZE=80                         
         RECFM=FB;                          

I've tried everything, formatting wise, in my DATA statement for the body of the email. Can anyone point me in the right direction please?

Thanks,

Jeff

sas-innovate-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 0 replies
  • 897 views
  • 0 likes
  • 1 in conversation