MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

ATTACHMENT AS EMAIL PAPER CLIP

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
enge
Beginner


Joined: 12 Oct 2004
Posts: 78
Topics: 39

PostPosted: Mon May 18, 2009 9:13 am    Post subject: ATTACHMENT AS EMAIL PAPER CLIP Reply with quote

dears,
i receive an email where the lines of &&attach file are exploded in the BODY of the email and not in a document as paper clip.
how can i do? thanks in advance

Code:

000029 //EMAIL1   EXEC PGM=IEBGENER                                           
000030 //SYSPRINT DD  SYSOUT=*                                                 
000031 //SYSOUT   DD  SYSOUT=*                                                 
000032 //SYSIN    DD DUMMY                                                     
000033 //SYSUT2   DD  SYSOUT=(R,SMTP,)                                         
000034 //SYSUT1   DD *                                                         
000035 HELO SYSA                                                             
000036 MAIL FROM:<>                                                           
000037 RCPT TO:<GOOFY@MOUSETON.COM>                                           
000038 DATA                                                                   
000039 FROM: BATCH                                               
000040 TO:  < GOOFY@MOUSETON.COM>                                               
000041 SUBJECT: BATCH                                                         
000042 ########################################################################
000043 #    TEST BATCH                                                        #
000044 ########################################################################
000045 // DD DISP=OLD,DSN=&&ATTACH
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12384
Topics: 75
Location: San Jose

PostPosted: Mon May 18, 2009 10:36 am    Post subject: Reply with quote

enge,

Please search before posting. check this link

http://www.mvsforums.com/helpboards/viewtopic.php?t=439&highlight=attachment

kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group