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

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 1286 views
  • 0 likes
  • 1 in conversation