MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Optimized Copy

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
s_shivaraj
Beginner


Joined: 21 Sep 2004
Posts: 140
Topics: 14
Location: Chennai, India

PostPosted: Fri Dec 24, 2004 1:13 am    Post subject: Optimized Copy Reply with quote

Hi FUNDUS,
How to copy a dataset (which is allocated with Lot of Cylinders but holding only a % of it
_________________
Cheers
Sivaraj S

'Technical Skill is the Master of complexity, while Creativity is the Master of Simplicity'
Back to top
View user's profile Send private message AIM Address
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Fri Dec 24, 2004 8:49 am    Post subject: Reply with quote

s_shivaraj,

After copying you can add the following step to release all the unused space.

Code:

//STEP0100 EXEC PGM=IEBGENER                         
//SYSPRINT DD  SYSOUT=*                             
//SYSUT1   DD  DUMMY,                               
//             DCB=(LRECL=nnn,RECFM=AA,BLKSIZE=0)     
//SYSUT2   DD  DSN=YOUR SEQ FILE,
//             DISP=(MOD,KEEP,KEEP),                 
//             SPACE=(TRK,(1,0),RLSE)               
//SYSIN    DD  DUMMY                                 
//*                 


Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
s_shivaraj
Beginner


Joined: 21 Sep 2004
Posts: 140
Topics: 14
Location: Chennai, India

PostPosted: Tue Dec 28, 2004 6:02 am    Post subject: Reply with quote

Thanks Kolusu.

Can i have the same for VSAM too.
_________________
Cheers
Sivaraj S

'Technical Skill is the Master of complexity, while Creativity is the Master of Simplicity'
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group