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

SE37 while adding element to endevor


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kalyan.v

New User


Joined: 04 Feb 2008
Posts: 65
Location: Hyd

PostPosted: Mon Apr 25, 2016 6:05 pm
Reply with quote

Hi All,

I am trying to add one COBOL program to endeavor environment. But I am getting below error message.


Code:

C1G0140S  ENDEVOR - BC1PSMGR ABENDED CODE=SE37


I know SE37 means - End of extents... this would mean that the maximum space allocated (primary +16 extents) is not sufficient to hold the entire data. This implies we have to increase the primary /secondary space allocation parameters.

I want to know how exactly I can resolve it through endeavor tool.

Thanks,
Kalyan
Back to top
View user's profile Send private message
Pandora-Box

Global Moderator


Joined: 07 Sep 2006
Posts: 1592
Location: Andromeda Galaxy

PostPosted: Mon Apr 25, 2016 6:13 pm
Reply with quote

Talk to your System admin folks they would be able to resolve it for you.
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Mon Apr 25, 2016 7:56 pm
Reply with quote

Quote:
Talk to your System admin folks they would be able to resolve it for you.


because it is unlikely that you will have the authority.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3049
Location: NYC,USA

PostPosted: Mon Apr 25, 2016 8:10 pm
Reply with quote

If a PDS is in use for a long time and members are frequently changed, deleted, and new members created, it creates lot of unused gaps or spaces.
Compressing a PDS actually rearranges members by using the unused free space between members.
Back to top
View user's profile Send private message
Abid Hasan

New User


Joined: 25 Mar 2013
Posts: 88
Location: India

PostPosted: Tue Apr 26, 2016 12:40 pm
Reply with quote

kalyan.v wrote:
... This implies we have to increase the primary /secondary space allocation parameters. ...


Or the volumes on which the PDS/E resides, are full; either way, as Mr. Clouston and Pandora-Box suggested the site support are the ones who would know better.

Rohit Umarjikar wrote:
If a PDS is in use for a long time and members are frequently changed, deleted, and new members created, it creates lot of unused gaps or spaces.
Compressing a PDS actually rearranges members by using the unused free space between members.


Imho, it would be surprising if the TS's site is still using PDS (and not PDSE) as the Endevor repository; but we do not have a certain way of knowing that.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3049
Location: NYC,USA

PostPosted: Tue Apr 26, 2016 8:54 pm
Reply with quote

Quote:
but we do not have a certain way of knowing that.

Code:
Data set name type  :    LIBRARY is PDSE and
Data set name type  :    PDS is PDS

Quote:
Imho, it would be surprising if the TS's site is still using PDS (and not PDSE) as the Endevor repository

because the original post from the TS say's
Quote:
this would mean that the maximum space allocated (primary +16 extents)

16 is for PDS while 123 is for PDSE .
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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
No new posts Adding first / last acct numerber to ... DFSORT/ICETOOL 7
No new posts Adding 'ODD' and 'EVEN' indicator at ... DFSORT/ICETOOL 6
No new posts Dataset size increase on adding 1 byt... DFSORT/ICETOOL 8
Search our Forums:

Back to Top