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 

CHKPT parameter in SORT

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


Joined: 25 Apr 2003
Posts: 31
Topics: 6
Location: Pune

PostPosted: Sat May 03, 2003 1:24 am    Post subject: CHKPT parameter in SORT Reply with quote

Hi All,

What is the use of the CHKPT option in SORT? Question


Regards

Mayuresh
Back to top
View user's profile Send private message Send e-mail
Frank Yaeger
Sort Forum Moderator
Sort Forum Moderator


Joined: 02 Dec 2002
Posts: 1618
Topics: 31
Location: San Jose

PostPosted: Sat May 03, 2003 10:45 am    Post subject: Reply with quote

For DFSORT, CHKPT (or CKPT) activates the Checkpoint/Restart facility. DFSORT will then take checkpoints from which you can restart the job if it fails.

Checkpoint/restart was a good idea in its time, but is really more trouble than its worth for sort these days with large, fast disks available. It's usually better to just rerun a job that fails occasionally then to do checkpoint/restart for that job every time it runs; the amount of time you would save doing a restart for a job that fails occasionally is usually not worth it compared to the amount of time you waste taking the checkpoints for that job all the times it doesn't fail.

In fact, CKPT is NOT supported in DFSORT's primary technique, Blockset. It's only supported in older techniques, and those older techniques do not support important functions such as OUTFIL.

So for DFSORT, we strongly recommend NOT using CKPT.

Our shipped default of IGNCKPT=YES causes CKPT to be ignored when Blockset can be used (which is most of the time). If you want CKPT to be used, you'll need to change the default to IGNCKPT=NO, but we don't recommend that.
_________________
Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort
Back to top
View user's profile Send private message Send e-mail Visit poster's website
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