View previous topic :: View next topic |
Author |
Message |
ranga_subham Intermediate

Joined: 31 Jan 2006 Posts: 255 Topics: 72
|
Posted: Fri Aug 27, 2010 9:13 am Post subject: Increase space on a multi-volume dataset. |
|
|
Hi,
Would you please help me on how to increase SPACE on an already cataloged dataset without copying it to another dataset? We need to increase SPACE on a multi-volume dataset.
Is it possible to do this using any of the IBM utilities or something else?
Thanks a lot in advance. _________________ Ranga
*****
None of us is as smart as all of us - Ken Blanchard |
|
Back to top |
|
 |
warp5 Intermediate

Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Fri Aug 27, 2010 9:26 am Post subject: |
|
|
You can not increase the space on an existing dataset, you can add another candidate volume though if it is a vsam dataset. So, the question is, what kind of a dataset is it, how many extents does it have, etc. Is it SMS controlled? |
|
Back to top |
|
 |
ranga_subham Intermediate

Joined: 31 Jan 2006 Posts: 255 Topics: 72
|
Posted: Fri Aug 27, 2010 8:57 pm Post subject: |
|
|
It is a PS dataset and SMS controlled. _________________ Ranga
*****
None of us is as smart as all of us - Ken Blanchard |
|
Back to top |
|
 |
papadi Supermod
Joined: 20 Oct 2009 Posts: 594 Topics: 1
|
Posted: Fri Aug 27, 2010 9:39 pm Post subject: |
|
|
Consider copying it to tape, deleting the original, and copying it back to dasd specifying more space. _________________ All the best,
di |
|
Back to top |
|
 |
ranga_subham Intermediate

Joined: 31 Jan 2006 Posts: 255 Topics: 72
|
Posted: Fri Aug 27, 2010 11:46 pm Post subject: |
|
|
it causes 413-1C (present volume does not match with old one at the time of abend) abend if I do so !! _________________ Ranga
*****
None of us is as smart as all of us - Ken Blanchard |
|
Back to top |
|
 |
papadi Supermod
Joined: 20 Oct 2009 Posts: 594 Topics: 1
|
Posted: Sat Aug 28, 2010 1:09 pm Post subject: |
|
|
Sound like the jcl is wrong. . .
Post the jcl from the copy job and the disgnostic info from the problem run. _________________ All the best,
di |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Sat Aug 28, 2010 1:37 pm Post subject: |
|
|
ranga_subham,
You need to post the complete error messages instead of posting partial messages for anyone to help you. _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
Franko Beginner

Joined: 04 Feb 2010 Posts: 8 Topics: 0 Location: Kansas City
|
Posted: Mon Aug 30, 2010 10:44 am Post subject: |
|
|
Quote: |
it causes 413-1C (present volume does not match with old one at the time of abend) abend if I do so !!
|
This sounds like a warning from your job scheduling system when you attempt to perform a STEP restart. What scheduling package are you running??? |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Mon Aug 30, 2010 11:18 am Post subject: |
|
|
Franko wrote: | Quote: |
it causes 413-1C (present volume does not match with old one at the time of abend) abend if I do so !!
|
This sounds like a warning from your job scheduling system when you attempt to perform a STEP restart. What scheduling package are you running??? |
Franko,
I think it is this error that he is getting
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2H761/2.387 |
|
Back to top |
|
 |
expat Intermediate

Joined: 01 Mar 2007 Posts: 475 Topics: 9 Location: Welsh Wales
|
Posted: Tue Aug 31, 2010 1:06 am Post subject: |
|
|
Franko,
An S413 ABEND is not a warning from the scheduling software.
It is a system abend - issued by the OS. _________________ If it's true that we are here to help others,
then what exactly are the others here for ? |
|
Back to top |
|
 |
ranga_subham Intermediate

Joined: 31 Jan 2006 Posts: 255 Topics: 72
|
Posted: Thu Sep 02, 2010 8:58 am Post subject: 413-1C explanation. |
|
|
Quote: |
.<H3> Abend Code S413-X'1C' Explanation
.
. 413
.
. Explanation: The error occurred during processing of an OPEN macro
. instruction for a data set on magnetic tape or on a direct access device. Thi
. system completion code is accompanied by message IEC145I. Refer to the
. explanation of message IEC145I for complete information about the task that
. was ended and for an explanation of the return code (rc in the message text)
. in register 15.
.
. Application Programmer Response: Respond as indicated for message IEC145I.
.
. System programmer response: If the error recurs and the program is not in
. error, look at the messages in the job log for more information. Search
. problem reporting data bases for a fix for the problem. If no fix exists,
. contact the IBM Support Center. Provide the JCL and the program listing for
. the job.
.
. 1C An OPEN macro instruction was issued for a data set, but volume sequence
. number on the associated DD statement was greater than the number of
. volumes containing the data set.
|
_________________ Ranga
*****
None of us is as smart as all of us - Ken Blanchard |
|
Back to top |
|
 |
|
|