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-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

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