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

How to send mail using JCL


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Mon Mar 01, 2010 9:07 pm
Reply with quote

I agree with html thats the reason i added saying about in stream image. Which is non displayable content
Back to top
View user's profile Send private message
cthokala

New User


Joined: 24 Oct 2007
Posts: 3
Location: JBurg

PostPosted: Wed Mar 03, 2010 5:08 pm
Reply with quote

I have a query on this, if I want to send a email with 10000 records, is it possible?

Regards,
Chandra
Back to top
View user's profile Send private message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Wed Mar 03, 2010 5:30 pm
Reply with quote

Hi, Welcome to the forum icon_smile.gif

What happened when u tried to email 10000 recs.?
Back to top
View user's profile Send private message
cthokala

New User


Joined: 24 Oct 2007
Posts: 3
Location: JBurg

PostPosted: Wed Mar 03, 2010 5:34 pm
Reply with quote

Hi Vasanth,
Thanks.
The job abend with S722, even though its abending I am getting mail with 1988 records only.


Chandra
Back to top
View user's profile Send private message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Wed Mar 03, 2010 5:46 pm
Reply with quote

Hi,

S722 - TIMEOUT (OUTPUT LIMIT REACHED, JOB EXCEEDED NUMBER OF ALLOWABLE LINES)
Maybe try to add a JOBPARM after the jobcard, it MIGHT work

Code:
/*JOBPARM LINES=999999
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Wed Mar 03, 2010 5:59 pm
Reply with quote

Hi,

TIMEOUT ?


Gerry
Back to top
View user's profile Send private message
cthokala

New User


Joined: 24 Oct 2007
Posts: 3
Location: JBurg

PostPosted: Wed Mar 03, 2010 6:02 pm
Reply with quote

Hi,

Jobparm also not working.
I am getting same error.
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Wed Mar 03, 2010 6:07 pm
Reply with quote

Hi,

see this ibmmainframes.com/viewtopic.php?t=42888


Gerry
Back to top
View user's profile Send private message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Wed Mar 03, 2010 6:39 pm
Reply with quote

Hi Gerry,
The error messages definition says TIMEOUT, but the actual error is within the parenthesis.

@Chandra,
I am not aware of any other options, I will let the experts guide u.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Wed Mar 03, 2010 8:30 pm
Reply with quote

The site support group set a byte limit on the size of emails when they installed TCP/IP on your LPAR. The default is 512K but can be changed to meet site requirements. You may be hitting this limit.

Your best bet is to contact your site support group and work with them to see if what you want to do can be done on your system, or not.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Mar 03, 2010 8:42 pm
Reply with quote

Estimated lines exceeded is not an error, it is a warning. You can resolve it by changing your program to not generate so many lines of output, or by working with your site support group to address the issue, as Robert has said.

Suggest not to add a LINES= to your JCL without giving a good though to it, because
  • many sites control output in other ways (job class for example, these storage people don't let you live icon_smile.gif) so adding a LINES= may be completely useless
  • and wht if it violates site standards which can have negative later effects.
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 -> JCL & VSAM Goto page 1, 2  Next

 


Similar Topics
Topic Forum Replies
No new posts mail attachment with excel format All Other Mainframe Topics 2
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
Search our Forums:

Back to Top