What's the difference between "release" and "compress"



TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...

What's the difference between "release" and "compress"

Postby vsevarod » Thu Jun 15, 2017 7:52 am

Hi all,
I am just confused with "release" and "compress". It seems space are freed either I use "release" command or "compress" command.
So what's the difference between the two concepts?
Thanks in advance.
vsevarod
 
Posts: 8
Joined: Thu Jun 01, 2017 3:42 pm
Has thanked: 3 times
Been thanked: 0 time

Re: What's the difference between "release" and "compress"

Postby Akatsukami » Thu Jun 15, 2017 8:00 am

"Release" de-allocates unused space from a data set; "compress" does not. Moreover, "compress" only applies to a PDS.
"You have sat too long for any good you have been doing lately ... Depart, I say; and let us have done with you. In the name of God, go!" -- what I say to a junior programmer at least once a day

These users thanked the author Akatsukami for the post:
vsevarod (Thu Jun 15, 2017 10:28 am)
User avatar
Akatsukami
Global moderator
 
Posts: 1058
Joined: Sat Oct 16, 2010 2:31 am
Location: Bloomington, IL
Has thanked: 6 times
Been thanked: 51 times

Re: What's the difference between "release" and "compress"

Postby vsevarod » Thu Jun 15, 2017 10:50 am

Akatsukami wrote:"Release" de-allocates unused space from a data set; "compress" does not. Moreover, "compress" only applies to a PDS.

Thanks, so what did I do when I compressed a PDS?
vsevarod
 
Posts: 8
Joined: Thu Jun 01, 2017 3:42 pm
Has thanked: 3 times
Been thanked: 0 time

Re: What's the difference between "release" and "compress"

Postby steve-myers » Thu Jun 15, 2017 11:43 am

In a PDS, when you delete a member, the space occupied by the deleted member forms a "hole" in the data set that cannot be used for additional members. When you "compress" a PDS, these "holes" are removed so you can add more members to the data set.

These users thanked the author steve-myers for the post:
vsevarod (Thu Jun 15, 2017 11:45 am)
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: What's the difference between "release" and "compress"

Postby vsevarod » Thu Jun 15, 2017 11:44 am

steve-myers wrote:In a PDS, when you delete a member, the space occupied by the deleted member forms a "hole" in the data set that cannot be used for additional members. When you "compress" a PDS, these "holes" are removed so you can add more members to the data set.

Thanks
vsevarod
 
Posts: 8
Joined: Thu Jun 01, 2017 3:42 pm
Has thanked: 3 times
Been thanked: 0 time

Re: What's the difference between "release" and "compress"

Postby willy jensen » Thu Jun 15, 2017 1:00 pm

Replacing a member in a PDS will normally also leave a hole where the old data was, even if the new data might have fitted in the space occupied by the old member.
willy jensen
 
Posts: 455
Joined: Thu Mar 10, 2016 5:03 pm
Has thanked: 0 time
Been thanked: 69 times


Return to TSO & ISPF

 


  • Related topics
    Replies
    Views
    Last post