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

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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