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

to increase the space for the dataset


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

New User


Joined: 19 Mar 2005
Posts: 3

PostPosted: Sat Apr 09, 2005 6:49 pm
Reply with quote

hi
is there any way to increase the space for dataset which is already allocated using 3.2 option

also
i mistakenly deleted a dataset. is there any way to get it back with out asking any system admins. i.e any tso option or command

thanks in advance
Back to top
View user's profile Send private message
anuradha

Active User


Joined: 06 Jan 2004
Posts: 247
Location: Hyderabad

PostPosted: Mon Apr 11, 2005 7:42 pm
Reply with quote

Hi Vema,

To recover the dataset which you deleted, try the following command..

Code:
hrecover your.dataset generation(0)
Back to top
View user's profile Send private message
ankyhunk

Moderator


Joined: 05 May 2005
Posts: 98
Location: Navi Mumbai, India

PostPosted: Fri May 06, 2005 11:25 am
Reply with quote

Theres is no way of increasing space of a dataset once its allocated. But you can compress a dataset. Also you can copy it to a bigger dataset!
Also Hrecover works only if you have a backup of a dataset.
Correct me if I am wrong..
Back to top
View user's profile Send private message
philepeo

New User


Joined: 18 Nov 2005
Posts: 4

PostPosted: Fri Nov 18, 2005 7:07 am
Reply with quote

1.If there is no backup for the dataset it may be possible to recover from a volume dump (just dont type in gen(0000))

2.I too got fed up with running out of space in my datasets so created a job that all you have to do is type in the dataset name and using temp d/s's would copy into a larger d/s of the same name (see attachment)
Back to top
View user's profile Send private message
graswant

New User


Joined: 29 Apr 2006
Posts: 93
Location: Singapore

PostPosted: Wed Jul 26, 2006 5:29 am
Reply with quote

There is no way to increase the space with any TSO command... First way is to compress it by typing Z infront of the PDS name... or creating a new PDS with more space and copying all the members in the new PDS.... Or Philepeo's job can help..


CORRECT ME IF I AM WRONG...
Back to top
View user's profile Send private message
neelesht

New User


Joined: 24 Jul 2006
Posts: 99
Location: Los Angeles

PostPosted: Wed Jul 26, 2006 6:58 pm
Reply with quote

We have PDSFAST Utility which can be used to increae the space allocated to PDS.

I guess theres no way to increase the space using TSO command.
Back to top
View user's profile Send private message
raveendra_ibm
Currently Banned

New User


Joined: 07 Jan 2006
Posts: 31

PostPosted: Mon Aug 21, 2006 1:00 pm
Reply with quote

Hi,

We have utilities that can help us in this regard.
For example: EZYEDIT of PDSMAN can increase or
decrease the no of directory blocks using ALTERDIR command.

Regards,
Raveendra.
Back to top
View user's profile Send private message
stly
Warnings : 1

New User


Joined: 25 Jul 2005
Posts: 93

PostPosted: Thu Aug 31, 2006 3:24 pm
Reply with quote

raveendra_ibm wrote:
Hi,

We have utilities that can help us in this regard.
For example: EZYEDIT of PDSMAN can increase or
decrease the no of directory blocks using ALTERDIR command.

Regards,
Raveendra.


raveendra can u explain how it can be done using that tool
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 Replace each space in cobol string wi... COBOL Programming 3
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Allocated cylinders of a dataset DB2 12
No new posts Increase the number of columns in the... IBM Tools 3
Search our Forums:

Back to Top