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

When I ran a jcl I am getting the jcl error as OUTLIM


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

New User


Joined: 29 Nov 2005
Posts: 49

PostPosted: Wed May 30, 2007 8:30 pm
Reply with quote

Hello Friends,

When I ran a jcl I am getting the jcl error as OUTLIM.
Can anyone tell me how to rectift this error.

Regards,
Sunny.
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: Wed May 30, 2007 8:33 pm
Reply with quote

Hello,

Please post your jcl and the diagnostic info from the sysout dataset(s).
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 May 30, 2007 9:09 pm
Reply with quote

Sunny,

The OUTLIM parameter sets a limit on the number of records that can be written to a SYSOUT DD statement. If the limit is reached, the SYSOUT limit exit routine will receive control; the job may subsequently be
cancelled with a S722 abend if the exit does not provide an exemption.


Still for better suggestion, please post the JCL & SYSOUT messages as stated by Dick.
Back to top
View user's profile Send private message
sunnybunny

New User


Joined: 29 Nov 2005
Posts: 49

PostPosted: Thu May 31, 2007 3:35 pm
Reply with quote

Hello Anuj/Dick,

Thanks for the information.

Herewith I am sending the part of the jcl for this.

//IMSPRINT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//DFSSTAT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=P,
// OUTLIM=1000000

I ran the job with 5 input records only. But still I am getting the error and there is no SYSOUT information for this.

Please provide the solution for this.

Regards,
Sunny.
Back to top
View user's profile Send private message
sunnybunny

New User


Joined: 29 Nov 2005
Posts: 49

PostPosted: Thu May 31, 2007 3:39 pm
Reply with quote

Hello Friends,

When I ran the jcl I am getting the error as U3E7. Can anyone explain what is this error and what is the possible solution to overcome this.

Thanks in advance,
Sunny.
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Thu May 31, 2007 4:32 pm
Reply with quote

dick scherrer wrote:
Please post your jcl and the diagnostic info from the sysout dataset(s).
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 May 31, 2007 6:20 pm
Reply with quote

Hello,

What was the jcl error? It should be somewhere is the jes output or there may be a "xxxxxxxx DD STATEMENT MISSING" message. Please let us know was generated.

Check with your support people and see if your site permits an OUTLIM of 1 million lines. Most sites will not support million line "printout". Other than transferring it to some offline media, no one can really work with a report of a million lines anyway. . . IMHO.
Back to top
View user's profile Send private message
sunnybunny

New User


Joined: 29 Nov 2005
Posts: 49

PostPosted: Thu May 31, 2007 6:50 pm
Reply with quote

Hello Dick,


The JCL is already working in Production environment with 1 million lines. The Error I am getting in Test environment.

Regards,
Sunny.
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 May 31, 2007 7:05 pm
Reply with quote

Hello,

Might there be a line limit on non-Production jobs?

It will help if you post all of the info the system created and the jcl. Whenever a jcl error is presented, there is a reason why - it is not just mysteriously wrong. If you don't see it in the jes output (keep in mind that it may be in the first 3 files, not just the sysout(s) for the step), you might look at the console log. . .
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 Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Getting Error while trying to establi... DB2 3
Search our Forums:

Back to Top