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

how to resolve ESTIMATED LINES EXCEEDED ?


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

New User


Joined: 24 Sep 2008
Posts: 15
Location: hyderabad

PostPosted: Wed Feb 03, 2010 9:56 am
Reply with quote

Hi,

While i am submitting the job,i am getting the error

$HASP375 TEST5110 ESTIMATED LINES EXCEEDED


Hoe to resolve this error..

My JCL is

//BY435R2 EXEC PGM=BY43511A,DYNAMNBR=20
//********************************************************************
//STEPLIB DD DSN=CMN.MSTR.STGO.#000001.LOD,DISP=SHR
// DD DSN=SWBT.PRODUCTS,DISP=SHR
//SYSPRINT DD SYSOUT=*
//SYSTSPRT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSABOUT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//IPCFILE DD DSN=AM878J.T360MTD.REPDATA.LOADFILE(+0),DISP=SHR
//IPCLOAD DD DSN=AM878J.SORT.TS360MTD.REPDATA.LDFL(+1),
// DISP=(NEW,CATLG),
// UNIT=SYSDA,SPACE=(CYL,(100,100),RLSE),
// DCB=*.IPCFILE
/*


Pls provide the solution..

I am waiting for ur reply....

Advance Thanks
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Wed Feb 03, 2010 10:17 am
Reply with quote

See the LINES parameter of the JOB statement in the JCL manual. Did you look up what a $HASP375 means?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Feb 03, 2010 10:39 am
Reply with quote

read the manual and follow the advice,
and ask Your support about the proper parameter specification
Back to top
View user's profile Send private message
elijarajesh.mf
Warnings : 1

New User


Joined: 02 Feb 2010
Posts: 14
Location: hyderabad

PostPosted: Wed Feb 03, 2010 10:42 am
Reply with quote

Hi,
In the jobcard give LINES=1000. Your problem will get resolved
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Wed Feb 03, 2010 10:53 am
Reply with quote

Hi,

how can you be sure it will fix the problem
Quote:
In the jobcard give LINES=1000. Your problem will get resolved


How do you know the number of lines already written out ?

What if the program is looping ?


Gerry
Back to top
View user's profile Send private message
elijarajesh.mf
Warnings : 1

New User


Joined: 02 Feb 2010
Posts: 14
Location: hyderabad

PostPosted: Wed Feb 03, 2010 11:24 am
Reply with quote

If program abends atleast you can see the sysout if you give the LINES=1000 in your job card.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


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

PostPosted: Wed Feb 03, 2010 4:41 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 -- which may involve adding a LINES parameter but it may not.

I would not just add a LINES= to your JCL because (1) many sites control output in other ways (for example, by job class) so adding a LINES= may be completely useless, and (2) it may violate site standards which can have negative consequences up to and including termination of the employee for violating them.
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

 


Similar Topics
Topic Forum Replies
No new posts ISPP330 BDISPMAX exceeded CLIST & REXX 12
No new posts Need help to resolve a hard edit COBOL Programming 8
This topic is locked: you cannot edit posts or make replies. Need help to resolve a hard edit COBOL Programming 4
No new posts I need a 4 lines block where substrin... DFSORT/ICETOOL 12
No new posts Copy few lines from SYSOUT of 10 mill... All Other Mainframe Topics 5
Search our Forums:

Back to Top