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

Abend U3301 when running a Load Module


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
senthil_b

New User


Joined: 22 Feb 2005
Posts: 3

PostPosted: Wed Nov 02, 2005 7:03 pm
Reply with quote

Hi ,

We i try running a Load job, i got an abend 3301.

U3301: This pseudoabend is issued when the number of locks acquiredon behalf of the application program has exceeded the maximum specified bythe installation or application programmer. The maximum number of locks anapplication program can accumulate before committing is specified by thePSBGEN LOCKMAX= parameter or the LOCKMAX= override parameter in the DL/Ior DBB batch, or dependent region JCL.

Please advice on this( what could the cause for this abend)

Thanks,
Senthil
Back to top
View user's profile Send private message
kanak

Moderator


Joined: 12 Mar 2005
Posts: 252
Location: India

PostPosted: Thu Nov 03, 2005 3:34 pm
Reply with quote

As per my manual:

You can override the PSBGEN LOCKMAX= specification at execution time by specifying the LOCKMAX= parameter in the batch or dependent region JCL. An override parameter of LOCKMAX= 0 will turn off all locking limitations. The LOCKMAX value for the PSBGEN and override cases is in units of 1000. Each time the LOCKMAX value is increased by 10, the application is allowed to acquire 10,000 more locks.
Each application program is allowed to have its own limit on the maximum number of locks it can acquire, that is each application program can be individually constrained to a specific amount of virtual storage resources to be used for locking.
An errant application program that is not constrained can consume all locking storage and cause significant disruption to other application programs using the same locking services.

Please let us know if you need any more informatiopn about the same.
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Load new table with Old unload - DB2 DB2 6
No new posts How to load to DB2 with column level ... DB2 6
No new posts ISAM and abend S03B JCL & VSAM 9
No new posts REASON 00D70014 in load utility DB2 6
Search our Forums:

Back to Top