Chapter Contents |
Previous |
Next |
SAS/ACCESS Interface to SYSTEM 2000 Data Management Software: Reference |
You can perform inserts with SYSTEM 2000 software in two modes:
For the DBLOAD procedure, you determine the mode with the S2KLOAD statement. You must use insert mode if you are loading new records into existing logical entries.
Either load mode can be used for the DBLOAD procedure when you are loading entire logical entries. Optimized load mode is more efficient than insert mode, but it has some restrictions:
Note: During optimized load processing, your output
database will be open in exclusive use mode with rollback disabled temporarily.
Insert mode is suitable for mass insertion of descendant records into existing logical entries with the DBLOAD procedure. Similar to load mode, the engine determines where the new records go, depending on the values of fields in the observation. When you insert an observation, the engine compares it to the prior observation. Depending on how many fields have changed, one or more records are inserted at the levels that have changed. Also, you can specify a BY key to help determine the point of insertion. BY keys are discussed in the next section.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.