Fast/Unload with the Sir2000 Field Migration Facility: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (add template)
m (link repair)
 
Line 1: Line 1:
<!-- Page name: Fast/Unload with the Sir2000 Field Migration Facility-->
<!-- Page name: Fast/Unload with the Sir2000 Field Migration Facility-->
For the most part, the presence of a file which has been modified
For the most part, the presence of a file which has been modified
with the <var class="product">Sir2000 Field Migration Facility</var> has no effect on <var class="product">Fast/Unload</var> processing.
with the <var class="product">[[Media:SirFieldNew|Sir2000 Field Migration Facility]]</var> has no effect on <var class="product">Fast/Unload</var> processing.
The exceptions are as follows:
The exceptions are as follows:
<ol>
<ol>
Line 9: Line 9:
<li>When doing an unload with <var>UAI</var>, the <var class="product">Fast/Unload</var> output contains all of
<li>When doing an unload with <var>UAI</var>, the <var class="product">Fast/Unload</var> output contains all of
the <var class="product">Sir2000 Field Migration Facility</var> definitions, which can be used to recreate them during the
the <var class="product">Sir2000 Field Migration Facility</var> definitions, which can be used to recreate them during the
<var class="product">Fast/Reload</var> <var>LAI</var> operation.</li>
<var class="product">[[Fast/Reload]]</var> <var>[[Fast/Reload statements#The LAI statement|LAI]]</var> operation.</li>


<li>The <var>UNLOAD <i>field</i></var> statement, if it references a <var>RELATED</var> field,
<li>The <var>UNLOAD <i>field</i></var> statement, if it references a <var>RELATED</var> field,

Latest revision as of 16:13, 19 February 2016

For the most part, the presence of a file which has been modified with the Sir2000 Field Migration Facility has no effect on Fast/Unload processing. The exceptions are as follows:

  1. The ADD, CHANGE, and DELETE statements may not be issued for a RELATED field.
  2. When doing an unload with UAI, the Fast/Unload output contains all of the Sir2000 Field Migration Facility definitions, which can be used to recreate them during the Fast/Reload LAI operation.
  3. The UNLOAD field statement, if it references a RELATED field, causes the other of the pair of RELATED fields to be unloaded. This ensures that if a partial record is unloaded, both occurrences of a RELATED pair of fields are always unloaded.
  4. If UAI SORT field_R or HASH field_R causes field_R to be implicitly unloaded (see UAI SORT or HASH and field unload order), and field_R is a RELATED field, then any UNLOAD field statement causes the other field of the RELATED pair to also be implicitly unloaded, after field_R.

See also