Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 9405

JCL & VSAM :: RE: Mail via SMTP with an image?

$
0
0
Author: Mike 1304
Posted: Fri Feb 24, 2017 12:10 pm (GMT 5.5)

Sorry for the late response caused by holidays..

It works fine!
I did the encoding with:
Code:

//STEP0090 EXEC PGM=USIBAS64                                         
//SYSOUX   DD SYSOUT=*                                               
//ENCODIN  DD DSN=BINARY.TRANSFERED.LOGO.PNG,DISP=SHR                 
//ENCODOUT DD DSN=BASE64.OUTPUT.FB80,DISP=SHR                         
//*         SPACE=(CYL,(2,2),RLSE),DCB=(LRECL=80,RECFM=FBA,DSORG=PS) 
//SYSOUT   DD SYSOUT=*                                               
//SYSUDUMP DD SYSOUT=*                                               

_________________
best regards
Mike


Viewing all articles
Browse latest Browse all 9405

Trending Articles