Re: QUESTION ABOUT SPACE ABEND

2015-06-11 Thread Kjell Holmborg
A long time ago I did some searching on this.

The actual diagnose code is in the message:
B37-04,IFG0554A,OBGXM272,SORTPD2,SORTOUT,291D,APB033,04210010 <--- this one

It can be found here: 
http://www-01.ibm.com/support/knowledgecenter/#!/SSLTBW_1.13.0/com.ibm.zos.r13.idar100/dexdc.htm%23dexdc

Table 41. DADSM Extend Diagnostic Information

04210010 = File is greater than 4369 cylinders (65534 tracks) on a single 
volume.
04210011 = Size of file is greater than volume size
...

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: QUESTION ABOUT SPACE ABEND - THANK YOU

2015-06-09 Thread John Dawes
Thanks to all who responded to my question.  Sorry for the late thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: QUESTION ABOUT SPACE ABEND

2015-05-31 Thread Shmuel Metz (Seymour J.)
In
,
on 05/29/2015
   at 02:51 PM, Steve Coalbran  said:

>What happened to the X37 exit.

As I recall, it was added for the ASB Reader, which did not carry over
to AOS (OS/VS). The exit might still be there, but I doubt that it is
supported.

>I thought it had been incorporated into JES2.

That would have been bizarre. Perhaps you're confusing the exit with
the ASB Reader, which is not needed if you are running ASP, HASP or
JES[123]
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see  
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: QUESTION ABOUT SPACE ABEND

2015-05-29 Thread Tim Hare
SMS data class can not only affect space settings, but also whether SMS 
compression is used, whether space constraint relief is used during allocation, 
etc.   While the x37 products are good, there's a lot that can be done with 
just SMS.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: QUESTION ABOUT SPACE ABEND

2015-05-29 Thread John Eells

jhn_da...@yahoo.com.au (John Dawes) wrote:

G'Day,

I would like to know what the abend code would be if the dsn did not have 
enough space allocated to it?  Below is an example of a space abend when the 
volume is out of space: For an output data set, all space was used on the 
current volume and no more volumes were specified.:

IEC030I B37-04,IFG0554A,DBA041D,DB041D16,SORTOUT,C6B7,ZL0024,04210011,  178
WESP.PTNOTES1.SHADOW
+WER999A BA041DP ,STEP010 ,BA041D16-  UNSUCCESSFUL SORT B37 S REASON=0004 I



It depends on why it ran out of space, and what kind of space it ran out of.

  - Was the initial allocation done with no secondary space and you ran 
out of the primary space allocation?
  - Was the initial allocation done with secondary space, but you ran 
out of available secondary extents?
  - Was the initial allocation done with secondary space, but there 
wasn't room on the volume to extend it?
  - Was the initial allocation done for a multivolume data set, but you 
ran out of volumes, or volumes with enough space, to extend it?
  - For a PDS, was the directory space allocation amount too small to 
allow you to add a new member once it was used up?


And then, there's VSAM...data space, index space, AIX space, etc.

The abend codes and their return codes are a guide to help you answer 
the questions above and let you reallocate the data set, if appropriate, 
with more space, a higher volume count (if applicable), or with a larger 
PDS directory.


--
John Eells
z/OS Technical Marketing
IBM Poughkeepsie
ee...@us.ibm.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: QUESTION ABOUT SPACE ABEND

2015-05-29 Thread Lizette Koehler
Shop use 3rd party products like

Stopx37/ProSMS/BMC incarnation

ISMF Data class with correct specification 

DTS Software ACS/SRS

And probably a few others.  There might be something on the CBTTAPE.ORG (I
have not checked so this might be incorrect)


I think in the data class you can specify what you want - but I think you
have to take that action.  I do not think it is automatic.

Lizette


> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
> On Behalf Of Steve Coalbran
> Sent: Friday, May 29, 2015 5:51 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: QUESTION ABOUT SPACE ABEND
> 
> What happened to the X37 exit.
> I thought it had been incorporated into JES2.
> Melvin Avis in IBM UK wrote the basic code for this years ago (before
> retiring).
> It intercepts an x37 abend and overrides (expands) space allocation values
> for many situations.
> /Steve
> 
> 
> 
> From:   "Vernooij, CP (ITOPT1) - KLM" 
> To: IBM-MAIN@LISTSERV.UA.EDU
> Date:   2015-05-29 13:43
> Subject:Re: QUESTION ABOUT SPACE ABEND
> Sent by:IBM Mainframe Discussion List 
> 
> 
> 
> B37. This means that the dataset has not enough space allocated but cannot
> take secondary extents anymore, either because it already has 16 extents
on
> the current volume or there is no more space on the current volume AND it
> cannot extend to another volume.
> 
> Kees.
> 
> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU]
> On Behalf Of John Dawes
> Sent: 29 May, 2015 13:22
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: QUESTION ABOUT SPACE ABEND
> 
> G'Day,
> 
> I would like to know what the abend code would be if the dsn did not have
> enough space allocated to it?  Below is an example of a space abend when
> the volume is out of space: For an output data set, all space was used on
the
> current volume and no more volumes were specified.:
> 
> IEC030I B37-
> 04,IFG0554A,DBA041D,DB041D16,SORTOUT,C6B7,ZL0024,04210011, 178
> 
> WESP.PTNOTES1.SHADOW
> +WER999A BA041DP ,STEP010 ,BA041D16-  UNSUCCESSFUL SORT B37 S
> REASON=0004 I
> 
> 
> 
> 
> Thanks.
> 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: QUESTION ABOUT SPACE ABEND

2015-05-29 Thread Steve Coalbran
What happened to the X37 exit.
I thought it had been incorporated into JES2.
Melvin Avis in IBM UK wrote the basic code for this years ago (before 
retiring).
It intercepts an x37 abend and overrides (expands) space allocation values 
for many situations.
/Steve



From:   "Vernooij, CP (ITOPT1) - KLM" 
To: IBM-MAIN@LISTSERV.UA.EDU
Date:   2015-05-29 13:43
Subject:    Re: QUESTION ABOUT SPACE ABEND
Sent by:IBM Mainframe Discussion List 



B37. This means that the dataset has not enough space allocated but cannot 
take secondary extents anymore, either because it already has 16 extents 
on the current volume or there is no more space on the current volume AND 
it cannot extend to another volume.

Kees.

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On 
Behalf Of John Dawes
Sent: 29 May, 2015 13:22
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: QUESTION ABOUT SPACE ABEND

G'Day,

I would like to know what the abend code would be if the dsn did not have 
enough space allocated to it?  Below is an example of a space abend when 
the volume is out of space: For an output data set, all space was used on 
the current volume and no more volumes were specified.:

IEC030I B37-04,IFG0554A,DBA041D,DB041D16,SORTOUT,C6B7,ZL0024,04210011, 178 
 
WESP.PTNOTES1.SHADOW  
+WER999A BA041DP ,STEP010 ,BA041D16-  UNSUCCESSFUL SORT B37 S 
REASON=0004 I




Thanks.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

For information, services and offers, please visit our web site: 
http://www.klm.com. This e-mail and any attachment may contain 
confidential and privileged material intended for the addressee only. If 
you are not the addressee, you are notified that no part of the e-mail or 
any attachment may be disclosed, copied or distributed, and that any other 
action related to this e-mail or attachment is strictly prohibited, and 
may be unlawful. If you have received this e-mail by error, please notify 
the sender immediately by return e-mail, and delete this message. 

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its 
employees shall not be liable for the incorrect or incomplete transmission 
of this e-mail or any attachments, nor responsible for any delay in 
receipt. 
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch 
Airlines) is registered in Amstelveen, The Netherlands, with registered 
number 33014286

 


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN



SÃ¥vida annat inte anges ovan: / Unless stated otherwise above:
IBM Svenska AB
Organisationsnummer: 556026-6883
Adress: 164 92 Stockholm

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: QUESTION ABOUT SPACE ABEND

2015-05-29 Thread Vernooij, CP (ITOPT1) - KLM
B37. This means that the dataset has not enough space allocated but cannot take 
secondary extents anymore, either because it already has 16 extents on the 
current volume or there is no more space on the current volume AND it cannot 
extend to another volume.

Kees.

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of John Dawes
Sent: 29 May, 2015 13:22
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: QUESTION ABOUT SPACE ABEND

G'Day,

I would like to know what the abend code would be if the dsn did not have 
enough space allocated to it?  Below is an example of a space abend when the 
volume is out of space: For an output data set, all space was used on the 
current volume and no more volumes were specified.:

IEC030I B37-04,IFG0554A,DBA041D,DB041D16,SORTOUT,C6B7,ZL0024,04210011,  178   
WESP.PTNOTES1.SHADOW  
+WER999A BA041DP ,STEP010 ,BA041D16-  UNSUCCESSFUL SORT B37 S REASON=0004 I




