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

Options in defining KSDS


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ravikumar15

New User


Joined: 27 Mar 2006
Posts: 68

PostPosted: Tue May 16, 2006 3:03 pm
Reply with quote

While defining a KSDS cluster, I saw an option called 'SPEED'. Can any one tell me the significance of this option.

Thanks,
Ravi
Back to top
View user's profile Send private message
rajandhla

Active User


Joined: 18 Oct 2005
Posts: 182
Location: Luton UK

PostPosted: Tue May 16, 2006 3:46 pm
Reply with quote

SPEED|RECOVERY
specifies whether the data component's control areas are to be
preformatted before alternate index records are loaded into them.

When you specify RECOVERY, your initial load takes longer because the
control areas are written initially with end-of-file indicators and
again with your alternate index records. When you specify SPEED, your
initial load is quicker.

SPEED
specifies that the data component's space is not to be
preformatted. Its space might contain data records from a
previous use of the space, or it might contain binary zeros; its
contents are unpredictable.

If the initial load fails, you must load the alternate index
records again from the beginning because VSAM is unable to
determine where your last correctly written record is. VSAM
cannot find a valid end-of-file indicator when it searches your
alternate index records.

RECOVERY
specifies that the data component's control areas are written with
records that indicate end-of-file. When an alternate index record
is written into a control interval, it is always followed by a
record that identifies the record that has just been written as
the last record in the alternate index.

If the initial load fails, you can resume loading alternate index
records after the last correctly written record, because an
end-of-file indicator identifies it as the last record.


Hope this helps

Regards
jai
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 -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Merge two VSAM KSDS files into third ... JCL & VSAM 6
No new posts Defining a struct PL/I & Assembler 3
No new posts VSAM KSDS CREATION AND LOAD WITH RAND... JCL & VSAM 1
No new posts defining a global LUA function in Inf... IBM Tools 1
No new posts FILE STATUS - 39 ON VARIABLE LENGTH V... COBOL Programming 2
Search our Forums:

Back to Top