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

unable to send email through XMITIP process


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

New User


Joined: 16 Feb 2010
Posts: 46
Location: India

PostPosted: Fri May 27, 2011 12:56 pm
Reply with quote

Hi,

One of my job is trying to send email with an attachement to different email ID's

The step used to work fine till I tried to transmit a very large file in .txt format which contained more than 150000 records

But since then I am getting a MAXCC 08 for the email step.
Getting the bellow error while checking the log
XMITIP: Message records sent: 1
XMITIP:
XMITIP: Severe Error: You have exceeded the allowed
XMITIP: size. Current size: 22316436
XMITIP: over by: 10316436
XMITIP: limit: 12000000


My JCL step

//STEP25 EXEC PGM=IKJEFT1B,DYNAMNBR=1
//SYSEXEC DD DISP=SHR,DSN=ISPF.WHPL.SYSPROC
//MAILFIL DD DISP=SHR,DSN=XXXXXX.XXXXXX.SAP3OUT.TEST
//SYSTSIN DD DSN=L.PUB.PGMS(EMAILSD),DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*

My controlcard contains:

%XMITIP (EMAIL@mail.com -
others@mail.com) +
FILE 'XXXXXX.XXXXXX.SAP3OUT.TESTX' +
FROM QQSAM2S1@COR1 +
MSGT 'PLEASE FIND THE OUTPUT FILE ATTACHED' +
SUBJECT 'OUTPUT FILE' +
FORMAT TXT/DISCARD.TXT


Please help me to resolve the error.
Do also let me know if you want any further information on the same.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri May 27, 2011 1:00 pm
Reply with quote

Quote:
The step used to work fine till I tried to transmit a very large file in .txt format which contained more than 150000 records

what is that You do not understand in the message sequence
Quote:
XMITIP: Severe Error: You have exceeded the allowed
XMITIP: size. Current size: 22316436
XMITIP: over by: 10316436
XMITIP: limit: 12000000

???

don' t You feel that the two things are related
the best place to ask would be Your support
Back to top
View user's profile Send private message
kratos86

Active User


Joined: 17 Mar 2008
Posts: 148
Location: Anna NGR

PostPosted: Fri May 27, 2011 3:38 pm
Reply with quote

All the utilities have certain allowable limit to send files as attachment. In your case, you cannot do anything to make the utility work. It exceeded the allowable limit.

But you can split the files into various files by not exceeding the limit and transmit.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Fri May 27, 2011 6:32 pm
Reply with quote

Skss, 150000 records for an email attachment? Honestly? Don't you think that's a bit excessive?
Back to top
View user's profile Send private message
Skss

New User


Joined: 16 Feb 2010
Posts: 46
Location: India

PostPosted: Mon May 30, 2011 1:38 pm
Reply with quote

Superk

I tried to run the job once which had 150000 records and it abended which is obvious that the amount of data is huge.

But since then when ever I am trying to run the email step with at least 10 records in the output file then also it is giving me an error of overlimit and abending. That is what concerns me.

Is it some kind of storage area or volume assinged for buffering before sending it as an attachment?
If that is so then how that can be free?

Hope this explains what I am looking for!
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Mon May 30, 2011 1:45 pm
Reply with quote

Quote:

The step used to work fine till I tried to transmit a very large file in .txt format which contained more than 150000 records


Quote:

But since then when ever I am trying to run the email step with at least 10 records in the output file then also it is giving me an error of overlimit and abending. That is what concerns me.


Huh?
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Mon May 30, 2011 2:13 pm
Reply with quote

possibly you are not changing the:
//MAILFIL DD DISP= >> in your jcl
or the
FILE >>> parm of your xmit step.
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Mon May 30, 2011 2:26 pm
Reply with quote

Do you have something like a "sent messages" file that you're not too aware of? Maybe that is full?
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 REXX to send an email in Mainframe wi... CLIST & REXX 3
No new posts REXX to send an email in Mainframe CLIST & REXX 4
No new posts help send file AFT CONTROLM EM IBM Tools 0
No new posts how to send 10 rows at a time to output CICS 2
No new posts Infosphere Optim - unable to save Col... IBM Tools 0
Search our Forums:

Back to Top