Thanks.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

For information, services and offers, please visit our web site: 
http://www.klm.com. This e-mail and any attachment may contain confidential and 
privileged material intended for the addressee only. If you are not the 
addressee, you are notified that no part of the e-mail or any attachment may be 
disclosed, copied or distributed, and that any other action related to this 
e-mail or attachment is strictly prohibited, and may be unlawful. If you have 
received this e-mail by error, please notify the sender immediately by return 
e-mail, and delete this message. 

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its 
employees shall not be liable for the incorrect or incomplete transmission of 
this e-mail or any attachments, nor responsible for any delay in receipt. 
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch 
Airlines) is registered in Amstelveen, The Netherlands, with registered number 
33014286




--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: QUESTION ABOUT SPACE ABEND

2015-05-29 Thread Vernooij, CP (ITOPT1) - KLM
D37-04 occurs when the dataset has no secondary space.

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Campbell Jay
Sent: 29 May, 2015 13:38
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: QUESTION ABOUT SPACE ABEND

D37-04

Jay Campbell
IBM OS Support Section
Phone 304-264-7409
Cell304-676-6546
-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@listserv.ua.edu] On Behalf 
Of John Dawes
Sent: Friday, May 29, 2015 7:22 AM
To: IBM-MAIN@listserv.ua.edu
Subject: QUESTION ABOUT SPACE ABEND

G'Day,

I would like to know what the abend code would be if the dsn did not have 
enough space allocated to it?  Below is an example of a space abend when the 
volume is out of space: For an output data set, all space was used on the 
current volume and no more volumes were specified.:

IEC030I B37-04,IFG0554A,DBA041D,DB041D16,SORTOUT,C6B7,ZL0024,04210011,  178   
WESP.PTNOTES1.SHADOW  
+WER999A BA041DP ,STEP010 ,BA041D16-  UNSUCCESSFUL SORT B37 S 
+REASON=0004 I




Thanks.

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

For information, services and offers, please visit our web site: 
http://www.klm.com. This e-mail and any attachment may contain confidential and 
privileged material intended for the addressee only. If you are not the 
addressee, you are notified that no part of the e-mail or any attachment may be 
disclosed, copied or distributed, and that any other action related to this 
e-mail or attachment is strictly prohibited, and may be unlawful. If you have 
received this e-mail by error, please notify the sender immediately by return 
e-mail, and delete this message. 

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its 
employees shall not be liable for the incorrect or incomplete transmission of 
this e-mail or any attachments, nor responsible for any delay in receipt. 
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch 
Airlines) is registered in Amstelveen, The Netherlands, with registered number 
33014286




--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: QUESTION ABOUT SPACE ABEND

2015-05-29 Thread Campbell Jay
D37-04

Jay Campbell
IBM OS Support Section
Phone 304-264-7409
Cell304-676-6546
-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@listserv.ua.edu] On Behalf 
Of John Dawes
Sent: Friday, May 29, 2015 7:22 AM
To: IBM-MAIN@listserv.ua.edu
Subject: QUESTION ABOUT SPACE ABEND

G'Day,

I would like to know what the abend code would be if the dsn did not have 
enough space allocated to it?  Below is an example of a space abend when the 
volume is out of space: For an output data set, all space was used on the 
current volume and no more volumes were specified.:

IEC030I B37-04,IFG0554A,DBA041D,DB041D16,SORTOUT,C6B7,ZL0024,04210011,  178   
WESP.PTNOTES1.SHADOW  
+WER999A BA041DP ,STEP010 ,BA041D16-  UNSUCCESSFUL SORT B37 S 
+REASON=0004 I




Thanks.

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


QUESTION ABOUT SPACE ABEND

2015-05-29 Thread John Dawes
G'Day,

I would like to know what the abend code would be if the dsn did not have 
enough space allocated to it?  Below is an example of a space abend when the 
volume is out of space: For an output data set, all space was used on the 
current volume and no more volumes were specified.:

IEC030I B37-04,IFG0554A,DBA041D,DB041D16,SORTOUT,C6B7,ZL0024,04210011,  178   
WESP.PTNOTES1.SHADOW  
+WER999A BA041DP ,STEP010 ,BA041D16-  UNSUCCESSFUL SORT B37 S REASON=0004 I




Thanks.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN