IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

problem mailing an attchment using SMTP


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
chandrarkar

New User


Joined: 27 May 2008
Posts: 24
Location: india

PostPosted: Wed Jun 10, 2009 6:51 pm
Reply with quote

i am sending a DSN by mail and using MIME.
Code:

//JS00100  EXEC PGM=IEBGENER                                 
//SYSIN    DD DUMMY                                         
//SYSPRINT DD SYSOUT=*                                       
//SYSUT2   DD SYSOUT=(B,SMTP)                               
//SYSDEBUG DD SYSOUT=*                                       
//SYSUT1   DD DSN=A.TEST,DISP=SHR   
//         DD DSN=REPORT.TEST,DISP=SHR           
//*                                 
                       

Well, i am using FBA 133 for both the files.

i find it strange that i recieve the mail but with a blank attachment.
when i tried another report with the same logical length the mail comes fine.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Jun 11, 2009 6:17 am
Reply with quote

Hello,

This looks like smtp, rather than MIME.

Suggest you determine the difference in the 2 reports.

You've bascally posted nothing that anyone can use to help you. . .
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts z/vm installation problem All Other Mainframe Topics 0
No new posts Job scheduling problem. JCL & VSAM 9
No new posts Problem with IFTHEN=(WHEN=GROUP,BEGIN... DFSORT/ICETOOL 5
No new posts Need to add field to copybook, proble... COBOL Programming 14
Search our Forums:

Back to Top