%-12345X@PJL ENTER LANGUAGE = POSTSCRIPT
%!PS-Adobe
/wpdict 120 dict def
wpdict  begin
/bdef   {bind def} bind def

/bflg   false def
/Bfont  0 def
/bon    false def

/psz    0 def
/_S     /show load def
/_t     {0 rmoveto} bdef

/_pixelsnap
       {transform .25 sub round .25 add
        exch .25 sub round .25 add exch itransform
       } bdef
/_pixeldsnap
       { dtransform round exch round exch idtransform } bdef

/_lt    {_pixelsnap lineto} bdef
/_rlt   {_pixeldsnap rlineto} bdef
/_mt    {_pixelsnap moveto} bdef
/_rmt   {_pixeldsnap rmoveto} bdef

/bshow  {gsave psz 30 div 0 _rmt dup show grestore show} bdef

/DUx    0 def
/DUy    0 def
/hscl   0 def

/M      {_mt
        2 mul -2 2
        { -2 roll 0 _rmt _S } for
       } bdef

/makeoutl
       { dup /OutlineFlag known not
         { dup dup length 2 add dict begin
           {1 index /FID ne { def }{ pop pop } ifelse } forall
           /UniqueID known {/UniqueID UniqueID 10000 add def} if
           /PaintType PaintType 0 eq { 2 }{ PaintType } ifelse def
           /StrokeWidth 15 def
           /OutlineFlag true def
           /OutlineFont currentdict end definefont
         } if
       } bdef

/nbuff  50 string def
/orntsv 0 def
/plen   0 def
/pwid   0 def
/picstr 1 string def

/WPencoding StandardEncoding 256 array copy def 0
[ 127/Aacute/Acircumflex/Adieresis/Agrave/Aring/Atilde/Ccedilla
 /Delta/Eacute/Ecircumflex/Edieresis/Egrave/Eth/Gamma/Iacute
 /Icircumflex/Idieresis/Igrave/Lambda/Ntilde/Oacute
 /Ocircumflex/Odieresis/Ograve/Omega/Otilde/Phi/Pi/Psi
 /Scaron/Sigma/TeXtext32/Theta/Thorn
 209/Uacute/Ucircumflex/Udieresis/Ugrave/Upsilon/Xi/Yacute
 /Ydieresis/Zcaron/aacute/acircumflex/adieresis/agrave
 /aring/atilde/brokenbar
 228/ccedilla/copyright/degree/divide
 236/dotlessj/eacute/ecircumflex/edieresis/egrave
 242/eth/ff/ffi
 246/ffl/iacute
 252/icircumflex/idieresis/igrave/logicalnot
 1/minus/mu/multiply/ntilde/oacute/ocircumflex/odieresis
 /ograve/onehalf/onequarter/onesuperior/otilde/plusminus
 /registered/scaron/thorn/threequarters/threesuperior
 /trademark/twosuperior/uacute/ucircumflex/udieresis
 /ugrave/yacute/ydieresis/zcaron
]
{ dup type /nametype eq
 { WPencoding 2 index 2 index put pop 1 add }
 { exch pop } ifelse
} forall pop

/reencode
{ dup FontDirectory exch known
  { findfont }
  {  dup nbuff cvs dup length 1 sub get 82 eq
  {dup nbuff cvs dup length 1 sub 0 exch getinterval
  findfont begin
  currentdict dup length dict begin
{ 1 index /FID ne {def} {pop pop} ifelse } forall
/FontName exch def

/Encoding WPencoding def
currentdict dup end end
/FontName get exch definefont
    }
    { findfont } ifelse
 } ifelse
} bdef

/WPDLencoding StandardEncoding 256 array copy def 0
[ 127     /SA420000/SD630000/SF010000/SF020000/SF030000
/SF040000/SF050000/SF060000/SF070000/SF080000/SF090000
/SF100000/SF110000/SF140000/SF150000/SF160000/SF190000
/SF200000/SF210000/SF220000/SF230000/SF240000/SF250000/SF260000
/SF270000/SF280000/SF360000/SF370000/SF380000/SF390000/SF400000
/SF410000/SF420000/SF430000
209 /SF440000/SF450000/SF460000/SF470000/SF480000
/SF490000/SF500000/SF510000/SF520000/SF530000/SF540000
/SF570000/SF580000/SF590000/SF600000/SF610000
228 /SM570001/SM590000/SM600000/SM630000
236 /SM680000/SM690000/SM700000/SM750000/SM750002
242 /SM770000/SM790000/SP320000
246 /SS000000/SS010000
252 /SS260000/SS270000/SV040000/apostrophereverse
1/arrowboth/arrowdown/arrowleft/arrowright/arrowup/club
/deutschmark/diamond/diamondopen/exclamdbl/female
/fiveeighths/franc/heart/male/musicalnote/musicalnotedbl
/napostrophe/nsuperior/oneeighths/seveneighths/spade
/threeeights/underscoredbl/SM760000
]
{ dup type /nametype eq
 { WPDLencoding 2 index 2 index put pop 1 add }
 { exch pop } ifelse
} forall pop

/reencodeL
   { dup FontDirectory exch known
     { findfont }
     {  dup nbuff cvs dup length 1 sub get 76 eq
        {    dup nbuff cvs dup length 1 sub 0 exch getinterval
        findfont begin
        currentdict dup length dict begin
        { 1 index /FID ne {def} {pop pop} ifelse } forall
        /FontName exch def
        /Encoding WPDLencoding def
        currentdict dup end end
        /FontName get exch definefont
        }
        { findfont } ifelse
     } ifelse
   } bdef

/ron    false def
/sflg   false def
/slan   0 def
/sp     32 def

/sshow
       { save exch
          gsave
           psz 20 div dup neg _rmt dup show
          grestore
          dup
          save exch
           Bfont setfont
           1 setgray show
          restore
          currentfont makeoutl setfont show
          currentpoint 3 -1 roll
         restore _mt
       } bdef

/Sx     0 def
/Sy     0 def
/Ux     0 def
/Uy     0 def
/W      /widthshow load def

/_B     {/bflg true def
        sflg not {/_S /bshow load def /bon true def} if
       } bdef
/_b     {/bflg false def
        bon {/_S /show load def /bon false def} if
       } bdef
/_bd    {save} bdef
/_bp    {save 2 setmiterlimit .06 .06 scale 0 0 _mt} bdef
/_ccprocs
       {/proc2 exch cvlit def
        /proc1 exch cvlit def
        /newproc proc1 length proc2 length add
        array def
        newproc 0 proc1 putinterval
        newproc proc1 length proc2 putinterval
        newproc cvx
       } def
/_clr   {3 {255 div 3 1 roll} repeat
        ron {6 3 roll pop pop pop} {setrgbcolor} ifelse
       } bdef
/_cp    /closepath load def
/_cw    {stroke initclip _mt 0 2 index
        _rlt 0 _rlt 0 exch neg
        _rlt clip newpath
       } bdef
/_d     /setdash load def
/_DU    {currentpoint /DUy exch def /DUx exch def} bdef
/_du    {gsave
         save
         8 setlinewidth
     currentpoint -30 add _mt
     DUx DUy -30 add _lt stroke
         restore
         8 setlinewidth
         currentpoint -50 add _mt
         DUx DUy -50 add _lt stroke
        grestore
       } bdef
/_ed    {restore} bdef
/_ep    {restore showpage 0 0 _mt} bdef
/_f     /eofill load def
/_ff    { exch reencode exch
         3 div dup /psz exch def
         scalefont dup /Bfont exch def setfont
       } bdef
/_ffs   { /slan exch 10 div def /hscl exch 1000 div def
         /psz exch 3 div def
         [ psz hscl mul 0 slan dup sin exch cos div psz mul psz 0 0 ]
         exch reencode exch makefont dup /Bfont exch def setfont
       } bdef
/_g     /setgray load def
/_gs    {neg 100 add 100 div setgray} bdef
/_i     {gsave
         dup /picstr exch 7 add 8 idiv string def
         3 1 roll translate dup 1 scale
         dup 1 1 [5 -1 roll 0 0 1 0 0]
         {currentfile picstr readhexstring pop} image
        grestore
       } bdef
/_is    {save 4 1 roll
         dup /picstr exch 7 add 8 idiv string def
         3 1 roll translate dup 1 scale
         dup 1 1 [5 -1 roll 0 0 1 0 0]
         {currentfile picstr readhexstring pop} image
        restore
       } bdef
/_ie    {1 eq { {1 exch sub} currenttransfer _ccprocs settransfer} if
        /_isx exch def /_isy exch def
        _isx mul exch _isy mul translate
        add 2 div /_txc exch def
        add 2 div /_tyc exch def
        _txc _isx mul _tyc _isy mul translate
        360 exch sub rotate
        1 eq { _isx neg _isy scale }
        { _isx _isy scale }
        ifelse _txc neg _tyc neg translate
       } bdef
/_irms  {save
         12 1 roll
         1 eq {{1 exch sub} currenttransfer _ccprocs settransfer} if
         /picstr exch string def translate
         2 index 6 index sub 2 div 2 index 6 index sub 2 div neg
         translate
         5 index 5 index 2 div neg exch 2 div exch
         2 copy neg exch neg exch 5 2 roll translate
         360 exch sub rotate
         3 index 3 index 7 index div exch 8 index div exch scale
         translate pop pop 2 index 2 index scale
         3 index 0 eq
         { [ 3 index 0 0 5 index neg 0 0 ] }
         { 3 index 1 eq
     { [ 3 index 0 0 5 index 0 7 index ] }
     { 3 index 128 eq
         { [ 3 index neg 0 0 5 index neg 7 index 0 ] }
         { [ 3 index neg 0 0 5 index 7 index 7 index ] } ifelse
           } ifelse
         } ifelse
         {currentfile picstr readhexstring pop} image
         pop
        restore
       } bdef

/_l     {_lt} bdef
/_lr    {_rlt} bdef
/_m     {_mt} bdef
/_O     {currentfont makeoutl setfont} bdef
/_o     {Bfont setfont} bdef
/_ornt  {/pwid exch def /plen exch def
        orntsv 1 eq {0 pwid translate -90 rotate} if
        orntsv 2 eq {pwid plen translate 180 rotate} if
        orntsv 3 eq {plen 0 translate 90 rotate} if
        dup 1 eq {pwid 0 translate 90 rotate} if
        dup 2 eq {pwid plen translate 180 rotate} if
        dup 3 eq {0 plen translate -90 rotate} if
        /orntsv exch def
       } bdef
/_lod1  {currentpoint orntsv plen pwid 6 -1 roll restore save} bdef
/_lod2  {_bp 7 2 roll _ornt _mt} bdef
/_unlod {currentpoint orntsv plen pwid 7 -2 roll restore restore
        _bp 6 1 roll _ornt _mt
       } bdef
/_p     {2 copy _mt 1 0 _rlt _mt} bdef
/_pl    {{_lt} repeat} bdef
/_R      { /ron true def /_S /_rshow load def /_t /_red load def} bdef
/_rshow  { save exch
          currentpoint
          /RSy exch def /RSx exch def
          ron {
                sflg
                {      currentpoint
                       /Ry exch def /Rx exch def
                       dup stringwidth pop Rx Ry psz 4 div add _mt
                       Rx psz 15 add setlinewidth .95 setgray 0 setlinecap
                       add Ry psz 4 div add _lt stroke Rx Ry _mt 0 0 0 setrgbcolor
                       dup show Rx Ry _mt
                       sshow
                }
                { _redshow
                }ifelse
          }
          {     sflg {sshow} if
          }ifelse
          currentpoint 3 -1 roll
          restore _mt
        } bdef
/_red   { gsave dup
        currentpoint /Ry exch def /Rx exch def
        Rx Ry psz 4 div add _mt
        Rx psz 15 add setlinewidth .95 setgray 0 setlinecap
        add Ry psz 4 div add _lt stroke
        Rx Ry _mt
        grestore
        0 rmoveto
   }bdef
/_redshow {currentpoint
        /Ry exch def /Rx exch def
        dup stringwidth pop Rx Ry psz 4 div add _mt
        Rx psz 15 add setlinewidth .95 setgray 0 setlinecap
        add Ry psz 4 div add _lt stroke Rx Ry _mt 0 0 0 setrgbcolor
        show currentpoint _mt
   }bdef
/_rmxy  {_rmt} bdef
/_s     /stroke load def
/_SH    bon {/bon false def} if
       {/sflg true def /_S /_rshow load def
       } bdef
/_sh    { ron   {/sflg false def bflg {_B} if}
               {/_S /show load def /sflg false def bflg {_B} if}ifelse
       }bdef
/_sp    { gsave stroke grestore } bdef
/_ST    {currentpoint /Sy exch def /Sx exch def} bdef
/_st    {gsave
         currentpoint pop
         Sx dup Sy _mt sub
         (\320) stringwidth pop div
         dup floor cvi dup
     dup 0 gt {{(\320) show} repeat}{pop} ifelse sub
         dup 0 gt {1 scale (\320) show}{pop} ifelse
        grestore
       } bdef
/_U     {currentpoint /Uy exch def /Ux exch def} bdef
/_u     {gsave
         currentpoint
         -30 add _mt
         Ux Uy -30 add _lt
         12 setlinewidth
         stroke
        grestore
       } bdef
/_w     /setlinewidth load def
end
/#copies 1 def /wpdict2 100 dict def
wpdict begin wpdict2 begin
_bd
/_rhs{readhexstring}bdef/_tr{translate}bdef
/_ix{index}bdef/_mx{matrix}bdef
/ife{ifelse}bdef/_x{exch}bdef
/_is{save 4 1 roll
dup/picstr _x 7 add 8 idiv string def
3 1 roll _tr dup 1 scale
dup 1 1[5 -1 roll 0 0 1 0 0]
{currentfile picstr _rhs pop}image restore}bdef
/_epsi{1 eq{{1 _x sub}currenttransfer _ccprocs settransfer}if
/yp _x def/xp _x def/dhgt _x def/dwid _x def
4 copy sub/swid _x def
sub/shgt _x def
add 2 div/icx _x def add 2 div/icy _x def
xp dwid 2 div add icx sub yp dhgt 2 div sub
icy sub _tr icx icy _tr
360 _x sub rotate
dwid swid div/xsc _x def _x
dhgt shgt div/ysc _x def _x
dup 1 eq{xsc neg/xsc _x def pop}
{dup 2 eq{ysc neg /ysc _x def pop}
{3 eq{ysc neg/ysc _x def xsc neg/xsc _x def}
{}ife}ife}ife
xsc ysc scale
100 div _x 100 div _x scale
icx neg icy neg _tr}bdef
/_c{3{255 div 3 1 roll}repeat setrgbcolor}bdef
/eq3{3 copy 2 _ix eq{eq{true}{false}ife}{pop
pop false}ife}bdef
/g{255 div setgray}bdef
/_clr{ron{6 3 roll pop pop pop}{eq3{pop
pop g}{_c}ife}ife}bdef
/_r{/ron false def eq3{1 sub neg g pop
pop}{setrgbcolor}ife}bdef
/_ircms{save 15 1 roll
1 eq{{1 exch sub}currenttransfer _ccprocs settransfer}if
/pstr _x string def _tr
/Cli _x def/USy _x def/USx _x def/Rot _x def/HTd _x def
/WDd _x def/Bdep _x def/HTs _x def/WDs _x def/MIR _x def
USx 100 div USy 100 div scale
WDd WDs sub 2 div HTd HTs sub 2 div neg _tr
WDs HTs 2 div neg _x 2 div _x _tr
Rot 360 _x sub rotate WDd HTd HTs div _x WDs div _x scale
WDs 2 div neg HTs 2 div _tr
WDs HTs scale WDs HTs Bdep MIR 0
eq{[WDs 0 0 HTs neg 0 0]}{MIR 1 eq{[WDs 0 0 HTs 0 HTs]}
{MIR 128 eq{[WDs neg 0 0 HTs neg WDs 0]}
{[WDs neg 0 0 HTs WDs HTs]}ife}ife}ife
{currentfile pstr _rhs pop}Cli
0 eq{image}{false 3 colorimage}ife
restore}bdef
/_bp{save 2 setlinecap 2 setmiterlimit
06 .06 scale 0 0 moveto}bdef
/tctm _mx def/trot _mx def/tscale _mx def/rmtx _mx def
/fr{72 0 rmtx defaultmatrix dtransform
/yres _x def/xres _x def
xres dup mul yres dup mul add sqrt}bdef
/sus{/spotf _x def/sang _x def/csz _x def
/m tctm currentmatrix def/rm sang trot rotate def
/sm csz dup tscale scale def
sm rm m m concatmatrix m concatmatrix pop
1 0 m dtransform /y1 _x def/x1 _x def
/veclength x1 dup mul y1 dup mul add sqrt def
/frcy fr veclength div def /nsang y1 x1 atan def
frcy nsang/spotf load setscreen}bdef
/bitis{/ybit _x def /xbit _x def
/bval bstring ybit bwidth mul xbit 8 idiv add get def
/mask 1 7 xbit 8 mod sub bitshift def
bval mask and 0 ne}bdef
/bps{/y _x def /x _x def
/xndx x 1 add 2 div bpside mul cvi def
/yndx y 1 add 2 div bpside mul cvi def
xndx yndx bitis
{/onb onb 1 add def 1}{/ofb ofb 1 add def 0}ife}bdef
/stpatt{/csz _x def /angle _x def /bwidth _x def
/bpside _x def /bstring _x def
/onb 0 def /ofb 0 def
csz angle /bps load
sus{}settransfer
ofb ofb onb add div _g}bdef
/_fp{8 1 0 cpi stpatt}bdef
/_pf{gsave eofill grestore}bdef
/_np{newpath}bdef/_lc{setlinecap}bdef
/_sr{/cpi _x def}bdef
/nbuff 50 string def
letter _bp 0 13200 10200 _ornt /NewCenturySchlbk-RomanR 540 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
3338 11238 _m
/NewCenturySchlbk-RomanR 810 _ff
(FEDERAL)_S 90 _t
(INFORMATION)_S 1882 10935 _m
(PROCESSING)_S 90 _t
(STANDARDS)_S 90 _t
(PUBLICATION)_S 90 _t
(XXX)_S /NewCenturySchlbk-RomanR 540 _ff
4115 10461 _m
/NewCenturySchlbk-RomanR 650 _ff
(\(Draft)_S 72 _t
(-)_S 72 _t
(April)_S 72 _t
(1994\))_S /NewCenturySchlbk-RomanR 540 _ff
3253 9956 _m
/NewCenturySchlbk-RomanR 810 _ff
(Announcing)_S 90 _t
(the)_S 90 _t
(Standard)_S 90 _t
(for)_S /NewCenturySchlbk-RomanR 540 _ff
3885 9440 _m
/NewCenturySchlbk-RomanR 810 _ff
(SQL)_S 90 _t
(Environments)_S /NewCenturySchlbk-RomanR 540 _ff
960 8782 _m
(Federal)_S 73 _t
(Information)_S 73 _t
(Processing)_S 73 _t
(Standards)_S 73 _t
(Publications)_S 73 _t
(\(FIPS)_S 73 _t
(PUBS\))_S 73 _t
(are)_S 73 _t
(issued)_S 73 _t
(by)_S 73 _t
(the)_S 73 _t
(National)_S 960 8569 _m
(Institute)_S 72 _t
(of)_S 71 _t
(Standards)_S 71 _t
(and)_S 72 _t
(Technology)_S 71 _t
(after)_S 71 _t
(approval)_S 71 _t
(by)_S 72 _t
(the)_S 71 _t
(Secretary)_S 71 _t
(of)_S 72 _t
(Commerce)_S 71 _t
(pursuant)_S 71 _t
(to)_S 960 8356 _m
(Section)_S 57 _t
(111\(d\))_S 56 _t
(of)_S 57 _t
(the)_S 57 _t
(Federal)_S 57 _t
(Property)_S 57 _t
(and)_S 57 _t
(Administrative)_S 57 _t
(Services)_S 56 _t
(Act)_S 57 _t
(of)_S 57 _t
(1949)_S 57 _t
(as)_S 57 _t
(amended)_S 57 _t
(by)_S 57 _t
(the)_S 960 8143 _m
(Computer)_S 60 _t
(Security)_S 60 _t
(Act)_S 60 _t
(of)_S 60 _t
(1987,)_S 60 _t
(Public)_S 60 _t
(Law)_S 60 _t
(100-235.)_S 960 7476 _m
/NewCenturySchlbk-BoldR 650 _ff
(1.)_S 144 _t
(Name)_S 72 _t
(of)_S 72 _t
(Standard.)_S /NewCenturySchlbk-RomanR 540 _ff
120 _t
(SQL)_S 60 _t
(Environments)_S 60 _t
(\(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX\).)_S 960 6800 _m
/NewCenturySchlbk-BoldR 650 _ff
(2.)_S 144 _t
(Category)_S 72 _t
(of)_S 72 _t
(Standard.)_S /NewCenturySchlbk-RomanR 540 _ff
120 _t
(Software)_S 60 _t
(Standard,)_S 60 _t
(Database.)_S 960 6124 _m
/NewCenturySchlbk-BoldR 650 _ff
(3.)_S 131 _t
(Explanation.)_S /NewCenturySchlbk-RomanR 540 _ff
109 _t
(An)_S 54 _t
(SQL)_S 54 _t
(environment)_S 55 _t
(is)_S 54 _t
(an)_S 55 _t
(integrated)_S 54 _t
(data)_S 55 _t
(processing)_S 54 _t
(environment)_S 55 _t
(in)_S 54 _t
(which)_S 960 5902 _m
(heterogeneous)_S 50 _t
(products,)_S 51 _t
(all)_S 51 _t
(supporting)_S 51 _t
(some)_S 50 _t
(aspect)_S 51 _t
(of)_S 51 _t
(the)_S 50 _t
(FIPS)_S 51 _t
(SQL)_S 51 _t
(standard)_S 50 _t
(\(FIPS)_S 51 _t
(PUB)_S 51 _t
(127\),)_S 51 _t
(are)_S 960 5689 _m
(able)_S 61 _t
(to)_S 62 _t
(communicate)_S 62 _t
(with)_S 62 _t
(one)_S 61 _t
(another)_S 62 _t
(and)_S 62 _t
(provide)_S 62 _t
(shared)_S 61 _t
(access)_S 62 _t
(to)_S 62 _t
(data)_S 61 _t
(and)_S 62 _t
(data)_S 62 _t
(operations)_S 62 _t
(and)_S 960 5476 _m
(methods)_S 62 _t
(under)_S 62 _t
(appropriate)_S 62 _t
(security,)_S 62 _t
(integrity,)_S 61 _t
(and)_S 62 _t
(access)_S 62 _t
(control)_S 62 _t
(mechanisms.)_S 124 _t
(Some)_S 61 _t
(components)_S 960 5263 _m
(in)_S 62 _t
(an)_S 63 _t
(SQL)_S 63 _t
(environment)_S 63 _t
(will)_S 63 _t
(be)_S 63 _t
(full-function)_S 62 _t
(SQL)_S 63 _t
(implementations)_S 63 _t
(that)_S 63 _t
(conform)_S 63 _t
(to)_S 63 _t
(an)_S 63 _t
(entire)_S 63 _t
(level)_S 960 5050 _m
(of)_S 88 _t
(FIPS)_S 88 _t
(SQL)_S 89 _t
(and)_S 88 _t
(support)_S 88 _t
(all)_S 88 _t
(of)_S 89 _t
(its)_S 88 _t
(required)_S 88 _t
(clauses)_S 89 _t
(for)_S 88 _t
(schema)_S 88 _t
(definition,)_S 88 _t
(data)_S 89 _t
(manipulation,)_S 960 4837 _m
(transaction)_S 88 _t
(management,)_S 88 _t
(integrity)_S 88 _t
(constraints,)_S 88 _t
(access)_S 88 _t
(control,)_S 88 _t
(and)_S 88 _t
(schema)_S 88 _t
(information.)_S 176 _t
(Other)_S 960 4624 _m
(components)_S 38 _t
(in)_S 38 _t
(an)_S 38 _t
(SQL)_S 37 _t
(environment)_S 38 _t
(may)_S 38 _t
(be)_S 38 _t
(specialized)_S 38 _t
(data)_S 38 _t
(repositories,)_S 38 _t
(or)_S 38 _t
(graphical)_S 38 _t
(user)_S 38 _t
(interfaces)_S 960 4411 _m
(and)_S 47 _t
(report)_S 47 _t
(writers,)_S 46 _t
(that)_S 47 _t
(support)_S 47 _t
(selected)_S 47 _t
(portions)_S 47 _t
(of)_S 47 _t
(the)_S 47 _t
(SQL)_S 47 _t
(standard)_S 47 _t
(and)_S 47 _t
(thereby)_S 46 _t
(provide)_S 47 _t
(a)_S 47 _t
(degree)_S 960 4198 _m
(of)_S 60 _t
(integration)_S 60 _t
(between)_S 60 _t
(themselves)_S 60 _t
(and)_S 60 _t
(other)_S 60 _t
(products)_S 60 _t
(in)_S 60 _t
(the)_S 60 _t
(same)_S 60 _t
(SQL)_S 60 _t
(environment.)_S 960 3772 _m
(This)_S 39 _t
(FIPS)_S 40 _t
(PUB)_S 39 _t
(is)_S 40 _t
(the)_S 39 _t
(beginning)_S 40 _t
(of)_S 39 _t
(a)_S 40 _t
(continuing)_S 39 _t
(effort)_S 40 _t
(to)_S 39 _t
(define)_S 40 _t
(appropriate)_S 39 _t
(conformance)_S 40 _t
(profiles)_S 40 _t
(that)_S 960 3559 _m
(can)_S 43 _t
(be)_S 43 _t
(used)_S 43 _t
(by)_S 42 _t
(both)_S 43 _t
(vendors)_S 43 _t
(and)_S 43 _t
(users)_S 42 _t
(to)_S 43 _t
(specify)_S 43 _t
(exact)_S 43 _t
(requirements)_S 42 _t
(for)_S 43 _t
(how)_S 43 _t
(various)_S 43 _t
(products)_S 42 _t
(fit)_S 43 _t
(into)_S 960 3346 _m
(an)_S 58 _t
(SQL)_S 59 _t
(environment.)_S 116 _t
(The)_S 58 _t
(emphasis)_S 58 _t
(in)_S 58 _t
(this)_S 58 _t
(first)_S 58 _t
(FIPS)_S 58 _t
(for)_S 59 _t
(SQL)_S 58 _t
(Environments)_S 58 _t
(is)_S 58 _t
(to)_S 58 _t
(specify)_S 58 _t
(general)_S 960 3133 _m
(purpose,)_S 48 _t
(SQL)_S 47 _t
(external)_S 47 _t
(repository)_S 47 _t
(interface)_S 48 _t
(\(SQL/ERI\))_S 47 _t
(profiles)_S 47 _t
(for)_S 47 _t
(non-SQL)_S 48 _t
(data)_S 47 _t
(repositories.)_S 94 _t
(These)_S 960 2920 _m
(profiles)_S 43 _t
(specify)_S 42 _t
(how)_S 42 _t
(a)_S 43 _t
(subset)_S 42 _t
(of)_S 42 _t
(the)_S 42 _t
(SQL)_S 42 _t
(standard)_S 43 _t
(can)_S 42 _t
(be)_S 42 _t
(used)_S 42 _t
(to)_S 42 _t
(provide)_S 43 _t
(limited)_S 42 _t
(SQL)_S 42 _t
(access)_S 42 _t
(to)_S 42 _t
(legacy)_S 960 2707 _m
(databases,)_S 39 _t
(or)_S 39 _t
(to)_S 39 _t
(support)_S 39 _t
(SQL)_S 39 _t
(gateways)_S 39 _t
(to)_S 39 _t
(specialized)_S 38 _t
(data)_S 39 _t
(managers)_S 39 _t
(such)_S 39 _t
(as)_S 39 _t
(Geographic)_S 39 _t
(Information)_S 960 2494 _m
(Systems)_S 60 _t
(\(GIS\),)_S 59 _t
(full-text)_S 60 _t
(document)_S 59 _t
(management)_S 60 _t
(systems,)_S 60 _t
(or)_S 59 _t
(object)_S 60 _t
(database)_S 59 _t
(management)_S 60 _t
(systems.)_S 960 2281 _m
(All)_S 98 _t
(of)_S 98 _t
(the)_S 97 _t
(profiles)_S 98 _t
(specified)_S 98 _t
(herein)_S 97 _t
(are)_S 98 _t
(for)_S 98 _t
(server-side)_S 97 _t
(products,)_S 98 _t
(that)_S 98 _t
(is,)_S 97 _t
(products)_S 98 _t
(that)_S 97 _t
(control)_S 960 2068 _m
(persistent)_S 63 _t
(data)_S 63 _t
(and)_S 63 _t
(provide)_S 63 _t
(an)_S 63 _t
(interface)_S 63 _t
(for)_S 63 _t
(user)_S 63 _t
(access)_S 64 _t
(to)_S 63 _t
(that)_S 63 _t
(data.)_S 126 _t
(Subsequent)_S 63 _t
(versions)_S 63 _t
(of)_S 64 _t
(this)_S 960 1855 _m
(FIPS)_S 78 _t
(PUB)_S 77 _t
(may)_S 78 _t
(specify)_S 77 _t
(SQL)_S 77 _t
(environment)_S 78 _t
(profiles)_S 77 _t
(for)_S 78 _t
(client-side)_S 77 _t
(products,)_S 78 _t
(that)_S 77 _t
(is,)_S 78 _t
(products)_S 77 _t
(that)_S 960 1642 _m
(access)_S 52 _t
(data)_S 51 _t
(and)_S 51 _t
(then)_S 52 _t
(present)_S 51 _t
(that)_S 51 _t
(data)_S 52 _t
(in)_S 51 _t
(graphical)_S 52 _t
(or)_S 51 _t
(report-writer)_S 51 _t
(style)_S 52 _t
(to)_S 51 _t
(an)_S 52 _t
(end)_S 51 _t
(user,)_S 52 _t
(or)_S 51 _t
(process)_S 960 1429 _m
(the)_S 60 _t
(data)_S 60 _t
(in)_S 60 _t
(some)_S 60 _t
(other)_S 60 _t
(way)_S 60 _t
(on)_S 60 _t
(behalf)_S 60 _t
(of)_S 60 _t
(the)_S 60 _t
(end)_S 60 _t
(user.)_S 5050 641 _m
(1)_S _ep
_bp /NewCenturySchlbk-RomanR 540 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
960 12161 _m
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S 960 11720 _m
/NewCenturySchlbk-BoldR 650 _ff
(4.)_S 144 _t
(Approving)_S 72 _t
(Authority.)_S /NewCenturySchlbk-RomanR 540 _ff
4200 11720 _m
(Secretary)_S 60 _t
(of)_S 60 _t
(Commerce.)_S 960 11044 _m
/NewCenturySchlbk-BoldR 650 _ff
(5.)_S 144 _t
(Maintenance)_S 72 _t
(Agency.)_S /NewCenturySchlbk-RomanR 540 _ff
4200 11044 _m
(Department)_S 60 _t
(of)_S 60 _t
(Commerce)_S 4200 10822 _m
(National)_S 60 _t
(Institute)_S 60 _t
(of)_S 60 _t
(Standards)_S 60 _t
(and)_S 60 _t
(Technology)_S 60 _t
4200 10609 _m
(\(Computer)_S 60 _t
(Systems)_S 60 _t
(Laboratory\))_S 960 9942 _m
/NewCenturySchlbk-BoldR 650 _ff
(6.)_S 144 _t
(Cross)_S 72 _t
(Index.)_S /NewCenturySchlbk-RomanR 540 _ff
960 9507 _m
60 _t
(-)_S 1200 9507 _m
(FIPS)_S 71 _t
(PUB)_S 71 _t
(127-2,)_S 71 _t
/NewCenturySchlbk-ItalicR 540 _ff
(Federal)_S 71 _t
(Information)_S 70 _t
(Processing)_S 71 _t
(Standards)_S 71 _t
(Publication)_S 71 _t
(-)_S 70 _t
(Database)_S 71 _t
(Language)_S 1200 9294 _m
(SQL)_S /NewCenturySchlbk-RomanR 540 _ff
(,)_S 55 _t
(adoption)_S 55 _t
(of)_S 55 _t
(ANSI)_S 55 _t
(SQL)_S 55 _t
(\(ANSI)_S 55 _t
(X3.135-1992\))_S 55 _t
(and)_S 55 _t
(ISO)_S 55 _t
(SQL)_S 55 _t
(\(ISO/IEC)_S 55 _t
(9075:1992\))_S 55 _t
(for)_S 55 _t
(Federal)_S 1200 9081 _m
(use,)_S 76 _t
(U.S.)_S 76 _t
(Department)_S 76 _t
(of)_S 76 _t
(Commerce,)_S 76 _t
(National)_S 76 _t
(Institute)_S 76 _t
(of)_S 76 _t
(Standards)_S 76 _t
(and)_S 76 _t
(Technology,)_S 77 _t
(June)_S 76 _t
(2,)_S 1200 8868 _m
(1993.)_S 960 8442 _m
60 _t
(-)_S 1200 8442 _m
(ANSI/ISO/IEC)_S 56 _t
(9579,)_S 55 _t
/NewCenturySchlbk-ItalicR 540 _ff
(International)_S 55 _t
(Standard)_S 55 _t
(for)_S 56 _t
(Remote)_S 55 _t
(Database)_S 55 _t
(Access)_S 56 _t
(\(RDA\))_S /NewCenturySchlbk-RomanR 540 _ff
(,)_S 55 _t
/NewCenturySchlbk-ItalicR 540 _ff
(Part)_S 55 _t
(1:)_S 55 _t
(Generic)_S 1200 8229 _m
(RDA)_S 52 _t
(and)_S 52 _t
(Part)_S 52 _t
(2:)_S 53 _t
(SQL)_S 52 _t
(Specialization)_S /NewCenturySchlbk-RomanR 540 _ff
(,)_S 52 _t
(ISO/IEC)_S 53 _t
(9579-1:1993)_S 52 _t
(and)_S 52 _t
(ISO/IEC)_S 52 _t
(9579-2:1993,)_S 53 _t
(published)_S 1200 8016 _m
(December,)_S 60 _t
(1993.)_S 960 7590 _m
60 _t
(-)_S 1200 7590 _m
(A)_S -1 _t
(N)_S -1 _t
(S)_S -1 _t
(I)_S -1 _t
(/)_S -1 _t
(I)_S -1 _t
(S)_S -1 _t
(O)_S -1 _t
(/)_S -1 _t
(I)_S -1 _t
(E)_S -1 _t
(C)_S 39 _t
(C)_S -1 _t
(D)_S 40 _t
(9)_S -1 _t
(0)_S -1 _t
(7)_S -1 _t
(5)_S -1 _t
(-)_S -1 _t
(3)_S -1 _t
(,)_S 39 _t
/NewCenturySchlbk-ItalicR 540 _ff
(\()_S -1 _t
(C)_S -1 _t
(o)_S -1 _t
(m)_S -1 _t
(m)_S -1 _t
(i)_S -1 _t
(t)_S -1 _t
(t)_S -1 _t
(e)_S -1 _t
(e)_S 40 _t
(D)_S -1 _t
(r)_S -1 _t
(a)_S -1 _t
(f)_S -1 _t
(t)_S -1 _t
(\))_S 39 _t
(I)_S -1 _t
(n)_S -1 _t
(t)_S -1 _t
(e)_S -1 _t
(r)_S -1 _t
(n)_S -1 _t
(a)_S -1 _t
(t)_S -1 _t
(i)_S -1 _t
(o)_S -1 _t
(n)_S -1 _t
(a)_S -1 _t
(l)_S 39 _t
(S)_S -1 _t
(t)_S -1 _t
(a)_S -1 _t
(n)_S -1 _t
(d)_S -1 _t
(a)_S -1 _t
(r)_S -1 _t
(d)_S 40 _t
(f)_S -1 _t
(o)_S -1 _t
(r)_S 39 _t
(D)_S -1 _t
(a)_S -1 _t
(t)_S -1 _t
(a)_S -1 _t
(b)_S -1 _t
(a)_S -1 _t
(s)_S -1 _t
(e)_S 40 _t
(L)_S -1 _t
(a)_S -1 _t
(n)_S -1 _t
(g)_S -1 _t
(u)_S -1 _t
(a)_S -1 _t
(g)_S -1 _t
(e)_S 39 _t
(S)_S -1 _t
(Q)_S -1 _t
(L)_S -1 _t
(,)_S 1200 7377 _m
(Part)_S 76 _t
(3:)_S 76 _t
(Call)_S 76 _t
(Level)_S 76 _t
(Interface)_S 77 _t
(\(SQL/CLI\))_S /NewCenturySchlbk-RomanR 540 _ff
(,)_S 76 _t
(JTC1)_S 76 _t
(Committee)_S 76 _t
(Draft)_S 76 _t
(\(CD\),)_S 76 _t
(document)_S 77 _t
(SC21)_S 76 _t
(N8436,)_S 1200 7164 _m
(February)_S 60 _t
(1994.)_S 960 6738 _m
60 _t
(-)_S 1200 6738 _m
(A)_S -1 _t
(N)_S -1 _t
(S)_S -1 _t
(I)_S -1 _t
(/)_S -1 _t
(I)_S -1 _t
(S)_S -1 _t
(O)_S -1 _t
(/)_S -1 _t
(I)_S -1 _t
(E)_S -1 _t
(C)_S 39 _t
(C)_S -1 _t
(D)_S 39 _t
(9)_S -1 _t
(0)_S -1 _t
(7)_S -1 _t
(5)_S -1 _t
(-)_S -1 _t
(4)_S -1 _t
(,)_S 40 _t
/NewCenturySchlbk-ItalicR 540 _ff
(\()_S -1 _t
(C)_S -1 _t
(o)_S -1 _t
(m)_S -1 _t
(m)_S -1 _t
(i)_S -1 _t
(t)_S -1 _t
(t)_S -1 _t
(e)_S -1 _t
(e)_S 39 _t
(D)_S -1 _t
(r)_S -1 _t
(a)_S -1 _t
(f)_S -1 _t
(t)_S -1 _t
(\))_S 40 _t
(I)_S -1 _t
(n)_S -1 _t
(t)_S -1 _t
(e)_S -1 _t
(r)_S -1 _t
(n)_S -1 _t
(a)_S -1 _t
(t)_S -1 _t
(i)_S -1 _t
(o)_S -1 _t
(n)_S -1 _t
(a)_S -1 _t
(l)_S 39 _t
(S)_S -1 _t
(t)_S -1 _t
(a)_S -1 _t
(n)_S -1 _t
(d)_S -1 _t
(a)_S -1 _t
(r)_S -1 _t
(d)_S 39 _t
(f)_S -1 _t
(o)_S -1 _t
(r)_S 40 _t
(D)_S -1 _t
(a)_S -1 _t
(t)_S -1 _t
(a)_S -1 _t
(b)_S -1 _t
(a)_S -1 _t
(s)_S -1 _t
(e)_S 39 _t
(L)_S -1 _t
(a)_S -1 _t
(n)_S -1 _t
(g)_S -1 _t
(u)_S -1 _t
(a)_S -1 _t
(g)_S -1 _t
(e)_S 40 _t
(S)_S -1 _t
(Q)_S -1 _t
(L)_S -1 _t
(,)_S 1200 6525 _m
(Part)_S 80 _t
(4:)_S 81 _t
(Persistent)_S 80 _t
(Stored)_S 80 _t
(Modules)_S 80 _t
(\(SQL/PSM\))_S /NewCenturySchlbk-RomanR 540 _ff
(,)_S 80 _t
(JTC1)_S 80 _t
(Committee)_S 80 _t
(Draft)_S 80 _t
(\(CD\),)_S 80 _t
(document)_S 80 _t
(SC21)_S 1200 6312 _m
(N8438,)_S 60 _t
(March)_S 60 _t
(1994.)_S 960 5645 _m
/NewCenturySchlbk-BoldR 650 _ff
(7.)_S 171 _t
(Related)_S 86 _t
(Documents.)_S /NewCenturySchlbk-RomanR 540 _ff
143 _t
(SQL)_S 72 _t
(Environment)_S 71 _t
(specifications)_S 72 _t
(will)_S 71 _t
(often)_S 72 _t
(depend)_S 71 _t
(upon)_S 72 _t
(existing)_S 960 5423 _m
(Database)_S 85 _t
(Language)_S 84 _t
(SQL)_S 85 _t
(standards)_S 84 _t
(\(see)_S 85 _t
(Cross)_S 84 _t
(Index)_S 85 _t
(above\))_S 84 _t
(and)_S 85 _t
(upon)_S 84 _t
(emerging)_S 85 _t
(SQL)_S 84 _t
(and)_S 85 _t
(SQL)_S 960 5210 _m
(Multimedia)_S 37 _t
(standards.)_S 73 _t
(The)_S 37 _t
(following)_S 36 _t
(items)_S 37 _t
(identify)_S 37 _t
(formal)_S 36 _t
(ISO/IEC)_S 37 _t
(international)_S 36 _t
(standards)_S 37 _t
(projects)_S 960 4997 _m
(for)_S 42 _t
(which)_S 43 _t
(preliminary)_S 42 _t
(specifications)_S 42 _t
(and)_S 43 _t
(base)_S 42 _t
(documents)_S 42 _t
(exist,)_S 42 _t
(but)_S 43 _t
(where)_S 42 _t
(the)_S 42 _t
(development)_S 43 _t
(effort)_S 42 _t
(has)_S 960 4784 _m
(not)_S 97 _t
(yet)_S 98 _t
(reached)_S 97 _t
(a)_S 97 _t
(complete)_S 97 _t
(and)_S 98 _t
(stable)_S 97 _t
(stage)_S 97 _t
(\(i.e.)_S 97 _t
(the)_S 98 _t
(Committe)_S 97 _t
(Draft)_S 97 _t
(\(CD\))_S 97 _t
(stage\).)_S 195 _t
(As)_S 97 _t
(these)_S 960 4571 _m
(specifications)_S 39 _t
(mature)_S 40 _t
(and)_S 39 _t
(move)_S 39 _t
(through)_S 39 _t
(the)_S 40 _t
(standards)_S 39 _t
(processs,)_S 39 _t
(they)_S 39 _t
(can)_S 39 _t
(be)_S 40 _t
(referenced)_S 39 _t
(more)_S 39 _t
(reliably)_S 960 4358 _m
(in)_S 60 _t
(procurement)_S 60 _t
(requirements.)_S 1513 3932 _m
(\(Working)_S 60 _t
(Draft\))_S 60 _t
(Database)_S 60 _t
(Language)_S 60 _t
(SQL)_S 60 _t
(\(SQL3\))_S 1958 3719 _m
(Part)_S 60 _t
(1:)_S 60 _t
(Framework)_S 1958 3506 _m
(Part)_S 60 _t
(2:)_S 60 _t
(Foundation)_S 60 _t
(--)_S 60 _t
(including)_S 60 _t
(Abstract)_S 60 _t
(Data)_S 60 _t
(Types)_S 60 _t
(and)_S 60 _t
(Object)_S 60 _t
(SQL)_S 1958 3293 _m
(Part)_S 60 _t
(3:)_S 60 _t
(Call)_S 60 _t
(Level)_S 60 _t
(Interface)_S 60 _t
(--)_S 60 _t
(extensions)_S 60 _t
(to)_S 60 _t
(ISO/IEC)_S 60 _t
(CD)_S 60 _t
(9075-3)_S 60 _t
(identified)_S 60 _t
(above.)_S 1958 3080 _m
(Part)_S 48 _t
(4:)_S 49 _t
(Persistent)_S 49 _t
(Stored)_S 49 _t
(Modules)_S 49 _t
(--)_S 49 _t
(extensions)_S 49 _t
(to)_S 48 _t
(ISO/IEC)_S 49 _t
(CD)_S 49 _t
(9075-4)_S 49 _t
(identified)_S 49 _t
(above.)_S 49 _t
1958 2867 _m
(Part)_S 60 _t
(5:)_S 60 _t
(Language)_S 60 _t
(Bindings)_S 60 _t
(--)_S 60 _t
(extensions)_S 60 _t
(to)_S 60 _t
(the)_S 60 _t
(binding)_S 60 _t
(clauses)_S 60 _t
(of)_S 60 _t
(ISO/IEC)_S 60 _t
(9075:1992.)_S 1958 2654 _m
(Part)_S 60 _t
(6:)_S 60 _t
(Encompassing)_S 60 _t
(Transactions)_S 60 _t
(--)_S 60 _t
(to)_S 60 _t
(support)_S 60 _t
(X/Open)_S 60 _t
(XA-interface.)_S 1513 2228 _m
(\(Working)_S 60 _t
(Draft\))_S 60 _t
(SQL)_S 60 _t
(Multimedia)_S 60 _t
(\(SQL/MM\))_S 1958 2015 _m
(Part)_S 60 _t
(1:)_S 60 _t
(Framework)_S 60 _t
(and)_S 60 _t
(General)_S 60 _t
(Purpose)_S 60 _t
(Facilities)_S 1958 1802 _m
(Part)_S 60 _t
(2:)_S 60 _t
(Full)_S 60 _t
(Text)_S 1958 1589 _m
(Part)_S 60 _t
(3:)_S 60 _t
(Spatial)_S 5050 641 _m
(2)_S _ep
_bp /NewCenturySchlbk-RomanR 540 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
7406 12161 _m
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S 1958 11748 _m
(Other)_S 60 _t
(Parts:)_S 3600 11748 _m
(Reserved)_S 109 _t
(for)_S 109 _t
(other)_S 109 _t
(SQL/MM)_S 109 _t
(sub-projects)_S 109 _t
(with)_S 108 _t
(no)_S 109 _t
(current)_S 109 _t
(base)_S 3600 11535 _m
(document)_S 46 _t
(\(e.g.,)_S 46 _t
(images,)_S 46 _t
(photographs,)_S 45 _t
(motion)_S 46 _t
(pictures,)_S 46 _t
(sound,)_S 45 _t
(music,)_S 3600 11322 _m
(video,)_S 60 _t
(etc.\).)_S 960 10896 _m
(For)_S 47 _t
(information)_S 47 _t
(on)_S 47 _t
(the)_S 47 _t
(current)_S 47 _t
(status)_S 47 _t
(of)_S 47 _t
(the)_S 47 _t
(above)_S 47 _t
(Working)_S 47 _t
(Drafts,)_S 47 _t
(contact)_S 47 _t
(NIST)_S 46 _t
(personnel)_S 47 _t
(working)_S 960 10683 _m
(on)_S 54 _t
(SQL)_S 55 _t
(Standardization)_S 54 _t
(at)_S 55 _t
(301-975-3251.)_S 108 _t
(For)_S 55 _t
(document)_S 54 _t
(references)_S 55 _t
(to)_S 54 _t
(the)_S 54 _t
(above)_S 55 _t
(and)_S 54 _t
(for)_S 55 _t
(additional)_S 960 10470 _m
(related)_S 60 _t
(documents,)_S 60 _t
(see)_S 60 _t
(the)_S 60 _t
(References)_S 60 _t
(section)_S 60 _t
(of)_S 60 _t
(the)_S 60 _t
(SQL/ERI)_S 60 _t
(Server)_S 60 _t
(Profiles)_S 60 _t
(specification.)_S 960 9803 _m
/NewCenturySchlbk-BoldR 650 _ff
(8.)_S 126 _t
(Objective.)_S /NewCenturySchlbk-RomanR 540 _ff
105 _t
(The)_S 53 _t
(primary)_S 52 _t
(objective)_S 53 _t
(of)_S 52 _t
(this)_S 53 _t
(FIPS)_S 52 _t
(PUB)_S 53 _t
(for)_S 52 _t
(SQL)_S 53 _t
(Environments)_S 53 _t
(is)_S 52 _t
(to)_S 53 _t
(specify)_S 52 _t
(SQL)_S 960 9581 _m
(profiles)_S 80 _t
(that)_S 81 _t
(can)_S 80 _t
(be)_S 81 _t
(used)_S 80 _t
(by)_S 80 _t
(Federal)_S 80 _t
(departments)_S 81 _t
(and)_S 80 _t
(agencies)_S 81 _t
(to)_S 80 _t
(support)_S 81 _t
(integration)_S 80 _t
(of)_S 81 _t
(legacy)_S 960 9368 _m
(databases)_S 55 _t
(and)_S 56 _t
(other)_S 56 _t
(non-SQL)_S 55 _t
(data)_S 56 _t
(repositories)_S 56 _t
(into)_S 56 _t
(an)_S 55 _t
(SQL)_S 56 _t
(environment.)_S 112 _t
(The)_S 55 _t
(intent)_S 56 _t
(is)_S 56 _t
(to)_S 56 _t
(provide)_S 960 9155 _m
(a)_S 76 _t
(high)_S 75 _t
(level)_S 76 _t
(of)_S 75 _t
(control)_S 76 _t
(over)_S 75 _t
(a)_S 76 _t
(diverse)_S 75 _t
(collection)_S 76 _t
(of)_S 75 _t
(legacy)_S 76 _t
(or)_S 75 _t
(specialized)_S 76 _t
(data)_S 75 _t
(resources.)_S 152 _t
(An)_S 75 _t
(SQL)_S 960 8942 _m
(environment)_S 61 _t
(allows)_S 61 _t
(an)_S 62 _t
(organization)_S 61 _t
(to)_S 61 _t
(obtain)_S 62 _t
(many)_S 61 _t
(of)_S 62 _t
(the)_S 61 _t
(advantages)_S 61 _t
(of)_S 62 _t
(SQL)_S 61 _t
(without)_S 61 _t
(requiring)_S 62 _t
(a)_S 960 8729 _m
(large,)_S 38 _t
(complex,)_S 38 _t
(and)_S 38 _t
(error-prone)_S 38 _t
(conversion)_S 38 _t
(effort;)_S 38 _t
(instead,)_S 38 _t
(the)_S 38 _t
(organization)_S 38 _t
(can)_S 38 _t
(evolve,)_S 38 _t
(in)_S 38 _t
(a)_S 38 _t
(controlled)_S 960 8516 _m
(manner,)_S 60 _t
(to)_S 60 _t
(a)_S 60 _t
(new)_S 60 _t
(environment.)_S 960 7849 _m
/NewCenturySchlbk-BoldR 650 _ff
(9.)_S 144 _t
(Applicability)_S /NewCenturySchlbk-RomanR 540 _ff
960 7420 _m
/Times-RomanR 550 _ff
(This)_S 58 _t
(standard)_S 58 _t
(is)_S 57 _t
(applicable)_S 58 _t
(in)_S 58 _t
(any)_S 58 _t
(situation)_S 57 _t
(where)_S 58 _t
(it)_S 58 _t
(is)_S 58 _t
(desirable)_S 57 _t
(to)_S 58 _t
(integrate)_S 58 _t
(a)_S 58 _t
(client-side)_S 57 _t
(productivity)_S 58 _t
(tool)_S 58 _t
(or)_S 57 _t
(a)_S 960 7204 _m
(server-side)_S 62 _t
(data)_S 62 _t
(repository)_S 62 _t
(into)_S 62 _t
(an)_S 63 _t
(SQL)_S 62 _t
(environment.)_S 124 _t
(It)_S 62 _t
(is)_S 62 _t
(a)_S 62 _t
(non-mandatory)_S 62 _t
(standard)_S 62 _t
(that)_S 62 _t
(may)_S 62 _t
(be)_S 62 _t
(invoked)_S 62 _t
(on)_S 960 6988 _m
(a)_S 45 _t
(case-by-case)_S 44 _t
(basis)_S 45 _t
(subject)_S 45 _t
(to)_S 44 _t
(the)_S 45 _t
(integration)_S 45 _t
(objectives)_S 44 _t
(of)_S 45 _t
(the)_S 45 _t
(procuring)_S 45 _t
(department)_S 44 _t
(or)_S 45 _t
(agency.)_S 89 _t
(It)_S 45 _t
(is)_S 45 _t
(particularly)_S 960 6772 _m
(suitable)_S 60 _t
(for)_S 61 _t
(specifying)_S 60 _t
(limited)_S 61 _t
(SQL)_S 60 _t
(interfaces)_S 61 _t
(to)_S 60 _t
(legacy)_S 60 _t
(databases)_S 61 _t
(or)_S 60 _t
(to)_S 61 _t
(specialized)_S 60 _t
(data)_S 61 _t
(repositories)_S 60 _t
(not)_S 61 _t
(under)_S 960 6556 _m
(the)_S 58 _t
(control)_S 59 _t
(of)_S 58 _t
(a)_S 59 _t
(full-function)_S 58 _t
(SQL)_S 59 _t
(database)_S 58 _t
(management)_S 59 _t
(system.)_S 117 _t
(It)_S 58 _t
(can)_S 58 _t
(be)_S 59 _t
(used)_S 58 _t
(along)_S 59 _t
(with)_S 58 _t
(other)_S 59 _t
(procurement)_S 960 6340 _m
(information)_S 61 _t
(to)_S 61 _t
(specify)_S 61 _t
(SQL)_S 61 _t
(interface)_S 61 _t
(requirements)_S 61 _t
(for)_S 61 _t
(a)_S 61 _t
(wide)_S 61 _t
(range)_S 61 _t
(of)_S 61 _t
(data)_S 61 _t
(management)_S 61 _t
(procurements.)_S 960 5908 _m
(One)_S 80 _t
(special)_S 80 _t
(area)_S 79 _t
(of)_S 80 _t
(application)_S 80 _t
(envisioned)_S 80 _t
(for)_S 79 _t
(this)_S 80 _t
(standard)_S 80 _t
(is)_S 79 _t
(Electronic)_S 80 _t
(Commerce,)_S 80 _t
(a)_S 79 _t
(National)_S 80 _t
(Challenge)_S 960 5692 _m
(Application)_S 54 _t
(area)_S 54 _t
(of)_S 54 _t
(the)_S 54 _t
(National)_S 54 _t
(Information)_S 54 _t
(Infrastructure.)_S 162 _t
(The)_S 54 _t
(primary)_S 54 _t
(objective)_S 54 _t
(of)_S 54 _t
(Electronic)_S 54 _t
(Commerce)_S 55 _t
(is)_S 960 5476 _m
(to)_S 63 _t
(integrate)_S 62 _t
(communications,)_S 62 _t
(data)_S 63 _t
(management,)_S 62 _t
(and)_S 63 _t
(security)_S 62 _t
(services)_S 62 _t
(in)_S 63 _t
(a)_S 62 _t
(distributed)_S 63 _t
(processing)_S 62 _t
(environment,)_S 960 5260 _m
(thereby)_S 59 _t
(allowing)_S 60 _t
(business)_S 59 _t
(applications)_S 59 _t
(within)_S 60 _t
(different)_S 59 _t
(organizations)_S 59 _t
(to)_S 60 _t
(interoperate)_S 59 _t
(and)_S 60 _t
(exchange)_S 59 _t
(information)_S 960 5044 _m
(automatically.)_S 123 _t
(At)_S 62 _t
(the)_S 62 _t
(data)_S 62 _t
(management)_S 62 _t
(level,)_S 62 _t
(electronic)_S 62 _t
(commerce)_S 62 _t
(requires)_S 62 _t
(a)_S 62 _t
(logically)_S 62 _t
(integrated)_S 62 _t
(database)_S 62 _t
(of)_S 960 4828 _m
(diverse)_S 55 _t
(data)_S 54 _t
(stored)_S 55 _t
(in)_S 55 _t
(geographically)_S 54 _t
(separated)_S 55 _t
(data)_S 55 _t
(banks)_S 54 _t
(under)_S 55 _t
(the)_S 55 _t
(management)_S 54 _t
(and)_S 55 _t
(control)_S 55 _t
(of)_S 54 _t
(heterogeneous)_S 960 4612 _m
(database)_S 81 _t
(management)_S 81 _t
(systems.)_S 163 _t
(An)_S 81 _t
(over-riding)_S 81 _t
(requirement)_S 81 _t
(is)_S 81 _t
(that)_S 81 _t
(these)_S 82 _t
(diverse)_S 81 _t
(data)_S 81 _t
(managers)_S 81 _t
(be)_S 81 _t
(able)_S 82 _t
(to)_S 960 4396 _m
(communicate)_S 86 _t
(with)_S 86 _t
(one)_S 87 _t
(another)_S 86 _t
(and)_S 86 _t
(provide)_S 86 _t
(shared)_S 87 _t
(access)_S 86 _t
(to)_S 86 _t
(data)_S 87 _t
(and)_S 86 _t
(data)_S 86 _t
(operations)_S 87 _t
(and)_S 86 _t
(methods)_S 87 _t
(under)_S 960 4180 _m
(appropriate)_S 40 _t
(security,)_S 41 _t
(integrity,)_S 40 _t
(and)_S 40 _t
(access)_S 41 _t
(control)_S 40 _t
(mechanisms.)_S 81 _t
(FIPS)_S 41 _t
(SQL)_S 40 _t
(provides)_S 41 _t
(a)_S 40 _t
(powerful)_S 40 _t
(database)_S 41 _t
(language)_S 960 3964 _m
(for)_S 67 _t
(data)_S 66 _t
(definition,)_S 67 _t
(data)_S 67 _t
(manipulation,)_S 66 _t
(and)_S 67 _t
(integrity)_S 66 _t
(management)_S 67 _t
(to)_S 66 _t
(satisfy)_S 67 _t
(many)_S 66 _t
(of)_S 67 _t
(these)_S 66 _t
(requirements.)_S 134 _t
(It)_S 66 _t
(is)_S 960 3748 _m
(unrealistic)_S 61 _t
(to)_S 61 _t
(expect)_S 61 _t
(that)_S 62 _t
(every)_S 61 _t
(data)_S 61 _t
(manager)_S 61 _t
(involved)_S 61 _t
(in)_S 62 _t
(electronic)_S 61 _t
(commerce)_S 61 _t
(will)_S 61 _t
(conform)_S 61 _t
(to)_S 62 _t
(even)_S 61 _t
(the)_S 61 _t
(Entry)_S 960 3532 _m
(SQL)_S 62 _t
(level)_S 61 _t
(of)_S 62 _t
(the)_S 61 _t
(FIPS)_S 61 _t
(SQL)_S 62 _t
(standard;)_S 61 _t
(however,)_S 61 _t
(it)_S 62 _t
(is)_S 61 _t
(not)_S 62 _t
(unrealistic)_S 61 _t
(to)_S 61 _t
(require)_S 62 _t
(that)_S 61 _t
(they)_S 61 _t
(support)_S 62 _t
(a)_S 61 _t
(limited)_S 61 _t
(SQL)_S 960 3316 _m
(interface,)_S 45 _t
(even)_S 45 _t
(a)_S 46 _t
(read-only)_S 45 _t
(interface,)_S 45 _t
(provided)_S 46 _t
(by)_S 45 _t
(one)_S 46 _t
(of)_S 45 _t
(the)_S 45 _t
(SQL/ERI)_S 46 _t
(Server)_S 45 _t
(profiles.)_S 91 _t
(New)_S 45 _t
(procurements)_S 45 _t
(to)_S 46 _t
(add)_S 960 3100 _m
(components)_S 87 _t
(to)_S 88 _t
(the)_S 88 _t
(National)_S 88 _t
(Information)_S 88 _t
(Infrastructure,)_S 87 _t
(or)_S 88 _t
(to)_S 88 _t
(upgrade)_S 88 _t
(existing)_S 88 _t
(components,)_S 88 _t
(can)_S 88 _t
(define)_S 88 _t
(the)_S 960 2884 _m
(necessary)_S 61 _t
(SQL)_S 61 _t
(schemas)_S 61 _t
(and)_S 61 _t
(point)_S 61 _t
(to)_S 61 _t
(appropriate)_S 61 _t
(SQL/ERI)_S 61 _t
(Server)_S 61 _t
(profiles)_S 61 _t
(as)_S 61 _t
(procurement)_S 61 _t
(requirements.)_S 61 _t
960 2452 _m
(This)_S 61 _t
(standard)_S 61 _t
(may)_S 61 _t
(also)_S 61 _t
(be)_S 61 _t
(applicable,)_S 61 _t
(on)_S 61 _t
(a)_S 61 _t
(case-by-case)_S 61 _t
(basis,)_S 61 _t
(in)_S 61 _t
(many)_S 61 _t
(of)_S 61 _t
(the)_S 61 _t
(following)_S 61 _t
(areas:)_S 1513 2020 _m
(Legacy)_S 61 _t
(databases)_S 1513 1804 _m
(Full-Text)_S 61 _t
(document)_S 61 _t
(databases)_S 1513 1588 _m
(Geographic)_S 61 _t
(Information)_S 61 _t
(Systems)_S 1513 1372 _m
(Bibliographic)_S 61 _t
(information)_S 61 _t
(retrieval)_S 1513 1156 _m
(Object)_S 61 _t
(database)_S 61 _t
(interfaces)_S 5050 641 _m
/NewCenturySchlbk-RomanR 540 _ff
(3)_S /Times-RomanR 550 _ff
_ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
960 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
1513 11754 _m
(Federal)_S 61 _t
(data)_S 61 _t
(distribution)_S 1513 11538 _m
(Operating)_S 61 _t
(system)_S 61 _t
(file)_S 61 _t
(interface)_S 1513 11322 _m
(Open)_S 61 _t
(system)_S 61 _t
(directory)_S 61 _t
(interface)_S 1513 11106 _m
(Electronic)_S 61 _t
(mail)_S 61 _t
(repositories)_S 1513 10890 _m
(CASE)_S 61 _t
(tool)_S 61 _t
(repositories)_S 1513 10674 _m
(XBase)_S 61 _t
(repositories)_S 1513 10458 _m
(C++)_S 61 _t
(sequence)_S 61 _t
(class)_S 61 _t
(repositories)_S 1513 10242 _m
(Object)_S 61 _t
(Request)_S 61 _t
(Broker)_S 61 _t
(interface)_S 61 _t
(repository)_S 1513 10026 _m
(Real-time)_S 61 _t
(database)_S 61 _t
(interface)_S 1513 9810 _m
(Internet)_S 61 _t
(file)_S 61 _t
(repositories)_S 960 9378 _m
(Further)_S 47 _t
(detail)_S 48 _t
(on)_S 48 _t
(each)_S 47 _t
(of)_S 48 _t
(these)_S 48 _t
(potential)_S 47 _t
(application)_S 48 _t
(areas)_S 48 _t
(can)_S 48 _t
(be)_S 47 _t
(found)_S 48 _t
(in)_S 48 _t
(Section)_S 48 _t
(8,)_S 47 _t
("Applicability",)_S 48 _t
(of)_S 48 _t
(the)_S 48 _t
(FIPS)_S 960 9162 _m
(specification)_S 61 _t
(for)_S 61 _t
(SQL)_S 61 _t
(Environments.)_S 960 8487 _m
/Times-BoldR 660 _ff
(10.)_S 175 _t
(Specifications)_S /Times-RomanR 660 _ff
(.)_S /Times-RomanR 550 _ff
147 _t
(See)_S 73 _t
(the)_S 73 _t
(Specifications)_S 73 _t
(for)_S 74 _t
(SQL)_S 73 _t
(Environments)_S 73 _t
(-)_S 74 _t
(SQL)_S 73 _t
(External)_S 73 _t
(Repository)_S 73 _t
(Interface)_S 960 8261 _m
(\(SQL/ERI\))_S 61 _t
(-)_S 61 _t
(Server)_S 61 _t
(Profiles)_S 61 _t
(\(affixed\).)_S 960 7586 _m
/Times-BoldR 660 _ff
(11.)_S 147 _t
(Implementation.)_S /Times-RomanR 550 _ff
124 _t
(Implementation)_S 61 _t
(of)_S 62 _t
(this)_S 62 _t
(standard)_S 61 _t
(involves)_S 62 _t
(four)_S 61 _t
(areas)_S 62 _t
(of)_S 62 _t
(consideration:)_S 61 _t
(the)_S 62 _t
(effective)_S 960 7360 _m
(date,)_S 61 _t
(acquisition)_S 61 _t
(of)_S 61 _t
(conforming)_S 61 _t
(implementations,)_S 61 _t
(interpretation,)_S 61 _t
(and)_S 61 _t
(validation.)_S 960 6901 _m
/Times-BoldR 660 _ff
(11.1)_S 203 _t
(Effective)_S 101 _t
(date.)_S /Times-RomanR 550 _ff
169 _t
(This)_S 85 _t
(publication)_S 85 _t
(is)_S 84 _t
(effective)_S 85 _t
(immediately)_S 84 _t
(upon)_S 85 _t
(publication.)_S 169 _t
(Since)_S 85 _t
(it)_S 84 _t
(is)_S 85 _t
(a)_S 84 _t
(non-)_S 960 6675 _m
(mandatory)_S 61 _t
(specification,)_S 61 _t
(based)_S 61 _t
(on)_S 62 _t
(the)_S 61 _t
(established)_S 61 _t
(FIPS)_S 61 _t
(SQL)_S 61 _t
(standard,)_S 61 _t
(and)_S 61 _t
(used)_S 61 _t
(at)_S 62 _t
(the)_S 61 _t
(discretion)_S 61 _t
(of)_S 61 _t
(individual)_S 960 6459 _m
(Federal)_S 61 _t
(procurements,)_S 61 _t
(no)_S 61 _t
(transitional)_S 61 _t
(period)_S 61 _t
(or)_S 61 _t
(delayed)_S 61 _t
(effective)_S 61 _t
(date)_S 61 _t
(is)_S 61 _t
(necessary.)_S 960 6000 _m
/Times-BoldR 660 _ff
(11.2)_S 111 _t
(Acquisition.)_S /Times-RomanR 550 _ff
93 _t
(All)_S 46 _t
(conforming)_S 47 _t
(implementations)_S 46 _t
(of)_S 47 _t
(a)_S 46 _t
(specific)_S 47 _t
(SQL/ERI)_S 46 _t
(profile)_S 46 _t
(will)_S 47 _t
(support)_S 46 _t
(some)_S 47 _t
(aspects)_S 960 5774 _m
(of)_S 93 _t
(the)_S 93 _t
(FIPS)_S 93 _t
(SQL)_S 93 _t
(standard.)_S 186 _t
(However,)_S 93 _t
(such)_S 93 _t
(implementations)_S 93 _t
(will)_S 93 _t
(not)_S 93 _t
(normally)_S 93 _t
(be)_S 93 _t
(full)_S 93 _t
(function)_S 93 _t
(database)_S 960 5558 _m
(management)_S 97 _t
(systems)_S 97 _t
(and)_S 97 _t
(conformance)_S 97 _t
(will)_S 98 _t
(often)_S 97 _t
(be)_S 97 _t
(dependent)_S 97 _t
(upon)_S 97 _t
(SQL)_S 98 _t
(schema)_S 97 _t
(definitions)_S 97 _t
(and)_S 98 _t
(other)_S 960 5342 _m
(requirements)_S 64 _t
(provided)_S 63 _t
(as)_S 64 _t
(part)_S 64 _t
(of)_S 63 _t
(each)_S 64 _t
(individual)_S 63 _t
(procurement.)_S 127 _t
(In)_S 64 _t
(most)_S 64 _t
(cases,)_S 63 _t
(a)_S 64 _t
(procurement)_S 63 _t
(will)_S 64 _t
(not)_S 63 _t
(be)_S 64 _t
(able)_S 960 5126 _m
(to)_S 66 _t
(simply)_S 66 _t
(point)_S 66 _t
(to)_S 66 _t
(an)_S 67 _t
(SQL/ERI)_S 66 _t
(profile)_S 66 _t
(and)_S 66 _t
(demand)_S 67 _t
(conformance)_S 66 _t
(to)_S 66 _t
(it.)_S 133 _t
(Instead,)_S 66 _t
(successful)_S 66 _t
(procurements)_S 67 _t
(will)_S 960 4910 _m
(normally)_S 67 _t
(use)_S 67 _t
(an)_S 66 _t
(appropriate)_S 67 _t
(SQL/ERI)_S 67 _t
(profile,)_S 66 _t
(together)_S 67 _t
(with)_S 67 _t
(an)_S 67 _t
(application-specific)_S 66 _t
(schema)_S 67 _t
(definition,)_S 67 _t
(as)_S 66 _t
(one)_S 960 4694 _m
(aspect)_S 68 _t
(of)_S 69 _t
(overall)_S 68 _t
(procurement)_S 68 _t
(requirements.)_S 136 _t
(In)_S 68 _t
(many)_S 69 _t
(cases,)_S 68 _t
(vendors)_S 68 _t
(of)_S 68 _t
(products)_S 69 _t
(that)_S 68 _t
(provide)_S 68 _t
(a)_S 68 _t
(limited)_S 68 _t
(SQL)_S 960 4478 _m
(interface)_S 62 _t
(will)_S 63 _t
(define)_S 62 _t
(their)_S 63 _t
(interfaces)_S 62 _t
(in)_S 62 _t
(terms)_S 63 _t
(of)_S 62 _t
(a)_S 62 _t
(fixed)_S 63 _t
(SQL)_S 62 _t
(schema)_S 63 _t
(definition.)_S 124 _t
(In)_S 63 _t
(those)_S 62 _t
(cases,)_S 63 _t
(procurements)_S 960 4262 _m
(can)_S 69 _t
(point)_S 70 _t
(to)_S 69 _t
(the)_S 69 _t
(vendor-provided)_S 70 _t
(schema)_S 69 _t
(definition)_S 69 _t
(and)_S 70 _t
(to)_S 69 _t
(an)_S 69 _t
(appropriate)_S 69 _t
(SQL/ERI)_S 70 _t
(profile)_S 69 _t
(as)_S 70 _t
(a)_S 69 _t
(procurement)_S 960 4046 _m
(requirement.)_S 127 _t
(In)_S 63 _t
(some)_S 63 _t
(cases,)_S 63 _t
(especially)_S 64 _t
(in)_S 63 _t
(those)_S 63 _t
(situations)_S 63 _t
(where)_S 63 _t
(schema)_S 64 _t
(definitions)_S 63 _t
(and)_S 63 _t
(requirements)_S 63 _t
(are)_S 63 _t
(not)_S 960 3830 _m
(known)_S 64 _t
(in)_S 63 _t
(advance,)_S 64 _t
(a)_S 64 _t
(request)_S 64 _t
(for)_S 63 _t
(a)_S 64 _t
(proposal)_S 64 _t
(\(RFP\))_S 64 _t
(may)_S 64 _t
(require)_S 64 _t
(that)_S 64 _t
(an)_S 63 _t
(SQL)_S 64 _t
(schema,)_S 64 _t
(and)_S 64 _t
(adherence)_S 64 _t
(to)_S 64 _t
(one)_S 64 _t
(of)_S 960 3614 _m
(the)_S 61 _t
(SQL/ERI)_S 61 _t
(Server)_S 61 _t
(profiles,)_S 61 _t
(be)_S 61 _t
(presented)_S 61 _t
(as)_S 61 _t
(part)_S 61 _t
(of)_S 61 _t
(the)_S 61 _t
(response)_S 61 _t
(proposal.)_S 960 3155 _m
/Times-BoldR 660 _ff
(11.3)_S 262 _t
(Interpretation.)_S /Times-RomanR 550 _ff
219 _t
(NIST)_S 109 _t
(provides)_S 109 _t
(for)_S 110 _t
(the)_S 109 _t
(resolution)_S 109 _t
(of)_S 110 _t
(questions)_S 109 _t
(regarding)_S 110 _t
(specifications)_S 109 _t
(and)_S 960 2929 _m
(requirements)_S 61 _t
(of)_S 60 _t
(the)_S 61 _t
(FIPS)_S 60 _t
(for)_S 61 _t
(SQL)_S 60 _t
(Environments,)_S 61 _t
(and)_S 60 _t
(issues)_S 61 _t
(official)_S 60 _t
(interpretations)_S 60 _t
(as)_S 61 _t
(needed.)_S 121 _t
(Procedures)_S 60 _t
(for)_S 960 2713 _m
(interpretations)_S 111 _t
(are)_S 112 _t
(specified)_S 111 _t
(in)_S 112 _t
(FIPS)_S 112 _t
(PUB)_S 111 _t
(29-2.)_S 224 _t
(All)_S 111 _t
(questions)_S 112 _t
(about)_S 112 _t
(the)_S 111 _t
(interpretation)_S 112 _t
(of)_S 112 _t
(FIPS)_S 112 _t
(SQL)_S 960 2497 _m
(Environments)_S 61 _t
(should)_S 61 _t
(be)_S 61 _t
(addressed)_S 61 _t
(to:)_S 1958 2065 _m
(Director)_S 1958 1849 _m
(Computer)_S 61 _t
(Systems)_S 61 _t
(Laboratory)_S 1958 1633 _m
(ATTN:)_S 122 _t
(SQL)_S 61 _t
(Environments)_S 1958 1417 _m
(National)_S 61 _t
(Institute)_S 61 _t
(of)_S 61 _t
(Standards)_S 61 _t
(and)_S 61 _t
(Technology)_S 1958 1201 _m
(Gaithersburg,)_S 61 _t
(MD)_S 122 _t
(20899)_S 5050 641 _m
/NewCenturySchlbk-RomanR 540 _ff
(4)_S /Times-RomanR 550 _ff
_ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
7406 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
1958 11754 _m
(Telephone:)_S 61 _t
(\(301\))_S 61 _t
(975-2833)_S 960 11079 _m
/Times-BoldR 660 _ff
(11.4)_S 121 _t
(Validation.)_S /Times-RomanR 550 _ff
101 _t
(Implementations)_S 51 _t
(of)_S 51 _t
(the)_S 50 _t
(FIPS)_S 51 _t
(for)_S 51 _t
(SQL)_S 50 _t
(Environments)_S 51 _t
(may)_S 51 _t
(be)_S 50 _t
(validated)_S 51 _t
(in)_S 51 _t
(accordance)_S 51 _t
(with)_S 960 10853 _m
(NIST)_S 135 _t
(Computer)_S 136 _t
(Systems)_S 135 _t
(Laboratory)_S 136 _t
(\(CSL\))_S 135 _t
(validation)_S 135 _t
(procedures)_S 135 _t
(for)_S 136 _t
(FIPS)_S 135 _t
(SQL)_S 135 _t
(\(FIPS)_S 136 _t
(PUB)_S 135 _t
(127\).)_S 960 10637 _m
(Recommended)_S 58 _t
(procurement)_S 58 _t
(terminology)_S 59 _t
(for)_S 58 _t
(validation)_S 58 _t
(of)_S 58 _t
(FIPS)_S 59 _t
(SQL)_S 58 _t
(is)_S 58 _t
(contained)_S 58 _t
(in)_S 59 _t
(the)_S 58 _t
(U.S.)_S 58 _t
(General)_S 58 _t
(Services)_S 960 10421 _m
(Administration)_S 54 _t
(publication)_S 55 _t
_U (Federal)_S 54 _t
(ADP)_S 55 _t
(&)_S 54 _t
(Telecommunications)_S 55 _t
(Standards)_S 55 _t
(Index)_S _u (,)_S 54 _t
(Chapter)_S 55 _t
(4)_S 54 _t
(Part)_S 55 _t
(2.)_S 109 _t
(This)_S 55 _t
(GSA)_S 960 10205 _m
(publication)_S 45 _t
(provides)_S 46 _t
(terminology)_S 45 _t
(for)_S 46 _t
(three)_S 45 _t
(validation)_S 46 _t
(options:)_S 91 _t
(Delayed)_S 45 _t
(Validation,)_S 46 _t
(Prior)_S 45 _t
(Validation)_S 46 _t
(Testing,)_S 45 _t
(and)_S 960 9989 _m
(Prior)_S 68 _t
(Validation.)_S 137 _t
(The)_S 68 _t
(agency)_S 68 _t
(may)_S 69 _t
(select)_S 68 _t
(the)_S 68 _t
(appropriate)_S 69 _t
(validation)_S 68 _t
(option)_S 68 _t
(and)_S 69 _t
(may)_S 68 _t
(specify)_S 68 _t
(appropriate)_S 68 _t
(time)_S 960 9773 _m
(frames)_S 61 _t
(for)_S 61 _t
(validation)_S 61 _t
(and)_S 61 _t
(correction)_S 61 _t
(of)_S 61 _t
(nonconformities.)_S 960 9341 _m
(Implementations)_S 46 _t
(may)_S 46 _t
(be)_S 46 _t
(evaluated)_S 45 _t
(using)_S 46 _t
(the)_S 46 _t
(NIST)_S 46 _t
(SQL)_S 46 _t
(Test)_S 46 _t
(Suite,)_S 45 _t
(a)_S 46 _t
(suite)_S 46 _t
(of)_S 46 _t
(automated)_S 46 _t
(validation)_S 46 _t
(tests)_S 45 _t
(for)_S 46 _t
(SQL)_S 960 9125 _m
(implementations.)_S 158 _t
(Although)_S 79 _t
(this)_S 79 _t
(test)_S 79 _t
(suite)_S 79 _t
(was)_S 79 _t
(designed)_S 79 _t
(to)_S 79 _t
(test)_S 78 _t
(conformance)_S 79 _t
(of)_S 79 _t
(full-function)_S 79 _t
(SQL)_S 79 _t
(database)_S 960 8909 _m
(management)_S 71 _t
(systems,)_S 71 _t
(it)_S 71 _t
(can)_S 72 _t
(be)_S 71 _t
(modified)_S 71 _t
(to)_S 71 _t
(accommodate)_S 72 _t
(testing)_S 71 _t
(of)_S 71 _t
(SQL/ERI)_S 72 _t
(Server)_S 71 _t
(implementations.)_S 143 _t
(The)_S 960 8693 _m
(results)_S 74 _t
(of)_S 74 _t
(validation)_S 75 _t
(testing)_S 74 _t
(by)_S 74 _t
(the)_S 75 _t
(SQL)_S 74 _t
(Testing)_S 74 _t
(Service)_S 74 _t
(are)_S 75 _t
(published)_S 74 _t
(on)_S 74 _t
(a)_S 75 _t
(quarterly)_S 74 _t
(basis)_S 74 _t
(in)_S 75 _t
(the)_S 74 _t
_U (Validated)_S _u 960 8477 _m
_U (Products)_S 61 _t
(List)_S _u (,)_S 61 _t
(available)_S 61 _t
(from)_S 61 _t
(the)_S 61 _t
(National)_S 61 _t
(Technical)_S 61 _t
(Information)_S 61 _t
(Service)_S 61 _t
(\(NTIS\).)_S 960 8045 _m
(Current)_S 86 _t
(information)_S 87 _t
(about)_S 87 _t
(the)_S 87 _t
(NIST)_S 87 _t
(SQL)_S 87 _t
(Validation)_S 87 _t
(Service)_S 87 _t
(and)_S 87 _t
(the)_S 87 _t
(status)_S 87 _t
(of)_S 87 _t
(validation)_S 87 _t
(testing)_S 87 _t
(for)_S 87 _t
(SQL)_S 960 7829 _m
(Environments)_S 61 _t
(is)_S 61 _t
(available)_S 61 _t
(from:)_S 1958 7397 _m
(National)_S 61 _t
(Institute)_S 61 _t
(of)_S 61 _t
(Standards)_S 61 _t
(and)_S 61 _t
(Technology)_S 1958 7181 _m
(Computer)_S 61 _t
(Systems)_S 61 _t
(Laboratory)_S 1958 6965 _m
(Software)_S 61 _t
(Standards)_S 61 _t
(Validation)_S 61 _t
(Group)_S 1958 6749 _m
(Building)_S 61 _t
(225,)_S 61 _t
(Room)_S 61 _t
(A266)_S 1958 6533 _m
(Gaithersburg,)_S 61 _t
(Maryland)_S 61 _t
(20899)_S 1958 6317 _m
(\(301\))_S 61 _t
(975-2490)_S 960 5426 _m
/Times-BoldR 660 _ff
(12.)_S 212 _t
(Where)_S 107 _t
(to)_S 106 _t
(Obtain)_S 106 _t
(Copies.)_S /Times-RomanR 550 _ff
178 _t
(Copies)_S 89 _t
(of)_S 89 _t
(this)_S 89 _t
(publication)_S 89 _t
(are)_S 89 _t
(for)_S 89 _t
(sale)_S 89 _t
(by)_S 89 _t
(the)_S 89 _t
(National)_S 89 _t
(Technical)_S 960 5200 _m
(Information)_S 57 _t
(Service,)_S 56 _t
(U.S.)_S 57 _t
(Department)_S 57 _t
(of)_S 57 _t
(Commerce,)_S 57 _t
(Springfield,)_S 57 _t
(VA)_S 113 _t
(22161,)_S 57 _t
(telephone)_S 57 _t
(703-487-4650.)_S 114 _t
(When)_S 960 4984 _m
(ordering,)_S 109 _t
(refer)_S 110 _t
(to)_S 109 _t
(Federal)_S 110 _t
(Information)_S 109 _t
(Processing)_S 110 _t
(Standards)_S 109 _t
(Publication)_S 110 _t
(XXX)_S 109 _t
(\(FIPS)_S 110 _t
(PUB)_S 109 _t
(XXX\),)_S 110 _t
(SQL)_S 960 4768 _m
(Environments.)_S 122 _t
(Payment)_S 61 _t
(may)_S 61 _t
(be)_S 61 _t
(made)_S 61 _t
(by)_S 61 _t
(check,)_S 61 _t
(money)_S 61 _t
(order,)_S 61 _t
(or)_S 61 _t
(deposit)_S 61 _t
(account.)_S 5050 641 _m
/NewCenturySchlbk-RomanR 540 _ff
(5)_S /Times-RomanR 550 _ff
_ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
5050 641 _m
/NewCenturySchlbk-RomanR 540 _ff
(6)_S /Times-RomanR 550 _ff
_ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
3473 10588 _m
/Times-RomanR 825 _ff
(FEDERAL)_S 92 _t
(INFORMATION)_S 2082 10280 _m
(PROCESSING)_S 92 _t
(STANDARDS)_S 92 _t
(PUBLICATION)_S 92 _t
(XXX)_S 4115 7508 _m
(Specifications)_S 92 _t
(for)_S 4023 6892 _m
(SQL)_S 92 _t
(Environments)_S 3144 6276 _m
(SQL)_S 92 _t
(External)_S 92 _t
(Repository)_S 92 _t
(Interface)_S 4489 5968 _m
(\(SQL/ERI\))_S 4267 5352 _m
(Server)_S 92 _t
(Profiles)_S /Times-RomanR 550 _ff
2785 2884 _m
/Times-RomanR 825 _ff
(U.S.)_S 92 _t
(DEPARTMENT)_S 92 _t
(OF)_S 92 _t
(COMMERCE)_S 92 _t
2434 2576 _m
(National)_S 92 _t
(Institute)_S 92 _t
(of)_S 92 _t
(Standards)_S 92 _t
(and)_S 92 _t
(Technology)_S 3389 2268 _m
(Computer)_S 92 _t
(Systems)_S 92 _t
(Laboratory)_S 2701 1960 _m
(Information)_S 92 _t
(Systems)_S 92 _t
(Engineering)_S 92 _t
(Division)_S 3645 1652 _m
(Gaithersburg,)_S 92 _t
(MD)_S 184 _t
(20899)_S /Times-RomanR 550 _ff
_ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
5043 641 _m
/NewCenturySchlbk-RomanR 540 _ff
(ii)_S /Times-RomanR 550 _ff
_ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
3945 11708 _m
/Times-BoldR 660 _ff
(Table)_S 73 _t
(of)_S 73 _t
(Contents)_S /Times-RomanR 550 _ff
1200 10591 _m
/Times-BoldR 660 _ff
(Abstract)_S /Times-RomanR 550 _ff
2162 10591 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8186 10591 _m
122 _t
(v)_S 1200 10122 _m
/Times-BoldR 660 _ff
(1.)_S 146 _t
(Introduction)_S /Times-RomanR 550 _ff
2803 10122 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8186 10122 _m
122 _t
(1)_S 1513 9896 _m
(1.1)_S 122 _t
(Database)_S 61 _t
(Language)_S 61 _t
(SQL)_S 3871 9896 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8186 9896 _m
122 _t
(1)_S 1513 9680 _m
(1.2)_S 122 _t
(SQL)_S 61 _t
(environment)_S 3337 9680 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8186 9680 _m
122 _t
(2)_S 1200 9221 _m
/Times-BoldR 660 _ff
(2.)_S 146 _t
(Data)_S 73 _t
(Integration)_S 73 _t
(Architecture)_S /Times-RomanR 550 _ff
4512 9221 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8186 9221 _m
122 _t
(4)_S 1200 8752 _m
/Times-BoldR 660 _ff
(3.)_S 146 _t
(SQL)_S 73 _t
(External)_S 73 _t
(Repository)_S 73 _t
(Interface)_S 73 _t
(\(SQL/ERI\))_S /Times-RomanR 550 _ff
6114 8752 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8186 8752 _m
122 _t
(6)_S 1200 8283 _m
/Times-BoldR 660 _ff
(4.)_S 146 _t
(SQL/ERI)_S 73 _t
(Leveling)_S 73 _t
(Rules)_S /Times-RomanR 550 _ff
3978 8283 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8186 8283 _m
122 _t
(7)_S 1513 8057 _m
(4.1)_S 122 _t
(Minimal)_S 61 _t
(Schema)_S 61 _t
(Definition)_S 61 _t
(Language)_S 4832 8057 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8186 8057 _m
122 _t
(8)_S 1513 7841 _m
(4.2)_S 122 _t
(Minimal)_S 61 _t
(Data)_S 61 _t
(Manipulation)_S 61 _t
(Language)_S 4832 7841 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8186 7841 _m
122 _t
(9)_S 1200 7382 _m
/Times-BoldR 660 _ff
(5.)_S 146 _t
(Optional)_S 73 _t
(Extensions)_S /Times-RomanR 550 _ff
3550 7382 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 7382 _m
61 _t
(10)_S 1513 7156 _m
(5.1)_S 122 _t
(SQL'92)_S 61 _t
(features)_S 61 _t
3230 7156 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 7156 _m
61 _t
(10)_S 1513 6940 _m
(5.2)_S 122 _t
(Stored)_S 61 _t
(procedures)_S 61 _t
(and)_S 61 _t
(callable)_S 61 _t
(routines)_S 61 _t
(\(SQL/PSM\))_S 61 _t
5901 6940 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 6940 _m
61 _t
(10)_S 1513 6724 _m
(5.3)_S 122 _t
(SQL)_S 61 _t
(multimedia)_S 61 _t
(class)_S 61 _t
(library)_S 61 _t
(\(SQL/MM\))_S 122 _t
5260 6724 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 6724 _m
61 _t
(11)_S 1513 6508 _m
(5.4)_S 122 _t
(Abstract)_S 61 _t
(data)_S 61 _t
(types)_S 61 _t
(and)_S 61 _t
(methods)_S 122 _t
4512 6508 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 6508 _m
61 _t
(11)_S 1513 6292 _m
(5.5)_S 122 _t
(Object)_S 61 _t
(data)_S 61 _t
(management)_S 122 _t
3978 6292 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 6292 _m
61 _t
(12)_S 1200 5833 _m
/Times-BoldR 660 _ff
(6.)_S 146 _t
(SQL)_S 73 _t
(Binding)_S 73 _t
(Alternatives)_S /Times-RomanR 550 _ff
4085 5833 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 5833 _m
61 _t
(12)_S 1513 5607 _m
(6.1)_S 122 _t
(SQL)_S 61 _t
(Module)_S 61 _t
(processor)_S 122 _t
3871 5607 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 5607 _m
61 _t
(12)_S 1513 5391 _m
(6.2)_S 122 _t
(Embedded)_S 61 _t
(SQL)_S 61 _t
(preprocessor)_S 122 _t
4298 5391 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 5391 _m
61 _t
(12)_S 1513 5175 _m
(6.3)_S 122 _t
(Direct)_S 61 _t
(invocation)_S 61 _t
(of)_S 61 _t
(SQL)_S 61 _t
(statements)_S 122 _t
4832 5175 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 5175 _m
61 _t
(13)_S 1513 4959 _m
(6.4)_S 122 _t
(SQL)_S 61 _t
(call)_S 61 _t
(level)_S 61 _t
(interface)_S 61 _t
(\(SQL/CLI\))_S 122 _t
4726 4959 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 4959 _m
61 _t
(14)_S 1513 4743 _m
(6.5)_S 122 _t
(RDA/SQL-Server)_S 61 _t
(interface)_S 122 _t
4085 4743 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 4743 _m
61 _t
(16)_S 1200 4284 _m
/Times-BoldR 660 _ff
(7.)_S 146 _t
(SQL/ERI)_S 73 _t
(Server)_S 73 _t
(Profiles)_S /Times-RomanR 550 _ff
3978 4284 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 4284 _m
61 _t
(18)_S 1513 4058 _m
(7.1)_S 122 _t
(SQL/ERI)_S 61 _t
(Read-Only)_S 61 _t
(Server)_S 4085 4058 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 4058 _m
61 _t
(21)_S 1513 3842 _m
(7.2)_S 122 _t
(SQL/ERI)_S 61 _t
(Read-Write)_S 61 _t
(Server)_S 61 _t
4191 3842 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 3842 _m
61 _t
(25)_S 1200 3383 _m
/Times-BoldR 660 _ff
(8.)_S 146 _t
(Applicability)_S /Times-RomanR 550 _ff
2803 3383 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 3383 _m
61 _t
(29)_S 1513 3157 _m
(8.1)_S 122 _t
(Legacy)_S 61 _t
(databases)_S 3230 3157 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 3157 _m
61 _t
(30)_S 1513 2941 _m
(8.2)_S 122 _t
(Full-Text)_S 61 _t
(document)_S 61 _t
(databases)_S 4191 2941 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 2941 _m
61 _t
(30)_S 1513 2725 _m
(8.3)_S 122 _t
(Geographic)_S 61 _t
(Information)_S 61 _t
(Systems)_S 4405 2725 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 2725 _m
61 _t
(30)_S 1513 2509 _m
(8.4)_S 122 _t
(Bibliographic)_S 61 _t
(information)_S 61 _t
(retrieval)_S 4619 2509 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 2509 _m
61 _t
(30)_S 1513 2293 _m
(8.5)_S 61 _t
(Object)_S 61 _t
(database)_S 61 _t
(interfaces)_S 3871 2293 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 2293 _m
61 _t
(31)_S 1513 2077 _m
(8.6)_S 61 _t
(Federal)_S 61 _t
(data)_S 61 _t
(distribution)_S 3764 2077 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 2077 _m
61 _t
(31)_S 1513 1861 _m
(8.7)_S 61 _t
(Operating)_S 61 _t
(system)_S 61 _t
(file)_S 61 _t
(interface)_S 4191 1861 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 1861 _m
61 _t
(32)_S 1513 1645 _m
(8.8)_S 61 _t
(Open)_S 61 _t
(system)_S 61 _t
(directory)_S 61 _t
(interface)_S 4298 1645 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 1645 _m
61 _t
(32)_S 1513 1429 _m
(8.9)_S 61 _t
(Electronic)_S 61 _t
(mail)_S 61 _t
(repositories)_S 3978 1429 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 1429 _m
61 _t
(32)_S 1513 1213 _m
(8.10)_S 61 _t
(CASE)_S 61 _t
(tool)_S 61 _t
(repositories)_S 3764 1213 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 1213 _m
61 _t
(33)_S 4715 641 _m
/NewCenturySchlbk-RomanR 540 _ff
(iii)_S /Times-RomanR 550 _ff
_ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
960 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
1513 11754 _m
(8.11)_S 61 _t
(XBase)_S 61 _t
(repositories)_S 3444 11754 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 11754 _m
61 _t
(33)_S 1513 11538 _m
(8.12)_S 61 _t
(C++)_S 61 _t
(sequence)_S 61 _t
(class)_S 61 _t
(repositories)_S 4405 11538 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 11538 _m
61 _t
(33)_S 1513 11322 _m
(8.13)_S 61 _t
(Object)_S 61 _t
(Request)_S 61 _t
(Broker)_S 61 _t
(repositories)_S 4619 11322 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 11322 _m
61 _t
(33)_S 1513 11106 _m
(8.14)_S 61 _t
(Real-Time)_S 61 _t
(database)_S 61 _t
(interface)_S 4191 11106 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 11106 _m
61 _t
(34)_S 1513 10890 _m
(8.15)_S 61 _t
(Internet)_S 61 _t
(file)_S 61 _t
(repositories)_S 3764 10890 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 10890 _m
61 _t
(34)_S 1200 10431 _m
/Times-BoldR 660 _ff
(9.)_S 146 _t
(Conformance)_S 73 _t
(Testing)_S /Times-RomanR 550 _ff
3657 10431 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 10431 _m
61 _t
(34)_S 1513 10205 _m
(9.1)_S 61 _t
(NIST)_S 61 _t
(SQL)_S 61 _t
(Test)_S 61 _t
(Suite)_S 3550 10205 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 10205 _m
61 _t
(35)_S 1513 9989 _m
(9.2)_S 61 _t
(Testing)_S 61 _t
(SQL/ERI)_S 61 _t
(implementations)_S 4512 9989 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 9989 _m
61 _t
(37)_S 1200 9530 _m
/Times-BoldR 660 _ff
(10.)_S 146 _t
(Procurement)_S 73 _t
(Considerations)_S /Times-RomanR 550 _ff
4512 9530 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 9530 _m
61 _t
(38)_S 1513 9304 _m
(10.1)_S 61 _t
(Client-side)_S 61 _t
(products)_S 3550 9304 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 9304 _m
61 _t
(38)_S 1513 9088 _m
(10.2)_S 61 _t
(SQL/ERI)_S 61 _t
(Clients)_S 3230 9088 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 9088 _m
61 _t
(39)_S 1513 8872 _m
(10.3)_S 61 _t
(SQL/ERI)_S 61 _t
(Servers)_S 3337 8872 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 8872 _m
61 _t
(40)_S 1200 8413 _m
/Times-BoldR 660 _ff
(References)_S /Times-RomanR 550 _ff
2375 8413 _m
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 61 _t
(.)_S 8156 8413 _m
61 _t
(43)_S 4723 641 _m
/NewCenturySchlbk-RomanR 540 _ff
(iv)_S /Times-RomanR 550 _ff
_ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
3474 11492 _m
/Times-BoldR 660 _ff
(FIPS)_S 73 _t
(PUBLICATION)_S 73 _t
(XXX)_S 2283 10986 _m
(Specification)_S 73 _t
(for)_S 73 _t
(SQL)_S 73 _t
(Environments)_S 73 _t
(-)_S 73 _t
(SQL)_S 73 _t
(External)_S 2449 10733 _m
(Repository)_S 73 _t
(Interface)_S 73 _t
(\(SQL/ERI\))_S 73 _t
(-)_S 73 _t
(Server)_S 73 _t
(Profiles)_S /Times-RomanR 550 _ff
4360 9616 _m
61 _t
/Times-BoldR 660 _ff
(Abstract)_S /Times-RomanR 550 _ff
1500 9174 _m
(An)_S 92 _t
(SQL)_S 91 _t
(environment)_S 92 _t
(is)_S 92 _t
(an)_S 91 _t
(integrated)_S 92 _t
(data)_S 92 _t
(processing)_S 91 _t
(environment)_S 92 _t
(in)_S 92 _t
(which)_S 91 _t
(heterogeneous)_S 1500 8958 _m
(products,)_S 78 _t
(all)_S 77 _t
(supporting)_S 78 _t
(some)_S 77 _t
(aspect)_S 77 _t
(of)_S 78 _t
(the)_S 77 _t
(FIPS)_S 77 _t
(SQL)_S 78 _t
(standard)_S 77 _t
(\(FIPS)_S 78 _t
(PUB)_S 77 _t
(127\),)_S 78 _t
(are)_S 77 _t
(able)_S 77 _t
(to)_S 1500 8742 _m
(communicate)_S 45 _t
(with)_S 46 _t
(one)_S 45 _t
(another)_S 45 _t
(and)_S 45 _t
(provide)_S 45 _t
(shared)_S 45 _t
(access)_S 45 _t
(to)_S 46 _t
(data)_S 45 _t
(and)_S 45 _t
(data)_S 45 _t
(operations)_S 45 _t
(and)_S 45 _t
(methods)_S 1500 8526 _m
(under)_S 70 _t
(appropriate)_S 69 _t
(security,)_S 69 _t
(integrity,)_S 69 _t
(and)_S 69 _t
(access)_S 69 _t
(control)_S 69 _t
(mechanisms.)_S 139 _t
(Some)_S 69 _t
(components)_S 69 _t
(in)_S 69 _t
(an)_S 1500 8310 _m
(SQL)_S 64 _t
(environment)_S 64 _t
(will)_S 64 _t
(be)_S 65 _t
(full-function)_S 64 _t
(SQL)_S 64 _t
(implementations)_S 64 _t
(that)_S 65 _t
(conform)_S 64 _t
(to)_S 64 _t
(an)_S 64 _t
(entire)_S 64 _t
(level)_S 65 _t
(of)_S 1500 8094 _m
(FIPS)_S 91 _t
(SQL)_S 91 _t
(and)_S 91 _t
(support)_S 91 _t
(all)_S 91 _t
(of)_S 91 _t
(its)_S 90 _t
(required)_S 91 _t
(clauses)_S 91 _t
(for)_S 91 _t
(schema)_S 91 _t
(definition,)_S 91 _t
(data)_S 90 _t
(manipulation,)_S 1500 7878 _m
(transaction)_S 77 _t
(management,)_S 77 _t
(integrity)_S 78 _t
(constraints,)_S 77 _t
(access)_S 78 _t
(control,)_S 77 _t
(and)_S 78 _t
(schema)_S 77 _t
(information.)_S 155 _t
(Other)_S 1500 7662 _m
(components)_S 90 _t
(in)_S 89 _t
(an)_S 90 _t
(SQL)_S 89 _t
(environment)_S 90 _t
(may)_S 90 _t
(be)_S 89 _t
(specialized)_S 90 _t
(data)_S 89 _t
(repositories,)_S 90 _t
(or)_S 89 _t
(graphical)_S 90 _t
(user)_S 1500 7446 _m
(interfaces)_S 81 _t
(and)_S 81 _t
(report)_S 81 _t
(writers,)_S 81 _t
(that)_S 81 _t
(support)_S 82 _t
(selected)_S 81 _t
(portions)_S 81 _t
(of)_S 81 _t
(the)_S 81 _t
(SQL)_S 82 _t
(standard)_S 81 _t
(and)_S 81 _t
(thereby)_S 1500 7230 _m
(provide)_S 103 _t
(a)_S 103 _t
(degree)_S 103 _t
(of)_S 102 _t
(integration)_S 103 _t
(between)_S 103 _t
(themselves)_S 102 _t
(and)_S 103 _t
(other)_S 103 _t
(products)_S 102 _t
(in)_S 103 _t
(the)_S 103 _t
(same)_S 102 _t
(SQL)_S 1500 7014 _m
(environment.)_S 177 _t
(This)_S 88 _t
(FIPS)_S 89 _t
(PUB)_S 88 _t
(is)_S 88 _t
(the)_S 89 _t
(beginning)_S 88 _t
(of)_S 88 _t
(a)_S 89 _t
(continuing)_S 88 _t
(effort)_S 88 _t
(to)_S 89 _t
(define)_S 88 _t
(appropriate)_S 1500 6798 _m
(conformance)_S 64 _t
(profiles)_S 64 _t
(that)_S 64 _t
(can)_S 64 _t
(be)_S 64 _t
(used)_S 64 _t
(by)_S 64 _t
(both)_S 64 _t
(vendors)_S 64 _t
(and)_S 65 _t
(users)_S 64 _t
(to)_S 64 _t
(specify)_S 64 _t
(exact)_S 64 _t
(requirements)_S 1500 6582 _m
(for)_S 59 _t
(how)_S 59 _t
(various)_S 58 _t
(products)_S 59 _t
(fit)_S 59 _t
(into)_S 59 _t
(an)_S 59 _t
(SQL)_S 59 _t
(environment.)_S 118 _t
(The)_S 59 _t
(emphasis)_S 59 _t
(in)_S 58 _t
(this)_S 59 _t
(first)_S 59 _t
(publication)_S 59 _t
(is)_S 1500 6366 _m
(to)_S 55 _t
(specify)_S 56 _t
(general)_S 56 _t
(purpose,)_S 55 _t
(SQL)_S 56 _t
(external)_S 56 _t
(repository)_S 55 _t
(interface)_S 56 _t
(\(SQL/ERI\))_S 56 _t
(server)_S 55 _t
(profiles)_S 56 _t
(for)_S 56 _t
(non-)_S 1500 6150 _m
(SQL)_S 61 _t
(data)_S 62 _t
(repositories.)_S 122 _t
(The)_S 61 _t
(SQL/ERI)_S 61 _t
(interface)_S 61 _t
(supports)_S 61 _t
(integration)_S 61 _t
(of)_S 61 _t
(heterogeneous,)_S 61 _t
(non-SQL)_S 1500 5934 _m
(data)_S 56 _t
(repositories)_S 56 _t
(into)_S 57 _t
(an)_S 56 _t
(SQL)_S 56 _t
(environment)_S 56 _t
(while)_S 57 _t
(retaining)_S 56 _t
(full)_S 56 _t
(use)_S 57 _t
(of)_S 56 _t
(the)_S 57 _t
(SQL)_S 56 _t
(language)_S 56 _t
(for)_S 57 _t
(user)_S 1500 5718 _m
(applications.)_S 94 _t
(All)_S 48 _t
(of)_S 47 _t
(the)_S 47 _t
(profiles)_S 47 _t
(specified)_S 47 _t
(herein)_S 48 _t
(are)_S 47 _t
(for)_S 47 _t
(server-side)_S 47 _t
(products,)_S 47 _t
(that)_S 47 _t
(is,)_S 48 _t
(products)_S 47 _t
(that)_S 1500 5502 _m
(control)_S 86 _t
(persistent)_S 86 _t
(data)_S 86 _t
(and)_S 86 _t
(provide)_S 85 _t
(a)_S 86 _t
(standard)_S 86 _t
(interface)_S 86 _t
(for)_S 86 _t
(accessing)_S 86 _t
(that)_S 85 _t
(data.)_S 172 _t
(Subsequent)_S 1500 5286 _m
(versions)_S 57 _t
(of)_S 57 _t
(this)_S 57 _t
(FIPS)_S 57 _t
(PUB)_S 57 _t
(may)_S 57 _t
(specify)_S 57 _t
(profiles)_S 57 _t
(for)_S 57 _t
(client-side)_S 58 _t
(products)_S 57 _t
(in)_S 57 _t
(an)_S 57 _t
(SQL)_S 57 _t
(environment,)_S 1500 5070 _m
(that)_S 61 _t
(is,)_S 61 _t
(products)_S 62 _t
(that)_S 61 _t
(access)_S 62 _t
(data)_S 61 _t
(and)_S 62 _t
(then)_S 61 _t
(present)_S 62 _t
(that)_S 61 _t
(data)_S 62 _t
(in)_S 61 _t
(graphical)_S 62 _t
(or)_S 61 _t
(report-writer)_S 61 _t
(style)_S 62 _t
(to)_S 1500 4854 _m
(an)_S 58 _t
(end)_S 57 _t
(user,)_S 57 _t
(or)_S 58 _t
(process)_S 57 _t
(the)_S 57 _t
(data)_S 57 _t
(in)_S 58 _t
(some)_S 57 _t
(other)_S 58 _t
(way)_S 57 _t
(on)_S 57 _t
(behalf)_S 57 _t
(of)_S 58 _t
(the)_S 57 _t
(end)_S 57 _t
(user.)_S 115 _t
(To)_S 57 _t
(make)_S 57 _t
(it)_S 57 _t
(easier)_S 1500 4638 _m
(to)_S 69 _t
(specify)_S 68 _t
(integration)_S 69 _t
(among)_S 69 _t
(heterogeneous,)_S 68 _t
(non-SQL)_S 69 _t
(data)_S 68 _t
(models,)_S 69 _t
(this)_S 68 _t
(specification)_S 69 _t
(defines)_S 68 _t
(a)_S 1500 4422 _m
(new)_S 131 _t
(minimal)_S 132 _t
(level)_S 132 _t
(of)_S 131 _t
(the)_S 132 _t
(SQL)_S 131 _t
(language)_S 132 _t
(that)_S 132 _t
(can)_S 131 _t
(be)_S 132 _t
(supported)_S 132 _t
(by)_S 131 _t
(various)_S 132 _t
(non-SQL)_S 1500 4206 _m
(implementations.)_S 72 _t
(Non-SQL)_S 35 _t
(data)_S 36 _t
(repositories,)_S 35 _t
(such)_S 36 _t
(as)_S 36 _t
(Geographic)_S 35 _t
(Information)_S 36 _t
(Systems)_S 36 _t
(\(GIS\),)_S 35 _t
(full-)_S 1500 3990 _m
(text)_S 93 _t
(document)_S 92 _t
(management)_S 93 _t
(systems,)_S 92 _t
(or)_S 93 _t
(object)_S 92 _t
(database)_S 93 _t
(management)_S 92 _t
(systems,)_S 93 _t
(may)_S 93 _t
(use)_S 92 _t
(this)_S 1500 3774 _m
(minimal)_S 59 _t
(level,)_S 59 _t
(or)_S 59 _t
(one)_S 60 _t
(of)_S 59 _t
(the)_S 59 _t
(other)_S 59 _t
(levels)_S 59 _t
(specified)_S 60 _t
(in)_S 59 _t
(FIPS)_S 59 _t
(SQL,)_S 59 _t
(to)_S 59 _t
(describe)_S 59 _t
(their)_S 60 _t
(capabilities)_S 59 _t
(as)_S 1500 3558 _m
(SQL/ERI)_S 60 _t
(Servers.)_S 119 _t
(Two)_S 59 _t
(major)_S 60 _t
(SQL/ERI)_S 59 _t
(Server)_S 60 _t
(profiles)_S 59 _t
(are)_S 60 _t
(specified:)_S 59 _t
(read-only)_S 60 _t
(and)_S 59 _t
(read-write.)_S 1500 3342 _m
(This)_S 72 _t
(specification)_S 72 _t
(may)_S 72 _t
(also)_S 72 _t
(be)_S 72 _t
(used)_S 72 _t
(as)_S 72 _t
(a)_S 72 _t
(starting)_S 73 _t
(point)_S 72 _t
(for)_S 72 _t
(defining)_S 72 _t
(International)_S 72 _t
(Standardized)_S 1500 3126 _m
(Profiles)_S 61 _t
(\(ISPs\))_S 61 _t
(for)_S 61 _t
(SQL)_S 61 _t
(language)_S 61 _t
(access)_S 61 _t
(to)_S 61 _t
(non-SQL)_S 61 _t
(data)_S 61 _t
(repositories.)_S 1500 2451 _m
/Times-BoldR 660 _ff
(Keywords:)_S /Times-RomanR 550 _ff
89 _t
(\(CLI;)_S 88 _t
(conformance;)_S 88 _t
(database;)_S 89 _t
(ERI;)_S 88 _t
(FIPS;)_S 89 _t
(interface;)_S 88 _t
(Internet;)_S 89 _t
(ISP;)_S 88 _t
(multimedia;)_S 1500 2225 _m
(object;)_S 61 _t
(profile;)_S 61 _t
(PSM;)_S 61 _t
(relational;)_S 61 _t
(repository;)_S 61 _t
(standard;)_S 61 _t
(SQL;)_S 61 _t
(testing\))_S 5052 641 _m
/NewCenturySchlbk-RomanR 540 _ff
(v)_S /Times-RomanR 550 _ff
_ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
960 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
1500 11295 _m
/Times-BoldR 660 _ff
(Electronic)_S 46 _t
(Availability:)_S /Times-RomanR 550 _ff
76 _t
(An)_S 39 _t
(electronic)_S 38 _t
(version)_S 39 _t
(of)_S 38 _t
(this)_S 38 _t
(specification)_S 38 _t
(is)_S 39 _t
(available)_S 38 _t
(using)_S 39 _t
(Internet)_S 1500 11069 _m
(anonymous)_S 61 _t
(FTP)_S 61 _t
(protocols.)_S 122 _t
2400 10637 _m
(Internet)_S 61 _t
(Node:)_S 4800 10637 _m
(speckle.ncsl.nist.gov)_S 2400 10421 _m
(User)_S 61 _t
(name:)_S 4800 10421 _m
(ftp)_S 2400 10205 _m
(Password:)_S 4800 10205 _m
(<YourName>@<YourInternetAddress>)_S 2400 9989 _m
(Change)_S 61 _t
(Directory)_S 61 _t
(to:)_S 4800 9989 _m
(isowg3/FIPSdocs)_S 2400 9773 _m
(Get)_S 61 _t
(File:)_S 4800 9773 _m
(fipseri.ps)_S 6600 9773 _m
(--)_S 61 _t
(Postscript)_S 61 _t
(version)_S 1500 9125 _m
(An)_S 50 _t
(ASCII)_S 51 _t
(text)_S 51 _t
(version)_S 50 _t
(of)_S 51 _t
(this)_S 50 _t
(document)_S 51 _t
(is)_S 51 _t
(also)_S 50 _t
(available)_S 51 _t
(in)_S 50 _t
(the)_S 51 _t
(same)_S 50 _t
(directory)_S 51 _t
(as)_S 50 _t
(above,)_S 51 _t
(but)_S 51 _t
(with)_S 1500 8909 _m
(file)_S 61 _t
(name)_S 61 _t
("fipseri.txt".)_S 1500 8477 _m
(You)_S 44 _t
(will)_S 44 _t
(receive)_S 44 _t
(some)_S 44 _t
(sign-on)_S 44 _t
(messages.)_S 88 _t
(If)_S 44 _t
(these)_S 44 _t
(messages)_S 44 _t
(confuse)_S 43 _t
(your)_S 44 _t
(FTP)_S 44 _t
(client,)_S 44 _t
(you)_S 44 _t
(can)_S 44 _t
(turn)_S 1500 8261 _m
(them)_S 61 _t
(off)_S 61 _t
(when)_S 61 _t
(you)_S 61 _t
(sign-on)_S 61 _t
(again)_S 61 _t
(by)_S 61 _t
(preceding)_S 61 _t
(your)_S 61 _t
(password)_S 61 _t
(with)_S 61 _t
(a)_S 61 _t
(hyphen)_S 61 _t
(\(-\).)_S 5023 641 _m
/NewCenturySchlbk-RomanR 540 _ff
(vi)_S /Times-RomanR 550 _ff
_ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
7406 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11295 _m
/Times-BoldR 660 _ff
(1.)_S 146 _t
(Introduction)_S /Times-RomanR 550 _ff
960 10853 _m
(An)_S 95 _t
(SQL)_S 94 _t
(environment)_S 95 _t
(is)_S 94 _t
(an)_S 94 _t
(integrated)_S 95 _t
(data)_S 94 _t
(processing)_S 95 _t
(environment)_S 94 _t
(in)_S 95 _t
(which)_S 94 _t
(heterogeneous)_S 95 _t
(products,)_S 94 _t
(all)_S 960 10637 _m
(supporting)_S 57 _t
(some)_S 58 _t
(aspect)_S 57 _t
(of)_S 57 _t
(the)_S 57 _t
(FIPS)_S 58 _t
(SQL)_S 57 _t
(standard)_S 57 _t
(\(FIPS)_S 57 _t
(PUB)_S 57 _t
(127\),)_S 58 _t
(are)_S 57 _t
(able)_S 57 _t
(to)_S 57 _t
(communicate)_S 58 _t
(with)_S 57 _t
(one)_S 57 _t
(another)_S 960 10421 _m
(and)_S 69 _t
(provide)_S 68 _t
(shared)_S 69 _t
(access)_S 69 _t
(to)_S 68 _t
(data)_S 69 _t
(and)_S 69 _t
(data)_S 68 _t
(operations)_S 69 _t
(and)_S 69 _t
(methods)_S 68 _t
(under)_S 69 _t
(appropriate)_S 69 _t
(security,)_S 68 _t
(integrity,)_S 69 _t
(and)_S 960 10205 _m
(access)_S 132 _t
(control)_S 132 _t
(mechanisms.)_S 264 _t
(Some)_S 132 _t
(components)_S 132 _t
(in)_S 132 _t
(an)_S 132 _t
(SQL)_S 132 _t
(environment)_S 132 _t
(will)_S 132 _t
(be)_S 132 _t
(full-function)_S 132 _t
(SQL)_S 960 9989 _m
(implementations)_S 54 _t
(that)_S 55 _t
(conform)_S 54 _t
(to)_S 55 _t
(an)_S 54 _t
(entire)_S 54 _t
(level)_S 54 _t
(of)_S 55 _t
(FIPS)_S 54 _t
(SQL)_S 54 _t
(and)_S 55 _t
(support)_S 54 _t
(all)_S 54 _t
(of)_S 55 _t
(its)_S 54 _t
(required)_S 54 _t
(clauses)_S 55 _t
(for)_S 54 _t
(schema)_S 960 9773 _m
(definition,)_S 111 _t
(data)_S 110 _t
(manipulation,)_S 111 _t
(transaction)_S 110 _t
(management,)_S 111 _t
(integrity)_S 111 _t
(constraints,)_S 111 _t
(access)_S 110 _t
(control,)_S 111 _t
(and)_S 110 _t
(schema)_S 960 9557 _m
(information.)_S 110 _t
(Other)_S 55 _t
(components)_S 55 _t
(in)_S 55 _t
(an)_S 55 _t
(SQL)_S 56 _t
(environment)_S 55 _t
(may)_S 55 _t
(be)_S 55 _t
(specialized)_S 55 _t
(data)_S 55 _t
(repositories,)_S 55 _t
(or)_S 55 _t
(graphical)_S 55 _t
(user)_S 960 9341 _m
(interfaces)_S 63 _t
(and)_S 63 _t
(report)_S 63 _t
(writers,)_S 63 _t
(that)_S 62 _t
(support)_S 63 _t
(selected)_S 63 _t
(portions)_S 63 _t
(of)_S 63 _t
(the)_S 62 _t
(SQL)_S 63 _t
(standard)_S 63 _t
(and)_S 63 _t
(thereby)_S 62 _t
(provide)_S 63 _t
(a)_S 63 _t
(degree)_S 960 9125 _m
(of)_S 61 _t
(integration)_S 61 _t
(between)_S 62 _t
(themselves)_S 61 _t
(and)_S 62 _t
(other)_S 61 _t
(products)_S 62 _t
(in)_S 61 _t
(the)_S 62 _t
(same)_S 61 _t
(SQL)_S 61 _t
(environment.)_S 123 _t
(The)_S 61 _t
(intent)_S 62 _t
(is)_S 61 _t
(to)_S 62 _t
(provide)_S 960 8909 _m
(a)_S 58 _t
(high)_S 58 _t
(level)_S 58 _t
(of)_S 58 _t
(control)_S 58 _t
(over)_S 58 _t
(a)_S 58 _t
(diverse)_S 58 _t
(collection)_S 58 _t
(of)_S 58 _t
(legacy)_S 58 _t
(or)_S 58 _t
(specialized)_S 58 _t
(data)_S 59 _t
(resources.)_S 116 _t
(An)_S 58 _t
(SQL)_S 58 _t
(environment)_S 960 8693 _m
(allows)_S 55 _t
(an)_S 55 _t
(organization)_S 54 _t
(to)_S 55 _t
(obtain)_S 54 _t
(many)_S 55 _t
(of)_S 54 _t
(the)_S 55 _t
(advantages)_S 55 _t
(of)_S 54 _t
(SQL)_S 55 _t
(without)_S 54 _t
(requiring)_S 55 _t
(a)_S 54 _t
(large,)_S 55 _t
(complex,)_S 55 _t
(and)_S 54 _t
(error-)_S 960 8477 _m
(prone)_S 61 _t
(conversion)_S 61 _t
(effort;)_S 61 _t
(instead,)_S 61 _t
(the)_S 61 _t
(organization)_S 61 _t
(can)_S 61 _t
(evolve,)_S 61 _t
(in)_S 61 _t
(a)_S 61 _t
(controlled)_S 61 _t
(manner,)_S 61 _t
(to)_S 61 _t
(a)_S 61 _t
(new)_S 61 _t
(environment.)_S 960 8045 _m
(This)_S 63 _t
(FIPS)_S 63 _t
(PUB)_S 63 _t
(is)_S 63 _t
(the)_S 63 _t
(beginning)_S 63 _t
(of)_S 63 _t
(a)_S 63 _t
(continuing)_S 63 _t
(effort)_S 63 _t
(to)_S 63 _t
(define)_S 63 _t
(appropriate)_S 62 _t
(conformance)_S 63 _t
(profiles)_S 63 _t
(that)_S 63 _t
(can)_S 63 _t
(be)_S 960 7829 _m
(used)_S 90 _t
(by)_S 90 _t
(both)_S 90 _t
(vendors)_S 89 _t
(and)_S 90 _t
(users)_S 90 _t
(to)_S 90 _t
(specify)_S 90 _t
(exact)_S 90 _t
(requirements)_S 90 _t
(for)_S 90 _t
(how)_S 90 _t
(various)_S 90 _t
(products)_S 89 _t
(fit)_S 90 _t
(into)_S 90 _t
(an)_S 90 _t
(SQL)_S 960 7613 _m
(environment.)_S 141 _t
(The)_S 71 _t
(emphasis)_S 70 _t
(in)_S 71 _t
(this)_S 71 _t
(first)_S 71 _t
(specification)_S 70 _t
(is)_S 71 _t
(to)_S 71 _t
(specify)_S 70 _t
(general)_S 71 _t
(purpose,)_S 71 _t
(SQL)_S 70 _t
(external)_S 71 _t
(repository)_S 960 7397 _m
(interface)_S 66 _t
(\(SQL/ERI\))_S 66 _t
(profiles)_S 66 _t
(for)_S 66 _t
(non-SQL)_S 65 _t
(data)_S 66 _t
(repositories.)_S 132 _t
(These)_S 66 _t
(profiles)_S 66 _t
(specify)_S 66 _t
(how)_S 66 _t
(a)_S 66 _t
(subset)_S 66 _t
(of)_S 66 _t
(the)_S 66 _t
(SQL)_S 960 7181 _m
(standard)_S 87 _t
(can)_S 86 _t
(be)_S 87 _t
(used)_S 86 _t
(to)_S 87 _t
(provide)_S 87 _t
(limited)_S 86 _t
(SQL)_S 87 _t
(access)_S 87 _t
(to)_S 86 _t
(legacy)_S 87 _t
(databases,)_S 86 _t
(or)_S 87 _t
(to)_S 87 _t
(support)_S 86 _t
(SQL)_S 87 _t
(gateways)_S 86 _t
(to)_S 960 6965 _m
(specialized)_S 83 _t
(data)_S 83 _t
(managers)_S 83 _t
(such)_S 83 _t
(as)_S 83 _t
(Geographic)_S 83 _t
(Information)_S 83 _t
(Systems)_S 83 _t
(\(GIS\),)_S 83 _t
(full-text)_S 83 _t
(document)_S 83 _t
(management)_S 960 6749 _m
(systems,)_S 88 _t
(or)_S 89 _t
(object)_S 88 _t
(database)_S 88 _t
(management)_S 89 _t
(systems.)_S 176 _t
(All)_S 89 _t
(of)_S 88 _t
(the)_S 88 _t
(profiles)_S 89 _t
(specified)_S 88 _t
(herein)_S 89 _t
(are)_S 88 _t
(for)_S 88 _t
(server-side)_S 960 6533 _m
(products,)_S 78 _t
(that)_S 78 _t
(is,)_S 78 _t
(products)_S 78 _t
(that)_S 79 _t
(control)_S 78 _t
(persistent)_S 78 _t
(data)_S 78 _t
(and)_S 79 _t
(provide)_S 78 _t
(an)_S 78 _t
(interface)_S 78 _t
(for)_S 79 _t
(user)_S 78 _t
(access)_S 78 _t
(to)_S 78 _t
(that)_S 79 _t
(data.)_S 960 6317 _m
(Subsequent)_S 61 _t
(versions)_S 60 _t
(of)_S 61 _t
(this)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 61 _t
(may)_S 60 _t
(specify)_S 61 _t
(SQL)_S 60 _t
(environment)_S 60 _t
(profiles)_S 61 _t
(for)_S 60 _t
(client-side)_S 60 _t
(products,)_S 61 _t
(that)_S 60 _t
(is,)_S 960 6101 _m
(products)_S 54 _t
(that)_S 53 _t
(access)_S 54 _t
(data)_S 53 _t
(and)_S 53 _t
(then)_S 54 _t
(present)_S 53 _t
(that)_S 54 _t
(data)_S 53 _t
(in)_S 53 _t
(graphical)_S 54 _t
(or)_S 53 _t
(report-writer)_S 54 _t
(style)_S 53 _t
(to)_S 54 _t
(an)_S 53 _t
(end)_S 53 _t
(user,)_S 54 _t
(or)_S 53 _t
(process)_S 960 5885 _m
(the)_S 61 _t
(data)_S 61 _t
(in)_S 61 _t
(some)_S 61 _t
(other)_S 61 _t
(way)_S 61 _t
(on)_S 61 _t
(behalf)_S 61 _t
(of)_S 61 _t
(the)_S 61 _t
(end)_S 61 _t
(user.)_S 960 5210 _m
/Times-BoldR 660 _ff
(1.1)_S 146 _t
(Database)_S 73 _t
(Language)_S 73 _t
(SQL)_S /Times-RomanR 550 _ff
960 4768 _m
(Database)_S 111 _t
(Language)_S 112 _t
(SQL)_S 111 _t
(is)_S 112 _t
(enjoying)_S 111 _t
(success)_S 111 _t
(as)_S 112 _t
(an)_S 111 _t
(effective)_S 112 _t
(International)_S 111 _t
(Standard)_S 111 _t
(for)_S 112 _t
(customers)_S 111 _t
(and)_S 960 4552 _m
(implementors)_S 74 _t
(of)_S 74 _t
(full-function,)_S 73 _t
(SQL-compliant)_S 74 _t
(database)_S 74 _t
(management)_S 73 _t
(systems)_S 74 _t
(that)_S 73 _t
(support)_S 74 _t
(the)_S 74 _t
(relational)_S 73 _t
(data)_S 960 4336 _m
(model.)_S 140 _t
(Many)_S 70 _t
(vendors)_S 70 _t
(have)_S 70 _t
(implemented)_S 70 _t
(an)_S 70 _t
(entire)_S 70 _t
(level)_S 70 _t
(of)_S 69 _t
(the)_S 70 _t
(SQL'92)_S 70 _t
(standard)_S 70 _t
([8])_S 70 _t
(and)_S 70 _t
(offer)_S 70 _t
(products)_S 69 _t
(that)_S 960 4120 _m
(conform)_S 94 _t
(to)_S 94 _t
(all)_S 95 _t
(of)_S 94 _t
(its)_S 95 _t
(clauses)_S 94 _t
(for)_S 95 _t
(schema)_S 94 _t
(definition,)_S 95 _t
(data)_S 94 _t
(manipulation,)_S 95 _t
(transaction)_S 94 _t
(management,)_S 95 _t
(integrity)_S 960 3904 _m
(constraints,)_S 58 _t
(access)_S 58 _t
(control,)_S 58 _t
(and)_S 58 _t
(schema)_S 58 _t
(information.)_S 115 _t
(Other)_S 58 _t
(vendors)_S 58 _t
(have)_S 58 _t
(implemented)_S 58 _t
(selected)_S 58 _t
(portions)_S 58 _t
(of)_S 58 _t
(the)_S 960 3688 _m
(SQL)_S 53 _t
(standard,)_S 54 _t
(most)_S 53 _t
(often)_S 54 _t
(read-only)_S 53 _t
(data)_S 54 _t
(retrieval)_S 53 _t
(or)_S 54 _t
(very)_S 53 _t
(restricted)_S 54 _t
(data)_S 53 _t
(manipulation,)_S 54 _t
(in)_S 53 _t
(order)_S 54 _t
(to)_S 53 _t
(provide)_S 54 _t
(SQL)_S 960 3472 _m
(access)_S 61 _t
(to)_S 61 _t
(legacy)_S 61 _t
(databases)_S 61 _t
(or)_S 61 _t
(to)_S 61 _t
(support)_S 61 _t
(SQL)_S 61 _t
(gateways)_S 61 _t
(to)_S 61 _t
(specialized)_S 61 _t
(data)_S 61 _t
(managers.)_S 960 3040 _m
(The)_S 44 _t
(first)_S 44 _t
(SQL)_S 44 _t
(standard,)_S 44 _t
(in)_S 44 _t
(1986,)_S 44 _t
(provided)_S 44 _t
(basic)_S 44 _t
(language)_S 44 _t
(constructs)_S 44 _t
(for)_S 44 _t
(defining)_S 44 _t
(and)_S 44 _t
(manipulating)_S 43 _t
(tables)_S 44 _t
(of)_S 44 _t
(data;)_S 960 2824 _m
(a)_S 56 _t
(revision)_S 57 _t
(in)_S 57 _t
(1989)_S 56 _t
(added)_S 57 _t
(language)_S 57 _t
(extensions)_S 57 _t
(for)_S 57 _t
(referential)_S 57 _t
(integrity)_S 56 _t
(and)_S 57 _t
(generalized)_S 57 _t
(integrity)_S 57 _t
(constraints;)_S 57 _t
(and)_S 960 2608 _m
(the)_S 44 _t
(most)_S 45 _t
(recent)_S 44 _t
(revision)_S 44 _t
(in)_S 44 _t
(1992)_S 45 _t
(provides)_S 44 _t
(new)_S 44 _t
(facilities)_S 44 _t
(for)_S 45 _t
(schema)_S 44 _t
(manipulation)_S 44 _t
(and)_S 45 _t
(data)_S 44 _t
(administration,)_S 44 _t
(as)_S 44 _t
(well)_S 960 2392 _m
(as)_S 81 _t
(substantial)_S 81 _t
(enhancements)_S 81 _t
(for)_S 82 _t
(data)_S 81 _t
(definition)_S 81 _t
(and)_S 81 _t
(data)_S 81 _t
(manipulation.)_S 163 _t
(A)_S 81 _t
(companion)_S 81 _t
(standard)_S 81 _t
(for)_S 81 _t
(Remote)_S 960 2176 _m
(Database)_S 120 _t
(Access)_S 119 _t
(\(RDA\))_S 120 _t
([9],)_S 119 _t
(completed)_S 119 _t
(in)_S 119 _t
(1993,)_S 120 _t
(provides)_S 119 _t
(the)_S 120 _t
(basic)_S 119 _t
(services)_S 119 _t
(and)_S 120 _t
(protocols)_S 119 _t
(for)_S 119 _t
(SQL)_S 960 1960 _m
(interoperability)_S 59 _t
(in)_S 60 _t
(a)_S 59 _t
(distributed,)_S 59 _t
(wide)_S 59 _t
(area)_S 60 _t
(client/server)_S 59 _t
(environment.)_S 178 _t
(A)_S 59 _t
(companion)_S 59 _t
(standard)_S 59 _t
(for)_S 60 _t
(an)_S 59 _t
(SQL)_S 59 _t
(Call)_S 960 1744 _m
(Level)_S 65 _t
(Interface)_S 64 _t
(\(SQL/CLI\))_S 65 _t
([10],)_S 64 _t
(registered)_S 65 _t
(as)_S 65 _t
(a)_S 64 _t
(draft)_S 65 _t
(standard)_S 64 _t
(in)_S 65 _t
(February)_S 65 _t
(1994,)_S 64 _t
(provides)_S 65 _t
(a)_S 64 _t
(language)_S 65 _t
(binding)_S 960 1528 _m
(appropriate)_S 62 _t
(for)_S 62 _t
(third-party)_S 62 _t
(software)_S 63 _t
(developers)_S 62 _t
(in)_S 62 _t
(a)_S 62 _t
(local)_S 62 _t
(client/server)_S 63 _t
(environment.)_S 124 _t
(An)_S 62 _t
(extension)_S 62 _t
(to)_S 63 _t
(SQL)_S 62 _t
(for)_S 960 1312 _m
(definition)_S 91 _t
(and)_S 91 _t
(invocation)_S 92 _t
(of)_S 91 _t
(persistent)_S 91 _t
(stored)_S 92 _t
(procedures)_S 91 _t
(and)_S 91 _t
(for)_S 92 _t
(SQL)_S 91 _t
(flow)_S 91 _t
(of)_S 92 _t
(control)_S 91 _t
(statements,)_S 92 _t
(named)_S 9148 650 _m
(1)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
960 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
(Persistent)_S 87 _t
(SQL)_S 87 _t
(Modules)_S 88 _t
(\(SQL/PSM\))_S 87 _t
([11])_S 87 _t
(and)_S 87 _t
(registered)_S 88 _t
(as)_S 87 _t
(a)_S 87 _t
(draft)_S 87 _t
(standard)_S 88 _t
(in)_S 87 _t
(March)_S 87 _t
(1994,)_S 88 _t
(permits)_S 87 _t
(user)_S 960 11538 _m
(definition)_S 72 _t
(of)_S 73 _t
(procedural)_S 73 _t
(program)_S 72 _t
(blocks)_S 73 _t
(that)_S 72 _t
(can)_S 73 _t
(then)_S 73 _t
(be)_S 72 _t
(optimized)_S 73 _t
(at)_S 73 _t
(multiple)_S 72 _t
(SQL)_S 73 _t
(servers)_S 73 _t
(and)_S 72 _t
(invoked)_S 73 _t
(as)_S 960 11322 _m
(needed,)_S 57 _t
(thereby)_S 58 _t
(reducing)_S 57 _t
(both)_S 58 _t
(processing)_S 57 _t
(time)_S 58 _t
(and)_S 57 _t
(communications)_S 58 _t
(volume.)_S 115 _t
(Features)_S 57 _t
(of)_S 58 _t
(the)_S 57 _t
(SQL'92)_S 58 _t
(standard)_S 960 11106 _m
(are)_S 57 _t
(discussed)_S 57 _t
(in)_S 57 _t
(References)_S 57 _t
([1],)_S 57 _t
([2],)_S 57 _t
(and)_S 57 _t
([15].)_S 114 _t
(Proposed)_S 57 _t
(features)_S 57 _t
(of)_S 57 _t
(the)_S 57 _t
(next)_S 56 _t
(SQL)_S 57 _t
(revision,)_S 57 _t
(often)_S 57 _t
(called)_S 57 _t
(SQL3,)_S 960 10890 _m
(are)_S 61 _t
(discussed)_S 61 _t
(in)_S 61 _t
([4])_S 61 _t
(and)_S 61 _t
([5].)_S 960 10458 _m
(SQL)_S 86 _t
(is)_S 86 _t
(particularly)_S 85 _t
(appropriate)_S 86 _t
(for)_S 86 _t
(the)_S 85 _t
(definition)_S 86 _t
(and)_S 85 _t
(management)_S 86 _t
(of)_S 86 _t
(data)_S 85 _t
(that)_S 86 _t
(is)_S 85 _t
(structured)_S 86 _t
(into)_S 85 _t
(repeated)_S 960 10242 _m
(occurrences)_S 61 _t
(having)_S 61 _t
(common)_S 60 _t
(data)_S 61 _t
(structure)_S 61 _t
(definitions.)_S 121 _t
(SQL)_S 61 _t
(provides)_S 61 _t
(a)_S 61 _t
(high-level)_S 61 _t
(query)_S 60 _t
(and)_S 61 _t
(update)_S 61 _t
(language)_S 960 10026 _m
(for)_S 51 _t
(set-at-a-time)_S 52 _t
(retrieval)_S 51 _t
(and)_S 52 _t
(update)_S 51 _t
(operations,)_S 51 _t
(as)_S 52 _t
(well)_S 51 _t
(as)_S 52 _t
(required)_S 51 _t
(database)_S 52 _t
(management)_S 51 _t
(functions)_S 52 _t
(for)_S 51 _t
(schema)_S 960 9810 _m
(and)_S 87 _t
(view)_S 87 _t
(definition,)_S 86 _t
(integrity)_S 87 _t
(constraints,)_S 86 _t
(schema)_S 87 _t
(manipulation,)_S 87 _t
(and)_S 86 _t
(access)_S 87 _t
(control.)_S 173 _t
(SQL)_S 87 _t
(provides)_S 86 _t
(a)_S 87 _t
(data)_S 960 9594 _m
(manipulation)_S 55 _t
(language)_S 55 _t
(that)_S 56 _t
(is)_S 55 _t
(mathematically)_S 55 _t
(sound)_S 55 _t
(and)_S 55 _t
(based)_S 55 _t
(on)_S 55 _t
(a)_S 56 _t
(first-order)_S 55 _t
(predicate)_S 55 _t
(calculus.)_S 110 _t
(SQL)_S 55 _t
(is)_S 55 _t
(self-)_S 960 9378 _m
(describing)_S 83 _t
(in)_S 82 _t
(the)_S 83 _t
(sense)_S 83 _t
(that)_S 83 _t
(all)_S 82 _t
(schema)_S 83 _t
(information)_S 83 _t
(is)_S 82 _t
(queryable)_S 83 _t
(through)_S 83 _t
(a)_S 83 _t
(set)_S 82 _t
(of)_S 83 _t
(catalog)_S 82 _t
(tables)_S 83 _t
(called)_S 83 _t
(the)_S 960 9162 _m
(Information)_S 61 _t
(Schema.)_S 960 8730 _m
(SQL)_S 70 _t
(is)_S 69 _t
(becoming)_S 70 _t
(the)_S 69 _t
(language)_S 70 _t
(of)_S 69 _t
(choice)_S 70 _t
(for)_S 69 _t
(many)_S 70 _t
(user)_S 69 _t
(productivity)_S 70 _t
(tools)_S 69 _t
(--)_S 70 _t
(such)_S 69 _t
(tools)_S 70 _t
(communicate)_S 70 _t
(with)_S 69 _t
(a)_S 960 8514 _m
(human)_S 51 _t
(user)_S 52 _t
(through)_S 52 _t
(a)_S 51 _t
(graphical)_S 52 _t
(user)_S 52 _t
(interface)_S 51 _t
(and)_S 52 _t
(then)_S 52 _t
(formulate)_S 51 _t
(SQL)_S 52 _t
(queries)_S 52 _t
(to)_S 51 _t
(communicate)_S 52 _t
(with)_S 52 _t
(underlying)_S 960 8298 _m
(persistent)_S 64 _t
(data)_S 64 _t
(repositories.)_S 127 _t
(Formal)_S 64 _t
(language)_S 64 _t
(profiles)_S 64 _t
(for)_S 63 _t
(partial)_S 64 _t
(SQL)_S 64 _t
(conformance)_S 64 _t
(are)_S 63 _t
(necessary)_S 64 _t
(because)_S 64 _t
(the)_S 960 8082 _m
(user)_S 70 _t
(productivity)_S 70 _t
(tools)_S 70 _t
(and)_S 70 _t
(the)_S 70 _t
(underlying)_S 70 _t
(data)_S 70 _t
(managers)_S 70 _t
(may)_S 70 _t
(be)_S 70 _t
(purchased)_S 70 _t
(at)_S 70 _t
(different)_S 70 _t
(times)_S 70 _t
(from)_S 70 _t
(different)_S 960 7866 _m
(vendors)_S 48 _t
(and)_S 49 _t
(are)_S 49 _t
(unlikely)_S 49 _t
(to)_S 49 _t
(even)_S 49 _t
(know)_S 49 _t
(of)_S 49 _t
(one)_S 49 _t
(another's)_S 49 _t
(existence.)_S 97 _t
(A)_S 49 _t
(recognized)_S 49 _t
(profile)_S 49 _t
(specification)_S 49 _t
(will)_S 49 _t
(allow)_S 960 7650 _m
(limited)_S 61 _t
(portability)_S 61 _t
(and)_S 61 _t
(interoperability,)_S 61 _t
(even)_S 61 _t
(in)_S 61 _t
(otherwise)_S 61 _t
(non-homogeneous)_S 61 _t
(environments.)_S 960 6975 _m
/Times-BoldR 660 _ff
(1.2)_S 146 _t
(SQL)_S 73 _t
(environment)_S /Times-RomanR 550 _ff
960 6533 _m
(Many)_S 50 _t
(applications)_S 51 _t
(require)_S 51 _t
(a)_S 50 _t
(logically)_S 51 _t
(integrated)_S 51 _t
(database)_S 50 _t
(of)_S 51 _t
(diverse)_S 51 _t
(data)_S 50 _t
(\(e.g.)_S 51 _t
(documents,)_S 50 _t
(graphics,)_S 51 _t
(spatial)_S 51 _t
(data,)_S 960 6317 _m
(alphanumeric)_S 38 _t
(records,)_S 39 _t
(complex)_S 38 _t
(objects,)_S 39 _t
(images,)_S 38 _t
(voice,)_S 38 _t
(video\))_S 39 _t
(stored)_S 38 _t
(in)_S 39 _t
(geographically)_S 38 _t
(separated)_S 39 _t
(data)_S 38 _t
(banks)_S 39 _t
(under)_S 960 6101 _m
(the)_S 66 _t
(management)_S 66 _t
(and)_S 66 _t
(control)_S 66 _t
(of)_S 66 _t
(heterogeneous)_S 65 _t
(data)_S 66 _t
(management)_S 66 _t
(systems.)_S 132 _t
(An)_S 66 _t
(over-riding)_S 66 _t
(requirement)_S 66 _t
(is)_S 66 _t
(that)_S 960 5885 _m
(these)_S 46 _t
(various)_S 45 _t
(data)_S 45 _t
(managers)_S 46 _t
(be)_S 45 _t
(able)_S 45 _t
(to)_S 45 _t
(communicate)_S 46 _t
(with)_S 45 _t
(one)_S 45 _t
(another)_S 46 _t
(and)_S 45 _t
(provide)_S 45 _t
(shared)_S 46 _t
(access)_S 45 _t
(to)_S 46 _t
(data)_S 45 _t
(and)_S 45 _t
(data)_S 960 5669 _m
(operations)_S 74 _t
(and)_S 74 _t
(methods)_S 73 _t
(under)_S 74 _t
(appropriate)_S 74 _t
(security,)_S 74 _t
(integrity,)_S 74 _t
(and)_S 74 _t
(access)_S 74 _t
(control)_S 74 _t
(mechanisms.)_S 148 _t
(Much)_S 74 _t
(of)_S 74 _t
(this)_S 960 5453 _m
(source)_S 70 _t
(data)_S 69 _t
(may)_S 69 _t
(be)_S 70 _t
(stored)_S 69 _t
(in)_S 70 _t
(simple)_S 69 _t
(file)_S 70 _t
(systems,)_S 69 _t
(legacy)_S 70 _t
(data)_S 69 _t
(management)_S 69 _t
(systems,)_S 70 _t
(or)_S 69 _t
(very)_S 70 _t
(specialized)_S 69 _t
(data)_S 960 5237 _m
(repositories)_S 64 _t
(that)_S 63 _t
(satisfy)_S 64 _t
(only)_S 63 _t
(a)_S 63 _t
(small)_S 64 _t
(percentage)_S 63 _t
(of)_S 64 _t
(these)_S 63 _t
(data)_S 64 _t
(management)_S 63 _t
(requirements.)_S 127 _t
(The)_S 64 _t
(objective)_S 63 _t
(of)_S 63 _t
(an)_S 960 5021 _m
(SQL)_S 58 _t
(environment)_S 58 _t
(is)_S 59 _t
(to)_S 58 _t
(logically)_S 58 _t
(integrate)_S 59 _t
(these)_S 58 _t
(diverse)_S 58 _t
(data)_S 59 _t
(repositories)_S 58 _t
("as)_S 58 _t
(if")_S 59 _t
(they)_S 58 _t
(were)_S 59 _t
(under)_S 58 _t
(the)_S 58 _t
(control)_S 59 _t
(of)_S 960 4805 _m
(a)_S 49 _t
(single)_S 49 _t
(SQL)_S 49 _t
(data)_S 49 _t
(manager.)_S 98 _t
(User)_S 49 _t
(presentation)_S 49 _t
(tools,)_S 49 _t
(such)_S 49 _t
(as)_S 49 _t
(graphical)_S 49 _t
(user)_S 49 _t
(interfaces)_S 49 _t
(or)_S 49 _t
(report)_S 49 _t
(writers,)_S 49 _t
(can)_S 49 _t
(then)_S 960 4587 _m
(use)_S 54 _t
(this)_S 54 _t
(SQL)_S 53 _t
(interface)_S 54 _t
(to)_S 54 _t
(collect)_S 54 _t
(data)_S 54 _t
(from)_S 53 _t
(various)_S 54 _t
(sources,)_S 54 _t
(merge)_S 53 _t
(it)_S 54 _t
(together)_S 54 _t
(under)_S 54 _t
/Times-ItalicR 550 _ff
(ad)_S 54 _t
(hoc)_S /Times-RomanR 550 _ff
53 _t
(join)_S 54 _t
(conditions,)_S 54 _t
(and)_S 960 4371 _m
(present)_S 61 _t
(it)_S 61 _t
(to)_S 61 _t
(the)_S 61 _t
(user)_S 61 _t
(in)_S 61 _t
(a)_S 61 _t
(pleasing)_S 61 _t
(graphical)_S 61 _t
(format.)_S 960 3939 _m
(A)_S 66 _t
(properly)_S 67 _t
(functioning)_S 66 _t
(SQL)_S 67 _t
(environment)_S 67 _t
(will)_S 67 _t
(use)_S 66 _t
(the)_S 67 _t
(SQL)_S 66 _t
(language)_S 67 _t
(to)_S 66 _t
(describe)_S 67 _t
(this)_S 67 _t
(data)_S 66 _t
(using)_S 67 _t
(standardized)_S 960 3723 _m
(facilities,)_S 62 _t
(integrate)_S 61 _t
(it)_S 62 _t
(into)_S 61 _t
(a)_S 62 _t
(single)_S 61 _t
(federated)_S 62 _t
(collection,)_S 61 _t
(enforce)_S 62 _t
(any)_S 61 _t
(integrity)_S 62 _t
(or)_S 62 _t
(access)_S 61 _t
(control)_S 62 _t
(constraints,)_S 61 _t
(and)_S 960 3507 _m
(make)_S 61 _t
(it)_S 62 _t
(available)_S 61 _t
(as)_S 62 _t
(a)_S 61 _t
(logical)_S 62 _t
(whole)_S 61 _t
(to)_S 62 _t
(sophisticated)_S 61 _t
(user)_S 61 _t
(productivity)_S 62 _t
(or)_S 61 _t
(presentation)_S 61 _t
(tools.)_S 123 _t
(These)_S 62 _t
(client-side)_S 960 3291 _m
(tools)_S 47 _t
(can)_S 47 _t
(then)_S 47 _t
(use)_S 47 _t
(the)_S 47 _t
(full)_S 47 _t
(power)_S 47 _t
(and)_S 47 _t
(flexibility)_S 47 _t
(of)_S 47 _t
(SQL)_S 47 _t
(for)_S 47 _t
(data)_S 47 _t
(retrieval)_S 47 _t
(and)_S 47 _t
(manipulation.)_S 94 _t
(The)_S 46 _t
(underlying)_S 47 _t
(data)_S 960 3075 _m
(managers)_S 47 _t
(may)_S 47 _t
(implement)_S 47 _t
(non-relational)_S 47 _t
(data)_S 47 _t
(models)_S 47 _t
(and)_S 47 _t
(thus)_S 47 _t
(may)_S 48 _t
(have)_S 47 _t
(difficulty)_S 47 _t
(supporting)_S 47 _t
(SQL)_S 47 _t
(requirements)_S 960 2859 _m
(for)_S 53 _t
(nested)_S 54 _t
(subqueries,)_S 54 _t
(multi-table)_S 53 _t
(joins,)_S 54 _t
(derived)_S 54 _t
(columns)_S 53 _t
(in)_S 54 _t
(a)_S 54 _t
(Select)_S 53 _t
(list,)_S 54 _t
(referential)_S 54 _t
(integrity,)_S 53 _t
(or)_S 54 _t
(other)_S 54 _t
(relational)_S 960 2643 _m
(model)_S 79 _t
(features.)_S 158 _t
(On)_S 78 _t
(the)_S 79 _t
(other)_S 79 _t
(hand,)_S 79 _t
(they)_S 78 _t
(may)_S 79 _t
(offer)_S 78 _t
(advanced)_S 79 _t
(features)_S 79 _t
(of)_S 79 _t
(other)_S 78 _t
(data)_S 79 _t
(models)_S 79 _t
(that)_S 79 _t
(are)_S 78 _t
(rarely)_S 960 2427 _m
(supported)_S 50 _t
(by)_S 50 _t
(relational)_S 50 _t
(implementations.)_S 100 _t
(With)_S 50 _t
(emerging)_S 50 _t
(features)_S 50 _t
(in)_S 50 _t
(the)_S 50 _t
(SQL)_S 50 _t
(language)_S 49 _t
(for)_S 50 _t
(user-defined)_S 50 _t
(abstract)_S 960 2211 _m
(data)_S 36 _t
(types)_S 35 _t
(\(ADTs\),)_S 35 _t
(stored)_S 35 _t
(procedures,)_S 36 _t
(encapsulation,)_S 35 _t
(polymorphism,)_S 35 _t
(and)_S 36 _t
(other)_S 35 _t
(object)_S 36 _t
(management)_S 35 _t
(facilities,)_S 35 _t
(these)_S 960 1995 _m
(diverse)_S 111 _t
(data)_S 111 _t
(repositories)_S 112 _t
(can)_S 111 _t
(be)_S 112 _t
(described)_S 111 _t
(as)_S 111 _t
(specialized)_S 112 _t
(SQL)_S 111 _t
(repositories)_S 111 _t
(and)_S 112 _t
(accessed)_S 111 _t
(using)_S 112 _t
(already)_S 960 1779 _m
(standardized)_S 69 _t
(SQL)_S 69 _t
(binding)_S 68 _t
(alternatives)_S 69 _t
(identified)_S 69 _t
(in)_S 69 _t
(Section)_S 69 _t
(6.)_S 138 _t
(With)_S 69 _t
(this)_S 69 _t
(approach,)_S 69 _t
(SQL)_S 69 _t
(may)_S 69 _t
(prove)_S 69 _t
(to)_S 69 _t
(be)_S 69 _t
(as)_S 960 1563 _m
(successful)_S 81 _t
(as)_S 80 _t
(an)_S 80 _t
(integrator)_S 81 _t
(of)_S 80 _t
(heterogeneous)_S 81 _t
(data)_S 80 _t
(repositories)_S 80 _t
(as)_S 80 _t
(it)_S 81 _t
(has)_S 80 _t
(been)_S 80 _t
(as)_S 81 _t
(a)_S 80 _t
(language)_S 81 _t
(interface)_S 80 _t
(to)_S 80 _t
(the)_S 960 1347 _m
(relational)_S 67 _t
(data)_S 68 _t
(model.)_S 134 _t
(The)_S 68 _t
(SQL)_S 67 _t
(language)_S 67 _t
(can)_S 68 _t
(meet)_S 67 _t
(these)_S 68 _t
(integration)_S 67 _t
(objectives)_S 67 _t
(if)_S 68 _t
(non-SQL)_S 67 _t
(implementations)_S 960 1131 _m
(provide)_S 58 _t
(a)_S 59 _t
("simple")_S 58 _t
(SQL)_S 59 _t
(interface)_S 58 _t
(to)_S 59 _t
(their)_S 58 _t
(data)_S 59 _t
(and)_S 58 _t
(services,)_S 59 _t
(and)_S 58 _t
(if)_S 59 _t
(full-function)_S 58 _t
(SQL)_S 59 _t
(implementations)_S 58 _t
(use)_S 59 _t
(that)_S 960 650 _m
(2)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
7406 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
(simple)_S 56 _t
(interface)_S 56 _t
(to)_S 56 _t
(provide)_S 56 _t
(full-function)_S 56 _t
(services)_S 56 _t
(to)_S 56 _t
(end)_S 56 _t
(user)_S 56 _t
(tools.)_S 112 _t
(This)_S 56 _t
(specification)_S 57 _t
(defines)_S 56 _t
(standard)_S 56 _t
(profiles)_S 960 11538 _m
(for)_S 61 _t
(such)_S 61 _t
("simple")_S 61 _t
(SQL)_S 61 _t
(interfaces,)_S 61 _t
(thereby)_S 61 _t
(making)_S 61 _t
(it)_S 61 _t
(easier)_S 61 _t
(to)_S 61 _t
(specify)_S 61 _t
(and)_S 61 _t
(support)_S 61 _t
(the)_S 61 _t
(desired)_S 61 _t
(integration.)_S 960 11106 _m
(An)_S 63 _t
(SQL)_S 63 _t
(environment)_S 62 _t
(depends)_S 63 _t
(upon)_S 63 _t
(the)_S 63 _t
(data)_S 63 _t
(integration)_S 63 _t
(architecture)_S 63 _t
(presented)_S 63 _t
(in)_S 63 _t
(Section)_S 62 _t
(2.)_S 126 _t
(A)_S 63 _t
(simplification)_S 960 10890 _m
(of)_S 93 _t
(this)_S 92 _t
(architecture)_S 93 _t
(is)_S 93 _t
(given)_S 92 _t
(in)_S 93 _t
(the)_S 92 _t
(figure)_S 93 _t
(below.)_S 185 _t
(Components)_S 93 _t
(in)_S 93 _t
(the)_S 92 _t
(architecture)_S 93 _t
(consist)_S 92 _t
(of)_S 93 _t
(Application)_S 960 10674 _m
(Processors,)_S 37 _t
(Full-Funtion)_S 38 _t
(SQL)_S 38 _t
(Processors,)_S 38 _t
(and)_S 38 _t
(Non-SQL)_S 38 _t
(Processors.)_S 75 _t
(The)_S 38 _t
(Application)_S 38 _t
(Processors)_S 38 _t
(represent)_S 38 _t
(client-)_S 960 10458 _m
(side)_S 69 _t
(products)_S 70 _t
(in)_S 70 _t
(an)_S 69 _t
(SQL)_S 70 _t
(environment)_S 70 _t
(that)_S 69 _t
(desire)_S 70 _t
(the)_S 70 _t
(ability)_S 69 _t
(to)_S 70 _t
(use)_S 70 _t
(the)_S 70 _t
(full)_S 69 _t
(power)_S 70 _t
(and)_S 70 _t
(flexibility)_S 69 _t
(of)_S 70 _t
(the)_S 70 _t
(SQL)_S 960 10242 _m
(language)_S 52 _t
(when)_S 53 _t
(accessing)_S 53 _t
(data)_S 53 _t
(from)_S 53 _t
(a)_S 53 _t
(database.)_S 105 _t
(The)_S 53 _t
(Non-SQL)_S 53 _t
(Processors)_S 53 _t
(are)_S 53 _t
(server-side)_S 53 _t
(products)_S 53 _t
(representing)_S 960 10026 _m
(data)_S 77 _t
(managers)_S 77 _t
(that)_S 77 _t
(control)_S 77 _t
(much)_S 77 _t
(of)_S 77 _t
(the)_S 77 _t
(data)_S 77 _t
(that)_S 77 _t
(is)_S 77 _t
(to)_S 77 _t
(be)_S 77 _t
(integrated)_S 77 _t
(and)_S 77 _t
(made)_S 77 _t
(available)_S 77 _t
(to)_S 77 _t
(the)_S 77 _t
(Application)_S 960 9810 _m
(Processors.)_S 150 _t
(The)_S 75 _t
(Full-Function)_S 75 _t
(SQL)_S 75 _t
(Processors)_S 76 _t
(serve)_S 75 _t
(a)_S 75 _t
(dual)_S 75 _t
(role,)_S 75 _t
(both)_S 75 _t
(as)_S 76 _t
(server-side)_S 75 _t
(data)_S 75 _t
(managers)_S 75 _t
(and)_S 76 _t
(as)_S 960 9594 _m
("integrators")_S 41 _t
(that)_S 41 _t
(make)_S 41 _t
(it)_S 41 _t
(possible)_S 41 _t
(for)_S 41 _t
(Application)_S 41 _t
(Processors)_S 41 _t
(to)_S 41 _t
(access)_S 41 _t
(data)_S 41 _t
(managed)_S 41 _t
(by)_S 41 _t
(the)_S 41 _t
(Non-SQL)_S 41 _t
(Processors)_S 960 9378 _m
(in)_S 54 _t
(a)_S 55 _t
(standard)_S 54 _t
(manner.)_S 109 _t
(The)_S 54 _t
(interface)_S 54 _t
(between)_S 55 _t
(an)_S 54 _t
(Application)_S 54 _t
(Processor)_S 54 _t
(and)_S 55 _t
(an)_S 54 _t
(SQL)_S 54 _t
(Processor)_S 55 _t
(is)_S 54 _t
(a)_S 54 _t
(full-function)_S 960 9162 _m
(SQL)_S 60 _t
(interface,)_S 60 _t
(whereas)_S 60 _t
(the)_S 59 _t
(interface)_S 60 _t
(between)_S 60 _t
(an)_S 59 _t
(SQL)_S 60 _t
(Processor)_S 60 _t
(and)_S 59 _t
(a)_S 60 _t
(Non-SQL)_S 60 _t
(Processor)_S 60 _t
(is)_S 59 _t
(one)_S 60 _t
(of)_S 60 _t
(the)_S 59 _t
(more)_S 960 8946 _m
(limited)_S 68 _t
(SQL/ERI)_S 69 _t
(interfaces)_S 69 _t
(described)_S 69 _t
(in)_S 68 _t
(Section)_S 69 _t
(3.)_S 137 _t
(All)_S 69 _t
(interfaces)_S 68 _t
(use)_S 69 _t
(one)_S 69 _t
(of)_S 68 _t
(the)_S 69 _t
(binding)_S 68 _t
(styles)_S 69 _t
(identified)_S 69 _t
(in)_S 960 8730 _m
(Section)_S 58 _t
(6.)_S 116 _t
(It)_S 58 _t
(is)_S 58 _t
(the)_S 58 _t
(integrator's)_S 59 _t
(role)_S 58 _t
(to)_S 58 _t
(provide)_S 58 _t
(access)_S 58 _t
(to)_S 58 _t
(all)_S 58 _t
(data)_S 59 _t
(as)_S 58 _t
(if)_S 58 _t
(it)_S 58 _t
(were)_S 58 _t
(managed)_S 58 _t
(by)_S 58 _t
(a)_S 58 _t
(full-function)_S 59 _t
(SQL)_S 960 8514 _m
(processor.)_S gsave 4 4 scale 16 _sr
_s [] 0 _d 2 _lc 0 g 1552 1969 290 722 _cw
_s
_s 255 g _s 964 1989 _m
_sp 964 1857 1472 1857 1472 1989 3 _pl _pf
0 g _cp _s _s
_s 255 g _s 962 1701 _m
_sp 962 1549 1474 1549 1474 1701 3 _pl _pf
0 g _cp _s _s
_s 255 g _s 961 1362 _m
_sp 961 1362 1130 1362 1130 1214 1130 1213 1129 1213 1129 1212 1129 1212 1128 1211 1128 1211 1127 1210 1127 1210 1126 1209 1126 1208 1125 1208 1124 1207
1123 1207 1123 1206 1122 1206 1121 1205 1120 1205 1119 1204 1118 1204 1117 1204 1116 1203 1115 1203 1114 1202 1112 1202 1111 1202 1110 1201 1109 1201
1108 1200 1106 1200 1105 1200 1103 1199 1102 1199 1100 1199 1098 1198 1096 1198 1095 1197 1093 1197 1091 1197 1090 1196 1088 1196 1087 1196 1085 1196
1083 1195 1081 1195 1078 1195 1076 1194 1073 1194 1069 1194 1066 1193 1062 1193 1058 1193 1055 1193 1051 1193 1047 1192 1044 1193 1040 1193 1036 1193
1033 1193 1025 1194 1021 1194 1018 1194 1014 1195 1010 1195 1007 1196 1005 1196 1001 1197 1000 1197 998 1197 996 1197 995 1198 993 1198 991 1198
990 1199 988 1199 987 1199 985 1200 984 1200 982 1201 981 1201 980 1202 978 1202 977 1202 976 1203 975 1203 973 1204 972 1204 971 1205
970 1205 969 1206 968 1206 967 1207 967 1208 966 1208 965 1209 964 1209 964 1210 963 1211 963 1211 962 1212 962 1212 962 1213 961 1213
961 1213 961 1214 961 1214 961 1215 961 1215 961 1215 961 1216 961 1216 961 1217 114 _pl _pf
0 g _cp _s _s
_s 255 g _s 1014 1340 _m
_sp 1014 1340 1018 1339 1022 1339 1025 1339 1029 1339 1033 1338 1037 1338 1041 1338 1043 1338 1045 1338 1049 1338 1054 1338 1058 1338 1062 1339 1066 1339
1070 1339 1074 1340 1078 1340 1082 1341 1085 1341 1087 1341 1089 1342 1090 1342 1092 1342 1094 1343 1095 1343 1097 1343 1099 1344 1100 1344 1102 1344
1103 1345 1105 1345 1108 1346 1109 1346 1111 1347 1113 1348 1114 1348 1115 1349 1116 1349 1117 1350 1119 1351 1120 1351 1121 1352 1123 1353 1124 1353
1124 1354 1125 1354 1126 1355 1126 1356 1127 1356 1128 1357 1128 1357 1128 1358 1129 1358 1129 1359 1129 1359 1130 1360 1130 1361 1130 1361 1130 1362
1130 1363 1130 1363 1130 1364 1129 1364 1129 1365 1129 1366 1128 1366 1128 1367 1128 1367 1127 1368 1126 1368 1126 1369 1125 1369 1124 1370 1124 1371
1123 1371 1121 1372 1120 1373 1119 1373 1117 1374 1116 1375 1115 1375 1114 1376 1113 1376 1111 1377 1109 1377 1108 1378 1105 1379 1103 1379 1102 1379
1100 1380 1099 1380 1097 1381 1095 1381 1094 1381 1092 1382 1090 1382 1089 1382 1087 1382 1085 1383 1082 1383 1078 1384 1074 1384 1070 1385 1066 1385
1062 1385 1058 1385 1054 1386 1049 1386 1045 1386 1041 1386 1037 1386 1033 1385 1028 1385 1024 1385 1020 1385 1016 1384 1012 1384 1009 1383 1005 1383
1003 1382 1002 1382 1000 1382 998 1382 997 1381 995 1381 993 1381 992 1380 990 1380 989 1379 987 1379 986 1379 983 1378 981 1377 979 1377
978 1376 976 1376 975 1375 974 1375 973 1374 971 1373 970 1373 969 1372 967 1371 967 1371 966 1370 965 1369 964 1369 964 1368 963 1368
963 1367 962 1367 962 1366 962 1366 961 1365 961 1364 961 1364 961 1363 961 1363 961 1362 961 1361 961 1360 961 1359 962 1358 962 1357
963 1356 964 1356 964 1355 965 1354 966 1353 968 1352 969 1352 970 1351 972 1350 973 1349 975 1349 977 1348 979 1347 981 1346 983 1346
985 1345 987 1345 989 1344 992 1344 994 1343 997 1342 1000 1342 1002 1341 1005 1341 1008 1341 1011 1340 191 _pl _pf
0 g _cp _s _s
_s 255 g _s 1657 1349 _m
_sp 1657 1349 1809 1348 1809 1203 1809 1203 1809 1202 1808 1202 1808 1201 1808 1200 1807 1200 1807 1199 1806 1199 1806 1198 1805 1198 1805 1197 1804 1197
1803 1196 1802 1196 1802 1195 1801 1195 1800 1194 1799 1194 1798 1193 1797 1193 1796 1193 1795 1192 1794 1192 1793 1191 1792 1191 1791 1191 1790 1190
1789 1190 1788 1189 1786 1189 1785 1189 1784 1188 1783 1188 1780 1187 1778 1187 1777 1187 1776 1186 1774 1186 1773 1186 1771 1186 1770 1185 1768 1185
1767 1185 1765 1185 1762 1184 1761 1184 1758 1184 1754 1183 1751 1183 1748 1183 1745 1183 1741 1182 1738 1182 1735 1182 1732 1182 1728 1182 1725 1183
1721 1183 1715 1183 1711 1184 1708 1184 1705 1184 1701 1185 1698 1185 1697 1186 1693 1186 1692 1186 1690 1187 1689 1187 1687 1187 1686 1188 1684 1188
1683 1188 1681 1189 1680 1189 1679 1189 1678 1190 1676 1190 1675 1191 1674 1191 1672 1191 1671 1192 1670 1192 1669 1193 1668 1193 1667 1194 1666 1194
1665 1195 1664 1195 1663 1196 1663 1196 1662 1197 1661 1198 1660 1198 1660 1199 1659 1199 1659 1200 1658 1201 1658 1201 1658 1202 1658 1202 1657 1202
1657 1203 1657 1203 1657 1203 1657 1204 1657 1204 1657 1204 1657 1205 1657 1205 1657 1206 114 _pl _pf
0 g _cp _s _s
_s 255 g _s 1704 1327 _m
_sp 1704 1327 1708 1326 1711 1326 1715 1326 1718 1325 1722 1325 1725 1325 1729 1325 1731 1325 1733 1325 1737 1325 1740 1325 1744 1325 1748 1326 1752 1326
1755 1326 1759 1327 1762 1327 1766 1327 1769 1328 1770 1328 1772 1329 1774 1329 1775 1329 1777 1329 1778 1330 1779 1330 1781 1331 1782 1331 1784 1331
1785 1332 1786 1332 1789 1333 1790 1333 1792 1334 1794 1334 1795 1335 1796 1335 1797 1336 1798 1336 1800 1337 1800 1338 1801 1338 1803 1339 1803 1340
1804 1341 1805 1341 1805 1342 1806 1342 1806 1343 1807 1343 1807 1344 1808 1344 1808 1345 1808 1345 1809 1346 1809 1347 1809 1347 1809 1348 1809 1348
1809 1349 1809 1350 1809 1350 1809 1351 1808 1351 1808 1352 1808 1353 1807 1353 1807 1354 1806 1354 1806 1355 1805 1355 1805 1356 1804 1356 1803 1357
1803 1357 1801 1358 1800 1359 1800 1359 1798 1360 1797 1361 1796 1361 1795 1362 1794 1362 1792 1363 1790 1364 1789 1364 1786 1365 1785 1365 1784 1366
1782 1366 1781 1366 1779 1367 1778 1367 1777 1367 1775 1368 1774 1368 1772 1368 1770 1369 1769 1369 1766 1369 1762 1370 1759 1370 1755 1371 1752 1371
1748 1371 1744 1372 1740 1372 1737 1372 1733 1372 1729 1372 1725 1372 1721 1372 1717 1371 1714 1371 1710 1371 1707 1370 1703 1370 1700 1369 1697 1369
1695 1369 1693 1368 1692 1368 1690 1368 1689 1367 1687 1367 1686 1367 1684 1366 1683 1366 1682 1366 1680 1365 1679 1365 1677 1364 1675 1364 1673 1363
1672 1362 1671 1362 1670 1361 1669 1361 1668 1360 1666 1359 1665 1359 1664 1358 1663 1357 1662 1357 1661 1356 1661 1356 1660 1355 1659 1355 1659 1354
1658 1354 1658 1353 1658 1353 1657 1352 1657 1351 1657 1351 1657 1350 1657 1350 1657 1349 1657 1348 1657 1348 1657 1347 1657 1346 1657 1345 1658 1344
1658 1343 1659 1342 1660 1342 1661 1341 1662 1340 1663 1339 1664 1338 1665 1338 1667 1337 1668 1336 1669 1335 1671 1335 1673 1334 1675 1333 1676 1333
1678 1332 1680 1332 1682 1331 1685 1330 1687 1330 1689 1329 1691 1329 1694 1328 1696 1328 1699 1328 1702 1327 191 _pl _pf
0 g _cp _s _s
_s 255 g _s 1235 1378 _m
_sp 1235 1198 1465 1198 1465 1378 3 _pl
0 g _cp _s _s
_s 125 190 255 _c _s 749 1928 _m
_sp 750 1925 743 1906 742 1884 736 1875 728 1887 728 1891 729 1892 730 1895 731 1895 731 1897 731 1898 733 1901 733 1904 733 1906 734 1908
735 1910 735 1914 735 1915 735 1916 736 1916 737 1917 738 1921 738 1921 738 1922 740 1923 744 1925 26 _pl _pf
0 g _cp _s _s _s 735 1882 _m
_sp 745 1880 753 1927 748 1927 746 1924 744 1922 743 1921 742 1920 743 1917 741 1916 740 1915 737 1906 737 1904 736 1901 736 1897 736 1893
736 1889 736 1885 17 _pl _pf _np _s
_s 125 190 255 _c _s 751 1930 _m
_sp 752 1918 744 1917 743 1920 744 1922 745 1923 746 1925 748 1928 749 1929 750 1929 9 _pl _pf
0 g _cp _s _s
_s 125 190 255 _c _s 752 1925 _m
_sp 754 1914 745 1880 737 1882 737 1885 737 1889 737 1895 737 1897 737 1899 737 1901 737 1903 737 1904 739 1909 740 1912 740 1915 744 1917
747 1920 16 _pl _pf
0 g _cp _s _s _s 744 1918 _m
_sp 744 1917 744 1917 747 1920 745 1919 744 1918 5 _pl _pf _np _s _s 748 1921 _m
_sp 748 1921 749 1922 750 1922 750 1923 751 1923 751 1923 752 1923 752 1925 751 1926 751 1925 750 1924 749 1923 749 1922 13 _pl _pf _np _s _s 751 1928 _m
_sp 755 1921 758 1923 778 1943 777 1945 777 1946 777 1947 777 1948 778 1949 778 1950 779 1951 780 1952 780 1952 781 1953 782 1954 782 1954
782 1955 782 1956 783 1956 784 1957 785 1959 785 1960 785 1961 785 1963 786 1965 786 1966 786 1967 787 1969 787 1970 787 1972 786 1974
786 1976 786 1977 786 1977 785 1978 785 1979 785 1980 785 1981 784 1982 783 1983 783 1984 781 1986 781 1987 780 1988 779 1988 777 1989
776 1990 776 1990 775 1990 774 1991 771 1991 770 1992 768 1992 767 1992 766 1993 765 1993 764 1993 761 1994 760 1994 758 1993 754 1994
753 1993 751 1992 749 1992 747 1992 745 1991 744 1991 743 1990 741 1989 739 1988 737 1987 736 1987 735 1986 735 1985 733 1984 731 1982
731 1981 731 1980 731 1979 731 1979 731 1978 732 1977 732 1976 733 1976 734 1976 750 1956 748 1931 749 1931 750 1930 750 1930 750 1930
751 1929 91 _pl _pf _np _s
_s 255 158 125 _c _s 733 1976 _m
_sp 734 1976 735 1976 737 1977 738 1977 740 1977 742 1977 743 1977 743 1977 744 1977 744 1977 746 1976 747 1975 749 1975 749 1974 750 1973
750 1972 750 1971 751 1970 751 1969 752 1968 752 1967 753 1966 754 1964 754 1963 754 1960 754 1958 753 1956 754 1955 755 1955 755 1954
757 1954 756 1955 758 1955 758 1956 759 1957 760 1958 761 1958 762 1959 763 1958 764 1958 765 1957 766 1956 766 1955 766 1954 766 1952
766 1951 765 1949 765 1947 765 1946 765 1946 766 1945 767 1945 768 1944 768 1944 769 1945 770 1944 770 1944 770 1943 771 1943 771 1942
771 1941 771 1940 770 1938 769 1936 763 1931 760 1928 758 1927 756 1926 755 1926 754 1926 754 1927 753 1927 752 1928 751 1930 751 1931
751 1931 752 1932 753 1933 750 1931 748 1931 746 1930 744 1929 742 1929 740 1929 738 1929 736 1929 735 1930 734 1931 733 1932 733 1933
733 1934 734 1935 734 1936 733 1936 733 1937 732 1937 732 1938 731 1938 731 1939 732 1940 732 1940 733 1941 733 1942 732 1942 731 1942
731 1943 730 1943 730 1944 730 1944 730 1946 730 1946 730 1947 730 1947 730 1948 729 1948 728 1948 727 1949 727 1949 726 1950 726 1950
726 1951 726 1952 726 1952 727 1953 727 1954 727 1954 728 1955 729 1957 730 1959 730 1960 731 1961 730 1961 730 1962 730 1963 730 1964
730 1965 731 1967 731 1968 731 1971 732 1973 732 1974 141 _pl _pf
0 g _cp _s _s _s 756 1935 _m
_sp 758 1937 759 1938 759 1938 760 1937 760 1936 760 1933 761 1940 761 1942 762 1944 762 1944 764 1945 764 1946 765 1946 764 1947 764 1946
763 1945 762 1945 761 1945 760 1946 760 1945 760 1944 760 1943 760 1941 760 1940 759 1938 25 _pl _pf _np _s _s 759 1953 _m
_sp 759 1954 760 1954 760 1953 760 1953 760 1952 761 1951 761 1951 761 1950 760 1950 760 1949 760 1948 761 1948 762 1948 762 1948 762 1949
762 1949 761 1949 761 1950 761 1951 761 1951 761 1952 761 1952 761 1952 761 1953 762 1953 763 1953 762 1954 762 1954 763 1955 764 1955
765 1955 765 1954 765 1952 765 1953 765 1954 765 1955 764 1956 764 1957 763 1957 761 1956 761 1956 760 1955 42 _pl _pf _np _s _s 730 1944 _m
_sp 730 1943 731 1943 731 1942 732 1942 733 1942 733 1941 733 1941 733 1940 733 1940 734 1940 735 1940 736 1940 737 1941 738 1941 739 1941
739 1940 739 1940 739 1941 739 1942 739 1942 739 1943 738 1943 738 1943 738 1942 738 1942 737 1942 736 1942 735 1943 734 1943 733 1944
732 1944 730 1944 32 _pl _pf _np _s _s 733 1937 _m
_sp 733 1937 733 1937 733 1937 734 1937 734 1937 735 1937 736 1937 737 1937 736 1937 735 1936 734 1936 734 1934 733 1933 733 1935 733 1936
15 _pl _pf _np _s _s 730 1949 _m
_sp 730 1949 730 1949 730 1949 731 1949 731 1949 732 1948 732 1948 733 1948 734 1948 735 1948 735 1949 736 1949 736 1950 736 1950 736 1951
736 1951 736 1953 735 1954 735 1954 734 1954 734 1954 733 1954 733 1954 733 1953 733 1953 734 1953 734 1952 735 1952 735 1951 736 1951
736 1950 736 1950 736 1949 735 1949 735 1949 734 1949 733 1949 733 1949 732 1949 731 1950 730 1950 41 _pl _pf _np _s
_s 255 158 125 _c _s 736 1951 _m
_sp 736 1951 736 1951 736 1952 736 1952 735 1953 735 1953 735 1954 735 1954 734 1954 734 1954 733 1954 733 1954 733 1953 733 1953 733 1953
734 1952 734 1952 735 1952 735 1952 735 1952 735 1952 21 _pl _pf
0 g _cp _s _s _s 732 1963 _m
_sp 731 1963 731 1964 733 1964 734 1964 735 1964 735 1964 736 1963 735 1964 736 1964 737 1964 738 1964 739 1963 738 1964 739 1964 740 1963
741 1963 742 1962 742 1962 743 1961 745 1960 744 1960 746 1959 744 1960 744 1960 743 1960 742 1961 742 1961 741 1961 739 1962 738 1962
738 1962 738 1962 736 1962 735 1962 734 1962 733 1962 734 1962 734 1961 734 1961 734 1960 734 1960 735 1960 735 1960 736 1960 737 1960
738 1959 740 1959 741 1958 742 1958 742 1957 743 1958 743 1958 744 1958 744 1958 744 1959 744 1958 744 1958 743 1958 743 1957 743 1957
743 1957 743 1957 744 1957 743 1957 743 1957 743 1957 742 1957 741 1957 740 1957 740 1957 740 1958 740 1958 740 1958 739 1958 739 1958
738 1958 738 1957 737 1957 736 1957 736 1957 736 1958 736 1959 735 1959 735 1959 734 1959 735 1959 734 1960 734 1960 734 1960 733 1961
733 1960 733 1959 733 1959 733 1958 733 1960 733 1961 733 1961 733 1962 733 1962 732 1962 732 1962 731 1963 102 _pl _pf _np _s
_s 255 g _s 750 1930 _m
_sp 751 1929 751 1928 752 1927 753 1925 754 1924 753 1921 749 1913 749 1921 749 1924 750 1927 10 _pl _pf
0 g _cp _s _s
_s 255 g _s 754 1918 _m
_sp 757 1919 763 1916 758 1895 750 1886 750 1910 5 _pl _pf
0 g _cp _s _s _s 754 1925 _m
_sp 756 1923 759 1917 764 1920 757 1903 758 1905 758 1907 758 1908 758 1911 757 1914 756 1915 756 1916 756 1915 755 1914 754 1913 753 1912
753 1911 753 1908 754 1907 753 1906 753 1904 753 1902 753 1901 753 1900 753 1898 753 1896 753 1892 755 1898 757 1902 754 1891 754 1877
751 1876 743 1880 743 1883 743 1884 743 1886 744 1891 744 1892 744 1893 744 1894 743 1901 743 1902 743 1903 744 1904 745 1906 748 1914
748 1914 749 1914 749 1916 749 1917 751 1920 752 1923 753 1924 52 _pl _pf _np _s
_s 255 g _s 754 1924 _m
_sp 756 1925 759 1928 763 1931 766 1934 771 1938 774 1942 775 1943 776 1945 777 1946 777 1946 778 1946 778 1946 778 1945 779 1942 772 1929
762 1917 759 1914 758 1917 757 1920 756 1921 20 _pl _pf
0 g _cp _s _s
_s 255 g _s 758 1847 _m
_sp 752 1846 754 1837 816 1837 804 1847 4 _pl _pf
0 g _cp _s _s
_s 255 g _s 772 1851 _m
_sp 730 1851 728 1851 727 1851 727 1850 726 1850 726 1850 726 1850 725 1851 724 1851 686 1851 669 1840 667 1839 716 1839 717 1839 721 1839
721 1839 780 1839 774 1850 18 _pl _pf
0 g _cp _s 772 1851 _m
778 1841 _l 778 1841 _m
721 1841 _l 721 1841 _m
720 1840 _l 720 1840 _m
719 1840 _l 719 1840 _m
719 1840 _l 719 1840 _m
718 1840 _l 718 1840 _m
717 1840 _l 717 1840 _m
716 1841 _l 716 1841 _m
669 1841 _l 726 1850 _m
719 1840 _l _s
_s 255 158 125 _c _s 714 1871 _m
_sp 720 1866 727 1861 728 1858 727 1852 723 1851 718 1851 715 1850 715 1850 714 1850 713 1849 711 1850 710 1850 709 1850 707 1850 706 1850
704 1852 703 1854 702 1856 701 1859 698 1864 697 1864 697 1865 696 1866 696 1867 697 1868 698 1869 699 1870 702 1870 704 1870 704 1870
705 1871 705 1872 706 1872 706 1872 707 1872 708 1871 709 1871 709 1871 710 1871 711 1871 40 _pl _pf
0 g _cp _s 778 1841 _m
780 1839 _l 775 1849 _m
821 1849 _l _s
_s 255 g _s 723 1851 _m
_sp 725 1851 725 1851 726 1850 726 1850 726 1850 727 1850 727 1850 728 1851 728 1851 729 1851 735 1851 735 1852 736 1854 736 1858 734 1862
726 1867 719 1867 724 1863 725 1862 725 1861 726 1859 726 1858 727 1857 727 1856 726 1855 726 1854 726 1853 725 1852 724 1851 29 _pl _pf
0 g _cp _s _s
_s 125 190 255 _c _s 730 1851 _m
_sp 744 1851 742 1863 738 1863 725 1865 728 1863 729 1861 730 1860 731 1859 731 1858 732 1857 732 1856 732 1855 732 1854 732 1853 731 1852
731 1851 16 _pl _pf
0 g _cp _s _s _s 717 1851 _m
_sp 719 1852 719 1851 719 1851 720 1851 720 1851 721 1851 722 1851 723 1851 724 1853 725 1854 726 1856 726 1858 725 1859 725 1861 726 1860
726 1859 727 1858 727 1857 727 1855 726 1854 726 1853 725 1852 725 1852 724 1851 723 1851 722 1851 26 _pl _pf _np _s _s 724 1851 _m
_sp 724 1851 725 1851 726 1851 727 1851 728 1852 729 1853 730 1854 730 1854 731 1855 731 1856 731 1856 731 1857 730 1858 730 1859 729 1860
728 1862 726 1864 727 1863 729 1862 730 1860 731 1859 731 1858 732 1856 732 1855 732 1854 732 1853 731 1852 731 1851 730 1851 730 1851
728 1851 727 1851 727 1850 727 1850 726 1850 726 1850 726 1850 726 1851 725 1851 725 1851 725 1851 41 _pl _pf _np _s _s 736 1863 _m
_sp 735 1864 735 1860 735 1856 734 1853 734 1851 735 1851 735 1851 736 1853 736 1859 9 _pl _pf _np _s _s 739 1857 _m
_sp 746 1859 751 1851 741 1851 741 1853 741 1854 741 1855 741 1855 740 1856 8 _pl _pf _np 724 1862 _m
724 1860 _l 724 1860 _m
724 1858 _l 724 1858 _m
724 1857 _l 724 1857 _m
723 1856 _l 723 1856 _m
723 1855 _l 698 1864 _m
702 1863 _l 702 1863 _m
703 1862 _l 703 1862 _m
704 1862 _l 704 1862 _m
705 1862 _l 705 1862 _m
707 1862 _l 707 1862 _m
710 1863 _l 710 1863 _m
711 1863 _l 711 1863 _m
712 1864 _l 712 1864 _m
713 1864 _l 713 1864 _m
713 1866 _l 713 1866 _m
713 1867 _l 713 1867 _m
712 1867 _l 712 1867 _m
711 1868 _l 711 1868 _m
710 1868 _l 710 1868 _m
709 1868 _l 709 1868 _m
708 1868 _l 708 1868 _m
706 1868 _l 706 1868 _m
704 1867 _l 704 1867 _m
703 1867 _l 703 1867 _m
702 1867 _l 702 1863 _m
702 1862 _l 702 1862 _m
701 1861 _l 701 1861 _m
701 1860 _l 701 1860 _m
702 1860 _l 702 1860 _m
702 1859 _l 702 1859 _m
703 1859 _l 703 1859 _m
704 1858 _l 704 1858 _m
709 1857 _l 709 1857 _m
710 1856 _l 710 1856 _m
711 1856 _l 711 1856 _m
712 1856 _l 712 1856 _m
718 1857 _l 718 1857 _m
719 1857 _l 719 1857 _m
720 1857 _l 720 1857 _m
720 1858 _l 720 1858 _m
720 1858 _l 720 1858 _m
720 1859 _l 720 1859 _m
720 1859 _l 720 1859 _m
720 1860 _l 720 1860 _m
719 1860 _l 719 1860 _m
719 1860 _l 719 1860 _m
718 1861 _l 718 1861 _m
717 1861 _l 717 1861 _m
714 1861 _l 714 1861 _m
713 1861 _l 713 1861 _m
712 1861 _l 712 1861 _m
708 1862 _l 708 1862 _m
707 1862 _l 707 1862 _m
706 1862 _l 705 1855 _m
710 1853 _l 710 1853 _m
711 1853 _l 711 1853 _m
712 1853 _l 712 1853 _m
714 1853 _l 714 1853 _m
715 1853 _l 715 1853 _m
721 1855 _l 721 1855 _m
721 1855 _l 721 1855 _m
722 1856 _l 722 1856 _m
722 1856 _l 722 1856 _m
722 1857 _l 722 1857 _m
722 1858 _l 722 1858 _m
722 1858 _l 722 1858 _m
721 1858 _l 721 1858 _m
720 1859 _l 717 1851 _m
719 1851 _l 719 1851 _m
719 1852 _l 719 1852 _m
720 1852 _l 720 1852 _m
721 1853 _l 721 1853 _m
721 1853 _l 721 1853 _m
721 1854 _l 721 1854 _m
721 1854 _l 721 1854 _m
720 1855 _l _s _s 702 1862 _m
_sp 702 1863 698 1864 698 1864 698 1863 698 1862 699 1861 699 1861 699 1860 700 1859 701 1859 701 1859 701 1857 701 1857 701 1856 702 1855
703 1854 703 1853 703 1853 704 1852 704 1851 704 1851 705 1850 707 1850 709 1850 706 1851 705 1851 704 1852 704 1853 704 1854 703 1855
703 1855 702 1856 702 1858 702 1858 702 1858 703 1858 707 1857 703 1859 702 1859 702 1859 701 1860 702 1861 702 1862 702 1862 44 _pl _pf _np _s _s 711 1853 _m
_sp 707 1854 705 1855 704 1856 704 1855 704 1855 705 1855 706 1854 7 _pl _pf _np _s _s 704 1871 _m
_sp 704 1871 704 1870 703 1870 704 1870 704 1870 704 1869 704 1869 704 1869 704 1870 9 _pl _pf _np 712 1867 _m
711 1867 _l 711 1867 _m
709 1867 _l 709 1867 _m
709 1866 _l 709 1866 _m
709 1866 _l 709 1866 _m
709 1864 _l 709 1864 _m
709 1864 _l 709 1864 _m
710 1863 _l 710 1863 _m
710 1863 _l 710 1863 _m
712 1864 _l 720 1860 _m
718 1860 _l 718 1860 _m
718 1860 _l 718 1860 _m
717 1859 _l 717 1859 _m
717 1859 _l 717 1859 _m
717 1858 _l 717 1858 _m
717 1857 _l 717 1857 _m
718 1857 _l 718 1857 _m
718 1857 _l 718 1857 _m
718 1857 _l 719 1857 _m
719 1857 _l 719 1857 _m
719 1856 _l 719 1856 _m
720 1855 _l 720 1855 _m
720 1855 _l 720 1855 _m
722 1856 _l 719 1854 _m
719 1854 _l 719 1854 _m
719 1853 _l 719 1853 _m
719 1853 _l 719 1853 _m
720 1853 _l 720 1853 _m
720 1853 _l 720 1853 _m
721 1853 _l _s _s 711 1861 _m
_sp 710 1861 709 1862 708 1862 708 1862 709 1862 710 1863 707 1862 706 1862 707 1862 9 _pl _pf _np _s
_s 255 158 125 _c _s 723 1890 _m
_sp 724 1886 712 1881 710 1882 708 1883 705 1884 703 1886 702 1887 701 1888 697 1891 695 1893 694 1893 694 1894 694 1895 694 1895 694 1897
695 1897 695 1897 695 1898 695 1900 695 1901 696 1902 697 1903 698 1903 698 1904 698 1906 698 1908 698 1909 699 1910 700 1910 701 1911
702 1910 704 1909 705 1908 705 1909 704 1911 703 1914 701 1916 700 1918 698 1919 697 1920 696 1921 696 1922 696 1922 696 1923 696 1923
696 1924 696 1924 697 1924 697 1924 698 1924 698 1924 699 1924 701 1922 703 1920 704 1919 705 1919 705 1918 706 1917 710 1913 712 1912
714 1912 716 1911 717 1908 719 1906 720 1905 720 1902 721 1893 721 1892 68 _pl _pf
0 g _cp _s _s _s 710 1913 _m
_sp 710 1913 712 1912 713 1911 714 1910 715 1908 716 1906 718 1905 717 1905 717 1904 718 1903 718 1903 717 1905 715 1907 714 1909 713 1910
712 1911 711 1912 17 _pl _pf _np _s _s 698 1903 _m
_sp 698 1903 698 1903 698 1903 700 1903 700 1904 700 1905 699 1906 700 1904 701 1903 702 1903 702 1903 701 1902 699 1903 13 _pl _pf _np _s _s 705 1908 _m
_sp 705 1909 704 1911 705 1910 706 1909 707 1908 707 1907 707 1907 707 1907 706 1908 9 _pl _pf _np _s _s 695 1898 _m
_sp 695 1898 695 1898 695 1898 695 1897 694 1897 695 1897 695 1897 696 1897 696 1897 697 1897 698 1897 698 1897 698 1898 698 1898 699 1899
698 1898 698 1898 698 1898 697 1898 697 1898 696 1898 696 1898 695 1898 695 1898 24 _pl _pf _np 698 1897 _m
697 1897 _l 697 1897 _m
696 1897 _l 696 1897 _m
696 1896 _l 696 1896 _m
696 1896 _l 696 1896 _m
696 1895 _l 696 1895 _m
696 1894 _l 696 1894 _m
696 1893 _l 696 1893 _m
696 1892 _l 696 1892 _m
697 1891 _l 696 1923 _m
696 1922 _l 696 1922 _m
697 1922 _l 697 1922 _m
698 1922 _l 698 1922 _m
698 1922 _l 698 1922 _m
699 1922 _l 699 1922 _m
700 1922 _l 700 1922 _m
700 1923 _l 700 1923 _m
700 1923 _l _s
_s 255 g _s 727 1889 _m
_sp 716 1875 710 1879 709 1880 709 1881 710 1882 711 1885 712 1886 714 1888 716 1890 718 1891 720 1892 722 1892 723 1892 723 1891 14 _pl _pf
0 g _cp _s _s _s 705 1884 _m
_sp 707 1884 708 1884 708 1884 709 1885 711 1886 712 1887 713 1888 715 1889 716 1890 714 1889 713 1888 712 1887 711 1885 710 1884 710 1883
710 1882 709 1883 707 1883 18 _pl _pf _np _s
_s 125 190 255 _c _s 727 1890 _m
_sp 728 1890 735 1885 741 1883 742 1883 744 1882 745 1882 746 1882 747 1881 748 1880 751 1880 752 1880 753 1880 753 1884 754 1889 754 1893
755 1897 756 1899 759 1910 760 1913 761 1915 763 1919 765 1922 767 1925 771 1932 774 1935 776 1938 777 1941 778 1942 778 1944 778 1944
778 1945 778 1946 779 1946 779 1946 782 1942 784 1940 784 1939 785 1938 786 1938 788 1936 791 1933 794 1930 796 1928 801 1925 803 1924
804 1923 805 1921 806 1920 807 1920 808 1919 809 1917 811 1912 813 1907 814 1906 814 1905 815 1903 815 1900 816 1895 817 1890 817 1888
817 1885 817 1883 817 1880 816 1879 816 1876 816 1873 816 1873 816 1872 816 1872 815 1870 815 1868 816 1867 816 1866 815 1863 815 1862
815 1861 815 1859 815 1858 815 1854 815 1849 775 1849 772 1851 766 1851 761 1849 758 1848 756 1848 754 1848 753 1848 751 1848 748 1851
742 1854 739 1856 732 1860 728 1862 712 1874 712 1876 712 1878 713 1880 714 1882 715 1884 718 1886 719 1887 721 1889 723 1890 726 1890
105 _pl _pf
0 g _cp _s _s _s 716 1885 _m
_sp 716 1885 715 1884 714 1883 713 1881 712 1879 712 1879 711 1879 710 1879 712 1878 713 1880 714 1881 715 1883 12 _pl _pf _np 766 1851 _m
769 1852 _l 769 1852 _m
770 1853 _l 770 1853 _m
773 1855 _l 773 1855 _m
775 1856 _l 775 1856 _m
785 1864 _l 753 1880 _m
754 1879 _l 754 1879 _m
754 1879 _l 754 1879 _m
754 1878 _l 754 1878 _m
755 1879 _l 755 1879 _m
755 1879 _l 755 1879 _m
756 1879 _l 756 1879 _m
757 1878 _l 757 1878 _m
758 1878 _l 758 1878 _m
757 1878 _l 757 1878 _m
757 1879 _l 757 1879 _m
758 1880 _l 758 1880 _m
759 1881 _l 759 1881 _m
759 1881 _l 759 1881 _m
761 1881 _l 761 1881 _m
767 1880 _l 767 1880 _m
769 1880 _l 769 1880 _m
770 1880 _l 770 1880 _m
773 1881 _l 773 1881 _m
776 1881 _l 776 1881 _m
777 1882 _l 777 1882 _m
778 1882 _l 778 1882 _m
778 1883 _l 778 1883 _m
778 1883 _l 778 1883 _m
778 1884 _l 754 1878 _m
753 1877 _l 753 1877 _m
751 1876 _l 751 1876 _m
746 1873 _l 746 1873 _m
742 1870 _l 742 1870 _m
741 1867 _l 741 1867 _m
740 1864 _l 740 1864 _m
740 1861 _l 740 1861 _m
740 1859 _l 740 1859 _m
741 1858 _l 741 1858 _m
742 1856 _l 742 1856 _m
743 1856 _l 758 1878 _m
758 1877 _l 758 1877 _m
758 1876 _l 758 1876 _m
758 1875 _l 758 1875 _m
758 1873 _l 758 1873 _m
757 1872 _l 757 1872 _m
755 1868 _l 755 1868 _m
754 1866 _l 754 1866 _m
753 1862 _l 753 1862 _m
752 1859 _l 752 1859 _m
752 1856 _l 752 1856 _m
753 1855 _l 753 1855 _m
753 1853 _l 758 1877 _m
758 1875 _l 758 1875 _m
759 1874 _l 759 1874 _m
760 1871 _l 760 1871 _m
761 1869 _l 761 1869 _m
761 1868 _l 761 1868 _m
762 1866 _l 762 1866 _m
763 1864 _l 763 1864 _m
763 1863 _l 763 1863 _m
763 1861 _l 763 1861 _m
763 1859 _l 763 1859 _m
762 1858 _l 762 1858 _m
761 1856 _l 761 1856 _m
761 1856 _l 798 1868 _m
798 1865 _l 798 1865 _m
799 1863 _l 799 1863 _m
799 1861 _l 799 1861 _m
799 1860 _l 799 1860 _m
799 1858 _l 799 1858 _m
798 1856 _l 798 1856 _m
797 1852 _l 797 1852 _m
797 1849 _l _s _s 741 1883 _m
_sp 741 1883 740 1883 740 1883 740 1883 740 1883 739 1883 737 1883 7 _pl _pf _np _s _s 749 1880 _m
_sp 749 1880 749 1880 748 1880 747 1881 747 1881 747 1880 746 1880 743 1879 740 1879 743 1879 748 1880 11 _pl _pf _np _s _s 745 1872 _m
_sp 747 1874 749 1876 752 1877 753 1878 754 1879 754 1879 754 1879 754 1879 754 1878 754 1878 747 1874 11 _pl _pf _np _s _s 758 1877 _m
_sp 758 1876 758 1875 758 1874 757 1872 756 1870 755 1867 754 1865 755 1867 756 1870 757 1870 758 1871 758 1871 759 1870 761 1866 762 1864
762 1862 762 1860 762 1858 761 1857 762 1858 762 1859 763 1860 763 1862 763 1864 762 1866 762 1867 761 1870 760 1871 28 _pl _pf _np _s _s 765 1880 _m
_sp 765 1880 767 1880 770 1880 771 1880 772 1880 772 1880 771 1880 771 1881 771 1881 771 1881 771 1881 774 1883 775 1884 777 1884 778 1884
778 1883 778 1883 778 1883 778 1884 777 1884 776 1884 775 1884 774 1883 773 1883 769 1881 768 1881 768 1881 27 _pl _pf _np _s _s 782 1861 _m
_sp 783 1862 787 1865 790 1867 794 1870 796 1872 797 1872 797 1872 798 1872 798 1871 798 1868 798 1866 798 1870 799 1871 799 1872 799 1872
800 1872 800 1871 805 1868 808 1866 811 1865 813 1865 809 1866 806 1868 804 1870 800 1874 800 1875 800 1875 801 1875 803 1874 808 1873
811 1872 813 1871 804 1875 802 1876 802 1877 802 1877 803 1878 809 1880 814 1883 807 1880 802 1878 799 1877 797 1875 794 1873 792 1870
789 1867 785 1864 47 _pl _pf _np _s _s 760 1881 _m
_sp 761 1881 761 1883 761 1885 762 1889 763 1892 764 1894 766 1898 767 1901 768 1903 769 1905 770 1906 773 1910 775 1913 774 1914 774 1915
773 1918 772 1921 771 1927 771 1928 771 1928 771 1929 771 1929 770 1929 770 1929 770 1929 770 1930 769 1929 769 1929 770 1929 770 1929
770 1929 771 1928 771 1928 771 1928 771 1927 771 1927 772 1922 773 1917 774 1913 771 1909 769 1906 767 1902 766 1899 764 1895 761 1888
761 1886 760 1883 47 _pl _pf _np _s _s 773 1917 _m
_sp 773 1916 774 1916 774 1916 774 1917 775 1917 776 1918 777 1919 779 1919 780 1919 780 1921 781 1922 782 1927 783 1932 784 1936 785 1937
785 1937 785 1938 785 1938 785 1938 784 1939 784 1938 784 1938 784 1936 783 1932 781 1925 780 1920 778 1919 776 1919 775 1918 29 _pl _pf _np _s _s 765 1923 _m
_sp 766 1925 770 1931 772 1933 773 1935 774 1937 776 1939 777 1941 777 1943 778 1944 778 1945 778 1945 778 1946 777 1946 778 1946 778 1946
778 1945 778 1944 778 1944 778 1943 777 1941 777 1940 775 1938 775 1937 774 1936 772 1933 770 1930 26 _pl _pf _np _s _s 761 1881 _m
_sp 764 1881 764 1881 764 1882 764 1883 768 1889 772 1896 774 1898 776 1900 777 1900 779 1901 780 1901 784 1901 786 1901 790 1901 796 1902
802 1903 798 1903 793 1902 781 1902 779 1901 778 1901 777 1900 776 1900 775 1900 775 1901 775 1901 776 1903 778 1904 781 1906 780 1906
780 1907 780 1907 780 1908 782 1910 783 1912 784 1912 784 1913 785 1914 785 1915 787 1916 788 1917 790 1918 791 1919 794 1920 798 1921
800 1921 803 1921 805 1921 806 1920 805 1921 804 1921 803 1921 800 1921 799 1921 797 1921 796 1921 793 1920 790 1918 787 1916 786 1915
783 1914 781 1911 781 1911 781 1911 780 1911 780 1912 780 1912 780 1914 780 1915 781 1917 782 1918 781 1916 780 1915 779 1913 779 1908
778 1905 777 1905 775 1902 774 1902 774 1901 774 1900 773 1898 773 1898 773 1897 772 1898 772 1898 770 1901 771 1898 771 1897 771 1896
771 1895 766 1887 763 1882 762 1881 94 _pl _pf _np _s _s 784 1934 _m
_sp 784 1935 784 1935 784 1935 784 1935 784 1935 785 1934 786 1934 787 1933 787 1933 789 1931 791 1930 792 1929 793 1928 794 1927 794 1926
796 1925 796 1924 797 1923 798 1922 798 1922 799 1921 799 1921 799 1921 798 1921 798 1921 798 1921 798 1921 798 1922 798 1922 798 1922
796 1925 794 1927 793 1927 792 1928 790 1930 789 1932 787 1933 787 1933 786 1934 785 1934 784 1934 784 1934 784 1934 43 _pl _pf _np _s _s 706 1868 _m
_sp 705 1868 704 1867 691 1876 691 1876 690 1877 690 1877 690 1878 689 1879 688 1885 688 1886 688 1886 688 1886 688 1886 689 1886 689 1886
689 1885 690 1885 690 1884 690 1879 690 1878 691 1877 691 1877 691 1877 23 _pl _pf _np _s _s 728 1870 _m
_sp 727 1868 716 1876 716 1877 715 1878 715 1878 715 1879 715 1879 715 1880 714 1885 714 1885 714 1885 715 1885 715 1885 715 1884 715 1880
715 1879 716 1878 716 1878 716 1878 716 1877 20 _pl _pf _np _s _s 708 1871 _m
_sp 709 1871 710 1871 710 1871 710 1871 710 1871 710 1871 711 1870 710 1870 709 1871 9 _pl _pf _np _s _s 711 1868 _m
_sp 711 1868 712 1868 712 1867 713 1867 713 1866 713 1865 713 1865 713 1864 712 1864 712 1863 710 1863 710 1862 711 1862 712 1861 713 1861
714 1861 715 1861 731 1860 732 1860 732 1860 733 1860 733 1861 734 1861 735 1862 735 1863 735 1864 736 1865 736 1866 737 1867 737 1868
737 1868 736 1869 736 1869 736 1870 736 1870 735 1870 735 1870 734 1870 732 1871 731 1871 730 1871 729 1871 729 1870 728 1870 727 1870
727 1870 726 1869 726 1868 725 1867 724 1864 724 1864 723 1864 722 1864 722 1864 722 1865 722 1867 722 1868 722 1869 722 1870 722 1870
722 1871 721 1871 721 1871 721 1872 720 1872 719 1872 718 1872 716 1872 715 1872 714 1872 714 1872 713 1872 713 1871 712 1871 712 1870
711 1869 76 _pl _pf _np _s
_s 255 158 125 _c _s 722 1863 _m
_sp 722 1863 722 1863 723 1863 724 1863 723 1862 723 1862 724 1861 724 1861 721 1861 721 1861 721 1862 722 1862 12 _pl _pf
0 g _cp _s _s
_s 192 g _s 711 1868 _m
_sp 712 1868 712 1867 713 1867 713 1866 713 1865 713 1864 713 1864 712 1863 711 1863 711 1862 712 1862 712 1862 713 1862 716 1861 718 1861
719 1861 720 1862 720 1862 721 1862 721 1863 721 1863 721 1864 722 1866 717 1871 716 1872 716 1872 715 1871 714 1871 713 1871 713 1870
712 1869 31 _pl _pf
0 g _cp _s _s
_s 255 g _s 724 1863 _m
_sp 724 1862 724 1862 725 1861 725 1861 726 1861 727 1861 730 1861 731 1861 732 1861 725 1864 724 1863 11 _pl _pf
0 g _cp _s 716 1872 _m
717 1871 _l 717 1871 _m
718 1871 _l 718 1871 _m
718 1870 _l 718 1870 _m
719 1869 _l 719 1869 _m
719 1868 _l 719 1868 _m
719 1867 _l 719 1867 _m
719 1865 _l 719 1865 _m
719 1864 _l 719 1864 _m
719 1863 _l 719 1863 _m
719 1862 _l 719 1862 _m
719 1862 _l 719 1862 _m
719 1861 _l 715 1872 _m
716 1871 _l 716 1871 _m
717 1870 _l 717 1870 _m
717 1868 _l 717 1868 _m
717 1867 _l 717 1867 _m
717 1865 _l 717 1865 _m
716 1863 _l 716 1863 _m
716 1862 _l 716 1862 _m
715 1861 _l _s
_s 192 g _s 716 1872 _m
_sp 717 1872 718 1871 719 1871 720 1871 721 1871 721 1871 721 1870 722 1870 722 1870 722 1869 722 1868 722 1867 722 1865 719 1867 719 1868
719 1869 719 1870 719 1870 718 1871 718 1871 717 1871 717 1872 22 _pl _pf
0 g _cp _s _s
_s 192 g _s 724 1864 _m
_sp 726 1866 726 1868 727 1868 727 1869 728 1869 728 1870 729 1870 730 1870 733 1870 734 1870 735 1870 735 1869 736 1869 736 1868 736 1868
736 1867 736 1866 734 1863 734 1862 733 1861 733 1861 732 1861 731 1861 729 1861 24 _pl _pf
0 g _cp _s _s _s 729 1869 _m
_sp 728 1869 727 1868 727 1868 734 1863 734 1864 734 1864 735 1865 7 _pl _pf _np 729 1861 _m
729 1862 _l 729 1862 _m
730 1864 _l 730 1864 _m
731 1866 _l 731 1866 _m
731 1867 _l 731 1867 _m
731 1868 _l 731 1868 _m
731 1869 _l 731 1869 _m
730 1870 _l _s _s 766 1851 _m
_sp 770 1851 769 1851 769 1851 769 1851 769 1852 770 1852 778 1858 776 1857 772 1854 769 1852 767 1851 11 _pl _pf _np _s
0 g 1124 1649 _m
_sp 1124 1649 1124 1661 1132 1661 1135 1661 1137 1660 1138 1658 1139 1656 1140 1656 1140 1663 1114 1663 1114 1662 1115 1662 1117 1662 1118 1661 1119 1659
1119 1657 1119 1637 1119 1635 1118 1633 1117 1632 1115 1632 1114 1632 1114 1631 1128 1631 1128 1632 1128 1632 1126 1632 1125 1633 1124 1635 1124 1637
1124 1647 1131 1647 1133 1647 1135 1646 1135 1644 1136 1642 1138 1642 1138 1653 1136 1653 1135 1651 1135 1650 1133 1649 1131 1649 43 _pl _cp
0 g _f _s _s
0 g 1149 1653 _m
_sp 1149 1653 1141 1653 1141 1652 1142 1652 1144 1651 1144 1648 1144 1638 1144 1635 1146 1632 1148 1631 1151 1630 1153 1630 1154 1631 1156 1632 1157 1634
1157 1630 1158 1630 1165 1632 1165 1633 1162 1634 1162 1637 1162 1653 1154 1653 1154 1652 1155 1652 1157 1651 1157 1648 1157 1636 1156 1634 1155 1633
1153 1633 1152 1633 1151 1633 1150 1635 1149 1636 1149 1639 36 _pl _cp
0 g _f _s _s
0 g 1175 1665 _m
_sp 1175 1665 1174 1665 1166 1662 1166 1661 1167 1661 1170 1661 1170 1658 1170 1636 1170 1633 1167 1632 1166 1632 1166 1631 1178 1631 1178 1632 1177 1632
1175 1633 1175 1636 17 _pl _cp
0 g _f _s _s
0 g 1188 1665 _m
_sp 1188 1665 1187 1665 1180 1662 1180 1661 1181 1661 1183 1661 1184 1658 1184 1636 1183 1633 1181 1632 1180 1632 1180 1631 1192 1631 1192 1632 1191 1632
1189 1633 1188 1636 17 _pl _cp
0 g _f _s _s
0 g 1220 1649 _m
_sp 1220 1649 1220 1661 1228 1661 1231 1661 1233 1660 1234 1658 1234 1656 1236 1656 1236 1663 1210 1663 1210 1662 1210 1662 1212 1662 1214 1661 1214 1659
1214 1657 1214 1637 1214 1635 1214 1633 1212 1632 1210 1632 1210 1632 1210 1631 1224 1631 1224 1632 1223 1632 1221 1632 1220 1633 1220 1635 1220 1637
1220 1647 1226 1647 1228 1647 1230 1646 1231 1644 1232 1642 1233 1642 1233 1653 1232 1653 1231 1651 1230 1650 1228 1649 1226 1649 43 _pl _cp
0 g _f _s _s
0 g 1244 1653 _m
_sp 1244 1653 1237 1653 1237 1652 1237 1652 1240 1651 1240 1648 1240 1638 1240 1635 1242 1632 1243 1631 1246 1630 1248 1630 1250 1631 1251 1632 1253 1634
1253 1630 1254 1630 1261 1632 1261 1633 1258 1634 1258 1637 1258 1653 1250 1653 1250 1652 1250 1652 1253 1651 1253 1648 1253 1636 1252 1634 1251 1633
1249 1633 1248 1633 1247 1633 1245 1635 1244 1636 1244 1639 36 _pl _cp
0 g _f _s _s
0 g 1269 1654 _m
_sp 1269 1654 1268 1654 1261 1651 1261 1650 1262 1650 1264 1649 1265 1646 1265 1636 1264 1633 1262 1632 1261 1632 1261 1631 1272 1631 1272 1632 1272 1632
1270 1633 1269 1636 1269 1647 1270 1649 1272 1650 1273 1651 1274 1651 1276 1651 1277 1649 1278 1647 1278 1644 1278 1636 1277 1633 1275 1632 1275 1632
1275 1631 1286 1631 1286 1632 1285 1632 1283 1633 1282 1636 1282 1646 1282 1649 1281 1651 1279 1653 1276 1653 1274 1653 1273 1652 1271 1651 1269 1649
45 _pl _cp
0 g _f _s _s
0 g 1306 1639 _m
_sp 1306 1639 1304 1637 1302 1635 1301 1634 1299 1634 1296 1635 1293 1637 1292 1639 1291 1643 1292 1646 1293 1649 1295 1650 1297 1651 1299 1651 1301 1649
1302 1647 1303 1646 1305 1647 1306 1648 1305 1650 1304 1652 1301 1653 1298 1653 1294 1652 1291 1651 1289 1648 1288 1645 1287 1641 1288 1637 1290 1633
1293 1631 1297 1630 1299 1630 1300 1631 1302 1632 1303 1633 1304 1634 1305 1635 1305 1636 1306 1638 40 _pl _cp
0 g _f _s _s
0 g 1308 1652 _m
_sp 1308 1652 1308 1651 1311 1651 1311 1637 1311 1634 1312 1632 1313 1630 1315 1630 1317 1630 1318 1631 1320 1632 1321 1634 1321 1635 1319 1633 1318 1633
1316 1634 1315 1637 1315 1651 1320 1651 1320 1653 1315 1653 1315 1659 1314 1659 1313 1658 1313 1656 1312 1655 1311 1654 1310 1653 28 _pl _cp
0 g _f _s _s
0 g 1330 1654 _m
_sp 1330 1654 1329 1654 1322 1651 1322 1650 1323 1650 1325 1649 1326 1646 1326 1636 1325 1633 1323 1632 1322 1632 1322 1631 1334 1631 1334 1632 1333 1632
1331 1633 1330 1636 17 _pl _cp 1325 1662 _m
_sp 1325 1662 1326 1660 1328 1659 1330 1660 1331 1662 1330 1664 1328 1665 1326 1664 8 _pl _cp
0 g _f _s _s
0 g 1336 1641 _m
_sp 1336 1641 1337 1637 1339 1633 1343 1631 1347 1630 1350 1631 1353 1632 1356 1635 1357 1638 1358 1642 1357 1647 1355 1650 1352 1652 1348 1653 1344 1652
1341 1651 1338 1648 1337 1645 18 _pl _cp 1341 1643 _m
_sp 1341 1643 1342 1638 1343 1635 1345 1633 1348 1632 1350 1633 1352 1634 1353 1637 1354 1640 1353 1645 1352 1648 1350 1650 1347 1651 1344 1651 1343 1649
1341 1647 1341 1644 1341 1643 18 _pl _cp
0 g _f _s _s
0 g 1367 1654 _m
_sp 1367 1654 1367 1654 1360 1651 1360 1650 1360 1650 1363 1649 1363 1646 1363 1636 1363 1633 1360 1632 1360 1632 1360 1631 1371 1631 1371 1632 1370 1632
1368 1633 1367 1636 1367 1647 1369 1649 1370 1650 1372 1651 1373 1651 1374 1651 1375 1649 1376 1647 1376 1644 1376 1636 1376 1633 1373 1632 1373 1632
1373 1631 1384 1631 1384 1632 1383 1632 1381 1633 1381 1636 1381 1646 1380 1649 1379 1651 1377 1653 1374 1653 1372 1653 1371 1652 1369 1651 1367 1649
45 _pl _cp
0 g _f _s _s
0 g 1099 1592 _m
_sp 1099 1592 1101 1581 1102 1581 1103 1582 1104 1583 1104 1583 1104 1582 1107 1582 1109 1581 1111 1581 1115 1582 1118 1584 1120 1586 1121 1590 1121 1593
1120 1595 1118 1597 1116 1599 1111 1601 1108 1603 1107 1605 1105 1606 1105 1608 1106 1610 1107 1612 1108 1613 1110 1613 1113 1612 1115 1611 1116 1610
1117 1609 1118 1607 1119 1604 1121 1604 1120 1615 1118 1615 1118 1614 1117 1613 1116 1613 1115 1613 1113 1614 1112 1615 1110 1615 1106 1614 1104 1612
1102 1610 1101 1606 1101 1604 1102 1601 1103 1600 1105 1599 1106 1598 1108 1597 1112 1595 1114 1594 1115 1592 1116 1591 1116 1589 1116 1586 1115 1585
1113 1583 1111 1583 1110 1583 1108 1584 1107 1584 1105 1585 1104 1586 1103 1587 1102 1589 1101 1592 70 _pl _cp
0 g _f _s _s
0 g 1146 1582 _m
_sp 1146 1582 1150 1583 1153 1586 1156 1589 1157 1593 1158 1598 1157 1603 1156 1607 1154 1610 1151 1613 1147 1614 1142 1615 1138 1614 1134 1613 1131 1610
1128 1607 1127 1603 1126 1598 1126 1593 1128 1589 1130 1586 1133 1584 1137 1582 1138 1581 1139 1580 1141 1578 1142 1577 1143 1576 1144 1576 1146 1575
1147 1574 1149 1574 1152 1574 1154 1573 1156 1573 1157 1573 1158 1573 1158 1574 1158 1574 1158 1574 1154 1575 1151 1577 1148 1579 43 _pl _cp 1132 1598 _m
_sp 1132 1598 1132 1593 1134 1588 1136 1585 1139 1584 1142 1583 1146 1584 1149 1585 1151 1588 1152 1592 1153 1597 1152 1602 1151 1607 1149 1610 1146 1612
1142 1613 1139 1612 1136 1610 1134 1607 1132 1603 20 _pl _cp
0 g _f _s _s
0 g 1188 1590 _m
_sp 1188 1590 1187 1588 1186 1586 1184 1585 1183 1585 1180 1584 1177 1584 1174 1584 1171 1584 1170 1586 1170 1608 1170 1610 1171 1612 1172 1613 1174 1613
1175 1613 1175 1614 1161 1614 1161 1613 1161 1613 1163 1613 1165 1612 1165 1610 1165 1608 1165 1588 1165 1586 1165 1584 1163 1583 1161 1583 1161 1583
1161 1582 1187 1582 1190 1590 33 _pl _cp
0 g _f _s _s
0 g 1217 1596 _m
_sp 1217 1596 1220 1596 1223 1596 1224 1596 1226 1596 1227 1597 1229 1598 1231 1599 1232 1600 1232 1602 1233 1603 1233 1605 1233 1607 1232 1608 1231 1610
1230 1611 1229 1612 1227 1613 1225 1614 1223 1614 1220 1614 1217 1614 1207 1614 1207 1613 1208 1613 1210 1613 1211 1612 1212 1610 1212 1608 1212 1588
1212 1586 1211 1584 1210 1583 1208 1583 1207 1583 1207 1582 1221 1582 1221 1583 1221 1583 1219 1583 1218 1584 1217 1586 1217 1588 43 _pl _cp 1217 1598 _m
_sp 1217 1598 1220 1598 1223 1598 1225 1600 1227 1602 1227 1605 1226 1608 1225 1610 1222 1612 1218 1612 1217 1612 1217 1609 12 _pl _cp
0 g _f _s _s
0 g 1242 1605 _m
_sp 1242 1605 1241 1605 1234 1602 1234 1601 1235 1601 1237 1600 1238 1597 1238 1586 1237 1583 1235 1583 1234 1583 1234 1582 1246 1582 1246 1583 1245 1583
1242 1583 1242 1586 1242 1597 1244 1600 1245 1601 1245 1601 1246 1600 1247 1599 1248 1599 1249 1600 1250 1601 1249 1603 1247 1604 1246 1604 1245 1603
1243 1602 1242 1600 32 _pl _cp
0 g _f _s _s
0 g 1252 1592 _m
_sp 1252 1592 1253 1588 1255 1584 1258 1582 1263 1581 1266 1582 1269 1583 1272 1586 1273 1589 1274 1593 1273 1598 1271 1601 1267 1603 1263 1604 1259 1603
1256 1602 1254 1599 1252 1596 18 _pl _cp 1256 1594 _m
_sp 1256 1594 1257 1589 1258 1586 1260 1584 1263 1583 1266 1584 1268 1585 1269 1588 1269 1591 1268 1596 1267 1599 1265 1601 1262 1602 1259 1601 1258 1600
1256 1598 1256 1595 1256 1594 18 _pl _cp
0 g _f _s _s
0 g 1295 1589 _m
_sp 1295 1589 1293 1587 1292 1586 1290 1585 1288 1585 1285 1586 1283 1588 1281 1590 1280 1594 1281 1597 1282 1600 1284 1601 1287 1602 1289 1602 1290 1600
1291 1598 1292 1597 1294 1598 1295 1599 1294 1601 1293 1603 1290 1604 1287 1604 1283 1603 1280 1602 1278 1599 1277 1596 1276 1592 1277 1588 1279 1584
1282 1582 1286 1581 1288 1581 1289 1582 1291 1583 1292 1584 1293 1585 1294 1586 1295 1587 1296 1589 40 _pl _cp
0 g _f _s _s
0 g 1302 1595 _m
_sp 1302 1595 1317 1595 1316 1599 1314 1602 1312 1603 1308 1604 1304 1603 1301 1601 1299 1597 1298 1592 1299 1588 1301 1584 1303 1582 1307 1581 1311 1582
1314 1583 1316 1586 1318 1589 1317 1590 1316 1588 1314 1586 1312 1585 1309 1584 1306 1585 1304 1587 1303 1591 1302 1595 1302 1595 28 _pl _cp 1312 1597 _m
_sp 1312 1597 1311 1599 1310 1601 1309 1602 1307 1602 1305 1602 1303 1601 1302 1599 1302 1597 9 _pl _cp
0 g _f _s _s
0 g 1320 1582 _m
_sp 1320 1582 1321 1582 1321 1582 1322 1582 1323 1582 1324 1582 1327 1581 1329 1581 1332 1582 1335 1583 1336 1585 1337 1587 1336 1590 1335 1592 1334 1593
1332 1593 1331 1594 1328 1595 1326 1596 1324 1598 1323 1599 1323 1600 1323 1601 1324 1602 1326 1603 1328 1603 1330 1603 1332 1602 1333 1600 1334 1597
1335 1597 1335 1604 1334 1604 1334 1603 1333 1603 1333 1603 1332 1603 1330 1604 1329 1604 1328 1604 1325 1604 1322 1603 1321 1601 1320 1598 1320 1596
1321 1595 1323 1593 1326 1592 1329 1590 1332 1588 1333 1586 1332 1584 1329 1583 1326 1583 1324 1584 1323 1585 1322 1586 1322 1587 1321 1589 1320 1589
60 _pl _cp
0 g _f _s _s
0 g 1339 1582 _m
_sp 1339 1582 1340 1582 1341 1582 1341 1582 1342 1582 1343 1582 1346 1581 1348 1581 1351 1582 1354 1583 1355 1585 1356 1587 1355 1590 1354 1592 1353 1593
1352 1593 1350 1594 1347 1595 1345 1596 1343 1598 1342 1599 1342 1600 1342 1601 1343 1602 1345 1603 1347 1603 1349 1603 1351 1602 1352 1600 1353 1597
1354 1597 1354 1604 1353 1604 1353 1603 1352 1603 1352 1603 1351 1603 1349 1604 1348 1604 1347 1604 1344 1604 1341 1603 1340 1601 1339 1598 1339 1596
1341 1595 1342 1593 1345 1592 1348 1590 1351 1588 1352 1586 1351 1584 1348 1583 1345 1583 1343 1584 1342 1585 1341 1586 1341 1587 1340 1589 1339 1589
60 _pl _cp
0 g _f _s _s
0 g 1358 1592 _m
_sp 1358 1592 1359 1588 1361 1584 1365 1582 1369 1581 1373 1582 1376 1583 1378 1586 1379 1589 1380 1593 1379 1598 1377 1601 1374 1603 1370 1604 1366 1603
1363 1602 1360 1599 1359 1596 18 _pl _cp 1363 1594 _m
_sp 1363 1594 1364 1589 1365 1586 1367 1584 1370 1583 1373 1584 1375 1585 1376 1588 1376 1591 1375 1596 1374 1599 1372 1601 1369 1602 1366 1601 1365 1600
1363 1598 1363 1595 1363 1594 18 _pl _cp
0 g _f _s _s
0 g 1390 1605 _m
_sp 1390 1605 1389 1605 1382 1602 1382 1601 1383 1601 1385 1600 1385 1597 1385 1586 1385 1583 1383 1583 1382 1583 1382 1582 1394 1582 1394 1583 1393 1583
1390 1583 1390 1586 1390 1597 1391 1600 1392 1601 1393 1601 1394 1600 1395 1599 1396 1599 1397 1600 1398 1601 1397 1603 1395 1604 1394 1604 1393 1603
1391 1602 1390 1600 32 _pl _cp
0 g _f _s _s
0 g 1273 1327 _m
_sp 1273 1327 1254 1350 1246 1350 1246 1349 1247 1349 1249 1349 1250 1348 1250 1346 1250 1344 1250 1324 1250 1322 1250 1320 1249 1319 1247 1319 1246 1319
1246 1317 1257 1317 1257 1319 1257 1319 1255 1319 1254 1320 1253 1322 1253 1324 1253 1343 1275 1317 1275 1317 1275 1344 1275 1346 1276 1348 1277 1349
1279 1349 1280 1349 1280 1350 1269 1350 1269 1349 1269 1349 1271 1349 1272 1348 1273 1346 1273 1344 40 _pl _cp
0 g _f _s _s
0 g 1282 1328 _m
_sp 1282 1328 1283 1324 1285 1320 1289 1318 1293 1317 1296 1318 1299 1319 1302 1322 1303 1325 1304 1329 1303 1333 1301 1337 1298 1339 1294 1340 1290 1339
1287 1338 1284 1335 1283 1332 18 _pl _cp 1287 1330 _m
_sp 1287 1330 1288 1325 1289 1322 1291 1320 1294 1319 1296 1320 1298 1321 1299 1324 1300 1327 1299 1332 1298 1335 1296 1337 1293 1338 1290 1337 1289 1336
1287 1333 1287 1330 1287 1330 18 _pl _cp
0 g _f _s _s
0 g 1313 1341 _m
_sp 1313 1341 1313 1341 1306 1338 1306 1336 1306 1336 1309 1336 1309 1333 1309 1322 1309 1319 1306 1318 1306 1318 1306 1317 1317 1317 1317 1318 1316 1318
1314 1319 1313 1322 1313 1334 1315 1335 1316 1336 1318 1337 1319 1337 1320 1337 1321 1336 1322 1334 1322 1330 1322 1322 1322 1319 1319 1318 1319 1318
1319 1317 1330 1317 1330 1318 1329 1318 1327 1319 1327 1322 1327 1333 1326 1336 1325 1338 1323 1339 1320 1340 1318 1340 1317 1339 1315 1338 1313 1336
45 _pl _cp
0 g _f _s _s
0 g 1332 1330 _m
_sp 1332 1330 1332 1327 1345 1327 1345 1330 4 _pl _cp
0 g _f _s _s
0 g 1349 1327 _m
_sp 1349 1327 1351 1317 1352 1317 1352 1318 1353 1318 1354 1318 1354 1318 1356 1317 1358 1317 1360 1317 1365 1318 1368 1319 1370 1322 1371 1326 1371 1328
1370 1330 1368 1332 1365 1334 1361 1337 1358 1339 1357 1341 1355 1342 1355 1344 1355 1346 1356 1347 1358 1349 1360 1349 1362 1348 1364 1347 1365 1346
1367 1344 1368 1343 1369 1340 1370 1340 1369 1351 1368 1351 1367 1349 1366 1349 1366 1349 1365 1349 1362 1350 1361 1351 1359 1351 1356 1350 1353 1348
1352 1346 1351 1342 1351 1340 1352 1337 1353 1336 1354 1335 1356 1334 1358 1333 1361 1330 1363 1329 1365 1327 1366 1326 1366 1324 1365 1322 1364 1320
1362 1319 1360 1319 1358 1319 1355 1321 1354 1322 1353 1323 1352 1325 1351 1327 68 _pl _cp
0 g _f _s _s
0 g 1395 1317 _m
_sp 1395 1317 1399 1319 1403 1321 1406 1325 1407 1329 1408 1334 1407 1339 1406 1343 1403 1346 1400 1349 1396 1350 1392 1351 1387 1350 1383 1349 1380 1346
1378 1343 1376 1339 1376 1334 1376 1329 1378 1325 1380 1322 1383 1319 1387 1317 1389 1315 1391 1313 1393 1312 1394 1312 1396 1311 1397 1310 1399 1309
1402 1309 1404 1309 1406 1309 1407 1309 1408 1309 1408 1310 1408 1310 1407 1310 1404 1311 1400 1312 1397 1314 41 _pl _cp 1381 1334 _m
_sp 1381 1334 1381 1329 1383 1324 1385 1321 1388 1320 1392 1319 1395 1320 1398 1321 1400 1324 1401 1328 1402 1333 1401 1338 1400 1343 1398 1346 1395 1348
1392 1349 1388 1348 1385 1346 1383 1343 1381 1339 20 _pl _cp
0 g _f _s _s
0 g 1438 1326 _m
_sp 1438 1326 1436 1324 1435 1322 1433 1321 1432 1320 1430 1320 1427 1320 1423 1320 1420 1320 1420 1322 1420 1344 1420 1346 1421 1348 1422 1349 1424 1349
1424 1349 1424 1350 1410 1350 1410 1349 1411 1349 1413 1349 1414 1348 1415 1346 1415 1344 1415 1324 1415 1322 1414 1320 1413 1319 1411 1319 1410 1319
1410 1317 1437 1317 1439 1326 33 _pl _cp
0 g _f _s _s
0 g 1256 1282 _m
_sp 1256 1282 1259 1282 1262 1282 1263 1282 1265 1282 1266 1283 1268 1285 1269 1286 1270 1287 1271 1288 1272 1290 1272 1291 1272 1293 1271 1295 1270 1296
1269 1298 1268 1299 1266 1300 1264 1301 1262 1301 1259 1301 1256 1301 1246 1301 1246 1300 1247 1300 1249 1300 1250 1299 1250 1297 1250 1295 1250 1275
1250 1272 1250 1271 1249 1270 1247 1270 1246 1270 1246 1268 1260 1268 1260 1270 1259 1270 1257 1270 1256 1271 1256 1272 1256 1275 43 _pl _cp 1256 1285 _m
_sp 1256 1285 1258 1285 1262 1285 1264 1287 1266 1289 1266 1292 1265 1295 1264 1297 1261 1298 1257 1299 1256 1298 1256 1295 12 _pl _cp
0 g _f _s _s
0 g 1281 1291 _m
_sp 1281 1291 1280 1291 1273 1289 1273 1287 1274 1287 1276 1287 1276 1284 1276 1273 1276 1270 1274 1269 1273 1269 1273 1268 1285 1268 1285 1269 1284 1269
1281 1270 1281 1273 1281 1284 1282 1286 1283 1287 1284 1287 1285 1287 1286 1286 1287 1286 1288 1287 1289 1288 1288 1290 1286 1291 1285 1291 1284 1290
1282 1289 1281 1287 32 _pl _cp
0 g _f _s _s
0 g 1290 1279 _m
_sp 1290 1279 1291 1275 1293 1271 1297 1269 1301 1268 1305 1269 1308 1270 1310 1273 1311 1276 1312 1280 1311 1284 1309 1288 1306 1290 1302 1291 1298 1290
1295 1289 1292 1286 1291 1283 18 _pl _cp 1295 1281 _m
_sp 1295 1281 1296 1276 1297 1272 1299 1270 1302 1269 1305 1270 1307 1272 1308 1274 1308 1278 1307 1282 1306 1286 1304 1288 1301 1289 1298 1288 1297 1287
1295 1284 1295 1281 1295 1281 18 _pl _cp
0 g _f _s _s
0 g 1334 1276 _m
_sp 1334 1276 1332 1274 1330 1272 1329 1271 1327 1271 1324 1272 1321 1274 1320 1277 1319 1281 1320 1284 1321 1287 1323 1288 1325 1289 1327 1289 1329 1286
1330 1284 1331 1283 1333 1284 1333 1286 1332 1288 1331 1289 1329 1291 1326 1291 1322 1290 1319 1289 1317 1286 1316 1283 1315 1279 1316 1274 1318 1271
1321 1269 1325 1268 1327 1268 1328 1269 1330 1269 1331 1270 1332 1271 1333 1273 1333 1274 1334 1276 40 _pl _cp
0 g _f _s _s
0 g 1340 1282 _m
_sp 1340 1282 1356 1282 1355 1286 1353 1288 1350 1290 1347 1291 1343 1290 1340 1288 1338 1284 1337 1279 1338 1274 1339 1271 1342 1269 1346 1268 1349 1269
1352 1270 1355 1273 1357 1276 1356 1277 1355 1274 1353 1273 1352 1272 1351 1271 1349 1270 1348 1270 1345 1271 1343 1273 1341 1277 1340 1281 1340 1281
30 _pl _cp 1351 1283 _m
_sp 1351 1283 1350 1286 1349 1288 1348 1289 1346 1289 1344 1289 1342 1288 1341 1286 1340 1283 9 _pl _cp
0 g _f _s _s
0 g 1359 1268 _m
_sp 1359 1268 1360 1268 1360 1268 1361 1268 1362 1268 1363 1268 1365 1268 1367 1268 1370 1268 1373 1270 1374 1271 1375 1274 1375 1276 1373 1278 1372 1279
1371 1280 1369 1281 1367 1282 1365 1283 1363 1284 1362 1285 1362 1286 1363 1288 1366 1289 1369 1289 1371 1288 1372 1286 1373 1283 1374 1283 1374 1290
1373 1290 1372 1290 1372 1290 1372 1290 1371 1290 1369 1290 1368 1291 1366 1291 1363 1290 1361 1289 1360 1287 1359 1285 1359 1283 1360 1281 1362 1280
1364 1278 1368 1277 1370 1276 1371 1275 1372 1273 1372 1272 1372 1271 1371 1270 1369 1269 1367 1269 1365 1270 1362 1271 1361 1273 1360 1276 1359 1276
60 _pl _cp
0 g _f _s _s
0 g 1378 1268 _m
_sp 1378 1268 1379 1268 1379 1268 1380 1268 1381 1268 1382 1268 1385 1268 1387 1268 1390 1268 1393 1270 1394 1271 1395 1274 1394 1276 1393 1278 1392 1279
1390 1280 1389 1281 1386 1282 1384 1283 1382 1284 1381 1285 1381 1286 1381 1287 1382 1288 1384 1289 1386 1289 1388 1289 1390 1288 1391 1286 1392 1283
1393 1283 1393 1290 1392 1290 1392 1290 1391 1290 1391 1290 1390 1290 1388 1290 1387 1291 1385 1291 1382 1290 1380 1289 1379 1287 1378 1285 1378 1283
1379 1281 1381 1280 1384 1278 1387 1277 1389 1276 1390 1275 1391 1273 1391 1272 1390 1270 1387 1269 1384 1270 1382 1271 1381 1272 1380 1273 1380 1274
1379 1276 1378 1276 62 _pl _cp
0 g _f _s _s
0 g 1397 1279 _m
_sp 1397 1279 1398 1275 1400 1271 1404 1269 1408 1268 1411 1269 1414 1270 1417 1273 1418 1276 1419 1280 1418 1284 1416 1288 1413 1290 1408 1291 1404 1290
1401 1289 1399 1286 1398 1283 18 _pl _cp 1402 1281 _m
_sp 1402 1281 1403 1276 1404 1272 1406 1270 1409 1269 1411 1270 1413 1272 1414 1274 1415 1278 1414 1282 1413 1286 1410 1288 1407 1289 1405 1288 1403 1287
1402 1284 1402 1281 1402 1281 18 _pl _cp
0 g _f _s _s
0 g 1428 1291 _m
_sp 1428 1291 1428 1291 1421 1289 1421 1287 1421 1287 1424 1287 1424 1284 1424 1273 1424 1270 1421 1269 1420 1269 1420 1268 1433 1268 1433 1269 1431 1269
1429 1270 1428 1273 1428 1284 1430 1286 1431 1287 1432 1287 1433 1287 1434 1286 1435 1286 1436 1287 1437 1288 1436 1290 1434 1291 1433 1291 1431 1290
1430 1289 1428 1287 32 _pl _cp
0 g _f _s _s
0 g 1682 1301 _m
_sp 1682 1301 1670 1317 1664 1317 1664 1316 1665 1316 1667 1316 1667 1313 1667 1300 1667 1297 1665 1296 1664 1296 1664 1295 1672 1295 1672 1296 1671 1296
1669 1297 1669 1300 1669 1312 1683 1295 1684 1295 1684 1313 1684 1316 1686 1316 1687 1316 1687 1317 1679 1317 1679 1316 1680 1316 1682 1316 1682 1313
30 _pl _cp
0 g _f _s _s
0 g 1688 1302 _m
_sp 1688 1302 1689 1299 1690 1297 1692 1296 1695 1295 1698 1296 1701 1297 1702 1300 1703 1303 1702 1306 1701 1308 1699 1309 1696 1310 1693 1309 1690 1308
1689 1305 16 _pl _cp 1691 1304 _m
_sp 1691 1304 1691 1301 1692 1298 1694 1297 1696 1296 1697 1296 1699 1298 1700 1299 1700 1302 1700 1305 1699 1307 1697 1308 1695 1309 1694 1309 1692 1308
1691 1306 1691 1304 1691 1304 18 _pl _cp
0 g _f _s _s
0 g 1709 1311 _m
_sp 1709 1311 1709 1311 1704 1309 1704 1308 1704 1308 1706 1308 1706 1306 1706 1299 1706 1296 1704 1296 1704 1296 1704 1295 1711 1295 1711 1296 1711 1296
1709 1296 1709 1299 1709 1306 1711 1308 1712 1309 1713 1309 1714 1308 1715 1306 1715 1304 1715 1299 1715 1296 1713 1296 1713 1296 1713 1295 1720 1295
1720 1296 1720 1296 1718 1296 1718 1299 1718 1306 1717 1309 1714 1310 1712 1310 1709 1308 39 _pl _cp
0 g _f _s _s
0 g 1722 1304 _m
_sp 1722 1304 1722 1302 1730 1302 1730 1304 4 _pl _cp
0 g _f _s _s
0 g 1733 1302 _m
_sp 1733 1302 1734 1295 1735 1295 1735 1296 1736 1296 1736 1296 1736 1296 1738 1295 1739 1295 1740 1295 1743 1295 1745 1297 1747 1298 1747 1301 1747 1303
1746 1304 1745 1306 1744 1307 1741 1309 1738 1311 1737 1313 1738 1315 1740 1316 1742 1316 1743 1315 1744 1314 1745 1313 1745 1312 1746 1310 1747 1310
1746 1317 1745 1317 1745 1317 1744 1316 1744 1316 1743 1317 1742 1317 1741 1318 1740 1318 1737 1317 1736 1316 1734 1314 1734 1312 1734 1311 1735 1309
1736 1307 1739 1305 1741 1304 1743 1302 1744 1300 1743 1297 1740 1296 1739 1297 1737 1298 1735 1300 1734 1302 56 _pl _cp
0 g _f _s _s
0 g 1764 1295 _m
_sp 1764 1295 1767 1296 1770 1299 1771 1302 1772 1306 1771 1310 1770 1313 1767 1316 1764 1317 1761 1318 1757 1317 1754 1316 1752 1313 1750 1310 1750 1306
1751 1302 1752 1299 1755 1297 1758 1295 1760 1294 1761 1292 1763 1291 1765 1290 1767 1290 1768 1290 1770 1290 1771 1290 1771 1290 1772 1290 1772 1290
1772 1290 1772 1290 1770 1291 1767 1292 1765 1293 35 _pl _cp 1754 1306 _m
_sp 1754 1306 1755 1302 1756 1299 1758 1297 1761 1296 1764 1297 1766 1299 1768 1302 1768 1306 1768 1310 1766 1313 1764 1315 1761 1316 1758 1315 1756 1313
1755 1310 16 _pl _cp
0 g _f _s _s
0 g 1792 1301 _m
_sp 1792 1301 1791 1300 1790 1299 1788 1297 1785 1297 1782 1297 1780 1297 1780 1299 1780 1313 1780 1316 1782 1316 1783 1316 1783 1317 1774 1317 1774 1316
1774 1316 1776 1316 1777 1313 1777 1300 1776 1297 1774 1296 1774 1296 1774 1295 1791 1295 1793 1301 25 _pl _cp
0 g _f _s _s
0 g 1708 1284 _m
_sp 1708 1284 1708 1284 1709 1284 1711 1283 1711 1280 1711 1267 1711 1264 1709 1264 1708 1264 1708 1263 1717 1263 1720 1263 1723 1264 1725 1265 1727 1266
1728 1268 1729 1270 1730 1272 1730 1274 1730 1276 1729 1278 1728 1279 1727 1281 1725 1283 1723 1284 1719 1284 1715 1284 27 _pl _cp 1715 1267 _m
_sp 1715 1267 1715 1265 1715 1264 1716 1264 1719 1264 1721 1265 1723 1266 1725 1268 1726 1270 1726 1273 1726 1275 1725 1277 1725 1279 1724 1280 1722 1281
1721 1282 1719 1283 1717 1283 1716 1283 1715 1283 1715 1283 1715 1282 1715 1280 23 _pl _cp
0 g _f _s _s
0 g 1740 1272 _m
_sp 1740 1272 1738 1271 1736 1270 1734 1269 1733 1268 1732 1266 1733 1263 1736 1262 1738 1263 1740 1265 1741 1263 1742 1262 1744 1263 1745 1264 1745 1265
1745 1264 1744 1264 1743 1264 1743 1266 1743 1272 1743 1273 1743 1274 1743 1275 1743 1275 1742 1276 1741 1277 1740 1278 1738 1278 1736 1278 1734 1277
1733 1275 1733 1274 1733 1273 1734 1272 1735 1273 1736 1274 1736 1274 1736 1274 1736 1275 1736 1275 1736 1275 1737 1276 1738 1277 1740 1276 1740 1273
45 _pl _cp 1740 1271 _m
_sp 1740 1271 1739 1270 1736 1269 1735 1267 1736 1265 1737 1264 1739 1265 1740 1266 8 _pl _cp
0 g _f _s _s
0 g 1746 1277 _m
_sp 1746 1277 1746 1276 1748 1276 1748 1267 1748 1265 1749 1263 1750 1262 1751 1262 1753 1263 1755 1265 1755 1265 1754 1264 1753 1264 1752 1265 1751 1267
1751 1276 1754 1276 1754 1277 1751 1277 1751 1282 1750 1282 1749 1280 1748 1278 1747 1278 24 _pl _cp
0 g _f _s _s
0 g 1764 1272 _m
_sp 1764 1272 1762 1271 1759 1270 1757 1269 1756 1268 1756 1266 1757 1263 1759 1262 1760 1262 1762 1263 1763 1264 1764 1265 1765 1263 1766 1262 1768 1263
1769 1264 1769 1265 1769 1264 1768 1264 1767 1264 1767 1266 1767 1272 1767 1273 1767 1274 1767 1275 1767 1275 1766 1276 1765 1277 1763 1278 1762 1278
1760 1278 1758 1277 1757 1275 1756 1274 1757 1273 1758 1272 1759 1273 1760 1274 1760 1274 1760 1274 1759 1275 1759 1275 1759 1275 1760 1276 1762 1277
1764 1276 1764 1273 47 _pl _cp 1764 1271 _m
_sp 1764 1271 1762 1270 1760 1269 1759 1267 1760 1265 1761 1264 1763 1265 1764 1266 8 _pl _cp
0 g _f _s _s
0 g 1017 1297 _m
_sp 1017 1297 1018 1290 1019 1290 1020 1291 1020 1291 1021 1291 1021 1291 1022 1290 1024 1290 1025 1290 1028 1290 1030 1292 1031 1293 1032 1296 1032 1298
1031 1299 1030 1301 1028 1302 1025 1303 1023 1304 1022 1306 1021 1307 1021 1308 1022 1310 1025 1311 1027 1311 1028 1310 1029 1309 1030 1308 1030 1307
1031 1305 1031 1305 1031 1312 1030 1312 1030 1312 1029 1311 1029 1311 1028 1312 1026 1312 1025 1312 1024 1312 1022 1312 1020 1311 1019 1309 1018 1307
1019 1305 1019 1303 1021 1302 1023 1300 1025 1299 1028 1297 1029 1295 1028 1292 1025 1291 1023 1292 1021 1292 1020 1293 1020 1294 1019 1296 1018 1297
60 _pl _cp
0 g _f _s _s
0 g 1048 1290 _m
_sp 1048 1290 1052 1291 1054 1294 1056 1297 1057 1301 1056 1306 1054 1309 1050 1311 1046 1312 1042 1311 1038 1309 1036 1306 1035 1301 1036 1297 1037 1294
1040 1292 1043 1290 1044 1289 1046 1287 1048 1286 1049 1285 1051 1285 1052 1285 1054 1285 1055 1285 1056 1285 1057 1285 1057 1285 1056 1285 1056 1285
1054 1286 1051 1287 1049 1288 33 _pl _cp 1039 1301 _m
_sp 1039 1301 1039 1297 1041 1294 1043 1292 1046 1291 1049 1292 1051 1294 1052 1297 1053 1301 1052 1305 1051 1308 1049 1310 1046 1311 1043 1310 1041 1308
1040 1305 16 _pl _cp
0 g _f _s _s
0 g 1076 1296 _m
_sp 1076 1296 1075 1294 1075 1293 1074 1292 1073 1292 1071 1292 1069 1292 1067 1292 1065 1292 1065 1293 1065 1308 1065 1311 1067 1311 1067 1311 1067 1312
1058 1312 1058 1311 1058 1311 1061 1311 1061 1308 1061 1294 1061 1292 1058 1291 1058 1291 1058 1290 1076 1290 1077 1296 27 _pl _cp
0 g _f _s _s
0 g 1016 1279 _m
_sp 1016 1279 1016 1279 1017 1279 1019 1278 1019 1275 1019 1262 1019 1259 1017 1258 1016 1258 1016 1258 1025 1258 1028 1258 1031 1259 1033 1260 1035 1261
1036 1263 1037 1265 1038 1266 1038 1268 1038 1270 1037 1272 1036 1274 1035 1276 1033 1278 1031 1279 1027 1279 1023 1279 27 _pl _cp 1023 1262 _m
_sp 1023 1262 1023 1260 1023 1259 1024 1259 1027 1259 1029 1260 1031 1261 1033 1263 1034 1265 1034 1268 1034 1270 1033 1272 1033 1273 1032 1275 1030 1276
1029 1277 1027 1278 1025 1278 1024 1278 1023 1278 1023 1278 1023 1277 1023 1275 23 _pl _cp
0 g _f _s _s
0 g 1048 1267 _m
_sp 1048 1267 1046 1266 1044 1265 1042 1264 1041 1263 1040 1261 1041 1258 1044 1257 1046 1258 1048 1259 1049 1258 1050 1257 1052 1258 1053 1259 1053 1260
1053 1259 1052 1259 1051 1259 1051 1261 1051 1267 1051 1268 1051 1269 1051 1270 1051 1270 1050 1271 1049 1272 1048 1273 1046 1273 1044 1273 1042 1272
1041 1270 1041 1269 1041 1268 1042 1267 1043 1268 1044 1269 1044 1269 1044 1269 1044 1270 1044 1270 1044 1270 1045 1271 1046 1272 1048 1271 1048 1268
45 _pl _cp 1048 1266 _m
_sp 1048 1266 1047 1265 1044 1264 1043 1262 1044 1260 1045 1259 1047 1259 1048 1261 8 _pl _cp
0 g _f _s _s
0 g 1054 1272 _m
_sp 1054 1272 1054 1271 1056 1271 1056 1262 1056 1260 1057 1258 1058 1257 1059 1257 1061 1258 1063 1260 1063 1260 1062 1259 1061 1259 1060 1260 1059 1261
1059 1271 1062 1271 1062 1272 1059 1272 1059 1277 1058 1277 1057 1275 1056 1273 1055 1272 24 _pl _cp
0 g _f _s _s
0 g 1072 1267 _m
_sp 1072 1267 1070 1266 1067 1265 1065 1264 1065 1263 1064 1261 1065 1258 1067 1257 1070 1258 1072 1259 1073 1258 1074 1257 1076 1258 1077 1259 1077 1260
1077 1259 1076 1259 1075 1259 1075 1261 1075 1267 1075 1268 1075 1269 1075 1270 1075 1270 1074 1271 1073 1272 1071 1273 1070 1273 1068 1273 1066 1272
1065 1270 1065 1269 1065 1268 1066 1267 1067 1268 1068 1269 1068 1269 1068 1269 1067 1270 1067 1270 1067 1270 1068 1271 1070 1272 1072 1271 1072 1268
45 _pl _cp 1072 1266 _m
_sp 1072 1266 1070 1265 1068 1264 1067 1262 1068 1260 1069 1259 1071 1259 1072 1261 8 _pl _cp
0 g _f _s _s
0 g 984 1090 _m
_sp 984 1090 986 1076 988 1076 989 1078 990 1078 991 1078 991 1078 994 1077 996 1076 997 1076 999 1076 1000 1076 1004 1077 1008 1078 1011 1081
1013 1084 1014 1088 1014 1091 1012 1094 1010 1097 1006 1100 1001 1103 997 1106 994 1108 992 1110 992 1112 993 1115 994 1117 996 1118 999 1118
1001 1118 1002 1118 1004 1117 1005 1116 1007 1114 1008 1113 1010 1110 1011 1107 1012 1107 1011 1121 1010 1121 1009 1119 1007 1119 1007 1119 1006 1119
1002 1120 1000 1121 998 1121 994 1120 991 1119 988 1116 987 1113 986 1110 986 1108 987 1107 987 1105 988 1103 990 1102 991 1100 993 1099
996 1097 1001 1094 1004 1092 1006 1090 1007 1088 1007 1086 1006 1083 1005 1081 1002 1080 999 1079 997 1079 996 1080 994 1080 992 1081 991 1083
989 1085 988 1087 986 1090 78 _pl _cp
0 g _f _s _s
0 g 1046 1077 _m
_sp 1046 1077 1050 1078 1054 1080 1057 1082 1059 1086 1061 1089 1063 1094 1063 1099 1062 1104 1061 1109 1058 1113 1055 1116 1051 1119 1046 1120 1041 1121
1036 1120 1032 1119 1028 1116 1024 1113 1022 1109 1020 1104 1020 1099 1020 1094 1022 1089 1024 1085 1027 1082 1030 1079 1035 1077 1036 1076 1037 1074
1039 1073 1041 1071 1043 1070 1044 1069 1046 1068 1048 1067 1051 1066 1054 1066 1057 1065 1060 1065 1062 1065 1063 1065 1063 1067 1063 1067 1062 1067
1058 1067 1055 1069 1051 1071 1048 1074 49 _pl _cp 1027 1099 _m
_sp 1027 1099 1027 1093 1029 1088 1031 1084 1034 1081 1037 1080 1041 1079 1045 1080 1049 1081 1051 1084 1053 1088 1055 1092 1055 1098 1055 1104 1053 1109
1051 1113 1049 1116 1045 1117 1041 1118 1037 1117 1034 1116 1031 1113 1029 1109 1027 1105 24 _pl _cp
0 g _f _s _s
0 g 1102 1088 _m
_sp 1102 1088 1101 1086 1101 1085 1100 1084 1099 1083 1097 1082 1095 1081 1092 1080 1088 1080 1083 1080 1080 1081 1079 1083 1079 1112 1079 1115 1080 1117
1082 1119 1084 1119 1085 1119 1085 1120 1066 1120 1066 1119 1067 1119 1069 1119 1071 1117 1072 1115 1072 1112 1072 1085 1072 1082 1071 1080 1069 1079
1067 1079 1066 1079 1066 1077 1101 1077 1105 1088 35 _pl _cp
0 g _f _s _s
0 g 1141 1101 _m
_sp 1141 1101 1141 1117 1153 1117 1157 1117 1159 1116 1160 1114 1161 1111 1164 1111 1163 1120 1128 1120 1128 1119 1129 1119 1131 1119 1133 1117 1134 1115
1134 1112 1134 1085 1134 1082 1133 1080 1131 1079 1129 1079 1128 1079 1128 1077 1164 1077 1167 1088 1165 1088 1164 1086 1163 1085 1162 1084 1161 1083
1159 1082 1157 1081 1154 1080 1151 1080 1145 1080 1142 1081 1141 1083 1141 1098 1150 1098 1154 1098 1156 1097 1157 1095 1158 1092 1160 1092 1160 1107
1158 1107 1157 1104 1156 1102 1154 1101 1150 1101 50 _pl _cp
0 g _f _s _s
0 g 1178 1108 _m
_sp 1178 1108 1177 1108 1167 1104 1167 1102 1168 1102 1170 1102 1171 1101 1172 1100 1172 1097 1172 1083 1172 1081 1171 1079 1170 1078 1168 1078 1167 1078
1167 1077 1182 1077 1182 1078 1182 1078 1180 1078 1179 1079 1178 1081 1178 1083 1178 1099 1180 1101 1182 1103 1183 1104 1185 1104 1187 1103 1188 1102
1189 1099 1189 1094 1189 1083 1189 1081 1189 1079 1188 1078 1186 1078 1185 1078 1185 1077 1200 1077 1200 1078 1199 1078 1197 1078 1196 1079 1195 1081
1195 1083 1195 1098 1194 1102 1193 1104 1190 1106 1187 1107 1185 1107 1183 1106 1181 1104 1178 1102 55 _pl _cp
0 g _f _s _s
0 g 1218 1085 _m
_sp 1218 1085 1212 1100 1212 1101 1211 1102 1211 1103 1211 1103 1212 1104 1214 1105 1214 1105 1214 1106 1201 1106 1201 1105 1203 1104 1204 1104 1205 1102
1206 1100 1216 1076 1217 1076 1227 1100 1228 1102 1230 1104 1231 1104 1232 1105 1232 1106 1222 1106 1222 1105 1225 1104 1225 1103 1225 1103 1225 1103
1225 1102 1225 1102 1225 1101 1224 1100 34 _pl _cp
0 g _f _s _s
0 g 1245 1108 _m
_sp 1245 1108 1244 1108 1234 1104 1234 1102 1235 1102 1237 1102 1238 1101 1239 1100 1239 1097 1239 1083 1239 1081 1239 1079 1237 1078 1235 1078 1234 1078
1234 1077 1250 1077 1250 1078 1249 1078 1247 1078 1246 1079 1245 1081 1245 1083 23 _pl _cp 1238 1118 _m
_sp 1238 1118 1239 1116 1242 1115 1244 1116 1245 1118 1244 1121 1242 1122 1239 1121 8 _pl _cp
0 g _f _s _s
0 g 1262 1108 _m
_sp 1262 1108 1261 1108 1251 1104 1251 1102 1252 1102 1254 1102 1255 1101 1256 1100 1256 1097 1256 1083 1256 1081 1255 1079 1254 1078 1252 1078 1251 1078
1251 1077 1268 1077 1268 1078 1266 1078 1264 1078 1263 1079 1262 1081 1262 1083 1262 1097 1263 1099 1264 1101 1264 1102 1265 1102 1266 1102 1267 1102
1269 1100 1270 1100 1272 1101 1273 1103 1272 1106 1269 1107 1267 1107 1265 1106 1264 1104 1262 1102 40 _pl _cp
0 g _f _s _s
0 g 1275 1091 _m
_sp 1275 1091 1276 1086 1278 1082 1281 1079 1284 1077 1289 1076 1294 1077 1298 1079 1301 1082 1303 1087 1304 1092 1303 1097 1301 1101 1298 1104 1294 1106
1290 1107 1285 1106 1281 1104 1278 1100 1276 1096 20 _pl _cp 1281 1093 _m
_sp 1281 1093 1281 1088 1283 1084 1285 1081 1287 1079 1290 1078 1293 1079 1296 1081 1297 1085 1298 1090 1297 1095 1296 1099 1294 1102 1292 1104 1289 1105
1286 1104 1283 1102 1282 1099 1281 1094 1281 1094 20 _pl _cp
0 g _f _s _s
0 g 1316 1108 _m
_sp 1316 1108 1316 1108 1306 1104 1306 1102 1307 1102 1309 1102 1310 1101 1311 1100 1311 1097 1311 1083 1311 1081 1310 1079 1309 1078 1307 1078 1306 1078
1306 1077 1321 1077 1321 1078 1320 1078 1318 1078 1317 1079 1316 1081 1316 1083 1316 1099 1318 1101 1320 1103 1321 1104 1323 1104 1325 1103 1327 1102
1328 1099 1328 1094 1328 1083 1328 1081 1328 1079 1326 1078 1324 1078 1324 1078 1324 1077 1339 1077 1339 1078 1338 1078 1336 1078 1335 1079 1334 1081
1334 1083 1334 1098 1333 1102 1332 1104 1329 1106 1326 1107 1324 1107 1321 1106 1319 1104 1316 1102 55 _pl _cp
0 g _f _s _s
0 g 1350 1108 _m
_sp 1350 1108 1349 1108 1339 1104 1339 1102 1340 1102 1342 1102 1343 1101 1344 1100 1344 1097 1344 1083 1344 1081 1343 1079 1342 1078 1340 1078 1339 1078
1339 1077 1354 1077 1354 1078 1353 1078 1351 1078 1350 1079 1350 1081 1350 1083 1350 1099 1352 1101 1353 1103 1355 1104 1357 1104 1359 1103 1360 1102
1361 1099 1361 1096 1361 1083 1361 1081 1361 1079 1360 1078 1358 1078 1357 1078 1357 1077 1372 1077 1372 1078 1371 1078 1369 1078 1368 1079 1367 1081
1367 1083 1367 1099 1369 1101 1370 1103 1372 1104 1374 1104 1376 1103 1378 1102 1379 1100 1379 1097 1379 1083 1379 1081 1378 1079 1377 1078 1375 1078
1374 1078 1374 1077 1390 1077 1390 1078 1388 1078 1386 1078 1385 1079 1385 1081 1385 1083 1385 1097 1384 1102 1383 1105 1380 1106 1377 1107 1374 1107
1372 1106 1369 1104 1366 1101 1365 1104 1364 1106 1362 1107 1360 1107 1357 1107 1355 1106 1353 1104 1350 1102 86 _pl _cp
0 g _f _s _s
0 g 1396 1095 _m
_sp 1396 1095 1417 1095 1416 1099 1414 1102 1412 1105 1409 1106 1405 1107 1400 1106 1397 1104 1394 1100 1392 1096 1391 1091 1392 1086 1393 1082 1396 1079
1400 1077 1404 1076 1407 1076 1411 1078 1413 1080 1416 1083 1418 1087 1417 1088 1416 1086 1415 1085 1414 1084 1413 1083 1412 1082 1410 1081 1409 1080
1407 1080 1403 1081 1400 1083 1398 1086 1397 1089 1396 1094 1396 1094 37 _pl _cp 1410 1097 _m
_sp 1410 1097 1409 1100 1408 1103 1406 1104 1403 1105 1401 1104 1399 1103 1397 1100 1396 1097 9 _pl _cp
0 g _f _s _s
0 g 1429 1108 _m
_sp 1429 1108 1429 1108 1419 1104 1419 1102 1420 1102 1422 1102 1423 1101 1424 1100 1424 1097 1424 1083 1424 1081 1423 1079 1422 1078 1420 1078 1419 1078
1419 1077 1434 1077 1434 1078 1433 1078 1431 1078 1430 1079 1429 1081 1429 1083 1429 1099 1431 1101 1433 1103 1435 1104 1437 1104 1439 1103 1440 1102
1441 1099 1441 1094 1441 1083 1441 1081 1441 1079 1439 1078 1437 1078 1437 1078 1437 1077 1452 1077 1452 1078 1451 1078 1449 1078 1448 1079 1447 1081
1447 1083 1447 1098 1446 1102 1445 1104 1442 1106 1439 1107 1437 1107 1434 1106 1432 1104 1429 1102 55 _pl _cp
0 g _f _s _s
0 g 1452 1105 _m
_sp 1452 1105 1452 1104 1456 1104 1456 1085 1456 1081 1458 1078 1459 1077 1462 1076 1464 1076 1466 1077 1468 1079 1470 1081 1469 1082 1467 1080 1465 1079
1464 1079 1463 1081 1462 1082 1462 1085 1462 1104 1468 1104 1468 1106 1462 1106 1462 1115 1461 1115 1460 1113 1459 1111 1457 1109 1456 1108 1454 1107
30 _pl _cp
0 g _f _s _s
0 g 1156 1969 _m
_sp 1156 1969 1144 1942 1143 1940 1142 1938 1141 1937 1140 1937 1140 1936 1149 1936 1149 1937 1149 1937 1147 1937 1146 1939 1146 1939 1146 1939 1146 1940
1146 1940 1147 1941 1147 1942 1149 1946 1161 1946 1163 1942 1164 1940 1164 1938 1163 1937 1162 1937 1161 1937 1161 1936 1174 1936 1174 1937 1172 1937
1171 1938 1170 1940 1169 1942 1157 1969 34 _pl _cp 1150 1948 _m
_sp 1150 1948 1160 1948 1155 1961 3 _pl _cp
0 g _f _s _s
0 g 1183 1955 _m
_sp 1183 1955 1183 1959 1182 1959 1175 1956 1175 1955 1176 1955 1178 1954 1178 1951 1178 1930 1178 1927 1176 1926 1175 1926 1175 1925 1187 1925 1187 1926
1186 1926 1183 1927 1183 1930 1183 1937 1185 1936 1187 1935 1190 1936 1193 1937 1196 1940 1197 1944 1198 1948 1197 1952 1196 1955 1193 1957 1190 1958
1188 1958 1186 1957 1185 1956 33 _pl _cp 1183 1952 _m
_sp 1183 1952 1183 1940 1185 1938 1187 1937 1190 1938 1192 1939 1193 1942 1194 1946 1193 1950 1192 1953 1190 1954 1188 1955 1187 1955 1185 1954 1184 1953
15 _pl _cp
0 g _f _s _s
0 g 1207 1955 _m
_sp 1207 1955 1207 1959 1207 1959 1199 1956 1199 1955 1200 1955 1203 1954 1203 1951 1203 1930 1203 1927 1200 1926 1199 1926 1199 1925 1212 1925 1212 1926
1210 1926 1208 1927 1207 1930 1207 1937 1210 1936 1212 1935 1215 1936 1218 1937 1221 1940 1222 1944 1223 1948 1222 1952 1220 1955 1218 1957 1214 1958
1212 1958 1211 1957 1209 1956 33 _pl _cp 1207 1952 _m
_sp 1207 1952 1207 1940 1208 1939 1210 1938 1211 1937 1212 1937 1215 1938 1217 1939 1218 1942 1218 1946 1218 1950 1217 1953 1215 1954 1212 1955 1211 1955
1210 1954 1208 1953 17 _pl _cp
0 g _f _s _s
0 g 1233 1970 _m
_sp 1233 1970 1232 1970 1225 1967 1225 1966 1226 1966 1228 1966 1229 1962 1229 1940 1228 1937 1226 1937 1225 1937 1225 1936 1237 1936 1237 1937 1236 1937
1233 1937 1233 1940 17 _pl _cp
0 g _f _s _s
0 g 1247 1959 _m
_sp 1247 1959 1246 1959 1239 1956 1239 1955 1239 1955 1242 1954 1242 1951 1242 1940 1242 1937 1239 1937 1239 1937 1239 1936 1250 1936 1250 1937 1249 1937
1247 1937 1247 1940 17 _pl _cp 1241 1967 _m
_sp 1241 1967 1242 1965 1244 1964 1246 1965 1247 1967 1246 1969 1244 1970 1242 1969 8 _pl _cp
0 g _f _s _s
0 g 1271 1943 _m
_sp 1271 1943 1269 1941 1268 1940 1266 1939 1264 1939 1261 1940 1259 1942 1257 1944 1256 1948 1257 1951 1258 1954 1260 1955 1263 1956 1265 1956 1266 1954
1267 1952 1269 1951 1270 1952 1271 1953 1270 1955 1269 1957 1266 1958 1264 1958 1260 1957 1257 1956 1254 1953 1253 1950 1252 1946 1253 1942 1255 1938
1258 1936 1262 1935 1264 1935 1266 1936 1267 1937 1268 1938 1269 1939 1270 1940 1271 1941 1272 1943 40 _pl _cp
0 g _f _s _s
0 g 1286 1950 _m
_sp 1286 1950 1284 1949 1281 1948 1279 1947 1277 1946 1276 1945 1275 1943 1274 1940 1274 1938 1275 1936 1277 1935 1279 1935 1281 1935 1283 1936 1284 1937
1286 1938 1288 1936 1290 1935 1292 1936 1294 1937 1294 1939 1293 1938 1292 1937 1291 1938 1291 1940 1291 1950 1291 1951 1291 1952 1291 1953 1290 1954
1289 1956 1288 1957 1286 1958 1283 1958 1280 1958 1278 1957 1276 1955 1275 1953 1276 1951 1277 1950 1279 1951 1280 1952 1280 1953 1280 1953 1280 1954
1280 1954 1279 1954 1280 1956 1283 1957 1284 1957 1285 1956 1286 1954 1286 1951 53 _pl _cp 1286 1948 _m
_sp 1286 1948 1284 1947 1282 1946 1280 1945 1279 1943 1279 1942 1280 1939 1282 1938 1284 1938 1286 1940 10 _pl _cp
0 g _f _s _s
0 g 1295 1957 _m
_sp 1295 1957 1295 1956 1298 1956 1298 1942 1298 1939 1299 1937 1301 1935 1302 1935 1304 1935 1305 1936 1307 1937 1308 1939 1308 1940 1307 1938 1305 1937
1303 1938 1302 1941 1302 1956 1307 1956 1307 1958 1302 1958 1302 1964 1302 1964 1301 1962 1300 1961 1299 1960 1298 1959 1297 1958 28 _pl _cp
0 g _f _s _s
0 g 1318 1959 _m
_sp 1318 1959 1317 1959 1309 1956 1309 1955 1310 1955 1313 1954 1313 1951 1313 1940 1313 1937 1310 1937 1309 1937 1309 1936 1321 1936 1321 1937 1320 1937
1318 1937 1318 1940 17 _pl _cp 1312 1967 _m
_sp 1312 1967 1313 1965 1315 1964 1317 1965 1318 1967 1317 1969 1315 1970 1313 1969 8 _pl _cp
0 g _f _s _s
0 g 1323 1946 _m
_sp 1323 1946 1324 1942 1326 1938 1330 1936 1334 1935 1338 1935 1341 1937 1343 1940 1344 1943 1345 1947 1344 1952 1342 1955 1339 1957 1335 1958 1331 1957
1328 1956 1325 1953 1324 1950 18 _pl _cp 1328 1948 _m
_sp 1328 1948 1329 1943 1330 1940 1332 1938 1335 1937 1338 1938 1340 1939 1341 1942 1341 1945 1340 1950 1339 1953 1337 1955 1334 1956 1331 1955 1330 1954
1328 1952 1328 1949 1328 1948 18 _pl _cp
0 g _f _s _s
0 g 1355 1959 _m
_sp 1355 1959 1354 1959 1347 1956 1347 1955 1347 1955 1350 1954 1350 1951 1350 1940 1350 1937 1347 1937 1347 1937 1347 1936 1358 1936 1358 1937 1358 1937
1355 1937 1355 1940 1355 1952 1356 1954 1358 1955 1359 1956 1360 1956 1361 1956 1362 1954 1363 1952 1363 1948 1363 1940 1363 1937 1361 1937 1360 1937
1360 1936 1371 1936 1371 1937 1371 1937 1368 1937 1368 1940 1368 1951 1367 1954 1366 1956 1364 1957 1362 1958 1360 1958 1358 1957 1357 1956 1355 1954
45 _pl _cp
0 g _f _s _s
0 g 1182 1901 _m
_sp 1182 1901 1185 1901 1188 1901 1189 1901 1191 1901 1193 1902 1195 1903 1196 1904 1197 1905 1198 1907 1198 1908 1198 1910 1198 1912 1198 1913 1197 1915
1196 1916 1195 1917 1193 1918 1191 1919 1188 1919 1186 1919 1183 1919 1173 1919 1173 1918 1173 1918 1175 1918 1176 1917 1177 1915 1177 1913 1177 1893
1177 1891 1176 1889 1175 1888 1173 1888 1173 1888 1173 1887 1187 1887 1187 1888 1186 1888 1184 1888 1183 1889 1182 1891 1182 1893 43 _pl _cp 1182 1903 _m
_sp 1182 1903 1185 1903 1188 1903 1191 1905 1192 1907 1193 1910 1192 1913 1190 1915 1188 1916 1184 1917 1182 1917 1182 1914 12 _pl _cp
0 g _f _s _s
0 g 1207 1910 _m
_sp 1207 1910 1207 1910 1199 1907 1199 1906 1200 1906 1202 1905 1203 1902 1203 1891 1203 1888 1200 1888 1199 1888 1199 1887 1212 1887 1212 1888 1210 1888
1208 1888 1207 1891 1207 1902 1209 1905 1210 1906 1211 1906 1211 1905 1213 1904 1214 1904 1215 1905 1216 1906 1215 1908 1213 1909 1212 1909 1210 1908
1209 1907 1207 1905 32 _pl _cp
0 g _f _s _s
0 g 1217 1897 _m
_sp 1217 1897 1218 1893 1220 1889 1224 1887 1228 1886 1231 1886 1234 1888 1237 1891 1238 1894 1239 1898 1238 1903 1236 1906 1233 1908 1228 1909 1224 1908
1221 1907 1219 1904 1218 1901 18 _pl _cp 1221 1899 _m
_sp 1221 1899 1222 1894 1224 1891 1226 1889 1229 1888 1231 1889 1233 1890 1234 1893 1235 1896 1234 1901 1233 1904 1230 1906 1227 1907 1225 1906 1223 1905
1222 1903 1221 1900 1221 1899 18 _pl _cp
0 g _f _s _s
0 g 1260 1894 _m
_sp 1260 1894 1258 1892 1257 1891 1255 1890 1253 1890 1250 1891 1248 1893 1247 1895 1246 1899 1246 1902 1248 1905 1249 1906 1252 1907 1254 1907 1255 1905
1256 1903 1258 1902 1259 1903 1260 1904 1259 1906 1258 1908 1256 1909 1253 1909 1249 1908 1246 1907 1244 1904 1242 1901 1242 1897 1243 1893 1245 1889
1247 1887 1251 1886 1253 1886 1255 1887 1256 1888 1258 1889 1259 1890 1259 1891 1260 1892 1261 1894 40 _pl _cp
0 g _f _s _s
0 g 1267 1900 _m
_sp 1267 1900 1282 1900 1281 1904 1280 1906 1277 1908 1274 1909 1270 1908 1267 1907 1265 1904 1264 1901 1263 1897 1264 1892 1266 1889 1269 1887 1273 1886
1276 1887 1279 1888 1281 1891 1283 1894 1282 1895 1281 1893 1279 1891 1277 1890 1275 1889 1272 1890 1269 1892 1268 1895 1267 1900 1267 1900 29 _pl _cp 1277 1902 _m
_sp 1277 1902 1277 1904 1276 1906 1274 1907 1272 1907 1271 1907 1269 1906 1268 1904 1267 1902 9 _pl _cp
0 g _f _s _s
0 g 1285 1887 _m
_sp 1285 1887 1286 1887 1287 1887 1287 1887 1288 1887 1290 1887 1292 1886 1294 1886 1297 1887 1300 1888 1301 1890 1302 1892 1301 1895 1300 1896 1299 1897
1298 1898 1296 1899 1294 1900 1292 1901 1290 1902 1289 1903 1289 1904 1290 1907 1293 1908 1295 1908 1297 1907 1298 1905 1300 1902 1300 1902 1300 1908
1300 1908 1299 1908 1298 1908 1298 1908 1297 1908 1296 1909 1295 1909 1293 1909 1290 1908 1288 1907 1286 1905 1285 1903 1285 1901 1287 1899 1288 1898
1291 1896 1295 1895 1297 1893 1298 1891 1297 1888 1294 1887 1291 1888 1289 1889 1288 1890 1288 1891 1287 1892 1286 1894 1285 1894 58 _pl _cp
0 g _f _s _s
0 g 1304 1887 _m
_sp 1304 1887 1305 1887 1306 1887 1307 1887 1307 1887 1309 1887 1311 1886 1313 1886 1316 1887 1319 1888 1320 1890 1321 1892 1320 1895 1319 1896 1318 1897
1317 1898 1315 1899 1313 1900 1311 1901 1309 1902 1308 1903 1308 1904 1309 1907 1312 1908 1315 1908 1317 1907 1318 1905 1319 1902 1319 1902 1319 1908
1319 1908 1318 1908 1318 1908 1318 1908 1317 1908 1315 1909 1314 1909 1312 1909 1309 1908 1307 1907 1305 1905 1304 1903 1304 1901 1306 1899 1307 1898
1310 1896 1314 1895 1317 1893 1318 1891 1318 1890 1317 1888 1315 1887 1313 1887 1311 1888 1308 1889 1307 1890 1307 1891 1306 1892 1305 1894 1304 1894
60 _pl _cp
0 g _f _s _s
0 g 1324 1897 _m
_sp 1324 1897 1325 1893 1327 1889 1330 1887 1335 1886 1338 1886 1341 1888 1344 1891 1345 1894 1346 1898 1345 1903 1343 1906 1339 1908 1335 1909 1331 1908
1328 1907 1326 1904 1324 1901 18 _pl _cp 1328 1899 _m
_sp 1328 1899 1329 1894 1330 1891 1332 1889 1335 1888 1338 1889 1340 1890 1341 1893 1341 1896 1340 1901 1339 1904 1337 1906 1334 1907 1331 1906 1330 1905
1328 1903 1328 1900 1328 1899 18 _pl _cp
0 g _f _s _s
0 g 1355 1910 _m
_sp 1355 1910 1354 1910 1347 1907 1347 1906 1348 1906 1350 1905 1351 1902 1351 1891 1350 1888 1348 1888 1347 1888 1347 1887 1360 1887 1360 1888 1358 1888
1356 1888 1355 1891 1355 1902 1357 1905 1358 1906 1359 1906 1359 1905 1360 1904 1361 1904 1362 1905 1363 1906 1362 1908 1360 1909 1359 1909 1358 1908
1356 1907 1355 1905 32 _pl _cp
0 g _f _s _s
0 g 1403 1478 _m
_sp 1403 1478 1402 1476 1401 1475 1400 1474 1399 1473 1397 1473 1395 1473 1391 1473 1389 1473 1389 1475 1389 1491 1390 1495 1392 1495 1393 1495 1393 1496
1382 1496 1382 1495 1382 1495 1384 1495 1385 1491 1385 1476 1384 1473 1382 1472 1382 1472 1382 1471 1402 1471 1404 1478 27 _pl _cp
0 g _f _s _s
0 g 1411 1489 _m
_sp 1411 1489 1411 1489 1405 1487 1405 1486 1406 1486 1407 1485 1408 1483 1408 1475 1408 1472 1406 1472 1405 1472 1405 1471 1414 1471 1414 1472 1414 1472
1412 1472 1411 1475 17 _pl _cp 1407 1495 _m
_sp 1407 1495 1408 1494 1409 1493 1411 1494 1412 1495 1411 1497 1409 1498 1408 1497 8 _pl _cp
0 g _f _s _s
0 g 1421 1489 _m
_sp 1421 1489 1421 1489 1415 1487 1415 1486 1416 1486 1418 1485 1418 1483 1418 1475 1418 1472 1416 1472 1415 1472 1415 1471 1424 1471 1424 1472 1424 1472
1422 1472 1421 1475 1421 1484 1422 1485 1424 1486 1425 1487 1426 1487 1427 1486 1428 1482 1428 1475 1428 1472 1426 1472 1426 1472 1426 1471 1434 1471
1434 1472 1434 1472 1432 1472 1432 1475 1432 1484 1434 1486 1436 1487 1437 1486 1438 1483 1438 1475 1438 1472 1436 1472 1436 1472 1436 1471 1445 1471
1445 1472 1444 1472 1442 1472 1442 1475 1442 1483 1442 1485 1441 1487 1439 1488 1437 1488 1436 1488 1434 1488 1433 1487 1431 1485 1429 1487 1427 1488
1426 1488 1424 1488 1423 1487 1421 1486 64 _pl _cp
0 g _f _s _s
0 g 1452 1489 _m
_sp 1452 1489 1451 1489 1446 1487 1446 1486 1446 1486 1448 1485 1448 1483 1448 1475 1448 1472 1446 1472 1445 1472 1445 1471 1455 1471 1455 1472 1454 1472
1452 1472 1452 1475 17 _pl _cp 1448 1495 _m
_sp 1448 1495 1449 1494 1450 1493 1451 1494 1452 1495 1451 1497 1450 1498 1449 1497 8 _pl _cp
0 g _f _s _s
0 g 1456 1487 _m
_sp 1456 1487 1456 1487 1458 1487 1458 1476 1458 1474 1459 1472 1460 1471 1461 1471 1462 1471 1464 1471 1465 1472 1466 1474 1465 1474 1464 1473 1463 1473
1462 1474 1461 1476 1461 1487 1465 1487 1465 1488 1461 1488 1461 1493 1461 1493 1459 1491 1458 1489 1457 1488 26 _pl _cp
0 g _f _s _s
0 g 1470 1481 _m
_sp 1470 1481 1482 1481 1481 1484 1480 1486 1478 1488 1475 1488 1472 1487 1469 1486 1468 1483 1467 1479 1468 1476 1469 1473 1471 1472 1474 1471 1477 1471
1479 1473 1481 1474 1482 1477 1482 1477 1481 1476 1480 1474 1478 1473 1476 1473 1473 1474 1472 1475 1470 1478 1470 1481 1470 1481 28 _pl _cp 1478 1483 _m
_sp 1478 1483 1476 1486 1474 1487 1471 1486 1470 1483 5 _pl _cp
0 g _f _s _s
0 g 1500 1498 _m
_sp 1500 1498 1499 1498 1493 1496 1493 1495 1494 1495 1496 1494 1496 1492 1496 1487 1494 1488 1492 1488 1489 1487 1487 1485 1485 1483 1484 1479 1485 1476
1486 1473 1488 1472 1491 1471 1494 1471 1496 1473 1496 1470 1497 1470 1502 1472 1502 1473 1502 1473 1500 1474 1500 1476 27 _pl _cp 1496 1475 _m
_sp 1496 1475 1496 1482 1496 1484 1495 1486 1494 1487 1492 1487 1491 1486 1489 1485 1488 1483 1488 1480 1488 1477 1489 1475 1491 1473 1493 1472 1495 1473
15 _pl _cp
0 g _f _s _s
0 g 1517 1479 _m
_sp 1517 1479 1518 1471 1519 1471 1520 1472 1520 1472 1521 1472 1521 1472 1523 1471 1525 1471 1526 1471 1529 1471 1532 1473 1533 1474 1534 1477 1534 1479
1533 1481 1531 1482 1529 1484 1526 1486 1524 1488 1523 1489 1522 1491 1522 1492 1523 1494 1526 1495 1528 1495 1529 1494 1530 1493 1531 1492 1531 1490
1532 1488 1533 1488 1533 1497 1532 1497 1531 1496 1530 1496 1530 1496 1529 1496 1527 1496 1526 1497 1525 1497 1522 1496 1520 1495 1519 1493 1518 1490
1519 1488 1519 1486 1520 1485 1521 1485 1522 1484 1524 1483 1526 1481 1528 1480 1529 1479 1530 1477 1530 1476 1529 1473 1526 1472 1524 1473 1522 1474
1521 1475 1520 1476 1519 1477 1518 1479 64 _pl _cp
0 g _f _s _s
0 g 1553 1471 _m
_sp 1553 1471 1556 1472 1559 1474 1561 1477 1562 1480 1563 1484 1562 1488 1560 1492 1558 1494 1554 1496 1550 1497 1546 1496 1542 1494 1539 1492 1538 1488
1537 1484 1538 1480 1540 1476 1542 1473 1546 1471 1548 1469 1550 1467 1552 1466 1554 1465 1556 1465 1558 1465 1559 1464 1561 1464 1562 1464 1563 1464
1563 1465 1563 1465 1562 1465 1559 1466 1557 1467 1554 1469 36 _pl _cp 1542 1484 _m
_sp 1542 1484 1543 1479 1544 1475 1547 1473 1550 1472 1553 1473 1556 1475 1557 1478 1558 1483 1557 1488 1556 1492 1553 1494 1550 1495 1547 1494 1544 1492
1543 1489 16 _pl _cp
0 g _f _s _s
0 g 1586 1478 _m
_sp 1586 1478 1585 1476 1584 1475 1583 1474 1581 1473 1580 1473 1578 1473 1574 1473 1572 1473 1572 1475 1572 1491 1572 1495 1575 1495 1575 1495 1575 1496
1565 1496 1565 1495 1565 1495 1567 1495 1568 1491 1568 1476 1567 1473 1565 1472 1565 1472 1565 1471 1585 1471 1587 1478 27 _pl _cp
0 g _f _s _s
0 g 1287 1795 _m
_sp 1287 1795 1287 1804 1293 1804 1295 1804 1297 1803 1298 1802 1298 1800 1299 1800 1299 1806 1279 1806 1279 1805 1280 1805 1282 1804 1283 1801 1283 1785
1282 1782 1280 1782 1279 1782 1279 1781 1290 1781 1290 1782 1290 1782 1287 1782 1287 1785 1287 1793 1292 1793 1295 1792 1296 1789 1297 1789 1297 1798
1296 1798 1295 1795 1292 1795 33 _pl _cp
0 g _f _s _s
0 g 1306 1797 _m
_sp 1306 1797 1300 1797 1300 1797 1300 1797 1302 1796 1303 1794 1303 1786 1303 1783 1304 1782 1305 1780 1307 1780 1308 1780 1310 1781 1311 1782 1313 1783
1313 1780 1313 1780 1318 1782 1318 1782 1316 1783 1316 1785 1316 1797 1310 1797 1310 1797 1310 1797 1312 1796 1313 1794 1313 1784 1311 1783 1309 1782
1308 1782 1307 1783 1306 1785 1306 1787 34 _pl _cp
0 g _f _s _s
0 g 1326 1807 _m
_sp 1326 1807 1325 1807 1320 1805 1320 1804 1320 1804 1322 1804 1323 1801 1323 1784 1322 1782 1320 1781 1320 1781 1320 1781 1329 1781 1329 1781 1328 1781
1326 1782 1326 1784 17 _pl _cp
0 g _f _s _s
0 g 1337 1807 _m
_sp 1337 1807 1336 1807 1330 1805 1330 1804 1331 1804 1333 1804 1333 1801 1333 1784 1333 1782 1331 1781 1330 1781 1330 1781 1340 1781 1340 1781 1339 1781
1337 1782 1337 1784 17 _pl _cp
0 g _f _s _s
0 g 1361 1795 _m
_sp 1361 1795 1361 1804 1368 1804 1370 1804 1371 1803 1372 1802 1373 1800 1374 1800 1374 1806 1354 1806 1354 1805 1354 1805 1357 1804 1357 1801 1357 1785
1357 1782 1354 1782 1354 1782 1354 1781 1365 1781 1365 1782 1364 1782 1362 1782 1361 1785 1361 1793 1366 1793 1368 1793 1370 1792 1370 1791 1371 1789
1372 1789 1372 1798 1371 1798 1370 1796 1370 1795 1368 1795 1366 1795 37 _pl _cp
0 g _f _s _s
0 g 1380 1797 _m
_sp 1380 1797 1374 1797 1374 1797 1375 1797 1377 1796 1377 1794 1377 1786 1377 1783 1378 1782 1380 1780 1382 1780 1383 1780 1385 1781 1386 1782 1387 1783
1387 1780 1388 1780 1393 1782 1393 1782 1391 1783 1391 1785 1391 1797 1384 1797 1384 1797 1385 1797 1387 1796 1387 1794 1387 1784 1385 1783 1383 1782
1382 1782 1381 1783 1380 1785 1380 1787 34 _pl _cp
0 g _f _s _s
0 g 1400 1798 _m
_sp 1400 1798 1399 1798 1394 1796 1394 1795 1394 1795 1396 1795 1396 1793 1396 1784 1396 1782 1394 1781 1394 1781 1394 1781 1402 1781 1402 1781 1402 1781
1400 1782 1400 1784 1400 1793 1402 1795 1404 1796 1406 1795 1406 1791 1406 1784 1406 1782 1404 1781 1404 1781 1404 1781 1413 1781 1413 1781 1412 1781
1410 1782 1410 1784 1410 1793 1410 1795 1409 1797 1407 1798 1405 1798 1404 1798 1403 1797 1401 1796 1400 1795 41 _pl _cp
0 g _f _s _s
0 g 1428 1786 _m
_sp 1428 1786 1427 1785 1426 1784 1424 1783 1423 1783 1420 1784 1419 1785 1417 1787 1417 1790 1417 1793 1418 1795 1420 1796 1422 1797 1423 1796 1424 1794
1425 1793 1426 1792 1427 1793 1428 1794 1427 1795 1426 1797 1424 1798 1422 1798 1419 1797 1416 1795 1415 1793 1414 1789 1415 1785 1416 1783 1418 1781
1421 1780 1424 1781 1426 1782 1428 1784 1429 1786 35 _pl _cp
0 g _f _s _s
0 g 1430 1797 _m
_sp 1430 1797 1430 1796 1432 1796 1432 1785 1432 1783 1433 1781 1434 1780 1436 1780 1438 1781 1440 1783 1440 1783 1439 1782 1438 1782 1436 1783 1436 1785
1436 1796 1439 1796 1439 1797 1436 1797 1436 1803 1435 1803 1434 1800 1432 1799 1431 1798 24 _pl _cp
0 g _f _s _s
0 g 1447 1798 _m
_sp 1447 1798 1447 1798 1441 1796 1441 1795 1442 1795 1444 1795 1444 1793 1444 1784 1444 1782 1442 1781 1441 1781 1441 1781 1450 1781 1450 1781 1450 1781
1448 1782 1447 1784 17 _pl _cp 1443 1805 _m
_sp 1443 1805 1444 1803 1446 1802 1447 1803 1448 1805 1447 1806 1446 1807 1444 1806 8 _pl _cp
0 g _f _s _s
0 g 1452 1789 _m
_sp 1452 1789 1453 1785 1455 1783 1457 1781 1461 1780 1464 1781 1467 1783 1468 1786 1469 1790 1468 1793 1467 1796 1464 1797 1461 1798 1457 1797 1455 1795
1453 1793 16 _pl _cp 1456 1790 _m
_sp 1456 1790 1456 1786 1457 1784 1459 1782 1461 1781 1463 1782 1465 1783 1466 1785 1466 1788 1465 1792 1464 1794 1462 1796 1460 1797 1458 1796 1457 1795
1456 1793 1456 1791 1456 1790 18 _pl _cp
0 g _f _s _s
0 g 1476 1798 _m
_sp 1476 1798 1476 1798 1470 1796 1470 1795 1471 1795 1473 1795 1473 1793 1473 1784 1473 1782 1471 1781 1470 1781 1470 1781 1479 1781 1479 1781 1479 1781
1477 1782 1476 1784 1476 1793 1477 1794 1479 1795 1480 1796 1481 1796 1483 1795 1483 1791 1483 1784 1483 1782 1481 1781 1481 1781 1481 1781 1490 1781
1490 1781 1489 1781 1487 1782 1487 1784 1487 1793 1487 1795 1486 1797 1484 1798 1482 1798 1481 1798 1479 1797 1478 1796 1476 1795 43 _pl _cp
0 g _f _s _s
0 g 1504 1788 _m
_sp 1504 1788 1505 1780 1506 1780 1507 1781 1507 1781 1508 1781 1508 1781 1510 1781 1512 1780 1513 1780 1516 1781 1519 1782 1520 1784 1521 1787 1521 1789
1520 1791 1519 1792 1517 1794 1514 1796 1512 1797 1510 1799 1509 1800 1509 1801 1510 1804 1513 1805 1515 1804 1516 1803 1517 1802 1518 1801 1519 1800
1520 1798 1521 1798 1520 1806 1519 1806 1518 1805 1517 1805 1517 1805 1517 1805 1515 1806 1514 1806 1512 1806 1509 1805 1507 1804 1506 1802 1505 1800
1506 1798 1507 1796 1508 1794 1511 1792 1514 1791 1515 1790 1516 1789 1517 1787 1517 1786 1516 1783 1513 1782 1511 1782 1509 1783 1508 1784 1507 1785
1506 1787 1505 1788 62 _pl _cp
0 g _f _s _s
0 g 1540 1780 _m
_sp 1540 1780 1543 1781 1546 1783 1548 1786 1549 1789 1550 1793 1549 1797 1548 1801 1545 1804 1541 1805 1537 1806 1533 1805 1530 1804 1527 1801 1526 1797
1525 1793 1526 1789 1527 1785 1530 1782 1534 1781 1535 1779 1537 1777 1539 1776 1541 1775 1543 1774 1545 1774 1546 1774 1548 1774 1549 1774 1550 1774
1550 1775 1550 1775 1549 1775 1547 1775 1544 1776 1542 1778 36 _pl _cp 1529 1793 _m
_sp 1529 1793 1530 1788 1531 1785 1534 1783 1537 1782 1540 1783 1543 1785 1544 1788 1545 1793 1544 1798 1543 1802 1540 1804 1537 1805 1534 1804 1531 1802
1530 1798 16 _pl _cp
0 g _f _s _s
0 g 1573 1787 _m
_sp 1573 1787 1572 1785 1571 1784 1570 1783 1569 1783 1567 1782 1565 1782 1561 1782 1559 1783 1559 1784 1559 1801 1560 1804 1562 1805 1563 1805 1563 1806
1552 1806 1552 1805 1552 1805 1555 1804 1555 1801 1555 1785 1555 1782 1552 1782 1552 1782 1552 1781 1572 1781 1574 1787 27 _pl _cp
0 g _f _s _s
0 g 858 1960 _m
_sp 858 1960 861 1959 861 1956 861 1950 859 1948 856 1948 852 1949 849 1951 848 1955 847 1960 848 1965 849 1968 852 1970 856 1971 858 1971
859 1970 861 1970 862 1969 863 1967 864 1964 865 1964 865 1973 864 1973 863 1972 862 1972 862 1972 861 1972 860 1972 858 1973 857 1973
855 1973 851 1972 847 1970 845 1967 843 1963 842 1959 843 1955 845 1952 848 1949 851 1947 856 1947 858 1947 860 1947 863 1948 866 1949
866 1956 866 1959 868 1960 868 1961 858 1961 50 _pl _cp
0 g _f _s _s
0 g 869 1972 _m
_sp 869 1972 869 1971 870 1971 872 1971 873 1967 873 1958 873 1955 873 1953 873 1951 874 1950 876 1949 878 1948 880 1947 882 1947 884 1947
886 1947 887 1947 889 1948 890 1950 891 1951 892 1953 892 1956 892 1967 893 1971 895 1971 896 1971 896 1972 887 1972 887 1971 887 1971
890 1971 890 1967 890 1956 890 1953 889 1951 888 1950 887 1949 885 1948 883 1948 882 1948 880 1949 879 1950 878 1951 877 1952 877 1953
877 1955 877 1958 877 1967 877 1971 880 1971 880 1971 880 1972 52 _pl _cp
0 g _f _s _s
0 g 908 1947 _m
_sp 908 1947 908 1948 908 1948 905 1949 905 1952 905 1967 905 1971 908 1971 908 1971 908 1972 897 1972 897 1971 898 1971 900 1971 901 1967
901 1952 900 1949 898 1948 897 1948 897 1947 20 _pl _cp
0 g _f _s
_s 6 _w 0 g 833 1923 _m
914 1923 _l _s
_s 1 _w 0 g _s 950 1923 _m
_sp 950 1923 902 1940 912 1923 902 1906 4 _pl _pf _np 1209 1847 _m
1209 1754 _l _s _s 1209 1718 _m
_sp 1209 1718 1226 1766 1209 1756 1193 1766 4 _pl _pf _np 1047 1537 _m
1047 1445 _l _s _s 1047 1409 _m
_sp 1047 1409 1064 1456 1047 1447 1031 1456 4 _pl _pf _np 1478 1290 _m
1597 1290 _l _s _s 1633 1290 _m
_sp 1633 1290 1585 1307 1595 1290 1585 1273 4 _pl _pf _np 1343 1537 _m
1343 1445 _l _s _s 1343 1409 _m
_sp 1343 1409 1359 1456 1343 1447 1326 1456 4 _pl _pf _np
_s 0 g 0 0 0 0 _cw
_s grestore 960 3330 _m
(Section)_S 69 _t
(4)_S 70 _t
(describes)_S 69 _t
(existing)_S 69 _t
(conformance)_S 69 _t
(levels)_S 69 _t
(of)_S 69 _t
(the)_S 69 _t
(SQL)_S 69 _t
(language)_S 69 _t
(and)_S 70 _t
(then)_S 69 _t
(defines)_S 69 _t
(a)_S 69 _t
(new,)_S 69 _t
(minimal)_S 69 _t
(SQL)_S 960 3114 _m
(language)_S 63 _t
(level)_S 62 _t
(that)_S 62 _t
(can)_S 62 _t
(be)_S 62 _t
(used)_S 62 _t
(to)_S 62 _t
(define)_S 62 _t
(conformance)_S 63 _t
(alternatives)_S 62 _t
(for)_S 62 _t
(SQL/ERI)_S 62 _t
(Servers.)_S 124 _t
(Section)_S 62 _t
(5)_S 62 _t
(identifies)_S 960 2898 _m
(various)_S 45 _t
(higher)_S 46 _t
(level)_S 45 _t
(SQL)_S 46 _t
(features)_S 45 _t
(and)_S 46 _t
(data)_S 45 _t
(types)_S 46 _t
(that)_S 46 _t
(an)_S 45 _t
(SQL/ERI)_S 46 _t
(Server)_S 45 _t
(may)_S 46 _t
(support.)_S 91 _t
(In)_S 46 _t
(this)_S 45 _t
(way,)_S 46 _t
(an)_S 46 _t
(SQL/ERI)_S 960 2682 _m
(Server)_S 72 _t
(can)_S 72 _t
(present)_S 72 _t
(the)_S 72 _t
(features)_S 72 _t
(of)_S 72 _t
(a)_S 72 _t
(different)_S 72 _t
(data)_S 72 _t
(model)_S 72 _t
(to)_S 72 _t
(an)_S 71 _t
(SQL)_S 72 _t
(application)_S 72 _t
(by)_S 72 _t
(describing)_S 72 _t
(them)_S 72 _t
(as)_S 72 _t
(SQL)_S 960 2466 _m
(abstract)_S 69 _t
(data)_S 70 _t
(types,)_S 69 _t
(methods,)_S 69 _t
(procedures,)_S 70 _t
(or)_S 69 _t
(other)_S 69 _t
(callable)_S 70 _t
(routines.)_S 139 _t
(Section)_S 69 _t
(7)_S 69 _t
(specifies)_S 70 _t
(two)_S 69 _t
(major)_S 69 _t
(SQL/ERI)_S 960 2250 _m
(Server)_S 46 _t
(profiles)_S 46 _t
(--)_S 45 _t
(a)_S 46 _t
(read-only)_S 45 _t
(profile)_S 46 _t
(for)_S 46 _t
(static)_S 45 _t
(data)_S 46 _t
(repositories,)_S 46 _t
(and)_S 45 _t
(a)_S 46 _t
(read-write)_S 45 _t
(profile)_S 46 _t
(that)_S 46 _t
(allows)_S 45 _t
(SQL)_S 46 _t
(Update,)_S 960 2034 _m
(Insert,)_S 52 _t
(and)_S 52 _t
(Delete)_S 52 _t
(statements.)_S 105 _t
(The)_S 52 _t
(read-write)_S 52 _t
(profile)_S 52 _t
(also)_S 52 _t
(provides)_S 53 _t
(an)_S 52 _t
(option)_S 52 _t
(that)_S 52 _t
(allows)_S 52 _t
(creation)_S 52 _t
(of)_S 53 _t
(SQL)_S 52 _t
(tables)_S 960 1818 _m
(and)_S 79 _t
(views.)_S 159 _t
(Section)_S 80 _t
(8)_S 79 _t
(identifies)_S 80 _t
(a)_S 79 _t
(number)_S 79 _t
(of)_S 79 _t
(application)_S 80 _t
(areas)_S 79 _t
(for)_S 80 _t
(which)_S 79 _t
(SQL/ERI)_S 80 _t
(Server)_S 79 _t
(profiles)_S 79 _t
(may)_S 80 _t
(be)_S 960 1602 _m
(applicable.)_S 89 _t
(Section)_S 45 _t
(9)_S 45 _t
(describes)_S 44 _t
(how)_S 45 _t
(the)_S 45 _t
(NIST)_S 44 _t
(SQL)_S 45 _t
(Test)_S 45 _t
(Suite)_S 44 _t
(might)_S 45 _t
(be)_S 45 _t
(modified)_S 44 _t
(to)_S 45 _t
(provide)_S 44 _t
(conformance)_S 45 _t
(testing)_S 960 1386 _m
(for)_S 50 _t
(SQL/ERI)_S 50 _t
(Servers)_S 50 _t
(and)_S 49 _t
(Section)_S 50 _t
(10)_S 50 _t
(identifies)_S 49 _t
(some)_S 50 _t
(procurement)_S 50 _t
(considerations)_S 49 _t
(for)_S 50 _t
(users)_S 50 _t
(that)_S 49 _t
(intend)_S 50 _t
(to)_S 50 _t
(use)_S 49 _t
(this)_S 960 1170 _m
(FIPS)_S 61 _t
(PUB)_S 61 _t
(for)_S 61 _t
(SQL)_S 61 _t
(Evironments)_S 61 _t
(to)_S 61 _t
(aide)_S 61 _t
(in)_S 61 _t
(the)_S 61 _t
(specification)_S 61 _t
(of)_S 61 _t
(procurement)_S 61 _t
(requirements.)_S 9148 650 _m
(3)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
960 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
(The)_S 43 _t
(SQL/ERI)_S 43 _t
(profiles)_S 44 _t
(specified)_S 43 _t
(herein)_S 43 _t
(may)_S 43 _t
(be)_S 44 _t
(used)_S 43 _t
(by)_S 43 _t
(customers)_S 44 _t
(and)_S 43 _t
(vendors)_S 43 _t
(of)_S 44 _t
(non-SQL)_S 43 _t
(processors)_S 43 _t
(to)_S 44 _t
(validate)_S 960 11538 _m
(claims)_S 60 _t
(of)_S 59 _t
(conformance)_S 59 _t
(for)_S 59 _t
(partial)_S 59 _t
(support)_S 59 _t
(of)_S 59 _t
(the)_S 60 _t
(SQL)_S 59 _t
(language.)_S 118 _t
(If)_S 59 _t
(these)_S 60 _t
(SQL/ERI)_S 59 _t
(Server)_S 59 _t
(profiles)_S 59 _t
(prove)_S 59 _t
(to)_S 59 _t
(be)_S 960 11322 _m
(helpful)_S 56 _t
(for)_S 56 _t
(integrating)_S 56 _t
(non-SQL)_S 56 _t
(data)_S 56 _t
(repositories)_S 56 _t
(into)_S 56 _t
(SQL)_S 56 _t
(environments,)_S 56 _t
(then)_S 56 _t
(later)_S 56 _t
(versions)_S 56 _t
(of)_S 56 _t
(this)_S 56 _t
(FIPS)_S 56 _t
(PUB)_S 960 11106 _m
(may)_S 61 _t
(specify)_S 61 _t
(profiles)_S 61 _t
(for)_S 62 _t
(SQL/ERI)_S 61 _t
(Clients)_S 61 _t
(as)_S 61 _t
(enhancements)_S 61 _t
(to)_S 61 _t
(full-function)_S 61 _t
(SQL)_S 61 _t
(implementations)_S 62 _t
(and)_S 61 _t
(profiles)_S 960 10890 _m
(for)_S 62 _t
(other)_S 62 _t
(client-side)_S 62 _t
(products)_S 62 _t
(in)_S 62 _t
(an)_S 62 _t
(SQL)_S 62 _t
(environment.)_S 124 _t
(This)_S 62 _t
(specification)_S 62 _t
(may)_S 62 _t
(also)_S 62 _t
(be)_S 62 _t
(used)_S 62 _t
(as)_S 62 _t
(a)_S 62 _t
(starting)_S 62 _t
(point)_S 960 10674 _m
(for)_S 108 _t
(defining)_S 108 _t
(International)_S 108 _t
(Standardized)_S 108 _t
(Profiles)_S 108 _t
(\(ISPs\))_S 109 _t
([14])_S 108 _t
(for)_S 108 _t
(SQL)_S 108 _t
(language)_S 108 _t
(access)_S 109 _t
(to)_S 108 _t
(non-SQL)_S 108 _t
(data)_S 960 10458 _m
(repositories.)_S 960 9351 _m
/Times-BoldR 660 _ff
(2.)_S 146 _t
(Data)_S 73 _t
(Integration)_S 73 _t
(Architecture)_S /Times-RomanR 550 _ff
960 8909 _m
(This)_S 56 _t
(FIPS)_S 57 _t
(for)_S 56 _t
(SQL)_S 56 _t
(Environments)_S 57 _t
(envisions)_S 56 _t
(an)_S 57 _t
(integrated)_S 56 _t
(data)_S 56 _t
(processing)_S 57 _t
(environment)_S 56 _t
(in)_S 56 _t
(which)_S 57 _t
(SQL)_S 56 _t
(and)_S 56 _t
(non-)_S 960 8693 _m
(SQL)_S 62 _t
(processors)_S 62 _t
(are)_S 62 _t
(able)_S 61 _t
(to)_S 62 _t
(comunicate)_S 62 _t
(with)_S 62 _t
(each)_S 62 _t
(other)_S 61 _t
(and)_S 62 _t
(provide)_S 62 _t
(shared)_S 62 _t
(access)_S 62 _t
(to)_S 61 _t
(data)_S 62 _t
(and)_S 62 _t
(data)_S 62 _t
(operations)_S 960 8477 _m
(and)_S 55 _t
(methods)_S 55 _t
(under)_S 56 _t
(appropriate)_S 55 _t
(security,)_S 56 _t
(integrity,)_S 55 _t
(and)_S 55 _t
(access)_S 55 _t
(control)_S 56 _t
(mechanisms.)_S 110 _t
(Application)_S 56 _t
(processors)_S 55 _t
(will)_S 960 8261 _m
(then)_S 61 _t
(have)_S 61 _t
(protected)_S 61 _t
(access)_S 61 _t
(to)_S 61 _t
(all)_S 61 _t
(data)_S 61 _t
(using)_S 61 _t
(the)_S 61 _t
(full)_S 61 _t
(power)_S 61 _t
(and)_S 61 _t
(flexibility)_S 61 _t
(of)_S 61 _t
(Database)_S 61 _t
(Language)_S 61 _t
(SQL.)_S 960 7829 _m
(Standard)_S 58 _t
(communication)_S 59 _t
(among)_S 58 _t
(cooperating)_S 58 _t
(systems)_S 58 _t
(is)_S 58 _t
(possible)_S 59 _t
(at)_S 58 _t
(the)_S 58 _t
(present)_S 58 _t
(time)_S 59 _t
(using)_S 58 _t
(either)_S 58 _t
(OSI)_S 58 _t
(protocols)_S 960 7613 _m
([16])_S 45 _t
(or)_S 44 _t
(Internet)_S 45 _t
(Society)_S 45 _t
(protocols)_S 45 _t
([7].)_S 89 _t
(Efforts)_S 45 _t
(are)_S 44 _t
(underway)_S 45 _t
(within)_S 45 _t
(both)_S 44 _t
(of)_S 45 _t
(these)_S 45 _t
(arenas)_S 45 _t
(to)_S 44 _t
(provide)_S 45 _t
(cross-protocol)_S 960 7397 _m
(mappings)_S 37 _t
(for)_S 38 _t
(interoperability.)_S 75 _t
(Application)_S 38 _t
(services)_S 37 _t
(in)_S 38 _t
(both)_S 38 _t
(protocol)_S 37 _t
(environments)_S 38 _t
(provide)_S 37 _t
(for)_S 38 _t
(association)_S 38 _t
(control,)_S 960 7181 _m
(file)_S 58 _t
(transfer,)_S 59 _t
(virtual)_S 58 _t
(terminal,)_S 59 _t
(and)_S 58 _t
(electronic)_S 58 _t
(mail.)_S 117 _t
(Future)_S 58 _t
(versions)_S 58 _t
(will)_S 59 _t
(contain)_S 58 _t
(extensions)_S 58 _t
(of)_S 58 _t
(these)_S 59 _t
(facilities)_S 58 _t
(as)_S 960 6965 _m
(well)_S 42 _t
(as)_S 41 _t
(enhancements)_S 42 _t
(for)_S 42 _t
(remote)_S 41 _t
(database)_S 42 _t
(access)_S 42 _t
(\(RDA\),)_S 42 _t
(document)_S 41 _t
(management,)_S 42 _t
(and)_S 42 _t
(electronic)_S 41 _t
(data)_S 42 _t
(interchange)_S 960 6749 _m
(\(EDI\).)_S 82 _t
(Near-term)_S 41 _t
(extensions)_S 41 _t
(to)_S 41 _t
(these)_S 41 _t
(protocols)_S 42 _t
(should)_S 41 _t
(make)_S 41 _t
(it)_S 41 _t
(possible)_S 41 _t
(for)_S 41 _t
(user-defined)_S 41 _t
(objects)_S 41 _t
(at)_S 42 _t
(various)_S 41 _t
(remote)_S 960 6533 _m
(sites)_S 58 _t
(to)_S 59 _t
(communicate)_S 59 _t
(their)_S 59 _t
(existence)_S 59 _t
(and)_S 59 _t
(provide)_S 59 _t
(access)_S 59 _t
(to)_S 59 _t
(their)_S 59 _t
(methods)_S 59 _t
(to)_S 59 _t
(application)_S 59 _t
(processors.)_S 118 _t
(Objects)_S 59 _t
(at)_S 960 6317 _m
(remote)_S 58 _t
(sites)_S 58 _t
(may)_S 58 _t
(be)_S 58 _t
(able)_S 58 _t
(to)_S 59 _t
("show)_S 58 _t
(themselves")_S 58 _t
(to)_S 58 _t
(users)_S 58 _t
(at)_S 58 _t
(local)_S 58 _t
(workstations)_S 59 _t
(by)_S 58 _t
(using)_S 58 _t
(emerging)_S 58 _t
(specifications)_S 960 6101 _m
(and)_S 61 _t
(standards)_S 61 _t
(for)_S 61 _t
(graphical)_S 61 _t
(user)_S 61 _t
(interfaces.)_S 960 5669 _m
(The)_S 43 _t
(RDA)_S 44 _t
(component)_S 43 _t
(of)_S 44 _t
(both)_S 43 _t
(OSI)_S 44 _t
(and)_S 43 _t
(Internet)_S 44 _t
(Society)_S 43 _t
(communication)_S 44 _t
(protocols)_S 43 _t
(provides)_S 44 _t
(the)_S 43 _t
(basis)_S 44 _t
(of)_S 43 _t
(distributed)_S 960 5453 _m
(access)_S 62 _t
(to)_S 61 _t
(remote)_S 62 _t
(data)_S 62 _t
(repositories)_S 61 _t
(and)_S 62 _t
("standard")_S 62 _t
(access)_S 61 _t
(to)_S 62 _t
(the)_S 62 _t
(data)_S 61 _t
(they)_S 62 _t
(manage.)_S 123 _t
(With)_S 62 _t
(implementation)_S 61 _t
(of)_S 62 _t
(an)_S 960 5237 _m
(External)_S 59 _t
(Repository)_S 58 _t
(Interface)_S 59 _t
(\(ERI\),)_S 58 _t
(discussed)_S 58 _t
(in)_S 59 _t
(Section)_S 58 _t
(3)_S 59 _t
(below,)_S 58 _t
(it)_S 59 _t
(is)_S 58 _t
(possible)_S 58 _t
(for)_S 58 _t
(non-SQL)_S 59 _t
(data)_S 58 _t
(repositories)_S 960 5021 _m
(to)_S 52 _t
(be)_S 52 _t
("self-describing")_S 51 _t
(in)_S 52 _t
(terms)_S 52 _t
(of)_S 51 _t
(SQL)_S 52 _t
(facilities)_S 52 _t
(so)_S 52 _t
(that)_S 51 _t
(they)_S 52 _t
(can)_S 52 _t
(be)_S 51 _t
(accessed)_S 52 _t
(and)_S 52 _t
(manipulated)_S 51 _t
(by)_S 52 _t
(all)_S 52 _t
(other)_S 51 _t
(sites)_S 960 4805 _m
(using)_S 53 _t
(standard)_S 52 _t
(SQL)_S 53 _t
(language)_S 53 _t
(and)_S 53 _t
(RDA)_S 53 _t
(protocols.)_S 105 _t
(With)_S 53 _t
(longer-term)_S 53 _t
(emerging)_S 52 _t
(data)_S 53 _t
(management)_S 53 _t
(standards)_S 53 _t
(that)_S 960 4589 _m
(support)_S 48 _t
(object-oriented)_S 49 _t
(and)_S 48 _t
(knowledge-based)_S 49 _t
(features,)_S 49 _t
(an)_S 48 _t
(ERI)_S 49 _t
(interface)_S 48 _t
(can)_S 49 _t
(evolve)_S 48 _t
(into)_S 49 _t
(a)_S 48 _t
("seamless")_S 49 _t
(integration)_S 960 4373 _m
(of)_S 61 _t
(complex,)_S 61 _t
(structured)_S 61 _t
(data)_S 61 _t
(and)_S 61 _t
(supporting)_S 61 _t
(application)_S 61 _t
(services.)_S 960 3941 _m
(Begin)_S 46 _t
(with)_S 46 _t
(an)_S 47 _t
("Application)_S 46 _t
(Processor")_S 46 _t
(that)_S 47 _t
(wishes)_S 46 _t
(to)_S 47 _t
(communicate)_S 46 _t
(with)_S 46 _t
(and)_S 46 _t
(access)_S 47 _t
(data)_S 46 _t
(at)_S 46 _t
(a)_S 47 _t
(number)_S 46 _t
(of)_S 47 _t
(different)_S 960 3725 _m
(data)_S 64 _t
(repositories,)_S 63 _t
(some)_S 63 _t
(local)_S 64 _t
(and)_S 63 _t
(some)_S 63 _t
(remote.)_S 127 _t
(The)_S 63 _t
(Application)_S 64 _t
(Processor)_S 63 _t
(could)_S 64 _t
(use)_S 63 _t
(existing)_S 63 _t
(communication)_S 960 3509 _m
(protocols)_S 64 _t
(to)_S 64 _t
(connect)_S 64 _t
(to)_S 64 _t
(external)_S 65 _t
(processes)_S 64 _t
(or)_S 64 _t
(transfer)_S 64 _t
(files,)_S 64 _t
(but)_S 64 _t
(it)_S 64 _t
(would)_S 64 _t
(prefer)_S 64 _t
(not)_S 64 _t
(to)_S 65 _t
(have)_S 64 _t
(to)_S 64 _t
(manage)_S 64 _t
(its)_S 64 _t
(own)_S 960 3293 _m
(communications)_S 58 _t
(links)_S 59 _t
(or)_S 59 _t
(worry)_S 58 _t
(about)_S 59 _t
(integrity,)_S 58 _t
(access)_S 59 _t
(control,)_S 59 _t
(remote)_S 59 _t
(transactions,)_S 58 _t
(or)_S 59 _t
(any)_S 58 _t
(number)_S 59 _t
(of)_S 59 _t
(different)_S 960 3077 _m
(data)_S 42 _t
(manipulation)_S 43 _t
(functions;)_S 42 _t
(instead,)_S 42 _t
(it)_S 43 _t
(would)_S 42 _t
(rather)_S 42 _t
(communicate)_S 43 _t
(with)_S 42 _t
(a)_S 42 _t
(single,)_S 43 _t
("familiar")_S 42 _t
(data)_S 42 _t
(manager)_S 43 _t
(for)_S 42 _t
(both)_S 960 2861 _m
(schema)_S 53 _t
(data)_S 53 _t
(and)_S 53 _t
(actual)_S 54 _t
(data)_S 53 _t
(occurrences.)_S 107 _t
(The)_S 53 _t
("familiar")_S 53 _t
(data)_S 53 _t
(manager)_S 54 _t
(could)_S 53 _t
(then)_S 53 _t
(connect)_S 54 _t
(itself)_S 53 _t
(to)_S 53 _t
(remote)_S 54 _t
(sites)_S 960 2645 _m
(and)_S 53 _t
(access)_S 53 _t
(the)_S 53 _t
(desired)_S 53 _t
(data)_S 52 _t
(and)_S 53 _t
(data)_S 53 _t
(definitions,)_S 53 _t
(returning)_S 53 _t
(them)_S 52 _t
(to)_S 53 _t
(the)_S 53 _t
(accessing)_S 53 _t
(processor)_S 53 _t
(in)_S 53 _t
(a)_S 53 _t
(standard)_S 52 _t
(format.)_S 960 2429 _m
(A)_S 54 _t
(remote)_S 54 _t
(object)_S 54 _t
(would)_S 54 _t
(still)_S 53 _t
(be)_S 54 _t
(able)_S 54 _t
(to)_S 54 _t
(use)_S 53 _t
(windowing)_S 54 _t
(protocols)_S 54 _t
(to)_S 54 _t
("show)_S 54 _t
(itself")_S 53 _t
(to)_S 54 _t
(the)_S 54 _t
(accessing)_S 54 _t
(process)_S 54 _t
(or)_S 53 _t
(use)_S 960 2213 _m
(file)_S 61 _t
(transfer)_S 60 _t
(protocols)_S 61 _t
(to)_S 60 _t
(transfer)_S 61 _t
(objects)_S 60 _t
(or)_S 61 _t
(object)_S 60 _t
(definitions)_S 61 _t
(not)_S 60 _t
(under)_S 61 _t
(the)_S 60 _t
(control)_S 61 _t
(of)_S 60 _t
(the)_S 61 _t
(communicating)_S 60 _t
(data)_S 960 1997 _m
(managers.)_S 960 1565 _m
(This)_S 52 _t
(architecture)_S 51 _t
(assumes)_S 51 _t
(the)_S 52 _t
(existence)_S 51 _t
(of)_S 51 _t
(any)_S 52 _t
(number)_S 51 _t
(of)_S 51 _t
(heterogeneous)_S 52 _t
(data)_S 51 _t
(repositories,)_S 51 _t
(some)_S 51 _t
(at)_S 52 _t
(the)_S 51 _t
(local)_S 51 _t
(site)_S 960 1349 _m
(and)_S 60 _t
(some)_S 60 _t
(at)_S 60 _t
(distributed)_S 61 _t
(sites.)_S 120 _t
(It)_S 60 _t
(also)_S 60 _t
(assumes)_S 60 _t
(a)_S 60 _t
(full-function)_S 60 _t
(SQL)_S 60 _t
(processor)_S 60 _t
(at)_S 60 _t
(all)_S 60 _t
(sites,)_S 60 _t
(but)_S 60 _t
(not)_S 60 _t
(necessarily)_S 60 _t
(as)_S 960 1133 _m
(the)_S 58 _t
(manager)_S 59 _t
(of)_S 58 _t
(the)_S 59 _t
(most)_S 58 _t
(important)_S 58 _t
(data.)_S 117 _t
(The)_S 58 _t
(non-SQL)_S 58 _t
(processors)_S 59 _t
(may)_S 58 _t
(control)_S 58 _t
(the)_S 58 _t
(maps,)_S 59 _t
(documents,)_S 58 _t
(graphics)_S 960 650 _m
(4)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
7406 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
(images,)_S 76 _t
(or)_S 75 _t
(complex)_S 75 _t
(engineering)_S 76 _t
(structures)_S 75 _t
(that)_S 75 _t
(the)_S 76 _t
(Application)_S 75 _t
(Processor)_S 76 _t
(wishes)_S 75 _t
(to)_S 76 _t
(access.)_S 150 _t
(The)_S 76 _t
(local)_S 75 _t
(SQL)_S gsave 4 4 scale 16 _sr
_s [] 0 _d 2 _lc 0 g 1649 1969 290 685 _cw
_s
_s 255 g _s 765 2203 _m
_sp 765 2203 765 2015 1023 2015 1023 2203 4 _pl _pf
2 _w 0 g _cp _s _s
_s 1 _w 255 g _s 682 1866 _m
_sp 682 1866 682 1713 954 1713 954 1866 4 _pl _pf
2 _w 0 g _cp _s _s
_s 1 _w 255 g _s 954 1866 _m
_sp 954 1866 954 1713 1098 1713 1098 1866 4 _pl _pf
2 _w 0 g _cp _s _s
_s 1 _w 255 g _s 844 1713 _m
_sp 844 1713 844 1617 1098 1617 1098 1713 4 _pl _pf
2 _w 0 g _cp _s _s
_s 1 _w 255 g _s 800 1482 _m
_sp 800 1482 800 1393 1137 1393 1137 1482 4 _pl _pf
2 _w 0 g _cp _s _s
_s 1 _w 255 g _s 800 1393 _m
_sp 800 1393 800 1158 1137 1158 1137 1393 4 _pl _pf
2 _w 0 g _cp _s _s
_s 1 _w 0 g _s 894 1866 _m
_sp 907 1906 894 1897 881 1906 3 _pl _pf _np
_s 2 _w 0 g 894 2014 _m
894 1897 _l _s
_s 1 _w 0 g _s 973 1483 _m
_sp 986 1522 973 1513 960 1522 3 _pl _pf _np
_s 2 _w 0 g 973 1616 _m
973 1513 _l _s
_s 1 _w 0 g _s 982 952 _m
_sp 996 991 982 983 969 991 3 _pl _pf _np
_s 2 _w 0 g 982 1157 _m
982 983 _l _s
_s 1 _w 0 g _s 733 949 _m
_sp 746 989 733 980 720 989 3 _pl _pf _np
_s 2 _w 0 g 733 1710 _m
733 980 _l _s
_s 1 _w 255 g _s 1704 2217 _m
_sp 1704 2217 1704 2028 1446 2028 1446 2217 4 _pl _pf
2 _w 0 g _cp _s _s
_s 1 _w 255 g _s 1787 1880 _m
_sp 1787 1880 1787 1726 1516 1726 1516 1880 4 _pl _pf
2 _w 0 g _cp _s _s
_s 1 _w 255 g _s 1516 1880 _m
_sp 1516 1880 1516 1726 1372 1726 1372 1880 4 _pl _pf
2 _w 0 g _cp _s _s
_s 1 _w 255 g _s 1625 1726 _m
_sp 1625 1726 1625 1630 1372 1630 1372 1726 4 _pl _pf
2 _w 0 g _cp _s _s
_s 1 _w 255 g _s 1668 1486 _m
_sp 1668 1486 1668 1395 1331 1395 1331 1486 4 _pl _pf
2 _w 0 g _cp _s _s
_s 1 _w 255 g _s 1667 1397 _m
_sp 1667 1397 1667 1155 1331 1155 1331 1397 4 _pl _pf
2 _w 0 g _cp _s _s
_s 1 _w 0 g _s 1576 2025 _m
_sp 1563 1985 1576 1994 1589 1985 3 _pl _pf _np
_s 2 _w 0 g 1576 1881 _m
1576 1994 _l _s
_s 1 _w 0 g _s 1496 1496 _m
_sp 1510 1535 1496 1527 1483 1535 3 _pl _pf _np
_s 2 _w 0 g 1496 1629 _m
1496 1527 _l _s
_s 1 _w 0 g _s 1452 956 _m
_sp 1465 996 1452 987 1439 996 3 _pl _pf _np
_s 2 _w 0 g 1452 1155 _m
1452 987 _l _s
_s 1 _w 0 g _s 1737 967 _m
_sp 1750 1006 1737 998 1723 1006 3 _pl _pf _np
_s 2 _w 0 g 1737 1728 _m
1737 998 _l _s
_s 1 _w 0 g _s 1028 2163 _m
_sp 1067 2150 1058 2163 1067 2177 3 _pl _pf _np _s _s 1439 2111 _m
_sp 1399 2124 1408 2111 1399 2098 3 _pl _pf _np
_s 2 _w 0 g 1058 2163 _m
1290 2163 _l 1290 2163 _m
1238 2111 _l 1238 2111 _m
1408 2111 _l _s
_s 1 _w 0 g _s 1364 1800 _m
_sp 1325 1814 1334 1800 1325 1787 3 _pl _pf _np _s _s 1325 1438 _m
_sp 1286 1451 1294 1438 1286 1424 3 _pl _pf _np
_s 2 _w 0 g 1334 1800 _m
1264 1800 _l 1264 1800 _m
1264 1438 _l 1264 1438 _m
1294 1438 _l _s
_s 1 _w 0 g _s 1102 1805 _m
_sp 1142 1792 1133 1805 1142 1818 3 _pl _pf _np
_s 2 _w 0 g 1133 1805 _m
1207 1805 _l 1207 1805 _m
1137 1735 _l 1137 1735 _m
1264 1735 _l _s
1 _w 0 g 813 2147 _m
_sp 813 2147 804 2126 803 2123 801 2122 801 2121 808 2121 808 2122 808 2122 806 2123 805 2124 805 2124 806 2124 806 2124 806 2125 806 2126
806 2126 808 2129 817 2129 819 2126 820 2124 820 2124 819 2123 817 2122 817 2122 817 2121 827 2121 827 2122 825 2123 823 2126 814 2147
30 _pl _cp 808 2131 _m
_sp 808 2131 817 2131 812 2141 3 _pl _cp
0 g _f _s _s
0 g 834 2136 _m
_sp 834 2136 834 2139 833 2139 828 2137 828 2136 828 2136 830 2135 830 2133 830 2117 830 2115 828 2114 827 2114 827 2113 837 2113 837 2114
836 2114 834 2115 834 2117 834 2122 836 2121 837 2121 840 2122 843 2124 844 2126 845 2130 845 2134 844 2136 842 2138 839 2139 838 2139
836 2138 835 2137 32 _pl _cp 834 2134 _m
_sp 834 2134 834 2124 836 2123 837 2122 839 2123 841 2124 842 2126 842 2129 842 2132 841 2134 839 2135 837 2136 836 2136 13 _pl _cp
0 g _f _s _s
0 g 852 2136 _m
_sp 852 2136 852 2139 852 2139 846 2137 846 2136 847 2136 849 2135 849 2133 849 2117 849 2115 847 2114 846 2114 846 2113 856 2113 856 2114
855 2114 853 2115 852 2117 852 2122 854 2121 856 2121 859 2122 862 2124 863 2126 864 2130 863 2134 862 2136 860 2138 858 2139 857 2139
855 2138 854 2137 32 _pl _cp 852 2134 _m
_sp 852 2134 852 2124 854 2123 856 2122 858 2123 860 2124 861 2126 861 2129 861 2132 860 2134 858 2135 856 2136 854 2136 13 _pl _cp
0 g _f _s _s
0 g 872 2148 _m
_sp 872 2148 872 2148 866 2146 866 2145 867 2145 868 2144 869 2142 869 2125 868 2122 867 2122 866 2122 866 2121 875 2121 875 2122 874 2122
872 2122 872 2125 17 _pl _cp
0 g _f _s _s
0 g 883 2139 _m
_sp 883 2139 882 2139 877 2137 877 2136 877 2136 879 2135 879 2133 879 2125 879 2122 877 2122 877 2122 877 2121 885 2121 885 2122 885 2122
883 2122 883 2125 17 _pl _cp 879 2145 _m
_sp 879 2145 880 2144 881 2143 882 2144 883 2145 882 2147 881 2148 880 2147 8 _pl _cp
0 g _f _s _s
0 g 902 2127 _m
_sp 902 2127 901 2126 899 2125 898 2124 896 2124 894 2125 892 2126 891 2128 891 2131 891 2134 892 2136 893 2137 895 2137 897 2137 898 2135
899 2133 900 2133 901 2133 902 2135 901 2136 900 2138 898 2139 896 2139 892 2138 890 2136 888 2133 887 2129 888 2126 890 2123 892 2122
895 2121 898 2121 900 2123 901 2124 902 2127 35 _pl _cp
0 g _f _s _s
0 g 913 2132 _m
_sp 913 2132 911 2132 909 2131 908 2130 907 2129 906 2128 905 2127 904 2125 905 2122 908 2121 909 2121 911 2121 912 2122 913 2124 914 2121
916 2121 918 2121 919 2122 919 2124 919 2123 918 2123 917 2123 917 2125 917 2133 917 2134 917 2134 917 2135 916 2136 916 2137 915 2138
913 2139 911 2139 909 2139 907 2138 906 2136 905 2134 906 2133 907 2133 908 2133 908 2134 908 2134 908 2134 908 2136 908 2136 908 2136
909 2137 911 2137 913 2137 913 2133 49 _pl _cp 913 2131 _m
_sp 913 2131 911 2130 909 2128 908 2126 909 2124 910 2123 912 2124 913 2125 8 _pl _cp
0 g _f _s _s
0 g 920 2138 _m
_sp 920 2138 920 2137 922 2137 922 2126 922 2124 923 2122 925 2121 926 2121 928 2121 930 2124 930 2124 929 2123 928 2123 926 2124 926 2126
926 2137 929 2137 929 2138 926 2138 926 2143 925 2143 924 2141 922 2139 921 2138 24 _pl _cp
0 g _f _s _s
0 g 937 2139 _m
_sp 937 2139 937 2139 931 2137 931 2136 932 2136 934 2135 934 2133 934 2125 934 2122 932 2122 931 2122 931 2121 940 2121 940 2122 940 2122
938 2122 937 2125 17 _pl _cp 933 2145 _m
_sp 933 2145 934 2144 935 2143 937 2144 938 2145 937 2147 935 2148 934 2147 8 _pl _cp
0 g _f _s _s
0 g 942 2130 _m
_sp 942 2130 943 2126 945 2123 947 2122 951 2121 954 2122 957 2124 958 2126 959 2130 958 2134 957 2136 954 2138 951 2139 947 2138 945 2136
943 2134 16 _pl _cp 946 2131 _m
_sp 946 2131 946 2127 947 2125 949 2123 951 2122 953 2123 955 2124 956 2126 956 2129 955 2132 954 2135 952 2136 950 2137 948 2137 947 2136
946 2134 946 2131 946 2131 18 _pl _cp
0 g _f _s _s
0 g 966 2139 _m
_sp 966 2139 966 2139 960 2137 960 2136 961 2136 962 2135 963 2133 963 2125 962 2122 960 2122 960 2122 960 2121 969 2121 969 2122 968 2122
966 2122 966 2125 966 2134 968 2136 970 2137 971 2137 972 2136 973 2134 973 2131 973 2125 973 2122 971 2122 970 2122 970 2121 979 2121
979 2122 978 2122 976 2122 976 2125 976 2133 976 2136 975 2138 973 2139 971 2139 970 2139 969 2138 967 2137 966 2136 43 _pl _cp
0 g _f _s _s
0 g 824 2092 _m
_sp 824 2092 826 2092 828 2092 830 2092 831 2092 832 2093 834 2094 835 2094 836 2097 837 2099 836 2102 835 2104 834 2105 832 2105 831 2106
829 2106 827 2106 825 2106 817 2106 817 2105 817 2105 820 2105 820 2101 820 2086 820 2083 817 2082 817 2082 817 2081 828 2081 828 2082
827 2082 825 2083 824 2086 33 _pl _cp 824 2094 _m
_sp 824 2094 826 2094 829 2094 831 2095 832 2097 832 2099 832 2102 831 2104 829 2105 826 2105 825 2104 824 2102 12 _pl _cp
0 g _f _s _s
0 g 844 2099 _m
_sp 844 2099 843 2099 837 2097 837 2096 838 2096 840 2095 840 2093 840 2085 840 2082 838 2082 837 2082 837 2081 847 2081 847 2082 846 2082
844 2082 844 2085 844 2093 845 2095 846 2096 846 2096 847 2095 848 2095 848 2094 849 2095 850 2096 849 2098 848 2099 846 2098 844 2096
30 _pl _cp
0 g _f _s _s
0 g 851 2089 _m
_sp 851 2089 852 2086 854 2084 856 2082 859 2081 863 2082 865 2084 867 2086 868 2090 867 2094 866 2096 863 2098 860 2099 856 2098 854 2096
852 2093 16 _pl _cp 855 2091 _m
_sp 855 2091 855 2087 856 2084 858 2083 860 2082 862 2083 863 2084 864 2086 864 2089 864 2092 863 2095 861 2096 859 2097 857 2097 856 2096
855 2094 855 2091 855 2091 18 _pl _cp
0 g _f _s _s
0 g 884 2087 _m
_sp 884 2087 883 2086 882 2085 880 2084 879 2084 876 2085 875 2086 873 2088 873 2091 873 2093 874 2095 876 2096 878 2097 879 2097 880 2095
881 2094 882 2093 883 2094 884 2094 883 2096 882 2098 880 2099 878 2099 875 2098 873 2096 871 2093 870 2089 871 2086 872 2084 874 2082
877 2081 880 2082 882 2083 883 2085 885 2087 35 _pl _cp
0 g _f _s _s
0 g 889 2091 _m
_sp 889 2091 901 2091 900 2094 899 2097 897 2098 894 2099 891 2098 889 2096 888 2093 887 2089 887 2086 889 2083 891 2082 894 2081 896 2081
898 2083 900 2084 902 2087 901 2088 900 2086 899 2085 898 2083 896 2083 893 2084 891 2085 890 2088 889 2091 889 2091 28 _pl _cp 897 2093 _m
_sp 897 2093 896 2096 894 2097 892 2097 891 2096 890 2095 889 2093 7 _pl _cp
0 g _f _s _s
0 g 903 2081 _m
_sp 903 2081 904 2081 905 2082 905 2082 906 2082 907 2081 909 2081 910 2081 913 2081 915 2082 916 2084 916 2086 916 2088 915 2089 913 2090
910 2091 907 2093 906 2095 907 2096 910 2097 913 2096 914 2093 915 2093 915 2098 914 2098 914 2098 914 2098 913 2098 913 2098 911 2098
910 2099 909 2099 907 2099 905 2098 904 2096 903 2094 903 2093 904 2091 906 2090 908 2089 911 2088 913 2086 913 2085 912 2083 910 2082
909 2082 907 2083 905 2085 904 2087 903 2087 50 _pl _cp
0 g _f _s _s
0 g 918 2081 _m
_sp 918 2081 919 2081 919 2082 920 2082 920 2082 921 2081 923 2081 925 2081 927 2081 929 2082 930 2084 931 2086 930 2088 929 2089 928 2090
924 2091 922 2093 921 2095 922 2096 924 2097 926 2097 927 2096 928 2095 929 2093 930 2093 930 2098 929 2098 929 2098 928 2098 928 2098
927 2098 926 2098 925 2099 924 2099 922 2099 920 2098 919 2096 918 2094 918 2093 919 2091 921 2090 923 2089 925 2088 927 2086 928 2085
927 2083 925 2082 923 2082 921 2083 920 2085 919 2087 918 2087 52 _pl _cp
0 g _f _s _s
0 g 933 2089 _m
_sp 933 2089 934 2086 935 2084 938 2082 941 2081 945 2082 947 2084 949 2086 950 2090 949 2094 947 2096 945 2098 941 2099 938 2098 935 2096
934 2093 16 _pl _cp 936 2091 _m
_sp 936 2091 937 2087 938 2084 940 2083 942 2082 943 2083 945 2084 946 2086 946 2089 946 2092 945 2095 943 2096 941 2097 939 2097 937 2096
936 2094 936 2091 936 2091 18 _pl _cp
0 g _f _s _s
0 g 957 2099 _m
_sp 957 2099 956 2099 951 2097 951 2096 951 2096 953 2095 954 2093 954 2085 953 2082 951 2082 951 2082 951 2081 960 2081 960 2082 959 2082
957 2082 957 2085 957 2093 958 2095 959 2096 960 2096 960 2095 961 2095 962 2094 963 2095 963 2096 962 2098 961 2099 959 2098 957 2096
30 _pl _cp
0 g _f _s _s
0 g 1524 2169 _m
_sp 1524 2169 1527 2170 1529 2171 1531 2173 1531 2175 1531 2177 1530 2178 1528 2180 1527 2181 1525 2182 1524 2182 1522 2182 1519 2182 1511 2182 1511 2181
1511 2181 1513 2180 1514 2177 1514 2162 1513 2159 1511 2158 1511 2158 1511 2157 1521 2157 1521 2158 1521 2158 1518 2159 1518 2162 1518 2168 1520 2168
1529 2157 1535 2157 1535 2158 1534 2158 1533 2159 1531 2160 1530 2162 37 _pl _cp 1518 2170 _m
_sp 1518 2170 1519 2170 1519 2170 1522 2170 1524 2171 1526 2173 1526 2175 1526 2177 1525 2179 1523 2180 1520 2180 1518 2180 1518 2178 13 _pl _cp
0 g _f _s _s
0 g 1539 2167 _m
_sp 1539 2167 1551 2167 1550 2170 1549 2172 1547 2173 1544 2174 1541 2173 1539 2171 1537 2169 1536 2165 1537 2161 1538 2159 1540 2157 1543 2156 1546 2157
1548 2158 1550 2160 1551 2163 1551 2163 1550 2162 1549 2160 1547 2159 1545 2159 1543 2160 1541 2161 1540 2164 1539 2167 1539 2167 28 _pl _cp 1547 2168 _m
_sp 1547 2168 1546 2170 1545 2172 1544 2173 1543 2173 1542 2173 1541 2172 1540 2170 1539 2168 9 _pl _cp
0 g _f _s _s
0 g 1558 2174 _m
_sp 1558 2174 1558 2174 1552 2172 1552 2171 1553 2171 1555 2171 1555 2168 1555 2160 1555 2158 1553 2157 1552 2157 1552 2157 1561 2157 1561 2157 1561 2157
1559 2158 1558 2160 1558 2169 1560 2171 1562 2172 1564 2171 1565 2168 1565 2160 1565 2158 1563 2157 1563 2157 1563 2157 1571 2157 1571 2157 1571 2157
1569 2158 1568 2160 1568 2170 1570 2171 1572 2172 1574 2171 1575 2168 1575 2160 1575 2158 1573 2157 1573 2157 1573 2157 1581 2157 1581 2157 1581 2157
1579 2158 1579 2160 1579 2168 1579 2171 1578 2173 1576 2174 1574 2174 1573 2174 1571 2173 1570 2172 1568 2171 1566 2173 1564 2174 1563 2174 1561 2173
1560 2172 1558 2171 62 _pl _cp
0 g _f _s _s
0 g 1583 2165 _m
_sp 1583 2165 1584 2161 1585 2159 1588 2157 1591 2156 1595 2157 1597 2159 1599 2162 1600 2166 1599 2169 1597 2172 1595 2173 1591 2174 1588 2173 1585 2171
1584 2169 16 _pl _cp 1586 2166 _m
_sp 1586 2166 1586 2162 1587 2160 1589 2158 1591 2157 1593 2158 1595 2159 1596 2161 1596 2164 1596 2168 1595 2170 1593 2172 1590 2173 1589 2172 1587 2171
1586 2169 1586 2166 1586 2166 18 _pl _cp
0 g _f _s _s
0 g 1601 2173 _m
_sp 1601 2173 1601 2172 1603 2172 1603 2161 1603 2159 1604 2157 1605 2156 1606 2156 1607 2156 1609 2157 1610 2158 1611 2159 1611 2160 1609 2159 1608 2158
1607 2159 1606 2161 1606 2172 1610 2172 1610 2174 1606 2174 1606 2179 1606 2179 1605 2177 1605 2176 1604 2175 1603 2174 1602 2174 28 _pl _cp
0 g _f _s _s
0 g 1615 2167 _m
_sp 1615 2167 1627 2167 1626 2170 1624 2172 1622 2173 1620 2174 1617 2173 1614 2171 1613 2169 1612 2165 1613 2161 1614 2159 1616 2157 1619 2156 1622 2157
1624 2158 1626 2160 1627 2163 1627 2163 1626 2162 1624 2160 1623 2159 1621 2159 1618 2160 1617 2161 1615 2164 1615 2167 1615 2167 28 _pl _cp 1622 2168 _m
_sp 1622 2168 1622 2170 1621 2172 1620 2173 1619 2173 1618 2173 1616 2172 1615 2170 1615 2168 9 _pl _cp
0 g _f _s _s
0 g 1493 2142 _m
_sp 1493 2142 1485 2121 1483 2119 1481 2118 1481 2117 1488 2117 1488 2118 1488 2118 1487 2118 1486 2119 1486 2119 1486 2119 1486 2120 1486 2120 1486 2121
1487 2121 1488 2125 1497 2125 1499 2121 1500 2120 1500 2119 1499 2118 1498 2118 1497 2118 1497 2117 1507 2117 1507 2118 1505 2118 1503 2121 1494 2142
30 _pl _cp 1489 2126 _m
_sp 1489 2126 1497 2126 1493 2136 3 _pl _cp
0 g _f _s _s
0 g 1514 2131 _m
_sp 1514 2131 1514 2134 1513 2134 1508 2132 1508 2131 1508 2131 1510 2131 1510 2129 1510 2112 1510 2110 1508 2110 1508 2110 1508 2109 1517 2109 1517 2110
1516 2110 1514 2110 1514 2112 1514 2118 1516 2116 1517 2116 1521 2117 1523 2119 1525 2122 1526 2126 1525 2129 1524 2132 1522 2133 1519 2134 1518 2134
1516 2133 1515 2132 32 _pl _cp 1514 2129 _m
_sp 1514 2129 1514 2120 1516 2118 1517 2118 1519 2118 1521 2120 1522 2121 1522 2124 1522 2127 1521 2130 1519 2131 1518 2132 1516 2131 13 _pl _cp
0 g _f _s _s
0 g 1533 2131 _m
_sp 1533 2131 1533 2134 1532 2134 1527 2132 1527 2131 1527 2131 1529 2131 1529 2129 1529 2112 1529 2110 1527 2110 1526 2110 1526 2109 1536 2109 1536 2110
1535 2110 1533 2110 1533 2112 1533 2118 1535 2116 1536 2116 1539 2117 1542 2119 1543 2122 1544 2126 1544 2129 1543 2132 1541 2133 1538 2134 1537 2134
1535 2133 1534 2132 32 _pl _cp 1533 2129 _m
_sp 1533 2129 1533 2120 1535 2118 1536 2118 1538 2118 1540 2120 1541 2121 1541 2124 1541 2127 1540 2130 1538 2131 1537 2132 1535 2131 13 _pl _cp
0 g _f _s _s
0 g 1552 2143 _m
_sp 1552 2143 1552 2143 1546 2141 1546 2140 1547 2140 1549 2140 1549 2137 1549 2120 1549 2118 1547 2118 1546 2118 1546 2117 1555 2117 1555 2118 1554 2118
1553 2118 1552 2120 17 _pl _cp
0 g _f _s _s
0 g 1563 2134 _m
_sp 1563 2134 1562 2134 1557 2132 1557 2131 1557 2131 1559 2131 1559 2129 1559 2120 1559 2118 1557 2118 1557 2118 1557 2117 1566 2117 1566 2118 1565 2118
1563 2118 1563 2120 17 _pl _cp 1559 2141 _m
_sp 1559 2141 1560 2139 1561 2138 1562 2139 1563 2141 1562 2142 1561 2143 1560 2142 8 _pl _cp
0 g _f _s _s
0 g 1582 2122 _m
_sp 1582 2122 1581 2121 1579 2120 1578 2119 1576 2119 1574 2120 1572 2121 1571 2123 1571 2126 1571 2129 1572 2131 1574 2132 1576 2133 1577 2132 1578 2130
1579 2129 1580 2128 1581 2129 1582 2130 1581 2131 1580 2133 1578 2134 1576 2134 1572 2133 1570 2131 1568 2129 1567 2125 1568 2121 1570 2119 1572 2117
1575 2116 1578 2117 1580 2118 1581 2120 1582 2122 35 _pl _cp
0 g _f _s _s
0 g 1594 2127 _m
_sp 1594 2127 1592 2127 1590 2126 1588 2126 1587 2125 1586 2124 1585 2122 1584 2120 1585 2117 1588 2116 1589 2116 1591 2117 1592 2118 1594 2119 1595 2117
1596 2116 1598 2117 1600 2118 1600 2119 1599 2118 1598 2118 1597 2119 1597 2120 1597 2128 1597 2129 1597 2129 1597 2130 1597 2131 1596 2132 1595 2133
1593 2134 1591 2134 1589 2134 1587 2133 1586 2131 1585 2130 1586 2129 1587 2128 1588 2129 1589 2130 1589 2130 1588 2130 1588 2131 1588 2131 1588 2131
1589 2132 1591 2133 1593 2132 1594 2129 49 _pl _cp 1594 2126 _m
_sp 1594 2126 1592 2126 1590 2125 1589 2124 1588 2122 1588 2121 1589 2119 1590 2118 1592 2119 1594 2120 10 _pl _cp
0 g _f _s _s
0 g 1600 2133 _m
_sp 1600 2133 1600 2132 1603 2132 1603 2121 1603 2119 1604 2117 1605 2116 1606 2116 1607 2116 1609 2117 1610 2118 1611 2119 1610 2120 1609 2118 1608 2118
1606 2119 1606 2121 1606 2132 1609 2132 1609 2133 1606 2133 1606 2138 1605 2138 1604 2136 1602 2135 1601 2134 26 _pl _cp
0 g _f _s _s
0 g 1617 2134 _m
_sp 1617 2134 1617 2134 1611 2132 1611 2131 1612 2131 1614 2131 1614 2129 1614 2120 1614 2118 1612 2118 1611 2118 1611 2117 1620 2117 1620 2118 1620 2118
1618 2118 1617 2120 17 _pl _cp 1614 2141 _m
_sp 1614 2141 1614 2139 1616 2138 1617 2139 1618 2141 1617 2142 1616 2143 1614 2142 8 _pl _cp
0 g _f _s _s
0 g 1622 2125 _m
_sp 1622 2125 1623 2121 1625 2119 1627 2117 1631 2116 1634 2117 1637 2119 1638 2122 1639 2126 1638 2129 1637 2132 1634 2133 1631 2134 1627 2133 1625 2131
1623 2129 16 _pl _cp 1626 2126 _m
_sp 1626 2126 1626 2123 1627 2120 1629 2119 1631 2118 1633 2118 1635 2120 1636 2121 1636 2124 1636 2128 1635 2130 1633 2132 1630 2133 1629 2132 1627 2131
1626 2129 1626 2127 1626 2126 18 _pl _cp
0 g _f _s _s
0 g 1646 2134 _m
_sp 1646 2134 1646 2134 1640 2132 1640 2131 1641 2131 1642 2131 1643 2129 1643 2120 1643 2118 1641 2118 1640 2118 1640 2117 1649 2117 1649 2118 1649 2118
1647 2118 1646 2120 1646 2129 1648 2131 1650 2132 1651 2132 1652 2131 1653 2129 1653 2127 1653 2120 1653 2118 1651 2118 1650 2118 1650 2117 1659 2117
1659 2118 1659 2118 1657 2118 1656 2120 1656 2129 1656 2131 1655 2133 1654 2134 1652 2134 1651 2134 1649 2133 1648 2132 1646 2131 43 _pl _cp
0 g _f _s _s
0 g 1498 2087 _m
_sp 1498 2087 1500 2087 1502 2087 1503 2088 1505 2088 1506 2088 1507 2089 1508 2090 1509 2092 1510 2094 1509 2097 1508 2099 1507 2100 1506 2100 1504 2101
1502 2101 1500 2102 1498 2102 1490 2102 1490 2100 1491 2100 1493 2100 1493 2097 1493 2082 1493 2078 1491 2077 1490 2077 1490 2077 1501 2077 1501 2077
1501 2077 1499 2077 1498 2078 1498 2080 1498 2082 35 _pl _cp 1498 2089 _m
_sp 1498 2089 1500 2089 1503 2089 1505 2090 1506 2092 1506 2094 1505 2097 1504 2099 1502 2100 1499 2100 1498 2100 1498 2097 12 _pl _cp
0 g _f _s _s
0 g 1517 2094 _m
_sp 1517 2094 1516 2094 1511 2092 1511 2091 1511 2091 1513 2091 1513 2088 1513 2080 1513 2078 1511 2077 1511 2077 1511 2077 1520 2077 1520 2077 1519 2077
1517 2078 1517 2080 1517 2088 1518 2090 1519 2091 1520 2091 1520 2091 1521 2090 1521 2090 1523 2091 1523 2092 1522 2093 1521 2094 1519 2093 1517 2091
30 _pl _cp
0 g _f _s _s
0 g 1524 2085 _m
_sp 1524 2085 1525 2081 1527 2079 1529 2077 1532 2076 1536 2077 1538 2079 1540 2081 1541 2085 1540 2089 1539 2092 1536 2093 1533 2094 1529 2093 1527 2091
1525 2089 16 _pl _cp 1528 2086 _m
_sp 1528 2086 1528 2082 1529 2080 1531 2078 1533 2077 1535 2078 1537 2079 1538 2081 1538 2084 1537 2088 1536 2090 1534 2092 1532 2093 1530 2092 1529 2091
1528 2089 1528 2086 1528 2086 18 _pl _cp
0 g _f _s _s
0 g 1557 2082 _m
_sp 1557 2082 1556 2081 1555 2080 1553 2079 1552 2079 1550 2080 1548 2081 1547 2083 1546 2086 1546 2089 1547 2091 1549 2092 1551 2093 1553 2092 1553 2091
1554 2089 1555 2088 1556 2089 1557 2090 1557 2091 1556 2093 1554 2094 1551 2094 1548 2093 1546 2091 1544 2089 1543 2085 1544 2081 1545 2079 1548 2077
1551 2076 1553 2077 1555 2078 1557 2080 1558 2082 35 _pl _cp
0 g _f _s _s
0 g 1563 2087 _m
_sp 1563 2087 1574 2087 1574 2090 1573 2092 1571 2093 1568 2094 1565 2093 1562 2091 1561 2089 1560 2085 1561 2081 1562 2078 1564 2077 1567 2076 1569 2076
1571 2078 1573 2079 1575 2082 1574 2083 1573 2081 1572 2080 1570 2079 1568 2078 1566 2079 1564 2081 1563 2083 1563 2086 1563 2087 28 _pl _cp 1570 2088 _m
_sp 1570 2088 1570 2090 1569 2092 1568 2093 1567 2093 1565 2093 1564 2092 1563 2090 1563 2088 9 _pl _cp
0 g _f _s _s
0 g 1576 2077 _m
_sp 1576 2077 1577 2077 1578 2077 1578 2077 1579 2077 1580 2077 1582 2076 1583 2076 1586 2076 1588 2077 1589 2079 1589 2081 1589 2083 1588 2084 1587 2085
1586 2085 1585 2086 1583 2087 1580 2089 1579 2090 1580 2092 1583 2093 1584 2093 1586 2092 1587 2090 1588 2088 1588 2088 1588 2093 1588 2093 1587 2093
1587 2093 1587 2093 1586 2093 1585 2094 1584 2094 1583 2094 1580 2094 1578 2093 1577 2091 1576 2089 1576 2088 1577 2087 1579 2085 1581 2084 1584 2083
1586 2082 1587 2080 1586 2078 1583 2077 1581 2078 1579 2078 1578 2080 1577 2082 1576 2082 54 _pl _cp
0 g _f _s _s
0 g 1591 2077 _m
_sp 1591 2077 1592 2077 1592 2077 1593 2077 1594 2077 1595 2077 1597 2076 1598 2076 1600 2076 1602 2077 1603 2079 1604 2081 1604 2083 1603 2084 1602 2085
1601 2085 1600 2086 1598 2087 1595 2089 1594 2090 1595 2092 1597 2093 1599 2093 1600 2092 1601 2090 1602 2088 1603 2088 1603 2093 1602 2093 1602 2093
1601 2093 1601 2093 1601 2093 1599 2094 1598 2094 1597 2094 1595 2094 1593 2093 1592 2091 1591 2089 1591 2088 1592 2087 1594 2085 1596 2084 1598 2083
1600 2082 1601 2080 1600 2078 1598 2077 1596 2078 1594 2078 1593 2080 1592 2082 1591 2082 54 _pl _cp
0 g _f _s _s
0 g 1606 2085 _m
_sp 1606 2085 1607 2081 1608 2079 1611 2077 1614 2076 1618 2077 1620 2079 1622 2081 1623 2085 1622 2089 1621 2092 1618 2093 1615 2094 1611 2093 1608 2091
1607 2089 16 _pl _cp 1609 2086 _m
_sp 1609 2086 1610 2082 1611 2080 1613 2078 1615 2077 1617 2078 1619 2079 1620 2081 1620 2084 1619 2088 1618 2090 1616 2092 1614 2093 1612 2092 1610 2091
1609 2089 1609 2086 1609 2086 18 _pl _cp
0 g _f _s _s
0 g 1630 2094 _m
_sp 1630 2094 1630 2094 1624 2092 1624 2091 1625 2091 1626 2091 1627 2088 1627 2080 1626 2078 1625 2077 1624 2077 1624 2077 1633 2077 1633 2077 1632 2077
1630 2078 1630 2080 1630 2088 1631 2090 1632 2091 1633 2091 1633 2091 1634 2090 1635 2090 1636 2091 1636 2092 1636 2093 1634 2094 1632 2093 1630 2091
30 _pl _cp
0 g _f _s _s
0 g 1638 2077 _m
_sp 1638 2077 1638 2077 1639 2077 1639 2077 1640 2077 1641 2077 1643 2076 1644 2076 1646 2076 1648 2077 1649 2079 1650 2081 1650 2083 1649 2084 1648 2085
1647 2085 1646 2086 1644 2087 1641 2089 1640 2090 1641 2092 1644 2093 1645 2093 1647 2092 1648 2090 1649 2088 1649 2088 1649 2093 1649 2093 1648 2093
1647 2093 1647 2093 1647 2093 1645 2094 1644 2094 1643 2094 1641 2094 1639 2093 1638 2091 1638 2089 1638 2088 1639 2087 1640 2085 1642 2084 1644 2083
1647 2082 1647 2080 1646 2078 1644 2077 1642 2078 1641 2078 1639 2080 1638 2082 1638 2082 54 _pl _cp
0 g _f _s _s
0 g 1033 1984 _m
_sp 1033 1984 1032 1982 1031 1981 1030 1980 1029 1980 1027 1979 1025 1979 1022 1979 1020 1979 1020 1981 1020 1998 1020 2001 1023 2001 1023 2001 1023 2003
1012 2003 1012 2001 1013 2001 1015 2001 1015 1998 1015 1982 1015 1979 1013 1978 1012 1978 1012 1978 1032 1978 1034 1984 27 _pl _cp
0 g _f _s _s
0 g 1036 1986 _m
_sp 1036 1986 1037 1982 1038 1980 1041 1978 1044 1977 1048 1978 1050 1980 1052 1982 1053 1986 1052 1990 1050 1992 1048 1994 1044 1995 1041 1994 1038 1992
1037 1990 16 _pl _cp 1039 1987 _m
_sp 1039 1987 1040 1983 1041 1981 1043 1979 1045 1978 1046 1979 1048 1980 1049 1982 1049 1985 1049 1989 1048 1991 1046 1993 1044 1994 1042 1993 1040 1992
1039 1990 1039 1987 1039 1987 18 _pl _cp
0 g _f _s _s
0 g 1069 1983 _m
_sp 1069 1983 1068 1982 1066 1981 1065 1980 1064 1980 1061 1981 1060 1982 1058 1984 1058 1987 1058 1990 1059 1992 1061 1993 1062 1994 1064 1993 1065 1991
1066 1990 1067 1989 1068 1990 1069 1991 1068 1992 1067 1994 1065 1995 1063 1995 1059 1994 1057 1992 1055 1990 1054 1986 1055 1982 1057 1980 1059 1978
1062 1977 1065 1978 1067 1979 1068 1981 1069 1983 35 _pl _cp
0 g _f _s _s
0 g 1081 1988 _m
_sp 1081 1988 1079 1988 1077 1987 1075 1986 1074 1985 1073 1984 1072 1983 1071 1981 1072 1978 1075 1977 1076 1977 1078 1978 1079 1978 1081 1979 1082 1978
1083 1977 1085 1978 1087 1979 1087 1980 1086 1979 1085 1979 1084 1979 1084 1981 1084 1989 1084 1990 1084 1990 1084 1991 1084 1992 1083 1993 1082 1994
1080 1995 1078 1995 1076 1995 1074 1994 1073 1992 1072 1990 1073 1989 1074 1989 1075 1989 1076 1990 1076 1990 1075 1990 1075 1992 1075 1992 1075 1992
1076 1993 1078 1994 1079 1994 1080 1993 1081 1991 1081 1989 51 _pl _cp 1081 1987 _m
_sp 1081 1987 1079 1986 1076 1984 1075 1982 1076 1980 1077 1979 1079 1979 1081 1981 8 _pl _cp
0 g _f _s _s
0 g 1094 2004 _m
_sp 1094 2004 1094 2004 1088 2002 1088 2001 1089 2001 1090 2000 1091 1998 1091 1981 1090 1979 1089 1978 1088 1978 1088 1978 1097 1978 1097 1978 1096 1978
1094 1979 1094 1981 17 _pl _cp
0 g _f _s _s
0 g 933 1945 _m
_sp 933 1945 934 1937 935 1937 935 1938 936 1938 936 1938 936 1938 938 1937 940 1937 941 1937 945 1938 947 1939 949 1941 950 1944 950 1946
949 1948 947 1949 945 1951 942 1953 940 1954 938 1956 937 1957 937 1958 938 1960 941 1961 943 1961 944 1960 945 1959 946 1958 947 1956
948 1954 949 1954 948 1963 947 1963 947 1962 946 1962 946 1962 945 1962 943 1962 942 1963 941 1963 938 1962 936 1961 935 1959 934 1956
934 1955 935 1953 937 1951 939 1949 942 1947 945 1945 946 1943 946 1941 945 1940 943 1939 941 1939 939 1939 937 1940 936 1941 936 1942
935 1943 934 1945 62 _pl _cp
0 g _f _s _s
0 g 968 1937 _m
_sp 968 1937 971 1938 974 1940 976 1943 977 1946 978 1950 977 1954 976 1958 973 1960 969 1962 965 1963 961 1962 958 1960 955 1957 954 1954
953 1950 954 1946 955 1942 958 1939 962 1937 963 1936 965 1934 967 1933 969 1932 971 1931 973 1931 974 1931 976 1931 977 1931 978 1931
978 1932 978 1932 977 1932 975 1932 972 1933 970 1935 36 _pl _cp 958 1950 _m
_sp 958 1950 958 1945 960 1942 962 1940 965 1939 968 1940 971 1942 972 1945 973 1950 972 1955 971 1958 968 1960 965 1961 962 1960 960 1958
958 1955 16 _pl _cp
0 g _f _s _s
0 g 1001 1944 _m
_sp 1001 1944 1000 1942 999 1941 998 1940 996 1940 995 1939 993 1939 989 1939 987 1939 987 1941 987 1957 988 1961 990 1961 990 1961 990 1962
980 1962 980 1961 980 1961 982 1961 983 1957 983 1942 982 1939 980 1938 980 1938 980 1937 1000 1937 1002 1944 27 _pl _cp
0 g _f _s _s
0 g 1023 1948 _m
_sp 1023 1948 1025 1948 1027 1948 1028 1948 1030 1948 1031 1949 1032 1950 1033 1951 1035 1953 1035 1955 1034 1958 1033 1960 1032 1961 1031 1961 1029 1962
1028 1962 1026 1962 1023 1962 1015 1962 1015 1961 1016 1961 1018 1961 1019 1957 1019 1942 1018 1939 1016 1938 1015 1938 1015 1937 1026 1937 1026 1938
1026 1938 1023 1939 1023 1942 33 _pl _cp 1023 1950 _m
_sp 1023 1950 1025 1950 1028 1950 1030 1951 1031 1953 1031 1955 1030 1958 1029 1960 1027 1961 1024 1961 1023 1961 1023 1958 12 _pl _cp
0 g _f _s _s
0 g 1042 1955 _m
_sp 1042 1955 1041 1955 1036 1953 1036 1952 1036 1952 1038 1951 1039 1949 1039 1941 1038 1939 1036 1938 1036 1938 1036 1937 1045 1937 1045 1938 1044 1938
1042 1939 1042 1941 1042 1949 1043 1951 1044 1952 1045 1952 1045 1951 1046 1951 1047 1951 1048 1951 1048 1953 1047 1954 1046 1955 1044 1954 1042 1952
30 _pl _cp
0 g _f _s _s
0 g 1049 1946 _m
_sp 1049 1946 1050 1942 1052 1940 1054 1938 1058 1937 1061 1938 1064 1940 1065 1942 1066 1946 1065 1950 1064 1952 1061 1954 1058 1955 1054 1954 1052 1952
1050 1950 16 _pl _cp 1053 1947 _m
_sp 1053 1947 1053 1943 1054 1941 1056 1939 1058 1938 1060 1939 1062 1940 1063 1942 1063 1945 1063 1948 1062 1951 1060 1952 1057 1953 1055 1953 1054 1952
1053 1950 1053 1947 1053 1947 18 _pl _cp
0 g _f _s _s
0 g 1083 1943 _m
_sp 1083 1943 1082 1942 1080 1941 1079 1940 1077 1940 1075 1941 1073 1942 1072 1944 1071 1947 1071 1950 1072 1952 1074 1953 1076 1953 1078 1953 1079 1951
1079 1950 1081 1949 1082 1950 1082 1951 1082 1952 1081 1954 1079 1955 1077 1955 1073 1954 1071 1952 1069 1949 1068 1945 1069 1942 1070 1940 1073 1938
1076 1937 1078 1938 1080 1939 1082 1941 1083 1943 35 _pl _cp
0 g _f _s _s
0 g 1088 1948 _m
_sp 1088 1948 1100 1948 1099 1951 1098 1953 1096 1954 1093 1955 1090 1954 1087 1952 1086 1949 1085 1945 1086 1942 1087 1939 1089 1938 1092 1937 1095 1937
1097 1939 1098 1940 1100 1943 1100 1944 1098 1942 1097 1941 1096 1940 1094 1939 1091 1940 1090 1942 1088 1944 1088 1947 1088 1948 28 _pl _cp 1095 1949 _m
_sp 1095 1949 1094 1952 1092 1953 1089 1952 1088 1949 5 _pl _cp
0 g _f _s _s
0 g 1117 1964 _m
_sp 1117 1964 1117 1964 1111 1962 1111 1961 1112 1961 1113 1961 1114 1958 1114 1953 1112 1954 1110 1955 1107 1954 1104 1952 1103 1949 1102 1945 1103 1942
1104 1939 1106 1938 1109 1937 1112 1937 1114 1939 1114 1937 1114 1937 1120 1939 1120 1940 1119 1940 1117 1940 1117 1942 27 _pl _cp 1114 1941 _m
_sp 1114 1941 1114 1948 1114 1950 1113 1952 1111 1953 1110 1953 1108 1953 1106 1951 1105 1949 1105 1946 1106 1943 1107 1941 1109 1940 1111 1939 1113 1939
15 _pl _cp
0 g _f _s _s
0 g 1126 1954 _m
_sp 1126 1954 1120 1954 1120 1953 1120 1953 1122 1953 1122 1950 1122 1943 1122 1940 1123 1939 1125 1937 1127 1937 1128 1937 1130 1938 1131 1939 1133 1940
1133 1937 1133 1937 1138 1939 1138 1939 1136 1939 1136 1942 1136 1954 1130 1954 1130 1953 1130 1953 1132 1953 1133 1950 1133 1941 1131 1940 1128 1939
1127 1940 1126 1943 32 _pl _cp
0 g _f _s _s
0 g 1145 1955 _m
_sp 1145 1955 1144 1955 1139 1953 1139 1952 1139 1952 1141 1951 1142 1949 1142 1941 1141 1939 1139 1938 1139 1938 1139 1937 1148 1937 1148 1938 1147 1938
1145 1939 1145 1941 1145 1949 1146 1951 1147 1952 1148 1952 1148 1951 1149 1951 1150 1951 1151 1951 1151 1953 1150 1954 1149 1955 1147 1954 1145 1952
30 _pl _cp
0 g _f _s _s
0 g 1155 1948 _m
_sp 1155 1948 1167 1948 1166 1951 1165 1953 1163 1954 1160 1955 1157 1954 1154 1952 1153 1949 1152 1945 1153 1942 1154 1939 1156 1938 1159 1937 1162 1937
1164 1939 1166 1940 1167 1943 1167 1944 1166 1942 1164 1941 1163 1940 1161 1939 1159 1940 1157 1942 1156 1944 1155 1947 1155 1948 28 _pl _cp 1163 1949 _m
_sp 1163 1949 1161 1952 1159 1953 1156 1952 1155 1949 5 _pl _cp
0 g _f _s _s
0 g 1047 1902 _m
_sp 1047 1902 1046 1902 1046 1901 1044 1900 1042 1900 1041 1899 1039 1899 1037 1899 1035 1900 1034 1900 1032 1901 1031 1903 1030 1905 1029 1907 1029 1910
1030 1915 1032 1918 1034 1920 1038 1921 1040 1921 1041 1920 1043 1920 1044 1919 1045 1917 1046 1914 1047 1914 1047 1923 1046 1923 1046 1922 1045 1922
1044 1922 1043 1922 1041 1923 1038 1923 1034 1922 1030 1920 1027 1917 1026 1914 1025 1910 1026 1905 1027 1902 1030 1899 1033 1897 1037 1897 1040 1897
1042 1898 1044 1899 1045 1899 1047 1900 1048 1902 50 _pl _cp
0 g _f _s _s
0 g 1059 1908 _m
_sp 1059 1908 1057 1907 1055 1906 1054 1906 1052 1905 1051 1904 1050 1903 1050 1901 1051 1898 1054 1897 1057 1897 1059 1899 1060 1898 1062 1897 1064 1897
1065 1899 1065 1900 1064 1899 1064 1899 1063 1899 1062 1901 1062 1909 1062 1910 1062 1910 1062 1911 1062 1912 1062 1913 1060 1914 1059 1915 1057 1915
1054 1915 1053 1914 1051 1912 1051 1910 1051 1909 1052 1909 1053 1909 1054 1910 1054 1910 1054 1910 1054 1912 1054 1912 1054 1912 1055 1913 1056 1913
1059 1912 1059 1909 47 _pl _cp 1059 1907 _m
_sp 1059 1907 1057 1906 1054 1904 1053 1902 1054 1900 1056 1899 1058 1899 1059 1901 8 _pl _cp
0 g _f _s _s
0 g 1073 1924 _m
_sp 1073 1924 1072 1924 1067 1921 1067 1921 1067 1921 1069 1920 1069 1918 1069 1901 1069 1899 1067 1898 1067 1898 1067 1897 1075 1897 1075 1898 1075 1898
1073 1899 1073 1901 17 _pl _cp
0 g _f _s _s
0 g 1083 1924 _m
_sp 1083 1924 1083 1924 1077 1921 1077 1921 1078 1921 1079 1920 1080 1918 1080 1901 1079 1899 1078 1898 1077 1898 1077 1897 1086 1897 1086 1898 1085 1898
1084 1899 1083 1901 17 _pl _cp
0 g _f _s _s
0 g 1655 2005 _m
_sp 1655 2005 1655 2014 1662 2014 1665 2014 1666 2010 1668 2010 1667 2016 1647 2016 1647 2015 1648 2015 1650 2014 1651 2011 1651 1996 1650 1993 1648 1992
1647 1992 1647 1991 1668 1991 1669 1997 1668 1997 1667 1996 1666 1995 1665 1994 1664 1993 1662 1993 1660 1993 1657 1993 1655 1993 1655 1995 1655 2003
1660 2003 1663 2003 1664 2000 1666 2000 1666 2008 1664 2008 1663 2005 1660 2005 38 _pl _cp
0 g _f _s _s
0 g 1678 2000 _m
_sp 1678 2000 1674 1995 1672 1992 1670 1992 1670 1991 1676 1991 1676 1992 1675 1992 1675 1992 1675 1993 1676 1995 1679 1998 1681 1995 1682 1993 1682 1992
1682 1992 1680 1992 1680 1991 1688 1991 1688 1992 1686 1992 1685 1995 1680 2001 1683 2004 1685 2006 1686 2007 1686 2008 1680 2008 1680 2007 1681 2007
1682 2007 1682 2006 1682 2006 1681 2004 1680 2003 1678 2004 1677 2006 1677 2006 1678 2007 1679 2007 1679 2007 1679 2008 1671 2008 1671 2007 1673 2006
1675 2004 46 _pl _cp
0 g _f _s _s
0 g 1689 2007 _m
_sp 1689 2007 1689 2006 1691 2006 1691 1995 1692 1992 1695 1991 1697 1991 1699 1994 1699 1994 1698 1993 1697 1992 1695 1993 1694 1995 1694 2006 1698 2006
1698 2008 1694 2008 1694 2013 1694 2013 1693 2011 1691 2009 1690 2008 22 _pl _cp
0 g _f _s _s
0 g 1703 2001 _m
_sp 1703 2001 1715 2001 1714 2004 1713 2006 1711 2007 1708 2008 1705 2007 1703 2006 1701 2003 1700 1999 1701 1996 1702 1993 1704 1992 1707 1991 1710 1991
1712 1993 1714 1994 1716 1997 1715 1997 1714 1996 1713 1994 1711 1993 1709 1993 1707 1994 1705 1995 1704 1998 1703 2001 1703 2001 28 _pl _cp 1711 2003 _m
_sp 1711 2003 1710 2006 1707 2007 1705 2006 1703 2003 5 _pl _cp
0 g _f _s _s
0 g 1722 2009 _m
_sp 1722 2009 1722 2009 1716 2006 1716 2006 1717 2006 1719 2005 1719 2003 1719 1995 1719 1992 1717 1992 1716 1992 1716 1991 1726 1991 1726 1992 1724 1992
1723 1992 1722 1995 1722 2003 1723 2005 1724 2006 1725 2006 1726 2005 1727 2005 1727 2004 1728 2005 1729 2006 1728 2007 1726 2008 1724 2007 1722 2005
30 _pl _cp
0 g _f _s _s
0 g 1735 2009 _m
_sp 1735 2009 1734 2009 1729 2006 1729 2006 1729 2006 1731 2005 1732 2003 1732 1995 1731 1992 1729 1992 1729 1992 1729 1991 1737 1991 1737 1992 1737 1992
1735 1992 1735 1995 1735 2003 1737 2006 1739 2006 1741 2005 1741 2001 1741 1995 1741 1992 1739 1992 1739 1992 1739 1991 1748 1991 1748 1992 1747 1992
1745 1992 1745 1995 1745 2003 1745 2005 1744 2007 1742 2008 1740 2008 1739 2008 1738 2008 1736 2007 1735 2005 41 _pl _cp
0 g _f _s _s
0 g 1758 2002 _m
_sp 1758 2002 1756 2001 1754 2000 1752 2000 1751 1999 1750 1998 1749 1996 1749 1994 1750 1991 1753 1990 1754 1990 1755 1991 1757 1992 1758 1993 1759 1991
1760 1990 1762 1991 1764 1992 1764 1994 1763 1993 1762 1992 1762 1993 1761 1994 1761 2002 1761 2003 1761 2004 1761 2005 1761 2005 1760 2006 1759 2007
1757 2008 1755 2008 1753 2008 1751 2007 1750 2005 1749 2004 1750 2003 1751 2002 1752 2003 1753 2004 1753 2004 1753 2004 1753 2005 1753 2005 1753 2005
1754 2006 1755 2007 1757 2006 1758 2003 49 _pl _cp 1758 2001 _m
_sp 1758 2001 1756 2000 1754 1999 1753 1998 1752 1996 1752 1995 1753 1994 1754 1993 1756 1993 1758 1994 10 _pl _cp
0 g _f _s _s
0 g 1771 2017 _m
_sp 1771 2017 1771 2017 1765 2015 1765 2014 1766 2014 1768 2014 1768 2012 1768 1995 1768 1992 1766 1992 1765 1992 1765 1991 1774 1991 1774 1992 1774 1992
1772 1992 1771 1995 17 _pl _cp
0 g _f _s _s
0 g 1651 1965 _m
_sp 1651 1965 1651 1974 1658 1974 1660 1974 1661 1973 1662 1972 1663 1970 1664 1970 1664 1976 1644 1976 1644 1975 1644 1975 1647 1974 1647 1971 1647 1956
1647 1953 1644 1952 1644 1952 1644 1951 1655 1951 1655 1952 1654 1952 1652 1953 1651 1956 1651 1963 1656 1963 1658 1963 1660 1962 1660 1961 1661 1959
1662 1959 1662 1968 1661 1968 1660 1966 1660 1965 1658 1965 1656 1965 37 _pl _cp
0 g _f _s _s
0 g 1670 1968 _m
_sp 1670 1968 1664 1968 1664 1967 1665 1967 1667 1967 1667 1964 1667 1956 1667 1954 1668 1952 1670 1951 1672 1951 1675 1951 1677 1953 1677 1950 1677 1950
1683 1952 1683 1953 1680 1953 1680 1955 1680 1968 1674 1968 1674 1967 1675 1967 1677 1967 1677 1964 1677 1954 1675 1953 1673 1952 1672 1952 1671 1953
1670 1955 1670 1957 32 _pl _cp
0 g _f _s _s
0 g 1689 1968 _m
_sp 1689 1968 1689 1968 1683 1966 1683 1965 1684 1965 1685 1965 1686 1963 1686 1954 1685 1952 1683 1952 1683 1952 1683 1951 1692 1951 1692 1952 1691 1952
1689 1952 1689 1954 1689 1964 1691 1965 1693 1966 1694 1966 1695 1965 1696 1963 1696 1961 1696 1954 1696 1952 1694 1952 1693 1952 1693 1951 1702 1951
1702 1952 1701 1952 1700 1952 1699 1954 1699 1963 1699 1965 1698 1967 1696 1968 1694 1968 1693 1968 1692 1967 1690 1966 1689 1965 43 _pl _cp
0 g _f _s _s
0 g 1717 1957 _m
_sp 1717 1957 1716 1955 1715 1954 1713 1953 1712 1953 1709 1954 1708 1955 1706 1957 1706 1960 1706 1963 1707 1965 1709 1966 1711 1967 1712 1966 1713 1965
1714 1963 1715 1962 1716 1963 1717 1964 1717 1965 1716 1967 1714 1968 1711 1968 1708 1967 1706 1965 1704 1963 1703 1959 1704 1956 1705 1953 1707 1952
1710 1951 1713 1951 1715 1952 1716 1954 1718 1956 35 _pl _cp
0 g _f _s _s
0 g 1719 1967 _m
_sp 1719 1967 1719 1966 1721 1966 1721 1955 1722 1952 1725 1951 1727 1951 1729 1953 1729 1954 1728 1953 1726 1952 1725 1953 1724 1955 1724 1966 1728 1966
1728 1968 1724 1968 1724 1973 1724 1973 1723 1970 1721 1969 1720 1968 22 _pl _cp
0 g _f _s _s
0 g 1736 1968 _m
_sp 1736 1968 1736 1968 1730 1966 1730 1965 1731 1965 1732 1965 1733 1963 1733 1954 1732 1952 1731 1952 1730 1952 1730 1951 1739 1951 1739 1952 1738 1952
1737 1952 1736 1954 17 _pl _cp 1732 1975 _m
_sp 1732 1975 1733 1973 1734 1973 1736 1973 1737 1975 1736 1976 1734 1977 1733 1976 8 _pl _cp
0 g _f _s _s
0 g 1741 1959 _m
_sp 1741 1959 1742 1956 1743 1953 1746 1952 1749 1951 1753 1952 1755 1953 1757 1956 1758 1960 1757 1963 1756 1966 1753 1967 1750 1968 1746 1967 1743 1965
1742 1963 16 _pl _cp 1744 1961 _m
_sp 1744 1961 1745 1957 1746 1954 1748 1953 1750 1952 1752 1952 1753 1954 1754 1955 1754 1958 1754 1962 1753 1964 1751 1966 1749 1967 1747 1966 1745 1965
1744 1963 1744 1961 1744 1961 18 _pl _cp
0 g _f _s _s
0 g 1765 1968 _m
_sp 1765 1968 1765 1968 1759 1966 1759 1965 1759 1965 1761 1965 1762 1963 1762 1954 1761 1952 1759 1952 1759 1952 1759 1951 1768 1951 1768 1952 1767 1952
1765 1952 1765 1954 1765 1964 1767 1965 1769 1966 1771 1965 1771 1961 1771 1954 1771 1952 1770 1952 1769 1952 1769 1951 1778 1951 1778 1952 1777 1952
1775 1952 1775 1954 1775 1963 1775 1965 1774 1967 1772 1968 1770 1968 1769 1968 1768 1967 1766 1966 1765 1965 41 _pl _cp
0 g _f _s _s
0 g 1699 1916 _m
_sp 1699 1916 1698 1915 1697 1915 1695 1914 1694 1913 1692 1912 1690 1912 1689 1912 1687 1913 1686 1914 1684 1915 1683 1917 1682 1919 1681 1921 1681 1924
1682 1928 1684 1932 1686 1934 1690 1935 1692 1935 1693 1934 1695 1933 1696 1932 1697 1930 1698 1928 1699 1928 1699 1936 1698 1936 1697 1935 1696 1935
1696 1935 1695 1935 1694 1936 1692 1936 1691 1936 1689 1936 1685 1935 1682 1934 1679 1931 1677 1927 1677 1923 1677 1918 1679 1915 1682 1912 1685 1910
1689 1910 1692 1911 1694 1911 1696 1912 1697 1913 1698 1914 1700 1915 52 _pl _cp
0 g _f _s _s
0 g 1711 1922 _m
_sp 1711 1922 1709 1921 1707 1920 1706 1920 1704 1919 1703 1918 1702 1916 1702 1914 1703 1911 1706 1910 1707 1910 1708 1911 1710 1912 1711 1913 1712 1911
1713 1910 1715 1911 1717 1912 1717 1913 1716 1912 1715 1912 1715 1913 1714 1914 1714 1922 1714 1923 1714 1923 1714 1924 1714 1925 1713 1926 1712 1927
1710 1928 1708 1928 1706 1928 1704 1927 1703 1925 1702 1924 1703 1923 1704 1922 1705 1923 1706 1924 1706 1924 1706 1924 1706 1925 1706 1925 1706 1925
1707 1926 1708 1927 1710 1926 1711 1923 49 _pl _cp 1711 1920 _m
_sp 1711 1920 1709 1920 1708 1919 1706 1918 1705 1916 1705 1915 1706 1913 1708 1912 1710 1913 1711 1914 10 _pl _cp
0 g _f _s _s
0 g 1724 1937 _m
_sp 1724 1937 1724 1937 1718 1935 1718 1934 1719 1934 1721 1934 1721 1931 1721 1914 1721 1912 1719 1912 1718 1912 1718 1911 1727 1911 1727 1912 1727 1912
1725 1912 1724 1914 17 _pl _cp
0 g _f _s _s
0 g 1735 1937 _m
_sp 1735 1937 1735 1937 1729 1935 1729 1934 1729 1934 1731 1934 1732 1931 1732 1914 1731 1912 1729 1912 1729 1912 1729 1911 1738 1911 1738 1912 1737 1912
1735 1912 1735 1914 17 _pl _cp
0 g _f _s _s
0 g 1740 1911 _m
_sp 1740 1911 1740 1911 1741 1911 1741 1911 1742 1911 1743 1911 1745 1910 1746 1910 1749 1910 1751 1911 1752 1913 1752 1915 1752 1917 1751 1918 1750 1919
1749 1920 1748 1920 1746 1921 1743 1923 1742 1924 1743 1926 1746 1927 1747 1927 1749 1926 1750 1925 1751 1923 1751 1923 1751 1928 1751 1928 1750 1928
1750 1927 1750 1928 1749 1928 1748 1928 1747 1928 1746 1928 1743 1928 1742 1927 1740 1925 1740 1923 1740 1922 1741 1921 1742 1919 1744 1918 1747 1917
1749 1916 1750 1914 1749 1912 1746 1911 1745 1912 1743 1913 1741 1914 1740 1917 1740 1917 54 _pl _cp
0 g _f _s _s
0 g 722 1830 _m
_sp 722 1830 722 1840 729 1840 731 1840 732 1839 733 1837 734 1835 735 1835 735 1841 715 1841 715 1840 715 1840 718 1840 718 1836 718 1821
718 1818 715 1817 715 1817 715 1816 726 1816 726 1817 725 1817 723 1818 722 1821 722 1828 727 1828 729 1828 731 1828 731 1827 732 1825
733 1825 733 1833 732 1833 731 1831 731 1830 729 1830 727 1830 37 _pl _cp
0 g _f _s _s
0 g 742 1833 _m
_sp 742 1833 735 1833 735 1832 736 1832 738 1832 738 1829 738 1822 738 1819 739 1818 741 1816 743 1816 746 1816 748 1818 748 1816 749 1816
754 1817 754 1818 752 1818 751 1821 751 1833 745 1833 745 1832 746 1832 748 1832 748 1829 748 1820 746 1818 744 1818 742 1819 742 1822
30 _pl _cp
0 g _f _s _s
0 g 761 1843 _m
_sp 761 1843 761 1843 755 1840 755 1840 756 1840 757 1839 758 1837 758 1820 757 1817 756 1817 755 1817 755 1816 764 1816 764 1817 764 1817
762 1817 761 1820 17 _pl _cp
0 g _f _s _s
0 g 772 1843 _m
_sp 772 1843 771 1843 766 1840 766 1840 766 1840 768 1839 768 1837 768 1820 768 1817 766 1817 766 1817 766 1816 775 1816 775 1817 774 1817
772 1817 772 1820 17 _pl _cp
0 g _f _s _s
0 g 796 1830 _m
_sp 796 1830 796 1840 803 1840 805 1840 806 1839 807 1837 808 1835 809 1835 808 1841 789 1841 789 1840 789 1840 792 1840 792 1836 792 1821
792 1818 789 1817 789 1817 789 1816 799 1816 799 1817 799 1817 797 1818 796 1821 796 1828 801 1828 804 1828 805 1825 806 1825 806 1833
805 1833 804 1830 801 1830 33 _pl _cp
0 g _f _s _s
0 g 815 1833 _m
_sp 815 1833 809 1833 809 1832 809 1832 811 1832 812 1829 812 1822 812 1819 813 1818 815 1816 817 1816 820 1816 822 1818 822 1816 822 1816
828 1817 828 1818 825 1818 825 1821 825 1833 819 1833 819 1832 820 1832 822 1832 822 1829 822 1820 820 1818 818 1818 816 1819 815 1822
30 _pl _cp
0 g _f _s _s
0 g 834 1834 _m
_sp 834 1834 834 1834 828 1832 828 1831 829 1831 830 1830 831 1828 831 1820 830 1817 828 1817 828 1817 828 1816 837 1816 837 1817 836 1817
834 1817 834 1820 834 1829 836 1831 838 1832 839 1832 840 1831 841 1829 841 1826 841 1820 840 1817 839 1817 838 1817 838 1816 847 1816
847 1817 846 1817 844 1817 844 1820 844 1828 844 1830 843 1832 841 1833 839 1833 838 1833 837 1833 835 1832 834 1830 43 _pl _cp
0 g _f _s _s
0 g 862 1822 _m
_sp 862 1822 861 1820 860 1819 858 1819 857 1819 854 1820 853 1821 851 1823 851 1825 851 1828 852 1830 854 1831 856 1832 857 1832 858 1830
859 1828 860 1828 861 1828 862 1829 861 1831 860 1832 858 1833 856 1833 853 1832 851 1830 849 1828 848 1824 849 1821 850 1818 852 1817
855 1816 858 1816 860 1818 861 1819 863 1822 35 _pl _cp
0 g _f _s _s
0 g 864 1832 _m
_sp 864 1832 864 1831 866 1831 866 1821 866 1819 867 1817 868 1816 870 1816 872 1816 874 1819 874 1819 873 1818 871 1818 870 1819 869 1821
869 1831 873 1831 873 1833 869 1833 869 1838 869 1838 867 1836 866 1834 865 1833 24 _pl _cp
0 g _f _s _s
0 g 881 1834 _m
_sp 881 1834 881 1834 875 1832 875 1831 876 1831 877 1830 878 1828 878 1820 877 1817 876 1817 875 1817 875 1816 884 1816 884 1817 883 1817
881 1817 881 1820 17 _pl _cp 877 1840 _m
_sp 877 1840 878 1839 879 1838 880 1839 881 1840 880 1841 879 1842 878 1841 8 _pl _cp
0 g _f _s _s
0 g 886 1824 _m
_sp 886 1824 887 1821 888 1818 891 1817 894 1816 898 1817 900 1819 902 1821 903 1825 902 1828 900 1831 898 1832 894 1833 891 1832 888 1831
887 1828 16 _pl _cp 889 1826 _m
_sp 889 1826 890 1822 891 1819 893 1818 895 1817 896 1817 898 1819 899 1821 899 1824 899 1827 898 1830 896 1831 894 1832 892 1832 890 1831
889 1829 889 1826 889 1826 18 _pl _cp
0 g _f _s _s
0 g 910 1834 _m
_sp 910 1834 909 1834 904 1832 904 1831 904 1831 906 1830 907 1828 907 1820 906 1817 904 1817 904 1817 904 1816 912 1816 912 1817 912 1817
910 1817 910 1820 910 1829 912 1831 914 1832 915 1832 916 1831 916 1829 916 1826 916 1820 916 1817 914 1817 914 1817 914 1816 923 1816
923 1817 922 1817 920 1817 920 1820 920 1828 920 1830 919 1832 917 1833 915 1833 914 1833 913 1833 911 1832 910 1830 43 _pl _cp
0 g _f _s _s
0 g 705 1784 _m
_sp 705 1784 706 1776 707 1776 708 1777 708 1777 709 1777 709 1777 711 1776 712 1776 714 1776 717 1776 720 1778 721 1779 722 1782 722 1784
721 1786 719 1787 717 1789 714 1791 712 1792 710 1794 709 1795 709 1796 710 1799 713 1800 715 1800 717 1799 718 1798 719 1796 719 1795
720 1793 721 1793 720 1802 719 1802 719 1800 718 1800 718 1800 717 1800 715 1801 714 1802 713 1802 710 1801 708 1800 707 1798 706 1795
706 1793 707 1791 708 1790 709 1790 710 1789 712 1788 714 1786 716 1785 717 1784 718 1782 718 1781 718 1780 717 1778 715 1777 713 1777
712 1778 710 1778 709 1779 708 1781 707 1782 706 1784 66 _pl _cp
0 g _f _s _s
0 g 740 1776 _m
_sp 740 1776 743 1777 746 1779 748 1782 750 1785 750 1789 749 1793 748 1797 745 1799 742 1801 738 1802 734 1801 730 1799 728 1796 726 1793
725 1789 726 1784 728 1781 730 1778 734 1776 736 1775 737 1773 738 1772 740 1772 741 1771 742 1770 744 1770 745 1770 747 1769 749 1769
749 1769 750 1769 750 1770 750 1770 749 1770 747 1771 744 1772 742 1774 38 _pl _cp 730 1788 _m
_sp 730 1788 730 1783 732 1780 734 1778 738 1777 741 1778 744 1780 745 1783 746 1788 745 1793 744 1797 741 1799 738 1800 735 1799 732 1797
731 1793 16 _pl _cp
0 g _f _s _s
0 g 773 1783 _m
_sp 773 1783 772 1781 771 1780 770 1779 769 1778 767 1778 765 1778 762 1778 760 1778 759 1780 759 1796 760 1799 762 1800 763 1800 763 1801
752 1801 752 1800 752 1800 755 1799 755 1796 755 1781 755 1778 752 1777 752 1777 752 1776 772 1776 774 1783 27 _pl _cp
0 g _f _s _s
0 g 795 1787 _m
_sp 795 1787 797 1787 799 1787 800 1787 802 1787 803 1788 804 1788 805 1789 806 1790 807 1792 808 1793 808 1794 808 1795 807 1797 806 1798
805 1799 804 1800 803 1800 801 1801 800 1801 798 1801 795 1801 788 1801 788 1800 788 1800 790 1799 791 1796 791 1781 790 1778 788 1777
788 1777 788 1776 798 1776 798 1777 798 1777 795 1778 795 1781 37 _pl _cp 795 1789 _m
_sp 795 1789 797 1789 800 1789 802 1790 803 1792 803 1794 802 1796 801 1798 799 1799 796 1799 795 1799 795 1797 12 _pl _cp
0 g _f _s _s
0 g 814 1794 _m
_sp 814 1794 814 1794 808 1791 808 1791 809 1791 811 1790 811 1788 811 1780 811 1777 809 1777 808 1777 808 1776 817 1776 817 1777 816 1777
814 1777 814 1780 814 1788 815 1790 816 1791 817 1791 817 1790 818 1789 819 1789 820 1790 820 1791 820 1792 818 1793 816 1792 814 1790
30 _pl _cp
0 g _f _s _s
0 g 822 1784 _m
_sp 822 1784 823 1781 824 1778 827 1777 830 1776 834 1777 836 1779 838 1781 839 1785 838 1788 836 1791 834 1792 830 1793 827 1792 824 1790
823 1788 16 _pl _cp 825 1786 _m
_sp 825 1786 825 1782 826 1779 828 1778 830 1777 832 1777 834 1779 835 1780 835 1783 835 1787 834 1789 832 1791 830 1792 828 1792 826 1791
825 1789 825 1786 825 1786 18 _pl _cp
0 g _f _s _s
0 g 855 1782 _m
_sp 855 1782 854 1780 852 1779 851 1778 849 1778 847 1779 845 1780 844 1782 844 1785 844 1788 845 1790 847 1791 848 1792 850 1791 851 1790
852 1788 853 1788 854 1788 855 1789 854 1790 853 1792 851 1793 849 1793 845 1792 843 1790 841 1788 840 1784 841 1781 843 1778 845 1777
848 1776 851 1776 853 1778 854 1779 855 1782 35 _pl _cp
0 g _f _s _s
0 g 860 1786 _m
_sp 860 1786 872 1786 871 1789 870 1791 868 1792 865 1793 862 1792 860 1790 858 1788 857 1784 858 1781 859 1778 861 1777 864 1776 867 1776
869 1778 871 1779 872 1782 872 1782 871 1781 870 1779 868 1778 866 1778 864 1779 862 1780 861 1783 860 1786 860 1786 28 _pl _cp 867 1788 _m
_sp 867 1788 866 1791 864 1792 862 1791 860 1788 5 _pl _cp
0 g _f _s _s
0 g 874 1776 _m
_sp 874 1776 875 1776 875 1776 875 1776 876 1776 877 1776 879 1776 881 1776 883 1776 885 1777 886 1779 887 1780 886 1782 885 1784 884 1785
880 1786 878 1788 877 1790 878 1791 880 1792 881 1792 883 1791 884 1790 885 1788 885 1788 885 1793 885 1793 885 1793 884 1792 884 1793
883 1793 882 1793 881 1793 880 1793 878 1793 876 1792 875 1790 874 1789 874 1787 875 1786 876 1785 878 1784 881 1782 883 1781 884 1779
883 1778 881 1777 879 1777 877 1778 876 1780 875 1782 874 1782 52 _pl _cp
0 g _f _s _s
0 g 889 1776 _m
_sp 889 1776 889 1776 890 1776 890 1776 891 1776 892 1776 894 1776 896 1776 898 1776 900 1777 901 1779 902 1780 901 1782 900 1784 898 1785
895 1786 892 1788 891 1790 892 1791 895 1792 896 1792 898 1791 899 1790 900 1788 900 1788 900 1793 900 1793 899 1793 899 1792 899 1793
898 1793 897 1793 896 1793 894 1793 892 1793 890 1792 889 1790 889 1789 889 1787 890 1786 891 1785 893 1784 896 1782 898 1781 899 1779
898 1778 896 1777 894 1777 892 1778 891 1780 889 1782 889 1782 52 _pl _cp
0 g _f _s _s
0 g 903 1784 _m
_sp 903 1784 904 1781 906 1778 908 1777 912 1776 915 1777 918 1779 919 1781 920 1785 919 1788 918 1791 915 1792 912 1793 908 1792 906 1790
904 1788 16 _pl _cp 907 1786 _m
_sp 907 1786 907 1782 908 1779 910 1778 912 1777 914 1777 916 1779 917 1780 917 1783 917 1787 916 1789 914 1791 911 1792 910 1792 908 1791
907 1789 907 1786 907 1786 18 _pl _cp
0 g _f _s _s
0 g 927 1794 _m
_sp 927 1794 927 1794 921 1791 921 1791 922 1791 924 1790 924 1788 924 1780 924 1777 922 1777 921 1777 921 1776 931 1776 931 1777 930 1777
928 1777 927 1780 927 1788 928 1790 929 1791 930 1791 930 1790 932 1789 932 1789 933 1790 934 1791 933 1792 932 1793 931 1793 930 1792
928 1791 927 1790 32 _pl _cp
0 g _f _s _s
0 g 998 1823 _m
_sp 998 1823 1001 1824 1003 1825 1004 1827 1004 1829 1004 1831 1003 1833 1002 1834 1000 1835 999 1836 998 1836 995 1836 992 1836 984 1836 984 1835
985 1835 987 1834 987 1831 987 1816 987 1813 985 1812 984 1812 984 1811 995 1811 995 1812 994 1812 992 1813 991 1816 991 1822 994 1822
1002 1811 1009 1811 1009 1812 1008 1812 1006 1813 1005 1814 1003 1816 37 _pl _cp 991 1824 _m
_sp 991 1824 992 1824 993 1824 996 1824 998 1826 1000 1827 1000 1830 1000 1832 999 1833 997 1834 994 1834 991 1834 991 1833 13 _pl _cp
0 g _f _s _s
0 g 1009 1836 _m
_sp 1009 1836 1009 1835 1010 1835 1012 1834 1013 1831 1013 1816 1012 1813 1010 1812 1009 1812 1009 1811 1020 1811 1023 1811 1026 1812 1029 1813 1031 1815
1032 1817 1033 1819 1034 1821 1034 1824 1034 1826 1033 1828 1032 1830 1031 1832 1029 1834 1026 1835 1022 1836 1018 1836 27 _pl _cp 1017 1816 _m
_sp 1017 1816 1017 1814 1017 1813 1018 1813 1020 1813 1022 1813 1023 1813 1024 1814 1027 1815 1029 1817 1030 1820 1030 1823 1030 1826 1029 1828 1028 1829
1027 1831 1025 1832 1024 1833 1022 1834 1019 1834 1018 1834 1018 1834 1017 1834 1017 1833 1017 1831 25 _pl _cp
0 g _f _s _s
0 g 1049 1836 _m
_sp 1049 1836 1040 1816 1039 1813 1037 1812 1037 1811 1044 1811 1044 1812 1043 1812 1042 1813 1041 1813 1041 1814 1041 1814 1041 1814 1042 1814 1042 1815
1042 1816 1043 1819 1053 1819 1054 1816 1055 1814 1055 1813 1055 1813 1053 1812 1053 1812 1053 1811 1062 1811 1062 1812 1061 1813 1059 1816 1050 1836
30 _pl _cp 1044 1821 _m
_sp 1044 1821 1052 1821 1048 1830 3 _pl _cp
0 g _f _s _s
0 g 990 1776 _m
_sp 990 1776 990 1776 989 1775 987 1774 986 1773 984 1772 982 1772 980 1772 978 1773 977 1774 975 1775 974 1777 973 1779 973 1781 973 1784
974 1788 975 1792 978 1794 981 1795 983 1795 984 1794 986 1793 987 1792 988 1790 990 1788 991 1788 990 1797 989 1797 989 1796 988 1796
987 1796 986 1796 984 1797 981 1797 977 1796 973 1794 970 1791 969 1787 968 1783 969 1779 970 1776 973 1773 976 1771 980 1771 983 1771
985 1772 987 1772 988 1773 990 1774 991 1775 50 _pl _cp
0 g _f _s _s
0 g 999 1797 _m
_sp 999 1797 998 1797 993 1795 993 1794 993 1794 995 1794 996 1792 996 1775 995 1772 993 1772 993 1772 993 1771 1002 1771 1002 1772 1001 1772
999 1772 999 1775 17 _pl _cp
0 g _f _s _s
0 g 1009 1789 _m
_sp 1009 1789 1009 1789 1003 1786 1003 1786 1004 1786 1006 1785 1006 1783 1006 1775 1006 1772 1004 1772 1003 1772 1003 1771 1012 1771 1012 1772 1012 1772
1010 1772 1009 1775 17 _pl _cp 1006 1795 _m
_sp 1006 1795 1006 1794 1008 1793 1009 1794 1010 1795 1009 1796 1008 1797 1006 1796 8 _pl _cp
0 g _f _s _s
0 g 1017 1781 _m
_sp 1017 1781 1029 1781 1028 1784 1027 1786 1025 1787 1022 1788 1019 1787 1017 1786 1015 1783 1014 1779 1015 1776 1016 1773 1018 1772 1021 1771 1024 1771
1026 1773 1028 1774 1029 1777 1029 1777 1028 1776 1027 1774 1025 1773 1023 1773 1021 1774 1019 1775 1018 1778 1017 1781 1017 1781 28 _pl _cp 1024 1783 _m
_sp 1024 1783 1023 1786 1021 1787 1019 1786 1017 1783 5 _pl _cp
0 g _f _s _s
0 g 1036 1789 _m
_sp 1036 1789 1036 1789 1030 1786 1030 1786 1031 1786 1032 1785 1033 1783 1033 1775 1032 1772 1031 1772 1030 1772 1030 1771 1039 1771 1039 1772 1038 1772
1036 1772 1036 1775 1036 1784 1038 1786 1040 1786 1041 1786 1042 1785 1043 1783 1043 1781 1043 1775 1042 1772 1041 1772 1040 1772 1040 1771 1049 1771
1049 1772 1048 1772 1046 1772 1046 1775 1046 1783 1046 1785 1045 1787 1043 1788 1042 1788 1041 1788 1039 1788 1038 1787 1036 1785 43 _pl _cp
0 g _f _s _s
0 g 1049 1787 _m
_sp 1049 1787 1049 1786 1051 1786 1051 1776 1051 1774 1052 1772 1054 1771 1055 1771 1057 1771 1059 1774 1059 1774 1058 1773 1057 1772 1055 1773 1055 1775
1055 1786 1058 1786 1058 1788 1055 1788 1055 1793 1054 1793 1053 1791 1051 1789 1050 1788 24 _pl _cp
0 g _f _s _s
0 g 1417 1828 _m
_sp 1417 1828 1420 1829 1422 1830 1423 1832 1423 1834 1423 1836 1422 1838 1421 1839 1419 1840 1418 1841 1417 1841 1414 1841 1411 1841 1403 1841 1403 1840
1403 1840 1406 1840 1407 1836 1407 1821 1406 1818 1403 1817 1403 1817 1403 1816 1414 1816 1414 1817 1413 1817 1411 1818 1410 1821 1410 1827 1413 1827
1422 1816 1428 1816 1428 1817 1427 1817 1425 1818 1424 1819 1422 1821 37 _pl _cp 1410 1829 _m
_sp 1410 1829 1411 1829 1411 1829 1415 1829 1417 1831 1419 1832 1419 1835 1419 1837 1418 1839 1416 1840 1413 1840 1411 1840 1410 1838 13 _pl _cp
0 g _f _s _s
0 g 1428 1841 _m
_sp 1428 1841 1428 1840 1429 1840 1431 1840 1432 1836 1432 1821 1431 1818 1429 1817 1428 1817 1428 1816 1439 1816 1442 1816 1445 1817 1448 1818 1450 1820
1451 1822 1452 1824 1453 1826 1453 1829 1453 1831 1452 1833 1451 1835 1450 1837 1448 1839 1445 1840 1441 1841 1436 1841 27 _pl _cp 1436 1821 _m
_sp 1436 1821 1436 1819 1436 1818 1438 1818 1441 1818 1443 1819 1446 1820 1448 1822 1449 1825 1449 1828 1449 1831 1448 1833 1447 1834 1446 1836 1444 1837
1443 1838 1441 1839 1438 1840 1438 1840 1437 1840 1436 1839 1436 1838 1436 1836 23 _pl _cp
0 g _f _s _s
0 g 1468 1841 _m
_sp 1468 1841 1459 1821 1457 1818 1455 1817 1455 1816 1463 1816 1463 1817 1463 1817 1461 1818 1460 1818 1460 1819 1460 1819 1460 1819 1461 1819 1461 1820
1461 1821 1463 1824 1472 1824 1473 1821 1474 1819 1474 1818 1474 1818 1472 1817 1472 1817 1472 1816 1482 1816 1482 1817 1479 1818 1478 1821 1469 1841
30 _pl _cp 1463 1826 _m
_sp 1463 1826 1471 1826 1467 1835 3 _pl _cp
0 g _f _s _s
0 g 1397 1784 _m
_sp 1397 1784 1398 1776 1399 1776 1399 1777 1400 1777 1400 1777 1400 1777 1402 1776 1404 1776 1405 1776 1409 1776 1411 1778 1413 1779 1414 1782 1414 1784
1413 1786 1411 1787 1409 1789 1406 1791 1404 1792 1402 1794 1401 1795 1401 1796 1402 1799 1405 1800 1407 1800 1408 1799 1409 1798 1410 1796 1411 1795
1412 1793 1413 1793 1412 1802 1411 1802 1411 1800 1410 1800 1410 1800 1409 1800 1407 1801 1406 1802 1405 1802 1402 1801 1400 1800 1399 1798 1398 1795
1398 1793 1399 1791 1401 1790 1403 1788 1406 1786 1407 1785 1409 1784 1410 1782 1410 1781 1410 1780 1409 1778 1407 1777 1405 1777 1403 1778 1401 1778
1400 1779 1400 1781 1399 1782 1398 1784 64 _pl _cp
0 g _f _s _s
0 g 1420 1786 _m
_sp 1420 1786 1431 1786 1430 1789 1429 1791 1427 1792 1425 1793 1422 1792 1419 1790 1418 1788 1417 1784 1418 1781 1419 1778 1421 1777 1424 1776 1426 1776
1428 1778 1430 1779 1432 1782 1431 1782 1430 1781 1429 1779 1427 1778 1425 1778 1423 1779 1421 1780 1420 1783 1420 1786 1420 1786 28 _pl _cp 1427 1788 _m
_sp 1427 1788 1426 1791 1424 1792 1421 1791 1420 1788 5 _pl _cp
0 g _f _s _s
0 g 1439 1794 _m
_sp 1439 1794 1438 1794 1433 1791 1433 1791 1433 1791 1435 1790 1435 1788 1435 1780 1435 1777 1433 1777 1433 1777 1433 1776 1442 1776 1442 1777 1441 1777
1439 1777 1439 1780 1439 1788 1440 1790 1441 1791 1441 1791 1442 1790 1443 1789 1443 1789 1444 1790 1445 1791 1444 1792 1443 1793 1441 1792 1439 1790
30 _pl _cp
0 g _f _s _s
0 g 1455 1781 _m
_sp 1455 1781 1452 1789 1452 1790 1452 1790 1452 1791 1451 1791 1452 1792 1453 1792 1453 1792 1453 1793 1446 1793 1446 1792 1447 1792 1449 1789 1454 1776
1455 1776 1461 1789 1462 1791 1464 1792 1464 1793 1458 1793 1458 1792 1459 1792 1460 1791 1460 1791 1460 1791 1460 1791 1459 1790 1459 1790 1459 1789
30 _pl _cp
0 g _f _s _s
0 g 1468 1786 _m
_sp 1468 1786 1479 1786 1479 1789 1478 1791 1476 1792 1473 1793 1470 1792 1467 1790 1466 1788 1465 1784 1466 1781 1467 1778 1469 1777 1472 1776 1475 1776
1477 1778 1479 1779 1480 1782 1479 1782 1478 1781 1477 1779 1476 1778 1474 1778 1471 1779 1470 1780 1468 1783 1468 1786 1468 1786 28 _pl _cp 1475 1788 _m
_sp 1475 1788 1474 1791 1472 1792 1469 1791 1468 1788 5 _pl _cp
0 g _f _s _s
0 g 1487 1794 _m
_sp 1487 1794 1487 1794 1481 1791 1481 1791 1481 1791 1483 1790 1484 1788 1484 1780 1483 1777 1481 1777 1481 1777 1481 1776 1490 1776 1490 1777 1489 1777
1487 1777 1487 1780 1487 1788 1488 1790 1489 1791 1490 1791 1490 1790 1491 1789 1492 1789 1493 1790 1493 1791 1493 1792 1491 1793 1489 1792 1487 1790
30 _pl _cp
0 g _f _s _s
0 g 893 1688 _m
_sp 893 1688 894 1680 896 1680 896 1681 897 1681 897 1681 897 1681 899 1680 901 1680 902 1680 905 1680 908 1682 909 1684 910 1687 910 1689
909 1690 908 1692 906 1693 903 1695 901 1697 899 1698 898 1700 898 1701 899 1703 902 1704 904 1704 905 1703 906 1702 907 1700 907 1699
908 1697 910 1697 909 1706 908 1706 907 1705 907 1704 906 1704 906 1704 904 1705 903 1706 901 1706 898 1705 896 1704 895 1702 894 1699
895 1697 896 1695 897 1694 900 1692 903 1690 905 1688 906 1686 906 1684 905 1682 903 1681 902 1681 900 1682 898 1682 897 1683 896 1685
895 1686 894 1688 62 _pl _cp
0 g _f _s _s
0 g 929 1680 _m
_sp 929 1680 933 1681 936 1684 937 1688 938 1693 937 1697 936 1701 933 1703 930 1705 926 1706 922 1705 919 1703 916 1700 915 1697 914 1693
915 1689 916 1685 919 1682 922 1680 924 1679 926 1677 928 1676 930 1675 932 1674 934 1674 935 1673 937 1673 938 1673 939 1673 939 1675
938 1675 938 1675 935 1675 933 1676 930 1678 35 _pl _cp 918 1693 _m
_sp 918 1693 919 1688 920 1684 923 1682 926 1681 929 1682 932 1684 933 1687 934 1692 933 1697 932 1701 929 1703 926 1704 923 1703 920 1701
919 1698 16 _pl _cp
0 g _f _s _s
0 g 961 1687 _m
_sp 961 1687 960 1685 959 1684 958 1683 957 1682 955 1682 953 1682 950 1682 948 1682 947 1684 947 1700 948 1703 951 1704 951 1704 951 1705
940 1705 940 1704 941 1704 943 1703 944 1700 944 1685 943 1682 941 1681 940 1681 940 1680 961 1680 962 1687 27 _pl _cp
0 g _f _s _s
0 g 970 1705 _m
_sp 970 1705 962 1674 965 1674 973 1705 4 _pl _cp
0 g _f _s _s
0 g 981 1694 _m
_sp 981 1694 981 1703 988 1703 990 1703 992 1703 993 1702 993 1700 994 1700 994 1705 974 1705 974 1704 974 1704 977 1703 977 1700 977 1685
977 1682 974 1681 974 1681 974 1680 994 1680 996 1687 995 1687 994 1685 993 1684 992 1683 991 1682 989 1682 987 1682 984 1682 982 1682
981 1684 981 1692 987 1692 990 1692 991 1689 992 1689 992 1698 991 1698 990 1695 987 1694 40 _pl _cp
0 g _f _s _s
0 g 1011 1692 _m
_sp 1011 1692 1014 1693 1016 1694 1017 1696 1018 1698 1018 1700 1017 1702 1015 1703 1013 1704 1012 1705 1011 1705 1009 1705 1006 1705 997 1705 997 1704
998 1704 1000 1703 1001 1700 1001 1685 1000 1682 998 1681 997 1681 997 1680 1008 1680 1008 1681 1007 1681 1005 1682 1004 1685 1004 1692 1007 1692
1016 1680 1022 1680 1022 1681 1021 1681 1020 1682 1018 1683 1017 1685 37 _pl _cp 1004 1693 _m
_sp 1004 1693 1005 1693 1006 1693 1009 1693 1011 1695 1013 1696 1013 1699 1013 1701 1012 1702 1010 1703 1007 1703 1005 1703 1004 1702 13 _pl _cp
0 g _f _s _s
0 g 1034 1680 _m
_sp 1034 1680 1034 1681 1033 1681 1031 1682 1030 1685 1030 1700 1031 1703 1033 1704 1034 1704 1034 1705 1023 1705 1023 1704 1023 1704 1026 1703 1026 1700
1026 1685 1026 1682 1023 1681 1023 1681 1023 1680 20 _pl _cp
0 g _f _s _s
0 g 943 1645 _m
_sp 943 1645 943 1645 942 1644 940 1643 939 1642 937 1642 935 1642 933 1642 931 1642 930 1643 928 1644 927 1646 926 1648 925 1650 925 1653
926 1657 928 1661 930 1663 934 1664 936 1664 937 1663 939 1663 940 1662 941 1661 941 1660 942 1658 943 1657 944 1657 943 1666 942 1666
942 1665 941 1664 940 1664 939 1665 937 1666 934 1666 930 1665 926 1663 923 1660 922 1656 921 1652 922 1648 923 1645 926 1642 929 1641
933 1640 936 1640 938 1640 940 1641 941 1642 943 1643 944 1645 52 _pl _cp
0 g _f _s _s
0 g 952 1666 _m
_sp 952 1666 951 1666 946 1664 946 1664 946 1664 948 1663 949 1661 949 1644 948 1641 946 1641 946 1641 946 1640 955 1640 955 1641 954 1641
952 1641 952 1644 17 _pl _cp
0 g _f _s _s
0 g 962 1658 _m
_sp 962 1658 962 1658 956 1656 956 1655 957 1655 959 1654 959 1652 959 1644 959 1641 957 1641 956 1641 956 1640 965 1640 965 1641 965 1641
963 1641 962 1644 17 _pl _cp 958 1664 _m
_sp 958 1664 959 1663 961 1662 962 1663 963 1664 962 1665 961 1666 959 1665 8 _pl _cp
0 g _f _s _s
0 g 970 1650 _m
_sp 970 1650 982 1650 981 1653 980 1655 978 1656 975 1657 972 1656 969 1655 968 1652 967 1648 968 1645 969 1642 971 1641 974 1640 977 1640
979 1642 981 1643 982 1646 982 1646 981 1645 979 1643 978 1642 976 1642 974 1643 972 1644 971 1647 970 1650 970 1650 28 _pl _cp 977 1652 _m
_sp 977 1652 976 1655 974 1656 971 1655 970 1652 5 _pl _cp
0 g _f _s _s
0 g 989 1658 _m
_sp 989 1658 988 1658 983 1656 983 1655 984 1655 985 1654 986 1652 986 1644 985 1641 984 1641 983 1641 983 1640 991 1640 991 1641 991 1641
989 1641 989 1644 989 1653 991 1655 993 1656 994 1656 995 1655 996 1653 996 1650 996 1644 995 1641 994 1641 993 1641 993 1640 1002 1640
1002 1641 1001 1641 999 1641 999 1644 999 1652 999 1654 998 1656 996 1657 995 1657 994 1657 992 1657 991 1656 989 1654 43 _pl _cp
0 g _f _s _s
0 g 1002 1656 _m
_sp 1002 1656 1002 1655 1004 1655 1004 1645 1004 1643 1005 1641 1007 1640 1008 1640 1010 1640 1012 1643 1012 1643 1011 1642 1010 1642 1008 1643 1008 1645
1008 1655 1011 1655 1011 1657 1008 1657 1008 1662 1007 1662 1006 1660 1004 1658 1003 1657 24 _pl _cp
0 g _f _s _s
0 g 1423 1697 _m
_sp 1423 1697 1424 1689 1425 1689 1426 1690 1426 1690 1427 1690 1427 1690 1429 1689 1431 1689 1432 1689 1435 1690 1438 1691 1439 1693 1440 1696 1440 1698
1439 1699 1438 1701 1436 1702 1432 1704 1430 1706 1429 1707 1428 1709 1428 1710 1429 1712 1432 1713 1434 1713 1435 1712 1436 1711 1437 1710 1437 1708
1438 1706 1440 1706 1439 1715 1438 1715 1437 1714 1436 1713 1436 1713 1435 1714 1434 1714 1433 1715 1431 1715 1428 1714 1426 1713 1425 1711 1424 1708
1425 1706 1426 1704 1427 1703 1430 1701 1433 1699 1435 1697 1436 1695 1436 1693 1435 1691 1433 1690 1432 1690 1430 1691 1428 1692 1427 1693 1426 1694
1425 1695 1424 1697 62 _pl _cp
0 g _f _s _s
0 g 1459 1689 _m
_sp 1459 1689 1463 1690 1466 1693 1467 1697 1468 1702 1467 1706 1466 1710 1463 1712 1460 1714 1456 1715 1452 1714 1449 1712 1446 1709 1445 1706 1444 1702
1445 1698 1446 1694 1449 1691 1452 1689 1454 1688 1456 1686 1458 1685 1460 1684 1462 1683 1464 1683 1465 1682 1467 1682 1468 1682 1469 1682 1469 1684
1468 1684 1468 1684 1465 1684 1463 1685 1460 1687 35 _pl _cp 1448 1702 _m
_sp 1448 1702 1449 1697 1450 1693 1453 1691 1456 1690 1459 1691 1462 1693 1463 1696 1464 1701 1463 1706 1462 1710 1459 1712 1456 1713 1453 1712 1450 1710
1449 1707 16 _pl _cp
0 g _f _s _s
0 g 1491 1696 _m
_sp 1491 1696 1490 1694 1489 1693 1488 1692 1487 1692 1485 1691 1483 1691 1480 1691 1478 1691 1477 1693 1477 1709 1478 1712 1480 1713 1481 1713 1481 1714
1470 1714 1470 1713 1471 1713 1473 1712 1474 1709 1474 1694 1473 1691 1471 1690 1470 1690 1470 1689 1490 1689 1492 1696 27 _pl _cp
0 g _f _s _s
0 g 1500 1714 _m
_sp 1500 1714 1492 1683 1495 1683 1503 1714 4 _pl _cp
0 g _f _s _s
0 g 1511 1703 _m
_sp 1511 1703 1511 1712 1518 1712 1520 1712 1522 1712 1523 1711 1523 1709 1524 1709 1524 1714 1504 1714 1504 1713 1504 1713 1507 1712 1507 1709 1507 1694
1507 1691 1504 1690 1504 1690 1504 1689 1524 1689 1526 1696 1525 1696 1524 1694 1523 1693 1522 1692 1521 1692 1519 1691 1517 1691 1514 1691 1512 1691
1511 1693 1511 1701 1517 1701 1520 1701 1521 1698 1522 1698 1522 1707 1521 1707 1520 1704 1517 1703 40 _pl _cp
0 g _f _s _s
0 g 1541 1701 _m
_sp 1541 1701 1544 1702 1546 1703 1547 1705 1547 1708 1547 1709 1546 1711 1545 1712 1543 1713 1542 1714 1541 1714 1538 1714 1535 1714 1527 1714 1527 1713
1528 1713 1530 1712 1531 1709 1531 1694 1530 1691 1528 1690 1527 1690 1527 1689 1538 1689 1538 1690 1537 1690 1535 1691 1534 1694 1534 1701 1537 1701
1546 1689 1552 1689 1552 1690 1551 1690 1549 1691 1548 1692 1546 1694 37 _pl _cp 1534 1702 _m
_sp 1534 1702 1535 1702 1535 1702 1539 1702 1541 1704 1543 1705 1543 1708 1543 1710 1542 1711 1540 1712 1537 1712 1535 1712 1534 1711 13 _pl _cp
0 g _f _s _s
0 g 1564 1689 _m
_sp 1564 1689 1564 1690 1563 1690 1561 1691 1560 1694 1560 1709 1561 1712 1563 1713 1564 1713 1564 1714 1552 1714 1552 1713 1553 1713 1556 1712 1556 1709
1556 1694 1556 1691 1553 1690 1552 1690 1552 1689 20 _pl _cp
0 g _f _s _s
0 g 1473 1654 _m
_sp 1473 1654 1473 1654 1472 1653 1470 1652 1468 1651 1467 1651 1465 1651 1463 1651 1461 1651 1460 1652 1458 1653 1457 1655 1456 1657 1455 1659 1455 1662
1456 1666 1458 1670 1460 1672 1464 1673 1466 1673 1467 1672 1469 1672 1470 1671 1471 1669 1472 1666 1473 1666 1473 1675 1472 1675 1472 1674 1471 1673
1470 1673 1469 1674 1467 1675 1464 1675 1460 1674 1456 1672 1453 1669 1452 1665 1451 1661 1452 1657 1453 1654 1456 1651 1459 1650 1463 1649 1466 1649
1468 1649 1470 1650 1471 1651 1473 1652 1474 1654 50 _pl _cp
0 g _f _s _s
0 g 1482 1675 _m
_sp 1482 1675 1481 1675 1476 1673 1476 1673 1476 1673 1478 1672 1478 1670 1478 1653 1478 1650 1476 1650 1476 1650 1476 1649 1485 1649 1485 1650 1484 1650
1482 1650 1482 1653 17 _pl _cp
0 g _f _s _s
0 g 1492 1667 _m
_sp 1492 1667 1492 1667 1486 1665 1486 1664 1487 1664 1489 1663 1489 1661 1489 1653 1489 1650 1487 1650 1486 1650 1486 1649 1495 1649 1495 1650 1495 1650
1493 1650 1492 1653 17 _pl _cp 1488 1673 _m
_sp 1488 1673 1489 1672 1490 1671 1492 1672 1493 1673 1492 1674 1490 1675 1489 1674 8 _pl _cp
0 g _f _s _s
0 g 1500 1659 _m
_sp 1500 1659 1512 1659 1511 1662 1510 1664 1508 1666 1505 1666 1502 1665 1499 1664 1498 1661 1497 1657 1498 1654 1499 1651 1501 1650 1504 1649 1507 1649
1509 1651 1511 1652 1512 1655 1512 1655 1511 1654 1509 1652 1508 1651 1506 1651 1503 1652 1502 1653 1500 1656 1500 1659 1500 1659 28 _pl _cp 1507 1661 _m
_sp 1507 1661 1506 1664 1504 1665 1501 1664 1500 1661 5 _pl _cp
0 g _f _s _s
0 g 1519 1667 _m
_sp 1519 1667 1518 1667 1513 1665 1513 1664 1513 1664 1515 1663 1516 1661 1516 1653 1515 1650 1513 1650 1513 1650 1513 1649 1521 1649 1521 1650 1521 1650
1519 1650 1519 1653 1519 1662 1521 1664 1523 1665 1524 1665 1525 1664 1526 1662 1526 1659 1526 1653 1525 1650 1523 1650 1523 1650 1523 1649 1532 1649
1532 1650 1531 1650 1529 1650 1529 1653 1529 1661 1529 1663 1528 1665 1526 1666 1524 1666 1523 1666 1522 1666 1520 1665 1519 1663 43 _pl _cp
0 g _f _s _s
0 g 1532 1665 _m
_sp 1532 1665 1532 1664 1534 1664 1534 1654 1534 1652 1535 1650 1536 1649 1538 1649 1540 1649 1542 1652 1542 1652 1541 1651 1540 1651 1538 1652 1538 1654
1538 1664 1541 1664 1541 1666 1538 1666 1538 1671 1537 1671 1536 1669 1534 1667 1533 1666 24 _pl _cp
0 g _f _s _s
0 g 1548 1825 _m
_sp 1548 1825 1548 1834 1555 1834 1557 1834 1558 1833 1559 1832 1560 1830 1561 1830 1561 1836 1541 1836 1541 1835 1542 1835 1544 1834 1544 1831 1544 1816
1544 1813 1542 1812 1541 1812 1541 1811 1552 1811 1552 1812 1551 1812 1549 1813 1548 1816 1548 1823 1553 1823 1555 1823 1557 1823 1557 1822 1558 1820
1559 1820 1559 1828 1558 1828 1557 1826 1557 1825 1555 1825 1553 1825 37 _pl _cp
0 g _f _s _s
0 g 1567 1828 _m
_sp 1567 1828 1561 1828 1561 1827 1562 1827 1564 1827 1564 1824 1564 1817 1564 1814 1565 1813 1567 1811 1569 1811 1572 1811 1574 1813 1574 1810 1575 1810
1580 1812 1580 1813 1578 1813 1578 1816 1578 1828 1571 1828 1571 1827 1572 1827 1574 1827 1574 1824 1574 1814 1572 1813 1570 1812 1569 1812 1568 1813
1567 1815 1567 1817 32 _pl _cp
0 g _f _s _s
0 g 1587 1837 _m
_sp 1587 1837 1587 1837 1581 1835 1581 1834 1582 1834 1584 1834 1584 1832 1584 1814 1584 1812 1582 1812 1581 1812 1581 1811 1590 1811 1590 1812 1589 1812
1588 1812 1587 1814 17 _pl _cp
0 g _f _s _s
0 g 1598 1837 _m
_sp 1598 1837 1597 1837 1592 1835 1592 1834 1592 1834 1594 1834 1594 1832 1594 1814 1594 1812 1592 1812 1592 1812 1592 1811 1601 1811 1601 1812 1600 1812
1598 1812 1598 1814 17 _pl _cp
0 g _f _s _s
0 g 1622 1825 _m
_sp 1622 1825 1622 1834 1629 1834 1632 1833 1633 1830 1635 1830 1634 1836 1615 1836 1615 1835 1615 1835 1617 1834 1618 1831 1618 1816 1617 1813 1615 1812
1615 1812 1615 1811 1625 1811 1625 1812 1625 1812 1623 1813 1622 1816 1622 1823 1627 1823 1630 1823 1631 1820 1633 1820 1633 1828 1631 1828 1630 1825
1627 1825 31 _pl _cp
0 g _f _s _s
0 g 1641 1828 _m
_sp 1641 1828 1635 1828 1635 1827 1636 1827 1638 1827 1638 1824 1638 1817 1638 1814 1639 1813 1640 1811 1642 1811 1644 1811 1645 1811 1647 1812 1648 1813
1648 1810 1649 1810 1653 1812 1653 1813 1651 1813 1651 1816 1651 1828 1645 1828 1645 1827 1646 1827 1647 1827 1648 1824 1648 1814 1646 1813 1644 1812
1643 1812 1642 1813 1641 1815 1641 1817 34 _pl _cp
0 g _f _s _s
0 g 1660 1829 _m
_sp 1660 1829 1660 1829 1654 1826 1654 1826 1655 1826 1656 1825 1657 1823 1657 1814 1656 1812 1655 1812 1654 1812 1654 1811 1663 1811 1663 1812 1662 1812
1660 1812 1660 1814 1660 1824 1662 1825 1664 1826 1665 1826 1666 1825 1667 1823 1667 1821 1667 1814 1666 1812 1665 1812 1664 1812 1664 1811 1673 1811
1673 1812 1672 1812 1671 1812 1670 1814 1670 1823 1670 1825 1669 1827 1667 1828 1666 1828 1665 1828 1663 1827 1662 1826 1660 1825 43 _pl _cp
0 g _f _s _s
0 g 1688 1817 _m
_sp 1688 1817 1687 1815 1686 1814 1684 1813 1683 1813 1680 1814 1679 1815 1677 1817 1677 1820 1677 1823 1678 1825 1680 1826 1682 1827 1683 1826 1684 1825
1685 1823 1686 1823 1687 1823 1688 1824 1687 1825 1686 1827 1684 1828 1682 1828 1679 1827 1677 1825 1675 1823 1674 1819 1675 1816 1676 1813 1679 1812
1682 1811 1684 1811 1686 1813 1688 1814 1689 1817 35 _pl _cp
0 g _f _s _s
0 g 1690 1827 _m
_sp 1690 1827 1690 1826 1692 1826 1692 1816 1692 1814 1693 1812 1694 1811 1696 1811 1698 1811 1700 1813 1700 1814 1699 1813 1697 1812 1696 1813 1696 1815
1696 1826 1699 1826 1699 1828 1696 1828 1696 1833 1695 1833 1694 1831 1692 1829 1691 1828 24 _pl _cp
0 g _f _s _s
0 g 1707 1829 _m
_sp 1707 1829 1707 1829 1701 1826 1701 1826 1702 1826 1704 1825 1704 1823 1704 1814 1704 1812 1702 1812 1701 1812 1701 1811 1710 1811 1710 1812 1709 1812
1708 1812 1707 1814 17 _pl _cp 1703 1835 _m
_sp 1703 1835 1704 1834 1705 1833 1707 1834 1707 1835 1707 1836 1705 1837 1704 1836 8 _pl _cp
0 g _f _s _s
0 g 1712 1819 _m
_sp 1712 1819 1713 1816 1714 1813 1717 1812 1720 1811 1724 1812 1726 1813 1728 1816 1729 1820 1728 1823 1727 1826 1724 1827 1721 1828 1717 1827 1714 1825
1713 1823 16 _pl _cp 1715 1821 _m
_sp 1715 1821 1716 1817 1717 1814 1719 1813 1721 1812 1723 1812 1725 1814 1726 1815 1726 1818 1725 1822 1724 1824 1722 1826 1720 1827 1718 1827 1716 1826
1715 1824 1715 1821 1715 1821 18 _pl _cp
0 g _f _s _s
0 g 1736 1829 _m
_sp 1736 1829 1735 1829 1730 1826 1730 1826 1730 1826 1732 1825 1732 1823 1732 1814 1732 1812 1730 1812 1730 1812 1730 1811 1738 1811 1738 1812 1738 1812
1736 1812 1736 1814 1736 1824 1738 1825 1740 1826 1741 1826 1742 1825 1743 1823 1743 1821 1743 1814 1742 1812 1740 1812 1740 1812 1740 1811 1749 1811
1749 1812 1748 1812 1746 1812 1746 1814 1746 1823 1746 1825 1745 1827 1743 1828 1741 1828 1740 1828 1739 1827 1737 1826 1736 1825 43 _pl _cp
0 g _f _s _s
0 g 1531 1779 _m
_sp 1531 1779 1532 1770 1533 1770 1534 1771 1534 1772 1535 1772 1535 1772 1537 1771 1539 1770 1540 1770 1543 1771 1546 1772 1547 1774 1548 1777 1548 1779
1547 1781 1545 1782 1543 1784 1540 1786 1538 1787 1536 1789 1535 1790 1535 1791 1536 1794 1539 1795 1541 1794 1543 1793 1544 1792 1545 1791 1545 1790
1546 1788 1547 1788 1546 1796 1545 1796 1545 1796 1544 1795 1544 1795 1543 1795 1541 1796 1540 1796 1539 1796 1536 1796 1534 1795 1533 1793 1532 1790
1532 1788 1533 1786 1534 1785 1535 1785 1536 1784 1538 1783 1540 1781 1542 1780 1543 1779 1544 1777 1544 1776 1543 1773 1540 1772 1538 1772 1535 1773
1534 1774 1534 1776 1533 1777 1532 1779 64 _pl _cp
0 g _f _s _s
0 g 1567 1771 _m
_sp 1567 1771 1571 1772 1573 1775 1575 1779 1576 1783 1575 1787 1574 1791 1571 1794 1568 1795 1564 1796 1560 1795 1556 1794 1553 1791 1552 1787 1551 1783
1552 1779 1554 1776 1556 1773 1560 1771 1562 1769 1564 1767 1566 1766 1568 1765 1570 1765 1572 1765 1573 1764 1575 1764 1576 1764 1576 1764 1576 1765
1576 1765 1576 1765 1573 1766 1570 1767 1568 1769 35 _pl _cp 1556 1783 _m
_sp 1556 1783 1557 1778 1558 1775 1561 1773 1564 1772 1567 1773 1570 1775 1571 1778 1572 1783 1571 1788 1570 1792 1567 1794 1564 1795 1561 1794 1558 1792
1557 1788 16 _pl _cp
0 g _f _s _s
0 g 1599 1777 _m
_sp 1599 1777 1598 1776 1597 1775 1596 1774 1595 1773 1593 1773 1591 1773 1588 1773 1586 1773 1585 1775 1585 1791 1586 1794 1588 1795 1589 1795 1589 1796
1578 1796 1578 1795 1578 1795 1581 1794 1581 1791 1581 1776 1581 1773 1578 1772 1578 1772 1578 1771 1598 1771 1600 1777 27 _pl _cp
0 g _f _s _s
0 g 1621 1782 _m
_sp 1621 1782 1623 1782 1625 1782 1626 1782 1628 1782 1629 1782 1630 1783 1631 1784 1633 1786 1633 1789 1633 1792 1631 1794 1630 1795 1629 1795 1627 1796
1626 1796 1624 1796 1621 1796 1614 1796 1614 1795 1614 1795 1617 1794 1617 1791 1617 1776 1617 1773 1614 1772 1614 1772 1614 1771 1625 1771 1625 1772
1624 1772 1622 1773 1621 1776 33 _pl _cp 1621 1783 _m
_sp 1621 1783 1623 1783 1626 1783 1628 1785 1629 1786 1629 1789 1629 1791 1627 1793 1625 1794 1622 1794 1621 1794 1621 1792 12 _pl _cp
0 g _f _s _s
0 g 1640 1789 _m
_sp 1640 1789 1640 1789 1634 1786 1634 1786 1635 1786 1636 1785 1637 1783 1637 1775 1636 1772 1635 1772 1634 1772 1634 1771 1644 1771 1644 1772 1642 1772
1641 1772 1640 1775 1640 1783 1641 1785 1642 1786 1643 1786 1643 1785 1644 1784 1645 1784 1646 1785 1647 1786 1646 1787 1644 1788 1642 1787 1640 1785
30 _pl _cp
0 g _f _s _s
0 g 1647 1779 _m
_sp 1647 1779 1648 1775 1650 1773 1652 1771 1656 1770 1660 1771 1662 1773 1664 1776 1665 1780 1664 1783 1662 1786 1660 1787 1656 1788 1652 1787 1650 1785
1648 1783 16 _pl _cp 1651 1780 _m
_sp 1651 1780 1651 1777 1652 1774 1654 1773 1656 1772 1658 1772 1660 1774 1661 1775 1661 1778 1661 1782 1660 1784 1658 1786 1656 1787 1654 1787 1652 1786
1651 1784 1651 1781 1651 1781 18 _pl _cp
0 g _f _s _s
0 g 1681 1777 _m
_sp 1681 1777 1680 1775 1678 1774 1677 1773 1675 1773 1673 1774 1671 1775 1670 1777 1670 1780 1670 1783 1671 1785 1673 1786 1674 1787 1676 1786 1677 1785
1678 1783 1679 1783 1680 1783 1681 1784 1680 1785 1679 1787 1677 1788 1675 1788 1671 1787 1669 1785 1667 1783 1666 1779 1667 1775 1669 1773 1671 1771
1674 1770 1677 1771 1679 1772 1680 1774 1681 1777 35 _pl _cp
0 g _f _s _s
0 g 1686 1781 _m
_sp 1686 1781 1698 1781 1697 1784 1696 1786 1694 1787 1691 1788 1688 1787 1685 1785 1684 1783 1683 1779 1684 1775 1685 1773 1687 1771 1690 1770 1693 1771
1695 1772 1697 1774 1699 1777 1698 1777 1697 1776 1696 1774 1694 1773 1692 1773 1690 1774 1688 1775 1687 1778 1686 1781 1686 1781 28 _pl _cp 1694 1782 _m
_sp 1694 1782 1694 1784 1693 1786 1691 1787 1690 1787 1689 1787 1687 1786 1686 1784 1686 1782 9 _pl _cp
0 g _f _s _s
0 g 1700 1771 _m
_sp 1700 1771 1701 1771 1701 1771 1702 1771 1702 1771 1703 1771 1705 1770 1707 1770 1709 1770 1711 1771 1712 1773 1713 1775 1712 1777 1711 1778 1710 1779
1710 1780 1708 1780 1706 1781 1704 1783 1703 1785 1704 1786 1706 1787 1707 1787 1709 1786 1710 1785 1711 1783 1711 1783 1711 1788 1711 1788 1711 1788
1710 1787 1710 1788 1709 1788 1708 1788 1707 1788 1706 1788 1704 1788 1702 1787 1701 1785 1700 1783 1700 1782 1701 1781 1703 1779 1705 1778 1707 1777
1709 1776 1710 1774 1709 1773 1707 1772 1705 1772 1703 1773 1702 1774 1701 1777 1700 1777 54 _pl _cp
0 g _f _s _s
0 g 1715 1771 _m
_sp 1715 1771 1715 1771 1716 1771 1716 1771 1717 1771 1718 1771 1720 1770 1721 1770 1724 1770 1726 1771 1727 1773 1727 1775 1727 1777 1726 1778 1725 1779
1724 1780 1723 1780 1721 1781 1718 1783 1717 1785 1718 1786 1721 1787 1722 1787 1724 1786 1725 1785 1726 1783 1726 1783 1726 1788 1726 1788 1725 1788
1725 1787 1725 1788 1724 1788 1723 1788 1722 1788 1721 1788 1718 1788 1717 1787 1715 1785 1715 1783 1715 1782 1716 1781 1717 1779 1719 1778 1722 1777
1724 1776 1725 1774 1724 1773 1721 1772 1720 1772 1718 1773 1716 1774 1715 1777 1715 1777 54 _pl _cp
0 g _f _s _s
0 g 1729 1779 _m
_sp 1729 1779 1730 1775 1732 1773 1734 1771 1738 1770 1741 1771 1744 1773 1745 1776 1746 1780 1745 1783 1744 1786 1741 1787 1738 1788 1734 1787 1732 1785
1730 1783 16 _pl _cp 1733 1780 _m
_sp 1733 1780 1733 1777 1734 1774 1736 1773 1738 1772 1740 1772 1742 1774 1743 1775 1743 1778 1743 1782 1742 1784 1740 1786 1737 1787 1736 1787 1734 1786
1733 1784 1733 1781 1733 1781 18 _pl _cp
0 g _f _s _s
0 g 1754 1789 _m
_sp 1754 1789 1753 1789 1747 1786 1747 1786 1748 1786 1750 1785 1750 1783 1750 1775 1750 1772 1748 1772 1747 1772 1747 1771 1757 1771 1757 1772 1756 1772
1754 1772 1754 1775 1754 1783 1755 1785 1755 1786 1756 1786 1757 1785 1758 1784 1758 1784 1759 1785 1760 1786 1759 1787 1758 1788 1756 1787 1754 1785
30 _pl _cp
0 g _f _s _s
0 g 900 1454 _m
_sp 900 1454 901 1445 902 1445 903 1446 903 1446 903 1446 904 1446 906 1446 908 1446 909 1445 912 1446 915 1447 916 1449 917 1452 917 1454
916 1456 914 1457 912 1459 909 1461 907 1462 906 1464 905 1465 905 1466 906 1469 908 1470 910 1469 912 1468 913 1467 914 1466 914 1465
915 1463 916 1463 915 1471 914 1471 914 1470 913 1470 913 1470 912 1470 910 1471 909 1471 908 1471 905 1470 903 1469 902 1467 901 1465
902 1463 902 1461 903 1460 904 1459 905 1458 907 1457 909 1456 911 1455 912 1454 913 1452 913 1451 912 1448 909 1447 907 1447 905 1448
904 1449 903 1451 902 1452 901 1454 64 _pl _cp
0 g _f _s _s
0 g 935 1446 _m
_sp 935 1446 938 1447 941 1449 943 1452 944 1455 945 1459 944 1463 943 1466 940 1469 937 1470 933 1471 929 1470 925 1469 922 1466 921 1463
920 1459 921 1454 923 1451 925 1448 929 1446 931 1444 933 1442 935 1441 937 1440 939 1440 940 1440 942 1439 944 1439 944 1439 945 1439
945 1440 945 1440 945 1440 942 1441 939 1442 937 1444 36 _pl _cp 925 1458 _m
_sp 925 1458 926 1453 927 1450 930 1448 933 1447 936 1448 939 1450 940 1453 941 1458 940 1463 939 1467 936 1469 933 1470 930 1469 927 1467
926 1463 16 _pl _cp
0 g _f _s _s
0 g 968 1453 _m
_sp 968 1453 967 1451 966 1450 965 1449 964 1448 962 1448 960 1448 957 1448 955 1448 954 1450 954 1466 955 1469 957 1470 958 1470 958 1471
947 1471 947 1470 947 1470 950 1469 950 1466 950 1451 950 1448 947 1447 947 1447 947 1446 967 1446 969 1453 27 _pl _cp
0 g _f _s _s
0 g 977 1471 _m
_sp 977 1471 969 1440 971 1440 979 1471 4 _pl _cp
0 g _f _s _s
0 g 988 1460 _m
_sp 988 1460 988 1469 995 1469 997 1469 998 1468 999 1467 1000 1465 1001 1465 1001 1471 981 1471 981 1470 981 1470 984 1469 984 1466 984 1451
984 1448 981 1447 981 1447 981 1446 1001 1446 1003 1453 1002 1453 1001 1451 1000 1450 999 1449 997 1448 996 1448 994 1448 990 1448 988 1448
988 1450 988 1458 993 1458 995 1458 997 1457 997 1456 998 1454 999 1454 999 1463 998 1463 997 1461 997 1460 995 1460 993 1460 44 _pl _cp
0 g _f _s _s
0 g 1018 1458 _m
_sp 1018 1458 1021 1459 1023 1460 1024 1462 1024 1464 1024 1466 1023 1468 1022 1469 1020 1470 1019 1471 1017 1471 1015 1471 1012 1471 1004 1471 1004 1470
1004 1470 1007 1469 1007 1466 1007 1451 1007 1448 1004 1447 1004 1447 1004 1446 1015 1446 1015 1447 1014 1447 1012 1448 1011 1451 1011 1457 1013 1457
1022 1446 1028 1446 1028 1447 1027 1447 1026 1448 1025 1449 1023 1451 37 _pl _cp 1011 1459 _m
_sp 1011 1459 1012 1459 1012 1459 1015 1459 1018 1460 1019 1462 1020 1464 1020 1466 1019 1468 1017 1469 1014 1469 1011 1469 1011 1468 13 _pl _cp
0 g _f _s _s
0 g 1040 1446 _m
_sp 1040 1446 1040 1447 1040 1447 1037 1448 1037 1451 1037 1466 1037 1469 1040 1470 1040 1470 1040 1471 1029 1471 1029 1470 1030 1470 1032 1469 1033 1466
1033 1451 1032 1448 1030 1447 1029 1447 1029 1446 20 _pl _cp
0 g _f _s _s
0 g 926 1413 _m
_sp 926 1413 927 1406 928 1406 929 1406 929 1406 929 1406 930 1406 932 1406 933 1406 935 1406 938 1406 941 1408 942 1409 943 1412 943 1414
942 1416 940 1417 938 1419 935 1421 933 1422 931 1424 930 1425 930 1426 931 1429 934 1430 936 1429 938 1428 939 1427 940 1426 940 1425
941 1423 942 1423 941 1431 940 1431 940 1430 939 1430 938 1430 938 1430 936 1431 935 1431 933 1431 931 1431 929 1430 928 1428 927 1425
927 1423 928 1421 930 1420 932 1418 935 1416 937 1415 938 1414 938 1412 938 1411 937 1408 934 1407 932 1407 930 1408 929 1409 929 1410
928 1412 927 1413 62 _pl _cp
0 g _f _s _s
0 g 949 1416 _m
_sp 949 1416 960 1416 959 1419 958 1421 956 1422 954 1423 951 1422 948 1420 947 1418 946 1414 947 1411 948 1408 950 1407 953 1406 956 1406
958 1407 959 1409 961 1412 960 1412 959 1410 958 1409 957 1408 955 1407 952 1408 951 1410 949 1412 949 1416 949 1416 28 _pl _cp 956 1417 _m
_sp 956 1417 956 1419 955 1421 954 1422 953 1422 952 1422 950 1421 949 1419 949 1417 9 _pl _cp
0 g _f _s _s
0 g 968 1424 _m
_sp 968 1424 967 1424 962 1421 962 1421 962 1421 964 1420 965 1418 965 1409 964 1407 962 1407 962 1407 962 1406 971 1406 971 1407 970 1407
968 1407 968 1409 968 1418 969 1420 970 1421 971 1421 971 1420 972 1419 973 1419 974 1420 974 1421 973 1422 972 1423 970 1422 968 1420
30 _pl _cp
0 g _f _s _s
0 g 985 1410 _m
_sp 985 1410 981 1419 981 1420 980 1420 980 1421 980 1421 981 1422 982 1422 982 1422 982 1423 975 1423 975 1422 976 1421 977 1419 984 1406
984 1406 990 1419 991 1421 993 1422 993 1423 987 1423 987 1422 988 1422 988 1421 988 1421 988 1421 988 1421 988 1420 988 1420 988 1419
30 _pl _cp
0 g _f _s _s
0 g 997 1416 _m
_sp 997 1416 1009 1416 1008 1419 1007 1421 1005 1422 1002 1423 999 1422 996 1420 995 1418 994 1414 995 1411 996 1408 998 1407 1001 1406 1004 1406
1006 1407 1008 1409 1009 1412 1009 1412 1008 1410 1006 1409 1005 1408 1003 1407 1000 1408 999 1410 997 1412 997 1416 997 1416 28 _pl _cp 1004 1417 _m
_sp 1004 1417 1004 1419 1003 1421 1002 1422 1001 1422 1000 1422 998 1421 997 1419 997 1417 9 _pl _cp
0 g _f _s _s
0 g 1016 1424 _m
_sp 1016 1424 1015 1424 1010 1421 1010 1421 1010 1421 1012 1420 1013 1418 1013 1409 1012 1407 1010 1407 1010 1407 1010 1406 1020 1406 1020 1407 1018 1407
1017 1407 1016 1409 1016 1418 1017 1420 1018 1421 1019 1421 1019 1420 1020 1419 1021 1419 1022 1420 1023 1421 1022 1422 1020 1423 1018 1422 1016 1420
30 _pl _cp
0 g _f _s _s
0 g 916 1333 _m
_sp 916 1333 901 1351 895 1351 895 1350 896 1350 898 1349 898 1346 898 1330 898 1327 896 1327 895 1327 895 1326 904 1326 904 1327 903 1327
901 1327 900 1330 900 1345 917 1325 918 1325 918 1346 918 1349 921 1350 921 1350 921 1351 912 1351 912 1350 913 1350 915 1349 916 1346
30 _pl _cp
0 g _f _s _s
0 g 922 1334 _m
_sp 922 1334 923 1330 925 1328 927 1326 931 1325 935 1326 937 1328 939 1331 940 1335 939 1338 937 1341 935 1342 931 1343 927 1342 925 1340
923 1338 16 _pl _cp 926 1335 _m
_sp 926 1335 927 1331 928 1329 930 1327 932 1326 933 1327 935 1328 936 1330 936 1333 936 1336 935 1339 933 1340 930 1341 929 1341 927 1340
926 1338 926 1335 926 1335 18 _pl _cp
0 g _f _s _s
0 g 947 1343 _m
_sp 947 1343 946 1343 941 1341 941 1340 941 1340 943 1340 943 1338 943 1329 943 1327 941 1326 941 1326 941 1326 949 1326 949 1326 949 1326
947 1327 947 1329 947 1338 949 1340 951 1341 952 1341 953 1340 953 1338 953 1335 953 1329 953 1327 951 1326 951 1326 951 1326 959 1326
959 1326 959 1326 957 1327 957 1329 957 1338 957 1340 956 1342 954 1343 952 1343 951 1343 950 1342 948 1341 947 1340 43 _pl _cp
0 g _f _s _s
0 g 961 1336 _m
_sp 961 1336 961 1333 970 1333 970 1336 4 _pl _cp
0 g _f _s _s
0 g 974 1333 _m
_sp 974 1333 975 1325 976 1325 976 1326 977 1326 977 1326 978 1326 979 1326 981 1325 982 1325 986 1326 988 1327 990 1329 991 1332 991 1334
990 1336 988 1337 986 1339 983 1341 981 1342 979 1344 978 1345 978 1346 979 1349 982 1350 984 1349 986 1348 987 1347 988 1346 988 1345
989 1343 990 1343 989 1351 988 1351 988 1350 987 1350 987 1350 986 1350 984 1351 983 1351 982 1351 979 1350 977 1349 976 1347 975 1344
975 1343 976 1341 978 1339 980 1337 983 1335 986 1333 987 1331 987 1330 986 1328 984 1327 982 1327 981 1327 979 1328 978 1329 977 1330
976 1332 975 1333 62 _pl _cp
0 g _f _s _s
0 g 1009 1325 _m
_sp 1009 1325 1012 1326 1015 1329 1017 1331 1018 1334 1019 1338 1018 1342 1017 1346 1014 1349 1011 1350 1007 1351 1003 1350 999 1349 996 1346 995 1342
994 1338 995 1334 997 1330 999 1327 1003 1326 1005 1324 1006 1322 1008 1321 1010 1320 1012 1319 1014 1319 1016 1319 1018 1319 1018 1319 1019 1319
1019 1320 1019 1320 1018 1320 1016 1321 1013 1322 1011 1323 36 _pl _cp 999 1338 _m
_sp 999 1338 999 1333 1001 1330 1003 1328 1007 1327 1010 1328 1013 1330 1014 1333 1015 1338 1014 1343 1013 1347 1010 1349 1007 1350 1004 1349 1001 1347
1000 1343 16 _pl _cp
0 g _f _s _s
0 g 1042 1332 _m
_sp 1042 1332 1041 1330 1040 1329 1039 1328 1038 1328 1036 1327 1034 1327 1031 1327 1029 1328 1028 1329 1028 1346 1029 1349 1031 1350 1032 1350 1032 1351
1021 1351 1021 1350 1021 1350 1024 1349 1024 1346 1024 1330 1024 1327 1021 1327 1021 1327 1021 1326 1041 1326 1043 1332 27 _pl _cp
0 g _f _s _s
0 g 903 1296 _m
_sp 903 1296 905 1296 907 1296 908 1297 910 1297 911 1297 912 1298 913 1299 915 1301 915 1303 915 1306 913 1308 912 1309 911 1310 909 1310
908 1311 906 1311 903 1311 896 1311 896 1310 896 1310 899 1309 899 1306 899 1291 899 1289 899 1287 898 1286 896 1286 896 1286 896 1286
907 1286 907 1286 906 1286 904 1286 903 1287 903 1289 903 1291 37 _pl _cp 903 1298 _m
_sp 903 1298 905 1298 908 1298 910 1299 911 1301 911 1303 910 1306 909 1308 907 1309 904 1309 903 1309 903 1307 12 _pl _cp
0 g _f _s _s
0 g 922 1303 _m
_sp 922 1303 922 1303 916 1301 916 1300 917 1300 918 1300 919 1297 919 1289 918 1287 917 1286 916 1286 916 1286 925 1286 925 1286 924 1286
922 1287 922 1289 922 1297 923 1299 924 1300 925 1300 925 1300 926 1299 927 1299 928 1300 929 1301 928 1302 926 1303 924 1302 922 1300
30 _pl _cp
0 g _f _s _s
0 g 929 1294 _m
_sp 929 1294 930 1290 932 1288 934 1286 938 1285 942 1286 944 1288 946 1290 947 1294 946 1298 944 1301 942 1302 938 1303 934 1302 932 1300
930 1298 16 _pl _cp 933 1295 _m
_sp 933 1295 933 1291 934 1289 936 1287 938 1286 940 1287 942 1288 943 1290 943 1293 943 1297 942 1299 940 1301 938 1302 936 1301 934 1300
933 1298 933 1296 933 1295 18 _pl _cp
0 g _f _s _s
0 g 963 1291 _m
_sp 963 1291 962 1290 960 1289 959 1288 957 1288 955 1289 953 1290 952 1292 952 1295 952 1298 953 1300 955 1301 956 1302 958 1301 959 1300
960 1298 961 1297 962 1298 963 1299 962 1300 961 1302 959 1303 957 1303 953 1302 951 1300 949 1298 948 1294 949 1290 951 1288 953 1286
956 1285 959 1286 961 1287 962 1289 963 1291 35 _pl _cp
0 g _f _s _s
0 g 968 1296 _m
_sp 968 1296 980 1296 979 1299 978 1301 976 1302 973 1303 970 1302 967 1300 966 1298 965 1294 966 1290 967 1287 969 1286 972 1285 975 1285
977 1287 979 1288 980 1291 980 1292 979 1290 977 1289 976 1288 974 1287 972 1288 970 1290 969 1292 968 1296 968 1296 28 _pl _cp 976 1297 _m
_sp 976 1297 976 1299 975 1301 973 1302 972 1302 971 1302 969 1301 968 1299 968 1297 9 _pl _cp
0 g _f _s _s
0 g 982 1286 _m
_sp 982 1286 983 1286 983 1286 984 1286 984 1286 985 1286 987 1285 989 1285 991 1285 993 1286 994 1288 995 1290 994 1292 993 1293 992 1294
991 1294 990 1295 988 1296 985 1298 985 1299 986 1301 988 1302 989 1302 991 1301 992 1299 993 1297 993 1297 993 1302 993 1302 993 1302
992 1302 992 1302 991 1302 990 1303 989 1303 988 1303 986 1303 984 1302 983 1300 982 1298 982 1297 983 1296 985 1294 987 1293 989 1292
991 1291 992 1289 991 1287 989 1286 987 1287 985 1288 984 1289 983 1291 982 1291 54 _pl _cp
0 g _f _s _s
0 g 997 1286 _m
_sp 997 1286 997 1286 998 1286 998 1286 999 1286 1000 1286 1002 1285 1003 1285 1006 1285 1008 1286 1009 1288 1009 1290 1009 1292 1008 1293 1007 1294
1006 1294 1005 1295 1003 1296 1000 1298 999 1299 1000 1301 1003 1302 1004 1302 1006 1301 1007 1299 1008 1297 1008 1297 1008 1302 1008 1302 1007 1302
1007 1302 1007 1302 1006 1302 1005 1303 1004 1303 1002 1303 1000 1303 998 1302 997 1300 997 1298 997 1297 998 1296 999 1294 1001 1293 1004 1292
1006 1291 1007 1289 1006 1287 1003 1286 1002 1287 1000 1288 998 1289 997 1291 997 1291 54 _pl _cp
0 g _f _s _s
0 g 1011 1294 _m
_sp 1011 1294 1012 1290 1014 1288 1016 1286 1020 1285 1023 1286 1026 1288 1027 1290 1028 1294 1027 1298 1026 1301 1023 1302 1020 1303 1016 1302 1014 1300
1012 1298 16 _pl _cp 1015 1295 _m
_sp 1015 1295 1015 1291 1016 1289 1018 1287 1020 1286 1022 1287 1024 1288 1025 1290 1025 1293 1025 1297 1024 1299 1022 1301 1019 1302 1018 1301 1016 1300
1015 1298 1015 1296 1015 1295 18 _pl _cp
0 g _f _s _s
0 g 1035 1303 _m
_sp 1035 1303 1035 1303 1029 1301 1029 1300 1030 1300 1032 1300 1032 1297 1032 1289 1032 1287 1030 1286 1029 1286 1029 1286 1039 1286 1039 1286 1038 1286
1036 1287 1035 1289 1035 1297 1036 1299 1037 1300 1038 1300 1039 1300 1040 1299 1040 1299 1041 1300 1042 1301 1041 1302 1040 1303 1039 1303 1038 1302
1036 1301 1035 1300 32 _pl _cp
0 g _f _s _s
0 g 712 851 _m
_sp 712 851 711 849 710 848 709 847 708 847 706 846 704 846 701 846 699 847 698 848 698 865 699 868 701 869 702 869 702 870
691 870 691 869 691 869 694 868 694 865 694 849 694 846 691 846 691 846 691 845 711 845 713 851 27 _pl _cp
0 g _f _s _s
0 g 715 853 _m
_sp 715 853 716 850 717 847 720 846 723 845 727 846 729 847 731 850 732 854 731 857 729 860 727 861 723 862 720 861 717 859
716 857 16 _pl _cp 718 854 _m
_sp 718 854 718 850 719 848 721 846 723 845 725 846 727 847 728 849 728 852 728 855 727 858 725 859 723 860 721 860 719 859
718 857 718 854 718 854 18 _pl _cp
0 g _f _s _s
0 g 748 851 _m
_sp 748 851 747 849 745 848 744 847 742 847 740 848 738 849 737 851 737 854 737 857 738 859 740 860 742 860 743 860 744 859
745 857 746 856 747 857 748 858 747 859 746 861 744 862 742 862 739 861 736 859 735 857 734 853 735 850 736 847 738 846
741 845 744 845 746 846 747 848 748 850 35 _pl _cp
0 g _f _s _s
0 g 760 856 _m
_sp 760 856 757 855 755 854 754 854 753 853 752 852 751 850 750 848 751 845 754 844 755 844 757 845 758 846 760 847 761 845
762 844 764 845 765 846 765 847 765 846 764 846 763 847 763 848 763 856 763 857 763 857 763 858 763 859 762 860 761 861
759 862 757 862 755 862 753 861 752 859 751 858 752 857 753 856 754 857 754 857 754 858 754 858 754 859 754 859 754 859
755 860 757 861 759 860 760 857 49 _pl _cp 760 854 _m
_sp 760 854 758 854 756 853 755 852 754 850 754 849 755 847 756 846 758 847 760 848 10 _pl _cp
0 g _f _s _s
0 g 773 871 _m
_sp 773 871 773 871 767 869 767 868 767 868 769 868 770 865 770 848 769 846 767 845 767 845 767 845 776 845 776 845 775 845
773 846 773 848 17 _pl _cp
0 g _f _s _s
0 g 699 812 _m
_sp 699 812 701 804 702 804 702 805 703 805 703 805 704 805 705 805 707 804 708 804 711 805 714 806 715 808 716 811 716 813
715 815 714 816 712 818 709 820 707 821 705 823 704 824 704 825 705 828 708 829 710 828 712 827 713 826 714 825 714 824
715 822 716 822 715 830 714 830 714 829 713 829 712 829 712 829 710 830 709 830 707 830 705 829 703 828 702 826 701 824
701 822 702 820 704 818 706 816 709 815 711 814 712 813 712 811 712 810 711 807 708 806 706 806 704 807 703 808 702 809
702 811 701 812 62 _pl _cp
0 g _f _s _s
0 g 735 804 _m
_sp 735 804 738 805 741 807 743 810 745 813 745 817 744 821 743 825 740 828 736 829 732 830 728 829 725 828 722 825 721 821
720 817 721 813 722 809 725 806 729 805 730 803 732 801 734 800 736 799 738 798 740 798 741 798 743 798 744 798 745 798
745 799 745 799 744 799 742 800 739 801 737 802 36 _pl _cp 724 817 _m
_sp 724 817 725 812 726 809 729 807 732 806 735 807 738 809 739 812 740 817 739 822 738 826 735 828 732 829 729 828 726 826
725 822 16 _pl _cp
0 g _f _s _s
0 g 767 811 _m
_sp 767 811 766 809 765 808 764 807 763 807 761 806 759 806 756 806 754 807 754 808 754 825 754 828 757 829 757 829 757 830
746 830 746 829 747 829 749 828 750 825 750 810 750 808 749 806 748 805 747 805 746 805 746 805 767 805 769 811 29 _pl _cp
0 g _f _s _s
0 g 696 790 _m
_sp 696 790 696 789 697 789 699 788 699 785 699 769 699 766 697 766 696 766 696 764 707 764 710 764 713 765 716 767 718 768
719 770 720 773 721 775 721 777 721 779 720 782 719 784 718 786 716 787 713 789 709 790 704 790 27 _pl _cp 704 769 _m
_sp 704 769 704 767 704 766 705 766 707 766 709 766 710 766 711 767 714 769 716 771 717 774 717 777 717 779 716 781 715 783
714 785 712 786 711 787 709 788 706 788 705 788 705 788 704 788 704 787 704 785 25 _pl _cp
0 g _f _s _s
0 g 733 775 _m
_sp 733 775 731 775 729 774 728 773 726 773 725 772 724 770 724 768 725 765 728 764 729 764 730 764 732 765 733 767 734 765
735 764 737 764 739 766 739 767 738 766 737 766 737 766 737 768 737 776 737 777 737 777 737 778 736 779 735 780 734 781
733 782 731 782 728 782 726 781 725 779 724 778 725 777 726 776 727 776 728 777 728 778 728 778 728 779 728 779 728 779
729 780 731 781 732 780 733 777 49 _pl _cp 733 774 _m
_sp 733 774 731 774 730 773 728 772 727 770 727 769 728 767 730 766 732 767 733 768 10 _pl _cp
0 g _f _s _s
0 g 740 781 _m
_sp 740 781 740 780 742 780 742 769 742 767 743 765 744 764 746 764 748 765 750 767 749 768 748 766 747 766 746 767 745 769
745 780 749 780 749 781 745 781 745 786 745 786 743 784 742 782 741 782 24 _pl _cp
0 g _f _s _s
0 g 760 775 _m
_sp 760 775 758 775 756 774 755 773 754 773 753 772 752 770 751 768 752 765 755 764 756 764 758 764 759 765 760 767 762 765
763 764 765 764 767 766 767 767 766 766 765 766 764 766 764 768 764 776 764 777 764 777 764 778 764 779 763 780 762 781
760 782 758 782 756 782 754 781 753 779 752 778 753 777 754 776 755 776 755 777 755 778 755 778 755 779 755 779 755 779
756 780 758 781 760 780 760 777 49 _pl _cp 760 774 _m
_sp 760 774 759 774 757 773 756 772 755 770 755 769 756 767 757 766 759 767 760 768 10 _pl _cp
0 g _f _s _s
0 g 969 852 _m
_sp 969 852 968 850 967 849 966 848 965 848 963 847 961 847 958 847 956 848 955 849 955 866 956 869 958 870 959 870 959 871
948 871 948 870 948 870 951 869 951 866 951 851 951 849 951 847 950 846 948 846 948 846 948 846 968 846 970 852 29 _pl _cp
0 g _f _s _s
0 g 971 854 _m
_sp 971 854 972 850 974 848 976 846 980 845 983 846 986 848 987 850 988 854 987 858 986 861 983 862 980 863 976 862 974 860
972 858 16 _pl _cp 975 855 _m
_sp 975 855 975 851 976 849 978 847 980 846 982 847 984 848 985 850 985 853 985 857 984 859 982 861 979 862 978 861 976 860
975 858 975 856 975 855 18 _pl _cp
0 g _f _s _s
0 g 1005 851 _m
_sp 1005 851 1004 850 1002 849 1001 848 999 848 997 849 995 850 994 852 993 855 994 858 995 860 996 861 998 862 1000 861 1001 860
1002 858 1003 857 1004 858 1004 859 1004 860 1003 862 1001 863 999 863 995 862 993 860 991 858 990 854 991 850 992 848 995 846
998 845 1000 846 1002 847 1004 849 1005 851 35 _pl _cp
0 g _f _s _s
0 g 1017 857 _m
_sp 1017 857 1014 856 1012 855 1011 854 1010 853 1009 852 1008 851 1007 849 1008 846 1011 845 1012 845 1014 846 1015 847 1017 848 1018 846
1019 845 1021 846 1022 847 1022 848 1021 847 1021 847 1020 848 1020 849 1020 857 1020 858 1020 858 1020 859 1020 860 1019 861 1018 862
1016 863 1014 863 1011 863 1010 862 1008 860 1008 859 1009 857 1009 857 1010 857 1011 859 1011 859 1011 859 1011 860 1011 860 1011 860
1012 861 1014 862 1015 862 1016 861 1017 859 1017 857 51 _pl _cp 1017 855 _m
_sp 1017 855 1015 854 1013 854 1011 853 1010 851 1010 850 1011 848 1013 847 1015 848 1017 849 10 _pl _cp
0 g _f _s _s
0 g 1030 872 _m
_sp 1030 872 1029 872 1024 870 1024 869 1024 869 1026 869 1026 866 1026 849 1026 847 1024 846 1024 846 1024 846 1033 846 1033 846 1032 846
1030 847 1030 849 17 _pl _cp
0 g _f _s _s
0 g 935 813 _m
_sp 935 813 920 830 914 830 914 829 914 829 917 829 917 826 917 810 917 807 914 807 914 807 914 805 923 805 923 807 922 807
920 807 919 810 919 825 936 805 937 805 937 826 937 829 940 829 940 829 940 830 931 830 931 829 932 829 934 829 935 826
30 _pl _cp
0 g _f _s _s
0 g 941 814 _m
_sp 941 814 942 810 944 808 946 806 950 805 954 806 956 808 958 811 959 815 958 818 956 821 954 822 950 823 946 822 944 820
942 818 16 _pl _cp 945 815 _m
_sp 945 815 945 811 947 809 948 807 951 806 952 807 954 808 955 810 955 813 955 816 954 819 952 820 950 821 948 821 946 820
945 818 945 815 945 815 18 _pl _cp
0 g _f _s _s
0 g 966 823 _m
_sp 966 823 965 823 960 821 960 820 960 820 962 819 962 817 962 809 962 807 960 806 960 806 960 805 968 805 968 806 968 806
966 807 966 809 966 818 968 820 970 821 971 821 972 820 972 818 972 815 972 809 972 807 970 806 970 806 970 805 979 805
979 806 978 806 976 807 976 809 976 818 976 820 975 822 973 823 971 823 970 823 969 822 967 821 966 820 43 _pl _cp
0 g _f _s _s
0 g 980 816 _m
_sp 980 816 980 813 990 813 990 816 4 _pl _cp
0 g _f _s _s
0 g 993 813 _m
_sp 993 813 994 805 995 805 996 806 996 806 996 806 997 806 999 805 1000 805 1002 805 1005 806 1008 807 1009 809 1010 812 1010 814
1009 816 1007 817 1005 819 1002 821 1000 822 998 824 997 825 997 826 998 828 1001 829 1003 829 1005 828 1006 827 1007 826 1007 825
1008 823 1009 823 1008 831 1007 831 1007 830 1006 830 1006 830 1005 830 1003 831 1002 831 1001 831 998 830 996 829 995 827 994 824
994 823 995 821 997 819 999 817 1002 815 1005 813 1006 811 1006 809 1005 808 1003 807 1001 807 1000 807 998 808 997 809 996 810
995 811 994 813 62 _pl _cp
0 g _f _s _s
0 g 1028 805 _m
_sp 1028 805 1031 807 1034 809 1036 811 1037 814 1038 818 1037 822 1036 826 1033 829 1030 830 1026 831 1022 830 1018 829 1015 826 1014 822
1013 818 1014 814 1016 810 1018 807 1022 805 1024 804 1026 802 1028 801 1030 800 1032 799 1033 799 1035 799 1037 799 1037 799 1038 799
1038 800 1038 800 1038 800 1035 800 1032 801 1030 803 36 _pl _cp 1018 818 _m
_sp 1018 818 1019 813 1020 810 1023 808 1026 807 1029 808 1032 810 1033 813 1034 818 1033 823 1032 826 1029 828 1026 829 1023 828 1020 826
1019 823 16 _pl _cp
0 g _f _s _s
0 g 1061 812 _m
_sp 1061 812 1060 810 1059 809 1058 808 1056 808 1055 807 1053 807 1050 807 1048 807 1047 809 1047 826 1048 829 1050 830 1051 830 1051 830
1040 830 1040 830 1040 830 1043 829 1043 826 1043 810 1043 807 1040 807 1040 807 1040 805 1060 805 1062 812 27 _pl _cp
0 g _f _s _s
0 g 953 790 _m
_sp 953 790 953 790 954 790 956 789 956 786 956 770 956 767 954 766 953 766 953 766 964 766 967 766 970 767 973 768 975 769
976 771 977 774 978 776 978 778 978 780 977 783 976 785 975 787 973 788 970 789 966 790 961 790 27 _pl _cp 960 770 _m
_sp 960 770 960 768 961 767 962 767 964 767 965 768 967 768 968 768 970 769 972 772 973 774 974 778 974 780 973 782 972 784
971 786 969 787 967 788 965 789 963 789 962 789 961 789 961 788 960 788 960 786 25 _pl _cp
0 g _f _s _s
0 g 990 776 _m
_sp 990 776 988 775 986 774 985 774 983 773 982 772 981 771 980 769 980 768 981 766 983 765 985 765 986 765 987 766 989 767
990 768 991 766 992 765 994 766 996 767 996 768 995 767 994 767 994 768 993 769 993 777 993 778 993 778 993 779 993 780
992 781 991 782 989 783 987 783 985 783 983 782 982 780 981 779 982 777 983 777 984 777 985 778 985 779 985 779 985 780
985 780 985 780 986 781 987 782 988 782 989 781 990 779 990 777 53 _pl _cp 990 775 _m
_sp 990 775 988 774 985 772 984 770 985 768 987 767 989 768 990 769 8 _pl _cp
0 g _f _s _s
0 g 997 782 _m
_sp 997 782 997 781 999 781 999 770 999 768 1000 766 1001 765 1002 765 1003 765 1005 766 1006 767 1007 768 1006 769 1005 767 1004 767
1003 768 1002 770 1002 781 1006 781 1006 782 1002 782 1002 787 1002 787 1000 785 999 783 998 783 26 _pl _cp
0 g _f _s _s
0 g 1017 776 _m
_sp 1017 776 1015 775 1013 774 1012 774 1010 773 1009 772 1009 771 1008 769 1009 766 1012 765 1013 765 1015 766 1016 767 1017 768 1018 766
1020 765 1022 766 1023 767 1023 768 1023 767 1022 767 1021 768 1021 769 1021 777 1021 778 1021 778 1021 779 1020 780 1020 781 1019 782
1017 783 1015 783 1013 783 1011 782 1010 780 1009 779 1009 777 1010 777 1012 777 1012 778 1012 779 1012 779 1012 780 1012 780 1012 780
1013 781 1015 782 1017 781 1017 777 49 _pl _cp 1017 775 _m
_sp 1017 775 1015 774 1013 772 1012 770 1012 768 1014 767 1016 768 1017 769 8 _pl _cp
0 g _f _s _s
0 g 1403 854 _m
_sp 1403 854 1405 855 1406 856 1407 856 1408 857 1409 859 1410 861 1410 863 1409 864 1407 866 1406 867 1404 867 1403 868 1400 868 1397 868
1389 868 1389 867 1390 867 1392 866 1393 863 1393 848 1393 846 1392 844 1391 843 1390 843 1389 843 1389 843 1400 843 1400 843 1400 843
1398 843 1397 844 1397 846 1397 848 1397 854 1399 854 1408 843 1414 843 1414 843 1413 844 1412 845 1410 846 1409 848 43 _pl _cp 1397 856 _m
_sp 1397 856 1397 856 1398 856 1401 856 1403 857 1405 859 1405 861 1405 863 1404 865 1402 866 1399 866 1397 866 1397 864 13 _pl _cp
0 g _f _s _s
0 g 1418 853 _m
_sp 1418 853 1429 853 1429 856 1428 858 1426 859 1423 860 1420 859 1417 857 1416 855 1415 851 1416 847 1417 844 1419 843 1422 842 1425 842
1427 844 1429 845 1430 848 1429 849 1428 847 1427 846 1426 845 1424 844 1421 845 1420 847 1418 849 1418 852 1418 853 28 _pl _cp 1425 854 _m
_sp 1425 854 1425 856 1424 858 1423 859 1422 859 1421 859 1419 858 1418 856 1418 854 9 _pl _cp
0 g _f _s _s
0 g 1437 860 _m
_sp 1437 860 1436 860 1431 858 1431 857 1432 857 1433 857 1434 854 1434 846 1433 844 1432 843 1431 843 1431 843 1440 843 1440 843 1439 843
1437 844 1437 846 1437 855 1439 857 1441 858 1443 857 1444 854 1444 846 1443 844 1442 843 1441 843 1441 843 1450 843 1450 843 1449 843
1447 844 1447 846 1447 856 1449 857 1451 858 1453 857 1454 854 1454 846 1454 844 1452 843 1451 843 1451 843 1460 843 1460 843 1459 843
1458 844 1457 846 1457 854 1457 857 1456 859 1454 860 1452 860 1451 860 1450 859 1448 858 1447 857 1445 859 1443 860 1442 860 1440 859
1439 858 1437 857 62 _pl _cp
0 g _f _s _s
0 g 1461 851 _m
_sp 1461 851 1462 847 1464 845 1466 843 1470 842 1473 843 1476 845 1477 847 1478 851 1477 855 1476 858 1473 859 1470 860 1466 859 1464 857
1462 855 16 _pl _cp 1465 852 _m
_sp 1465 852 1465 848 1466 846 1468 844 1470 843 1472 844 1474 845 1475 847 1475 850 1475 854 1474 856 1472 858 1469 859 1467 858 1466 857
1465 855 1465 852 1465 852 18 _pl _cp
0 g _f _s _s
0 g 1479 859 _m
_sp 1479 859 1479 858 1482 858 1482 847 1482 845 1483 843 1484 842 1485 842 1486 842 1488 843 1489 844 1490 845 1489 846 1488 845 1487 844
1485 845 1485 847 1485 858 1488 858 1488 859 1485 859 1485 864 1484 864 1483 862 1481 860 1480 860 26 _pl _cp
0 g _f _s _s
0 g 1493 853 _m
_sp 1493 853 1505 853 1504 856 1503 858 1501 859 1499 860 1496 859 1493 857 1492 855 1491 851 1491 847 1493 844 1495 843 1498 842 1500 842
1502 844 1504 845 1506 848 1505 849 1504 847 1503 846 1501 845 1499 844 1497 845 1495 847 1494 849 1493 852 1493 853 28 _pl _cp 1501 854 _m
_sp 1501 854 1501 856 1500 858 1499 859 1498 859 1496 859 1495 858 1494 856 1493 854 9 _pl _cp
0 g _f _s _s
0 g 1396 810 _m
_sp 1396 810 1381 827 1375 827 1375 826 1376 826 1378 826 1379 823 1379 807 1378 804 1376 804 1375 804 1375 802 1384 802 1384 804 1384 804
1381 804 1381 807 1381 822 1397 802 1398 802 1398 823 1399 826 1401 826 1402 826 1402 827 1393 827 1393 826 1393 826 1396 826 1396 823
30 _pl _cp
0 g _f _s _s
0 g 1403 811 _m
_sp 1403 811 1404 807 1406 805 1408 803 1411 802 1415 803 1417 805 1419 808 1420 812 1419 815 1418 818 1415 819 1412 820 1408 819 1406 817
1404 815 16 _pl _cp 1407 812 _m
_sp 1407 812 1407 808 1408 806 1410 804 1412 803 1414 804 1416 805 1417 807 1417 810 1416 813 1415 816 1413 817 1411 818 1409 818 1408 817
1407 815 1407 812 1407 812 18 _pl _cp
0 g _f _s _s
0 g 1427 820 _m
_sp 1427 820 1427 820 1421 818 1421 817 1422 817 1423 816 1424 814 1424 806 1423 804 1421 803 1421 803 1421 802 1430 802 1430 803 1429 803
1427 804 1427 806 1427 815 1429 817 1431 818 1432 818 1433 817 1434 815 1434 812 1434 806 1433 804 1432 803 1431 803 1431 802 1440 802
1440 803 1439 803 1437 804 1437 806 1437 815 1437 817 1436 819 1434 820 1432 820 1431 820 1430 819 1428 818 1427 817 43 _pl _cp
0 g _f _s _s
0 g 1441 813 _m
_sp 1441 813 1441 810 1451 810 1451 813 4 _pl _cp
0 g _f _s _s
0 g 1454 810 _m
_sp 1454 810 1455 802 1456 802 1457 803 1457 803 1458 803 1458 803 1460 802 1462 802 1463 802 1466 803 1469 804 1470 806 1471 809 1471 811
1470 813 1469 814 1467 816 1463 818 1461 819 1460 821 1459 822 1459 823 1460 825 1463 826 1465 826 1466 825 1467 824 1468 823 1468 821
1469 819 1470 819 1470 828 1469 828 1468 827 1467 827 1467 827 1466 827 1465 828 1464 828 1462 828 1459 827 1457 826 1456 824 1455 821
1456 820 1457 818 1458 816 1461 814 1464 812 1466 810 1467 808 1466 805 1463 804 1461 804 1459 805 1458 806 1457 807 1456 808 1455 810
60 _pl _cp
0 g _f _s _s
0 g 1490 802 _m
_sp 1490 802 1494 804 1497 807 1498 810 1499 815 1498 819 1497 823 1494 826 1491 827 1487 828 1483 827 1480 826 1477 823 1476 819 1475 815
1476 811 1477 807 1480 804 1483 802 1485 801 1487 799 1489 798 1491 797 1493 796 1495 796 1496 796 1498 796 1499 796 1499 796 1499 797
1499 797 1499 797 1496 797 1494 798 1491 800 35 _pl _cp 1479 815 _m
_sp 1479 815 1480 810 1481 807 1484 805 1487 804 1490 805 1493 807 1494 810 1495 815 1494 820 1493 823 1490 825 1487 826 1484 825 1481 823
1480 820 16 _pl _cp
0 g _f _s _s
0 g 1522 809 _m
_sp 1522 809 1521 807 1520 806 1519 805 1518 805 1516 804 1514 804 1511 804 1509 804 1509 806 1509 823 1509 826 1512 827 1512 827 1512 827
1501 827 1501 827 1502 827 1504 826 1505 823 1505 807 1504 804 1502 804 1501 804 1501 802 1521 802 1523 809 27 _pl _cp
0 g _f _s _s
0 g 1414 787 _m
_sp 1414 787 1414 786 1415 786 1417 786 1418 783 1418 767 1417 764 1415 763 1414 763 1414 763 1425 763 1428 763 1431 764 1434 765 1436 766
1437 768 1439 771 1440 773 1440 775 1440 777 1439 780 1437 782 1436 784 1434 785 1431 786 1428 787 1423 787 27 _pl _cp 1422 767 _m
_sp 1422 767 1422 765 1422 764 1424 764 1427 764 1429 765 1432 766 1434 769 1435 771 1435 775 1435 777 1434 779 1433 781 1432 783 1430 784
1429 785 1427 786 1424 786 1424 786 1423 786 1422 785 1422 785 1422 783 23 _pl _cp
0 g _f _s _s
0 g 1451 773 _m
_sp 1451 773 1449 772 1447 771 1446 771 1444 770 1443 769 1443 768 1442 766 1443 763 1446 762 1449 763 1451 764 1452 763 1454 762 1456 763
1457 764 1457 765 1457 764 1456 764 1455 764 1455 766 1455 774 1455 775 1455 775 1455 776 1454 777 1454 778 1453 779 1451 780 1449 780
1447 780 1445 779 1444 777 1443 775 1443 774 1444 774 1446 774 1446 775 1446 775 1446 775 1446 777 1446 777 1446 777 1447 778 1449 779
1451 778 1451 774 47 _pl _cp 1451 772 _m
_sp 1451 772 1449 771 1447 769 1446 767 1446 765 1448 764 1450 764 1451 766 8 _pl _cp
0 g _f _s _s
0 g 1458 779 _m
_sp 1458 779 1458 778 1460 778 1460 767 1460 765 1461 763 1463 762 1464 762 1466 763 1468 765 1468 766 1467 764 1466 764 1464 765 1464 767
1464 778 1467 778 1467 779 1464 779 1464 784 1463 784 1462 782 1460 780 1459 780 24 _pl _cp
0 g _f _s _s
0 g 1479 773 _m
_sp 1479 773 1477 772 1475 771 1473 771 1472 770 1471 769 1470 768 1469 766 1470 763 1473 762 1474 762 1476 763 1477 763 1479 764 1480 763
1481 762 1483 763 1485 764 1485 765 1484 764 1483 764 1482 764 1482 766 1482 774 1482 775 1482 775 1482 776 1482 777 1481 778 1480 779
1478 780 1476 780 1474 780 1472 779 1471 777 1470 775 1471 774 1472 774 1473 774 1474 775 1474 775 1473 775 1473 777 1473 777 1473 777
1474 778 1476 779 1477 779 1478 778 1479 776 1479 774 51 _pl _cp 1479 772 _m
_sp 1479 772 1477 771 1474 769 1473 767 1474 765 1475 764 1477 764 1479 766 8 _pl _cp
0 g _f _s _s
0 g 1690 854 _m
_sp 1690 854 1692 855 1693 856 1694 856 1695 857 1696 859 1697 861 1697 863 1696 864 1694 866 1693 867 1691 867 1690 868 1688 868 1685 868
1676 868 1676 867 1677 867 1679 866 1680 863 1680 848 1680 846 1679 844 1678 843 1677 843 1676 843 1676 843 1687 843 1687 843 1686 843
1685 843 1684 844 1683 846 1683 848 1683 854 1686 854 1695 843 1701 843 1701 843 1700 844 1699 845 1697 846 1696 848 43 _pl _cp 1683 856 _m
_sp 1683 856 1684 856 1685 856 1688 856 1690 857 1692 859 1692 861 1692 863 1691 865 1689 866 1686 866 1684 866 1683 864 13 _pl _cp
0 g _f _s _s
0 g 1705 853 _m
_sp 1705 853 1716 853 1715 856 1714 858 1712 859 1710 860 1707 859 1704 857 1703 855 1702 851 1703 847 1704 844 1706 843 1709 842 1712 842
1714 844 1715 845 1717 848 1716 849 1715 847 1714 846 1713 845 1711 844 1708 845 1707 847 1705 849 1705 852 1705 853 28 _pl _cp 1712 854 _m
_sp 1712 854 1712 856 1711 858 1710 859 1709 859 1708 859 1706 858 1705 856 1705 854 9 _pl _cp
0 g _f _s _s
0 g 1724 860 _m
_sp 1724 860 1723 860 1718 858 1718 857 1718 857 1720 857 1721 854 1721 846 1720 844 1718 843 1718 843 1718 843 1726 843 1726 843 1726 843
1724 844 1724 846 1724 855 1726 857 1728 858 1730 857 1731 854 1731 846 1730 844 1729 843 1728 843 1728 843 1737 843 1737 843 1736 843
1735 844 1734 846 1734 856 1736 857 1738 858 1740 857 1741 854 1741 846 1740 844 1738 843 1738 843 1738 843 1747 843 1747 843 1746 843
1744 844 1744 846 1744 854 1744 857 1743 859 1742 860 1740 860 1738 860 1736 859 1735 858 1734 857 1732 859 1730 860 1729 860 1727 859
1726 858 1724 857 62 _pl _cp
0 g _f _s _s
0 g 1748 851 _m
_sp 1748 851 1749 847 1751 845 1753 843 1757 842 1760 843 1763 845 1764 847 1765 851 1764 855 1763 858 1760 859 1757 860 1753 859 1751 857
1749 855 16 _pl _cp 1752 852 _m
_sp 1752 852 1752 848 1753 846 1755 844 1757 843 1759 844 1761 845 1762 847 1762 850 1761 854 1760 856 1758 858 1756 859 1754 858 1753 857
1752 855 1752 852 1752 852 18 _pl _cp
0 g _f _s _s
0 g 1766 859 _m
_sp 1766 859 1766 858 1768 858 1768 847 1768 845 1769 843 1771 842 1772 842 1773 842 1775 843 1776 844 1777 845 1776 846 1775 845 1774 844
1773 845 1772 847 1772 858 1776 858 1776 859 1772 859 1772 864 1771 864 1770 862 1768 860 1767 860 26 _pl _cp
0 g _f _s _s
0 g 1781 853 _m
_sp 1781 853 1792 853 1791 856 1790 858 1788 859 1785 860 1782 859 1780 857 1778 855 1777 851 1778 847 1780 844 1782 843 1785 842 1787 842
1789 844 1791 845 1793 848 1792 849 1791 847 1790 846 1788 845 1786 844 1784 845 1782 847 1781 849 1781 852 1781 853 28 _pl _cp 1788 854 _m
_sp 1788 854 1788 856 1787 858 1786 859 1785 859 1783 859 1782 858 1781 856 1781 854 9 _pl _cp
0 g _f _s _s
0 g 1705 810 _m
_sp 1705 810 1706 802 1707 802 1707 803 1708 803 1708 803 1709 803 1710 802 1712 802 1713 802 1717 803 1719 804 1721 806 1722 809 1722 811
1721 813 1719 814 1717 816 1714 818 1712 819 1710 821 1709 822 1709 823 1710 825 1713 826 1715 826 1717 825 1718 824 1719 823 1719 821
1720 819 1721 819 1720 828 1719 828 1719 827 1718 827 1718 827 1717 827 1715 828 1714 828 1713 828 1710 827 1708 826 1707 824 1706 821
1706 820 1707 818 1709 816 1711 814 1714 812 1717 810 1718 808 1718 806 1717 805 1715 804 1713 804 1711 804 1709 805 1708 806 1708 807
1707 808 1706 810 62 _pl _cp
0 g _f _s _s
0 g 1740 802 _m
_sp 1740 802 1743 803 1746 805 1748 808 1749 811 1750 815 1749 819 1747 823 1745 826 1741 827 1738 828 1733 827 1730 826 1727 823 1726 819
1725 815 1726 811 1728 807 1730 804 1734 802 1736 801 1737 799 1739 798 1741 797 1743 796 1745 796 1746 796 1748 796 1749 796 1750 796
1750 797 1750 797 1749 797 1747 797 1744 798 1742 800 36 _pl _cp 1730 815 _m
_sp 1730 815 1730 810 1732 807 1734 805 1738 804 1741 805 1744 807 1745 810 1746 815 1745 820 1744 823 1741 825 1738 826 1734 825 1732 823
1730 820 16 _pl _cp
0 g _f _s _s
0 g 1773 809 _m
_sp 1773 809 1772 807 1771 806 1770 805 1769 805 1767 804 1765 804 1762 804 1759 804 1759 806 1759 823 1760 826 1762 827 1762 827 1762 827
1752 827 1752 827 1752 827 1755 826 1755 823 1755 807 1755 804 1752 804 1752 804 1752 802 1772 802 1774 809 27 _pl _cp
0 g _f _s _s
0 g 1701 787 _m
_sp 1701 787 1701 786 1702 786 1704 786 1705 783 1705 767 1704 764 1702 763 1701 763 1701 763 1712 763 1715 763 1718 764 1721 765 1723 766
1724 768 1725 771 1726 773 1726 775 1726 777 1725 780 1724 782 1723 784 1721 785 1718 786 1714 787 1710 787 27 _pl _cp 1709 767 _m
_sp 1709 767 1709 765 1709 764 1711 764 1714 764 1716 765 1719 766 1721 769 1722 771 1722 775 1722 777 1721 779 1720 781 1719 783 1717 784
1716 785 1714 786 1711 786 1711 786 1710 786 1709 785 1709 785 1709 783 23 _pl _cp
0 g _f _s _s
0 g 1738 773 _m
_sp 1738 773 1736 772 1734 771 1733 771 1731 770 1730 769 1729 768 1729 766 1730 763 1733 762 1736 763 1738 764 1739 763 1741 762 1743 763
1744 764 1744 765 1743 764 1743 764 1742 764 1741 766 1741 774 1741 775 1741 775 1741 776 1741 777 1741 778 1739 779 1738 780 1736 780
1733 780 1732 779 1730 777 1730 775 1730 774 1731 774 1732 774 1733 775 1733 775 1733 775 1733 777 1733 777 1733 777 1734 778 1735 779
1737 779 1738 778 1738 776 1738 774 49 _pl _cp 1738 772 _m
_sp 1738 772 1736 771 1733 769 1732 767 1733 765 1735 764 1737 764 1738 766 8 _pl _cp
0 g _f _s _s
0 g 1745 779 _m
_sp 1745 779 1745 778 1747 778 1747 767 1747 765 1748 763 1749 762 1751 762 1753 763 1755 765 1755 766 1754 764 1752 764 1751 765 1751 767
1751 778 1754 778 1754 779 1751 779 1751 784 1750 784 1749 782 1747 780 1746 780 24 _pl _cp
0 g _f _s _s
0 g 1766 773 _m
_sp 1766 773 1763 772 1761 771 1760 771 1759 770 1758 769 1757 768 1756 766 1757 763 1760 762 1761 762 1763 763 1764 763 1766 764 1767 763
1768 762 1770 763 1771 764 1771 765 1771 764 1770 764 1769 764 1769 766 1769 774 1769 775 1769 775 1769 776 1769 777 1768 778 1767 779
1765 780 1763 780 1761 780 1759 779 1758 777 1757 775 1758 774 1759 774 1760 774 1760 775 1760 775 1760 775 1760 777 1760 777 1760 777
1761 778 1763 779 1764 779 1765 778 1766 776 1766 774 51 _pl _cp 1766 772 _m
_sp 1766 772 1764 771 1761 769 1760 767 1761 765 1762 764 1764 764 1766 766 8 _pl _cp
0 g _f _s _s
0 g 1445 1333 _m
_sp 1445 1333 1431 1351 1424 1351 1424 1350 1425 1350 1427 1349 1428 1346 1428 1331 1427 1328 1425 1327 1424 1327 1424 1326 1433 1326 1433 1327 1433 1327
1430 1328 1430 1331 1430 1345 1446 1325 1447 1325 1447 1346 1447 1349 1450 1350 1451 1350 1451 1351 1442 1351 1442 1350 1442 1350 1444 1349 1445 1346
30 _pl _cp
0 g _f _s _s
0 g 1452 1334 _m
_sp 1452 1334 1453 1330 1454 1328 1457 1326 1460 1325 1464 1326 1466 1328 1468 1331 1469 1335 1468 1338 1467 1341 1464 1342 1461 1343 1457 1342 1454 1340
1453 1338 16 _pl _cp 1455 1335 _m
_sp 1455 1335 1456 1332 1457 1329 1459 1328 1461 1327 1463 1327 1465 1329 1466 1330 1466 1333 1465 1337 1464 1339 1462 1341 1460 1342 1458 1342 1456 1341
1455 1339 1455 1336 1455 1335 18 _pl _cp
0 g _f _s _s
0 g 1476 1344 _m
_sp 1476 1344 1476 1344 1470 1341 1470 1341 1471 1341 1472 1340 1473 1338 1473 1329 1472 1327 1470 1327 1470 1327 1470 1326 1479 1326 1479 1327 1478 1327
1476 1327 1476 1329 1476 1338 1478 1340 1480 1341 1481 1341 1482 1340 1483 1338 1483 1336 1483 1329 1482 1327 1480 1327 1480 1327 1480 1326 1489 1326
1489 1327 1488 1327 1487 1327 1486 1329 1486 1338 1486 1340 1485 1342 1483 1343 1481 1343 1480 1343 1479 1342 1477 1341 1476 1340 43 _pl _cp
0 g _f _s _s
0 g 1490 1336 _m
_sp 1490 1336 1490 1333 1500 1333 1500 1336 4 _pl _cp
0 g _f _s _s
0 g 1503 1333 _m
_sp 1503 1333 1504 1325 1505 1325 1506 1326 1506 1326 1507 1326 1507 1326 1509 1326 1511 1325 1512 1325 1515 1326 1518 1327 1519 1329 1520 1332 1520 1334
1519 1336 1518 1337 1516 1339 1512 1341 1510 1342 1509 1344 1508 1345 1508 1346 1509 1349 1512 1350 1514 1349 1515 1348 1516 1347 1517 1346 1517 1345
1518 1343 1520 1343 1519 1351 1518 1351 1517 1350 1517 1350 1516 1350 1515 1350 1514 1351 1513 1351 1511 1351 1508 1351 1506 1350 1505 1348 1504 1345
1505 1343 1506 1341 1507 1340 1510 1338 1513 1336 1514 1335 1515 1334 1516 1332 1516 1331 1515 1328 1512 1327 1510 1327 1508 1328 1507 1329 1506 1330
1505 1332 1504 1333 62 _pl _cp
0 g _f _s _s
0 g 1539 1326 _m
_sp 1539 1326 1543 1327 1546 1330 1547 1334 1548 1338 1547 1342 1546 1346 1543 1349 1540 1350 1536 1351 1532 1350 1529 1349 1526 1346 1525 1342 1524 1338
1525 1334 1526 1330 1529 1327 1532 1326 1534 1324 1536 1322 1538 1321 1540 1320 1542 1320 1544 1320 1545 1319 1547 1319 1548 1319 1549 1319 1549 1320
1548 1320 1548 1320 1545 1321 1543 1322 1540 1324 35 _pl _cp 1528 1338 _m
_sp 1528 1338 1529 1333 1530 1330 1533 1328 1536 1327 1539 1328 1542 1330 1543 1333 1544 1338 1543 1343 1542 1347 1539 1349 1536 1350 1533 1349 1530 1347
1529 1343 16 _pl _cp
0 g _f _s _s
0 g 1571 1332 _m
_sp 1571 1332 1570 1330 1569 1329 1568 1328 1567 1328 1565 1327 1563 1327 1560 1327 1558 1328 1557 1329 1557 1346 1558 1349 1561 1350 1561 1350 1561 1351
1550 1351 1550 1350 1551 1350 1553 1349 1554 1346 1554 1331 1553 1328 1551 1327 1550 1327 1550 1326 1570 1326 1572 1332 27 _pl _cp
0 g _f _s _s
0 g 1432 1297 _m
_sp 1432 1297 1435 1297 1438 1297 1440 1297 1442 1298 1443 1299 1444 1301 1445 1303 1444 1306 1443 1308 1442 1309 1440 1310 1439 1310 1437 1311 1435 1311
1433 1311 1425 1311 1425 1310 1425 1310 1428 1309 1428 1306 1428 1291 1428 1288 1425 1287 1425 1287 1425 1286 1436 1286 1436 1287 1435 1287 1433 1288
1432 1291 31 _pl _cp 1432 1298 _m
_sp 1432 1298 1435 1298 1437 1298 1439 1300 1440 1301 1440 1304 1440 1306 1438 1308 1436 1309 1433 1309 1432 1309 1432 1307 12 _pl _cp
0 g _f _s _s
0 g 1452 1303 _m
_sp 1452 1303 1451 1303 1446 1301 1446 1300 1446 1300 1448 1300 1448 1297 1448 1289 1448 1287 1446 1286 1446 1286 1446 1286 1455 1286 1455 1286 1454 1286
1452 1287 1452 1289 1452 1297 1453 1299 1454 1300 1454 1300 1455 1300 1456 1299 1456 1299 1457 1300 1458 1301 1457 1302 1456 1303 1454 1302 1452 1300
30 _pl _cp
0 g _f _s _s
0 g 1459 1294 _m
_sp 1459 1294 1460 1290 1462 1288 1464 1286 1467 1285 1471 1286 1473 1288 1475 1291 1476 1295 1475 1298 1474 1301 1471 1302 1468 1303 1464 1302 1462 1300
1460 1298 16 _pl _cp 1462 1295 _m
_sp 1462 1295 1463 1291 1464 1289 1466 1287 1468 1286 1470 1287 1472 1288 1473 1290 1473 1293 1472 1297 1471 1299 1469 1301 1467 1302 1465 1301 1463 1300
1462 1298 1462 1296 1462 1296 18 _pl _cp
0 g _f _s _s
0 g 1492 1292 _m
_sp 1492 1292 1491 1290 1490 1289 1488 1288 1487 1288 1485 1289 1483 1290 1482 1292 1481 1295 1481 1298 1482 1300 1484 1301 1486 1302 1487 1301 1488 1300
1489 1298 1490 1297 1491 1298 1492 1299 1492 1300 1491 1302 1489 1303 1486 1303 1483 1302 1481 1300 1479 1298 1478 1294 1479 1290 1480 1288 1482 1286
1485 1285 1488 1286 1490 1287 1491 1289 1493 1291 35 _pl _cp
0 g _f _s _s
0 g 1498 1296 _m
_sp 1498 1296 1509 1296 1508 1299 1507 1301 1505 1302 1502 1303 1499 1302 1497 1300 1496 1298 1495 1294 1496 1290 1497 1288 1499 1286 1502 1285 1504 1286
1506 1287 1508 1289 1510 1292 1509 1292 1508 1291 1507 1289 1505 1288 1503 1288 1501 1289 1499 1290 1498 1293 1498 1296 1498 1296 28 _pl _cp 1505 1297 _m
_sp 1505 1297 1505 1299 1504 1301 1503 1302 1502 1302 1500 1302 1499 1301 1498 1299 1498 1297 9 _pl _cp
0 g _f _s _s
0 g 1511 1286 _m
_sp 1511 1286 1512 1286 1513 1286 1513 1286 1514 1286 1515 1286 1517 1285 1518 1285 1520 1285 1522 1286 1523 1288 1524 1290 1524 1292 1523 1293 1522 1294
1521 1294 1520 1295 1518 1296 1515 1298 1514 1300 1515 1301 1517 1302 1519 1302 1520 1301 1522 1299 1523 1297 1523 1297 1523 1303 1523 1303 1522 1302
1521 1302 1521 1302 1521 1302 1520 1303 1519 1303 1517 1303 1515 1303 1513 1302 1512 1300 1511 1298 1511 1297 1512 1296 1514 1294 1516 1293 1518 1292
1521 1291 1521 1289 1520 1287 1518 1286 1516 1287 1514 1288 1513 1289 1512 1291 1511 1291 54 _pl _cp
0 g _f _s _s
0 g 1526 1286 _m
_sp 1526 1286 1527 1286 1527 1286 1528 1286 1528 1286 1529 1286 1531 1285 1533 1285 1535 1285 1537 1286 1538 1288 1539 1290 1538 1292 1537 1293 1536 1294
1536 1294 1534 1295 1532 1296 1530 1298 1529 1300 1530 1301 1532 1302 1534 1302 1535 1301 1536 1299 1537 1297 1538 1297 1538 1303 1537 1303 1537 1302
1536 1302 1536 1302 1535 1302 1534 1303 1533 1303 1532 1303 1530 1303 1528 1302 1527 1300 1526 1298 1526 1297 1527 1296 1529 1294 1531 1293 1533 1292
1535 1291 1536 1289 1535 1287 1533 1286 1531 1287 1529 1288 1528 1289 1527 1291 1526 1291 54 _pl _cp
0 g _f _s _s
0 g 1541 1294 _m
_sp 1541 1294 1542 1290 1543 1288 1546 1286 1549 1285 1553 1286 1555 1288 1557 1291 1558 1295 1557 1298 1556 1301 1553 1302 1550 1303 1546 1302 1543 1300
1542 1298 16 _pl _cp 1544 1295 _m
_sp 1544 1295 1545 1291 1546 1289 1548 1287 1550 1286 1552 1287 1553 1288 1554 1290 1554 1293 1554 1297 1553 1299 1551 1301 1549 1302 1547 1301 1545 1300
1544 1298 1544 1296 1544 1296 18 _pl _cp
0 g _f _s _s
0 g 1565 1303 _m
_sp 1565 1303 1564 1303 1559 1301 1559 1300 1559 1300 1561 1300 1562 1297 1562 1289 1561 1287 1559 1286 1559 1286 1559 1286 1568 1286 1568 1286 1567 1286
1565 1287 1565 1289 1565 1297 1566 1299 1567 1300 1568 1300 1568 1300 1569 1299 1570 1299 1571 1300 1571 1301 1570 1302 1569 1303 1567 1302 1565 1300
30 _pl _cp
0 g _f _s _s
0 g 1430 1460 _m
_sp 1430 1460 1431 1452 1432 1452 1433 1453 1433 1453 1434 1453 1434 1453 1436 1452 1438 1452 1439 1452 1442 1452 1445 1454 1446 1456 1447 1459 1447 1461
1446 1462 1445 1464 1443 1465 1440 1467 1438 1469 1436 1470 1435 1472 1435 1473 1436 1475 1438 1476 1440 1476 1442 1475 1443 1474 1444 1472 1444 1471
1445 1469 1446 1469 1446 1478 1445 1478 1444 1477 1443 1476 1443 1476 1443 1476 1441 1477 1440 1478 1438 1478 1435 1477 1433 1476 1432 1474 1431 1471
1432 1469 1433 1467 1434 1466 1437 1464 1440 1462 1441 1461 1442 1460 1443 1458 1443 1457 1442 1454 1439 1453 1437 1454 1435 1454 1434 1455 1433 1457
1432 1458 1431 1460 62 _pl _cp
0 g _f _s _s
0 g 1466 1452 _m
_sp 1466 1452 1470 1453 1472 1456 1474 1460 1475 1465 1474 1469 1473 1473 1470 1475 1467 1477 1463 1478 1459 1477 1456 1475 1453 1473 1452 1469 1451 1465
1452 1461 1453 1457 1456 1454 1459 1452 1461 1451 1463 1449 1465 1448 1467 1446 1469 1446 1471 1446 1472 1445 1474 1445 1475 1445 1476 1445 1476 1446
1475 1446 1475 1446 1472 1447 1470 1448 1467 1450 35 _pl _cp 1455 1465 _m
_sp 1455 1465 1456 1460 1457 1456 1460 1454 1463 1453 1466 1454 1469 1456 1470 1459 1471 1464 1470 1469 1469 1473 1466 1475 1463 1476 1460 1475 1457 1473
1456 1470 16 _pl _cp
0 g _f _s _s
0 g 1498 1459 _m
_sp 1498 1459 1497 1457 1496 1456 1495 1455 1494 1454 1492 1454 1490 1454 1487 1454 1485 1454 1484 1456 1484 1472 1485 1475 1487 1476 1488 1476 1488 1477
1477 1477 1477 1476 1478 1476 1480 1475 1480 1472 1480 1457 1480 1454 1478 1453 1477 1453 1477 1452 1498 1452 1499 1459 27 _pl _cp
0 g _f _s _s
0 g 1507 1477 _m
_sp 1507 1477 1499 1446 1501 1446 1510 1477 4 _pl _cp
0 g _f _s _s
0 g 1518 1466 _m
_sp 1518 1466 1518 1475 1525 1475 1527 1475 1529 1475 1529 1474 1530 1472 1531 1472 1531 1477 1511 1477 1511 1476 1511 1476 1514 1475 1514 1472 1514 1457
1514 1454 1511 1453 1511 1453 1511 1452 1531 1452 1533 1459 1532 1459 1531 1457 1530 1456 1529 1455 1528 1454 1526 1454 1524 1454 1521 1454 1519 1454
1518 1456 1518 1464 1524 1464 1527 1464 1528 1461 1529 1461 1529 1470 1528 1470 1527 1467 1524 1466 40 _pl _cp
0 g _f _s _s
0 g 1548 1464 _m
_sp 1548 1464 1551 1465 1553 1466 1554 1468 1554 1470 1554 1472 1553 1474 1552 1475 1550 1476 1549 1477 1548 1477 1545 1477 1542 1477 1534 1477 1534 1476
1535 1476 1537 1475 1537 1472 1537 1457 1537 1454 1535 1453 1534 1453 1534 1452 1545 1452 1545 1453 1544 1453 1542 1454 1541 1457 1541 1464 1544 1464
1553 1452 1559 1452 1559 1453 1558 1453 1556 1454 1555 1455 1553 1457 37 _pl _cp 1541 1465 _m
_sp 1541 1465 1542 1465 1543 1465 1546 1465 1548 1467 1550 1468 1550 1471 1550 1473 1549 1474 1547 1475 1544 1475 1542 1475 1541 1474 13 _pl _cp
0 g _f _s _s
0 g 1570 1452 _m
_sp 1570 1452 1570 1453 1570 1453 1567 1454 1567 1457 1567 1472 1567 1475 1570 1476 1570 1476 1570 1477 1559 1477 1559 1476 1560 1476 1562 1475 1563 1472
1563 1457 1562 1454 1560 1453 1559 1453 1559 1452 20 _pl _cp
0 g _f _s _s
0 g 1456 1420 _m
_sp 1456 1420 1457 1412 1458 1412 1458 1413 1459 1413 1460 1413 1460 1413 1462 1412 1463 1412 1465 1412 1468 1412 1471 1414 1472 1415 1473 1418 1473 1420
1472 1422 1470 1423 1468 1425 1465 1427 1463 1428 1461 1430 1460 1431 1460 1432 1461 1435 1464 1436 1466 1436 1468 1435 1469 1434 1470 1432 1470 1431
1471 1429 1472 1429 1471 1437 1470 1437 1470 1437 1469 1436 1469 1436 1468 1436 1466 1437 1465 1437 1464 1437 1461 1437 1459 1436 1458 1434 1457 1431
1457 1429 1458 1427 1459 1426 1460 1426 1461 1425 1463 1424 1465 1422 1467 1421 1468 1420 1469 1418 1469 1417 1468 1414 1465 1413 1463 1413 1461 1415
1460 1416 1459 1417 1458 1418 1457 1420 64 _pl _cp
0 g _f _s _s
0 g 1479 1422 _m
_sp 1479 1422 1490 1422 1490 1425 1489 1427 1487 1428 1484 1429 1481 1428 1478 1427 1477 1424 1476 1420 1477 1417 1478 1414 1480 1413 1483 1412 1486 1412
1488 1414 1490 1415 1491 1418 1490 1418 1489 1417 1488 1415 1487 1414 1485 1414 1482 1415 1481 1416 1479 1419 1479 1422 1479 1422 28 _pl _cp 1487 1424 _m
_sp 1487 1424 1485 1427 1483 1428 1480 1427 1479 1424 5 _pl _cp
0 g _f _s _s
0 g 1498 1430 _m
_sp 1498 1430 1498 1430 1492 1428 1492 1427 1493 1427 1494 1426 1495 1424 1495 1416 1494 1413 1493 1413 1492 1413 1492 1412 1501 1412 1501 1413 1500 1413
1498 1413 1498 1416 1498 1424 1499 1426 1500 1427 1501 1427 1501 1426 1502 1426 1503 1425 1504 1426 1504 1427 1504 1428 1502 1429 1500 1428 1498 1426
30 _pl _cp
0 g _f _s _s
0 g 1515 1417 _m
_sp 1515 1417 1511 1425 1511 1426 1511 1426 1511 1427 1511 1427 1511 1428 1512 1428 1512 1428 1512 1429 1505 1429 1505 1428 1507 1428 1508 1425 1514 1412
1514 1412 1520 1425 1521 1427 1523 1428 1523 1429 1517 1429 1517 1428 1518 1428 1519 1427 1519 1427 1519 1427 1519 1427 1519 1426 1519 1426 1518 1425
30 _pl _cp
0 g _f _s _s
0 g 1527 1422 _m
_sp 1527 1422 1539 1422 1538 1425 1537 1427 1535 1428 1532 1429 1529 1428 1527 1427 1525 1424 1524 1420 1525 1417 1526 1414 1528 1413 1531 1412 1534 1412
1536 1414 1538 1415 1540 1418 1539 1418 1538 1417 1537 1415 1535 1414 1533 1414 1531 1415 1529 1416 1528 1419 1527 1422 1527 1422 28 _pl _cp 1535 1424 _m
_sp 1535 1424 1534 1427 1531 1428 1529 1427 1527 1424 5 _pl _cp
0 g _f _s _s
0 g 1546 1430 _m
_sp 1546 1430 1546 1430 1540 1428 1540 1427 1541 1427 1543 1426 1543 1424 1543 1416 1543 1413 1541 1413 1540 1413 1540 1412 1550 1412 1550 1413 1548 1413
1547 1413 1546 1416 1546 1424 1547 1426 1548 1427 1549 1427 1549 1426 1550 1426 1551 1425 1552 1426 1553 1427 1552 1428 1550 1429 1548 1428 1546 1426
30 _pl _cp
0 g _f _s _s
0 g 1136 2196 _m
_sp 1136 2196 1137 2191 1138 2188 1141 2185 1144 2183 1148 2183 1152 2183 1156 2185 1158 2188 1160 2191 1161 2196 1160 2200 1158 2203 1156 2206 1152 2208
1148 2209 1144 2208 1141 2206 1138 2203 1137 2200 20 _pl _cp 1140 2195 _m
_sp 1140 2195 1141 2190 1142 2187 1145 2185 1148 2184 1151 2185 1154 2187 1155 2190 1156 2195 1155 2200 1154 2204 1151 2206 1148 2207 1145 2206 1142 2204
1141 2200 16 _pl _cp
0 g _f _s _s
0 g 1164 2191 _m
_sp 1164 2191 1165 2183 1166 2183 1166 2184 1167 2184 1167 2184 1167 2184 1169 2183 1171 2183 1172 2183 1175 2183 1178 2185 1179 2186 1180 2189 1180 2191
1179 2193 1178 2194 1176 2196 1173 2198 1171 2199 1169 2201 1168 2202 1168 2203 1169 2206 1172 2207 1174 2207 1175 2206 1176 2205 1177 2203 1178 2202
1179 2200 1180 2200 1179 2209 1178 2209 1178 2207 1177 2207 1177 2207 1176 2207 1174 2208 1173 2209 1171 2209 1169 2208 1167 2207 1166 2205 1165 2202
1165 2200 1166 2198 1168 2197 1170 2195 1173 2193 1174 2192 1176 2191 1177 2189 1177 2188 1177 2187 1176 2185 1174 2184 1172 2184 1170 2185 1168 2185
1167 2186 1167 2188 1166 2189 1165 2191 64 _pl _cp
0 g _f _s _s
0 g 1195 2183 _m
_sp 1195 2183 1195 2184 1194 2184 1192 2185 1191 2188 1191 2203 1192 2206 1194 2207 1195 2207 1195 2208 1183 2208 1183 2207 1184 2207 1186 2206 1187 2203
1187 2188 1186 2185 1184 2184 1183 2184 1183 2183 20 _pl _cp
0 g _f _s _s
0 g 1209 2191 _m
_sp 1209 2191 1210 2188 1211 2185 1214 2184 1217 2183 1221 2184 1223 2186 1225 2188 1226 2192 1225 2195 1224 2198 1221 2199 1218 2200 1214 2199 1211 2197
1210 2195 16 _pl _cp 1212 2193 _m
_sp 1212 2193 1213 2189 1214 2186 1216 2185 1218 2184 1220 2184 1221 2186 1222 2187 1222 2190 1222 2194 1221 2196 1219 2198 1217 2199 1215 2199 1213 2198
1212 2196 1212 2193 1212 2193 18 _pl _cp
0 g _f _s _s
0 g 1233 2201 _m
_sp 1233 2201 1232 2201 1227 2198 1227 2198 1227 2198 1229 2197 1230 2195 1230 2187 1229 2184 1227 2184 1227 2184 1227 2183 1236 2183 1236 2184 1235 2184
1233 2184 1233 2187 1233 2195 1234 2197 1235 2198 1236 2198 1236 2197 1237 2196 1238 2196 1239 2197 1239 2198 1238 2199 1237 2200 1235 2199 1233 2197
30 _pl _cp
0 g _f _s _s
0 g 1264 2183 _m
_sp 1264 2183 1264 2184 1263 2184 1261 2185 1260 2188 1260 2203 1261 2206 1263 2207 1264 2207 1264 2208 1252 2208 1252 2207 1253 2207 1256 2206 1256 2203
1256 2188 1256 2185 1253 2184 1252 2184 1252 2183 20 _pl _cp
0 g _f _s _s
0 g 1272 2197 _m
_sp 1272 2197 1272 2206 1279 2206 1281 2206 1282 2206 1283 2205 1284 2203 1285 2203 1285 2208 1265 2208 1265 2207 1266 2207 1268 2206 1268 2203 1268 2188
1268 2185 1266 2184 1265 2184 1265 2183 1285 2183 1287 2190 1286 2190 1285 2188 1284 2187 1283 2186 1281 2185 1280 2185 1278 2185 1275 2185 1273 2185
1272 2187 1272 2195 1278 2195 1281 2195 1282 2192 1283 2192 1283 2200 1282 2200 1281 2197 1278 2197 40 _pl _cp
0 g _f _s _s
0 g 1309 2208 _m
_sp 1309 2208 1288 2208 1288 2201 1289 2201 1290 2204 1290 2205 1292 2206 1295 2206 1297 2206 1297 2188 1297 2185 1294 2184 1293 2184 1293 2183 1304 2183
1304 2184 1304 2184 1301 2185 1301 2188 1301 2206 1303 2206 1305 2206 1307 2205 1308 2204 1309 2201 1310 2201 26 _pl _cp
0 g _f _s _s
0 g 1319 2197 _m
_sp 1319 2197 1319 2206 1325 2206 1327 2206 1328 2206 1329 2205 1330 2203 1331 2203 1331 2208 1311 2208 1311 2207 1312 2207 1314 2206 1314 2203 1314 2188
1314 2185 1312 2184 1311 2184 1311 2183 1322 2183 1322 2184 1322 2184 1319 2185 1319 2188 1319 2195 1323 2195 1325 2195 1327 2195 1328 2194 1328 2192
1329 2192 1329 2200 1328 2200 1327 2198 1327 2197 1325 2197 1323 2197 37 _pl _cp
0 g _f _s _s
0 g 1170 2081 _m
_sp 1170 2081 1172 2081 1174 2081 1176 2081 1177 2081 1178 2082 1180 2083 1181 2083 1182 2086 1183 2088 1183 2089 1182 2091 1181 2092 1180 2093 1179 2094
1178 2094 1177 2095 1175 2095 1173 2095 1171 2095 1163 2095 1163 2094 1163 2094 1166 2094 1166 2090 1166 2075 1166 2072 1163 2071 1163 2071 1163 2070
1174 2070 1174 2071 1173 2071 1171 2072 1170 2075 35 _pl _cp 1170 2083 _m
_sp 1170 2083 1172 2083 1175 2083 1177 2084 1178 2086 1178 2088 1178 2090 1176 2092 1174 2093 1171 2094 1170 2093 1170 2091 12 _pl _cp
0 g _f _s _s
0 g 1189 2088 _m
_sp 1189 2088 1189 2088 1183 2086 1183 2085 1184 2085 1186 2084 1186 2082 1186 2074 1186 2071 1184 2071 1183 2071 1183 2070 1193 2070 1193 2071 1192 2071
1190 2071 1189 2074 1189 2082 1190 2084 1191 2085 1192 2085 1193 2084 1194 2084 1194 2083 1195 2084 1196 2085 1195 2087 1194 2088 1193 2088 1192 2087
1190 2086 1189 2085 32 _pl _cp
0 g _f _s _s
0 g 1197 2078 _m
_sp 1197 2078 1198 2075 1199 2072 1202 2071 1205 2070 1209 2071 1211 2073 1213 2075 1214 2079 1213 2083 1211 2085 1209 2087 1205 2088 1202 2087 1199 2085
1198 2082 16 _pl _cp 1200 2080 _m
_sp 1200 2080 1201 2076 1202 2073 1204 2072 1206 2071 1207 2072 1209 2073 1210 2075 1210 2078 1210 2081 1209 2084 1207 2085 1205 2086 1203 2086 1201 2085
1200 2083 1200 2080 1200 2080 18 _pl _cp
0 g _f _s _s
0 g 1215 2086 _m
_sp 1215 2086 1215 2085 1217 2085 1217 2075 1217 2073 1218 2071 1219 2070 1221 2070 1223 2070 1225 2073 1225 2073 1224 2072 1222 2072 1221 2073 1221 2075
1221 2085 1224 2085 1224 2087 1221 2087 1221 2092 1220 2092 1219 2090 1217 2088 1216 2087 24 _pl _cp
0 g _f _s _s
0 g 1226 2078 _m
_sp 1226 2078 1227 2075 1229 2072 1231 2071 1235 2070 1238 2071 1241 2073 1242 2075 1243 2079 1242 2083 1241 2085 1238 2087 1235 2088 1231 2087 1229 2085
1227 2082 16 _pl _cp 1230 2080 _m
_sp 1230 2080 1230 2076 1231 2073 1233 2072 1235 2071 1237 2072 1239 2073 1240 2075 1240 2078 1240 2081 1239 2084 1237 2085 1234 2086 1233 2086 1231 2085
1230 2083 1230 2080 1230 2080 18 _pl _cp
0 g _f _s _s
0 g 1260 2076 _m
_sp 1260 2076 1259 2075 1257 2074 1256 2073 1254 2073 1252 2074 1250 2075 1249 2077 1248 2080 1249 2082 1250 2084 1251 2085 1253 2086 1255 2086 1255 2084
1256 2082 1257 2082 1259 2082 1259 2083 1259 2085 1258 2087 1256 2088 1254 2088 1250 2087 1248 2085 1246 2082 1245 2078 1246 2075 1247 2072 1250 2071
1253 2070 1255 2070 1257 2072 1259 2073 1260 2076 35 _pl _cp
0 g _f _s _s
0 g 1262 2078 _m
_sp 1262 2078 1263 2075 1265 2072 1267 2071 1270 2070 1274 2071 1276 2073 1278 2075 1279 2079 1278 2083 1277 2085 1274 2087 1271 2088 1267 2087 1265 2085
1263 2082 16 _pl _cp 1265 2080 _m
_sp 1265 2080 1266 2076 1267 2073 1269 2072 1271 2071 1273 2072 1274 2073 1275 2075 1275 2078 1275 2081 1274 2084 1272 2085 1270 2086 1268 2086 1266 2085
1265 2083 1265 2080 1265 2080 18 _pl _cp
0 g _f _s _s
0 g 1287 2097 _m
_sp 1287 2097 1286 2097 1281 2094 1281 2094 1281 2094 1283 2093 1283 2091 1283 2074 1283 2071 1281 2071 1281 2071 1281 2070 1289 2070 1289 2071 1289 2071
1287 2071 1287 2074 17 _pl _cp
0 g _f _s _s
0 g 1291 2070 _m
_sp 1291 2070 1292 2070 1292 2070 1293 2070 1293 2070 1295 2070 1297 2070 1298 2070 1300 2070 1302 2071 1303 2073 1304 2075 1304 2077 1303 2078 1301 2079
1298 2080 1295 2082 1294 2084 1295 2085 1297 2086 1299 2086 1300 2085 1301 2084 1302 2082 1303 2082 1303 2087 1302 2087 1302 2087 1301 2087 1301 2087
1301 2087 1299 2087 1298 2088 1297 2088 1295 2088 1293 2086 1292 2085 1291 2083 1291 2082 1292 2080 1294 2079 1296 2078 1298 2076 1300 2075 1301 2073
1300 2072 1298 2071 1296 2071 1294 2072 1293 2074 1292 2076 1291 2076 52 _pl _cp
0 g _f _s _s
0 g 1194 1761 _m
_sp 1194 1761 1197 1762 1199 1763 1200 1765 1200 1767 1200 1769 1199 1770 1198 1772 1197 1772 1195 1773 1194 1773 1192 1773 1189 1773 1182 1773 1182 1772
1182 1772 1184 1772 1185 1769 1185 1755 1184 1752 1182 1751 1182 1751 1182 1750 1192 1750 1192 1751 1191 1751 1189 1752 1188 1755 1188 1761 1191 1761
1199 1750 1204 1750 1204 1751 1202 1752 1200 1755 35 _pl _cp 1188 1762 _m
_sp 1188 1762 1189 1762 1189 1762 1192 1762 1194 1763 1196 1765 1196 1767 1196 1769 1195 1771 1193 1772 1191 1772 1189 1772 1188 1770 13 _pl _cp
0 g _f _s _s
0 g 1205 1773 _m
_sp 1205 1773 1205 1772 1205 1772 1208 1772 1208 1769 1208 1755 1208 1752 1205 1751 1205 1751 1205 1750 1215 1750 1218 1750 1221 1751 1223 1752 1225 1753
1226 1755 1227 1757 1228 1759 1228 1761 1228 1764 1227 1766 1226 1768 1225 1770 1223 1771 1220 1772 1217 1773 1213 1773 27 _pl _cp 1212 1754 _m
_sp 1212 1754 1212 1752 1212 1752 1214 1752 1217 1752 1219 1752 1221 1753 1223 1755 1224 1758 1224 1761 1224 1763 1223 1765 1222 1767 1221 1769 1220 1770
1219 1771 1217 1772 1214 1772 1214 1772 1213 1772 1212 1771 1212 1771 1212 1769 23 _pl _cp
0 g _f _s _s
0 g 1242 1774 _m
_sp 1242 1774 1234 1755 1232 1752 1230 1751 1230 1750 1237 1750 1237 1751 1237 1751 1235 1751 1235 1752 1235 1752 1235 1752 1235 1753 1235 1753 1235 1754
1236 1755 1237 1757 1246 1757 1247 1755 1248 1753 1248 1752 1247 1751 1246 1751 1245 1751 1245 1750 1255 1750 1255 1751 1253 1752 1251 1755 1243 1774
30 _pl _cp 1238 1759 _m
_sp 1238 1759 1245 1759 1241 1768 3 _pl _cp
0 g _f _s _s
0 g 1164 1710 _m
_sp 1164 1710 1166 1710 1168 1710 1169 1710 1171 1710 1172 1711 1173 1712 1174 1712 1175 1713 1176 1715 1177 1716 1177 1717 1177 1718 1176 1720 1175 1721
1174 1722 1173 1723 1172 1723 1170 1724 1169 1724 1167 1724 1164 1724 1157 1724 1157 1723 1157 1723 1160 1722 1160 1719 1160 1704 1160 1701 1157 1700
1157 1700 1157 1699 1167 1699 1167 1700 1167 1700 1164 1701 1164 1704 37 _pl _cp 1164 1712 _m
_sp 1164 1712 1166 1712 1169 1712 1171 1713 1172 1715 1172 1717 1171 1719 1170 1721 1168 1722 1165 1722 1164 1722 1164 1720 12 _pl _cp
0 g _f _s _s
0 g 1183 1717 _m
_sp 1183 1717 1183 1717 1177 1715 1177 1714 1178 1714 1180 1713 1180 1711 1180 1703 1180 1700 1178 1700 1177 1700 1177 1699 1186 1699 1186 1700 1185 1700
1183 1700 1183 1703 1183 1711 1184 1713 1185 1714 1186 1714 1186 1713 1187 1713 1188 1712 1189 1713 1189 1714 1189 1715 1187 1716 1185 1715 1183 1713
30 _pl _cp
0 g _f _s _s
0 g 1191 1707 _m
_sp 1191 1707 1192 1704 1193 1701 1196 1700 1199 1699 1203 1700 1205 1702 1207 1704 1208 1708 1207 1711 1205 1714 1203 1715 1199 1716 1196 1715 1193 1714
1192 1711 16 _pl _cp 1194 1709 _m
_sp 1194 1709 1194 1705 1195 1702 1197 1701 1199 1700 1201 1701 1203 1702 1204 1704 1204 1707 1204 1710 1203 1713 1201 1714 1199 1715 1197 1715 1195 1714
1194 1712 1194 1709 1194 1709 18 _pl _cp
0 g _f _s _s
0 g 1209 1715 _m
_sp 1209 1715 1209 1714 1211 1714 1211 1704 1211 1702 1212 1700 1213 1699 1215 1699 1217 1699 1219 1702 1218 1702 1217 1701 1216 1701 1215 1702 1214 1704
1214 1714 1218 1714 1218 1716 1214 1716 1214 1721 1214 1721 1212 1719 1211 1717 1210 1716 24 _pl _cp
0 g _f _s _s
0 g 1220 1707 _m
_sp 1220 1707 1221 1704 1223 1701 1225 1700 1229 1699 1232 1700 1235 1702 1236 1704 1237 1708 1236 1711 1235 1714 1232 1715 1229 1716 1225 1715 1223 1714
1221 1711 16 _pl _cp 1224 1709 _m
_sp 1224 1709 1224 1705 1225 1702 1227 1701 1229 1700 1231 1701 1232 1702 1233 1704 1233 1707 1233 1710 1232 1713 1230 1714 1228 1715 1226 1715 1225 1714
1224 1712 1224 1709 1224 1709 18 _pl _cp
0 g _f _s _s
0 g 1253 1705 _m
_sp 1253 1705 1252 1704 1251 1703 1249 1702 1248 1702 1245 1703 1244 1704 1242 1706 1242 1709 1242 1711 1243 1713 1245 1714 1247 1715 1248 1715 1249 1713
1250 1711 1251 1711 1252 1711 1253 1712 1253 1714 1252 1715 1250 1716 1248 1716 1244 1715 1242 1713 1240 1711 1239 1707 1240 1704 1241 1701 1243 1700
1246 1699 1249 1699 1251 1701 1252 1702 1254 1705 35 _pl _cp
0 g _f _s _s
0 g 1256 1707 _m
_sp 1256 1707 1257 1704 1258 1701 1261 1700 1264 1699 1268 1700 1270 1702 1272 1704 1273 1708 1272 1711 1271 1714 1268 1715 1265 1716 1261 1715 1258 1714
1257 1711 16 _pl _cp 1259 1709 _m
_sp 1259 1709 1260 1705 1261 1702 1263 1701 1265 1700 1267 1701 1268 1702 1269 1704 1269 1707 1269 1710 1268 1713 1266 1714 1264 1715 1262 1715 1260 1714
1259 1712 1259 1709 1259 1709 18 _pl _cp
0 g _f _s _s
0 g 1280 1725 _m
_sp 1280 1725 1280 1725 1274 1723 1274 1723 1275 1723 1277 1722 1277 1720 1277 1703 1277 1700 1275 1700 1274 1700 1274 1699 1283 1699 1283 1700 1282 1700
1281 1700 1280 1703 17 _pl _cp
0 g _f _s _s
0 g 1285 1699 _m
_sp 1285 1699 1286 1699 1286 1699 1287 1699 1287 1699 1288 1699 1290 1699 1292 1699 1294 1699 1296 1700 1297 1702 1298 1704 1297 1706 1296 1707 1295 1708
1291 1709 1288 1711 1287 1713 1288 1714 1291 1715 1292 1715 1294 1714 1295 1713 1296 1711 1297 1711 1297 1716 1296 1716 1296 1716 1295 1716 1295 1716
1294 1716 1293 1716 1292 1716 1291 1716 1288 1716 1287 1715 1285 1713 1285 1712 1285 1711 1286 1709 1288 1708 1290 1707 1292 1705 1294 1704 1295 1702
1294 1701 1292 1700 1290 1700 1288 1701 1287 1703 1286 1705 1285 1705 52 _pl _cp
0 g _f _s 653 755 _m
653 914 _l 653 914 _m
653 918 _l 653 918 _m
655 922 _l 655 922 _m
657 924 _l 657 924 _m
660 926 _l 660 926 _m
669 932 _l 669 932 _m
683 937 _l 683 937 _m
700 941 _l 700 941 _m
715 942 _l 715 942 _m
738 943 _l 738 943 _m
758 942 _l 758 942 _m
767 942 _l 767 942 _m
773 940 _l 773 940 _m
783 939 _l 783 939 _m
790 937 _l 790 937 _m
799 934 _l 799 934 _m
808 931 _l 808 931 _m
814 928 _l 814 928 _m
818 924 _l 818 924 _m
821 920 _l 821 920 _m
822 917 _l 822 917 _m
822 756 _l 822 756 _m
821 752 _l 821 752 _m
820 749 _l 820 749 _m
816 745 _l 816 745 _m
811 742 _l 811 742 _m
806 739 _l 806 739 _m
798 736 _l 798 736 _m
786 733 _l 786 733 _m
764 729 _l 764 729 _m
753 728 _l 753 728 _m
720 728 _l 720 728 _m
707 730 _l 707 730 _m
695 732 _l 695 732 _m
683 735 _l 683 735 _m
675 737 _l 675 737 _m
661 743 _l 661 743 _m
657 745 _l 657 745 _m
655 749 _l 655 749 _m
653 752 _l 653 752 _m
653 753 _l 653 753 _m
653 754 _l 653 754 _m
653 755 _l 653 916 _m
654 913 _l 654 913 _m
654 911 _l 654 911 _m
656 908 _l 656 908 _m
661 904 _l 661 904 _m
675 898 _l 675 898 _m
682 896 _l 682 896 _m
702 891 _l 702 891 _m
720 889 _l 720 889 _m
737 889 _l 737 889 _m
757 890 _l 757 890 _m
773 892 _l 773 892 _m
788 895 _l 788 895 _m
799 898 _l 799 898 _m
808 902 _l 808 902 _m
815 906 _l 815 906 _m
819 909 _l 819 909 _m
821 912 _l 821 912 _m
821 914 _l 821 914 _m
822 915 _l 902 760 _m
902 919 _l 902 919 _m
902 923 _l 902 923 _m
904 927 _l 904 927 _m
907 929 _l 907 929 _m
909 932 _l 909 932 _m
918 937 _l 918 937 _m
932 942 _l 932 942 _m
950 946 _l 950 946 _m
965 948 _l 965 948 _m
987 948 _l 987 948 _m
1008 948 _l 1008 948 _m
1016 947 _l 1016 947 _m
1023 946 _l 1023 946 _m
1032 944 _l 1032 944 _m
1039 942 _l 1039 942 _m
1048 940 _l 1048 940 _m
1057 937 _l 1057 937 _m
1063 933 _l 1063 933 _m
1068 929 _l 1068 929 _m
1070 926 _l 1070 926 _m
1071 923 _l 1071 923 _m
1071 761 _l 1071 761 _m
1070 758 _l 1070 758 _m
1069 755 _l 1069 755 _m
1065 751 _l 1065 751 _m
1061 748 _l 1061 748 _m
1055 745 _l 1055 745 _m
1047 742 _l 1047 742 _m
1035 738 _l 1035 738 _m
1013 735 _l 1013 735 _m
1003 733 _l 1003 733 _m
970 733 _l 970 733 _m
957 736 _l 957 736 _m
944 737 _l 944 737 _m
933 740 _l 933 740 _m
924 742 _l 924 742 _m
911 749 _l 911 749 _m
907 751 _l 907 751 _m
904 755 _l 904 755 _m
903 757 _l 903 757 _m
902 759 _l 902 759 _m
902 760 _l 902 760 _m
902 760 _l 902 921 _m
903 918 _l 903 918 _m
903 917 _l 903 917 _m
905 914 _l 905 914 _m
911 910 _l 911 910 _m
924 903 _l 924 903 _m
932 902 _l 932 902 _m
952 896 _l 952 896 _m
969 894 _l 969 894 _m
987 894 _l 987 894 _m
1006 896 _l 1006 896 _m
1022 897 _l 1022 897 _m
1037 900 _l 1037 900 _m
1049 903 _l 1049 903 _m
1057 907 _l 1057 907 _m
1064 911 _l 1064 911 _m
1068 914 _l 1068 914 _m
1070 917 _l 1070 917 _m
1070 919 _l 1070 919 _m
1071 920 _l 1367 763 _m
1367 922 _l 1367 922 _m
1367 926 _l 1367 926 _m
1369 930 _l 1369 930 _m
1371 932 _l 1371 932 _m
1374 935 _l 1374 935 _m
1383 940 _l 1383 940 _m
1397 945 _l 1397 945 _m
1414 949 _l 1414 949 _m
1429 951 _l 1429 951 _m
1452 951 _l 1452 951 _m
1472 951 _l 1472 951 _m
1480 950 _l 1480 950 _m
1487 948 _l 1487 948 _m
1497 947 _l 1497 947 _m
1504 945 _l 1504 945 _m
1513 942 _l 1513 942 _m
1522 940 _l 1522 940 _m
1528 936 _l 1528 936 _m
1532 932 _l 1532 932 _m
1535 929 _l 1535 929 _m
1535 925 _l 1535 925 _m
1535 764 _l 1535 764 _m
1535 760 _l 1535 760 _m
1534 758 _l 1534 758 _m
1530 754 _l 1530 754 _m
1525 751 _l 1525 751 _m
1520 748 _l 1520 748 _m
1512 745 _l 1512 745 _m
1499 741 _l 1499 741 _m
1478 738 _l 1478 738 _m
1467 736 _l 1467 736 _m
1434 736 _l 1434 736 _m
1421 739 _l 1421 739 _m
1409 740 _l 1409 740 _m
1397 743 _l 1397 743 _m
1389 746 _l 1389 746 _m
1375 752 _l 1375 752 _m
1371 754 _l 1371 754 _m
1369 758 _l 1369 758 _m
1367 760 _l 1367 760 _m
1367 762 _l 1367 762 _m
1367 763 _l 1367 763 _m
1367 763 _l 1367 924 _m
1367 922 _l 1367 922 _m
1368 919 _l 1368 919 _m
1370 917 _l 1370 917 _m
1375 913 _l 1375 913 _m
1389 906 _l 1389 906 _m
1396 904 _l 1396 904 _m
1417 899 _l 1417 899 _m
1434 897 _l 1434 897 _m
1451 897 _l 1451 897 _m
1471 898 _l 1471 898 _m
1487 900 _l 1487 900 _m
1502 903 _l 1502 903 _m
1513 906 _l 1513 906 _m
1522 910 _l 1522 910 _m
1529 914 _l 1529 914 _m
1533 917 _l 1533 917 _m
1535 920 _l 1535 920 _m
1535 922 _l 1535 922 _m
1535 923 _l 1651 771 _m
1651 930 _l 1651 930 _m
1652 934 _l 1652 934 _m
1653 938 _l 1653 938 _m
1656 940 _l 1656 940 _m
1659 942 _l 1659 942 _m
1667 948 _l 1667 948 _m
1682 953 _l 1682 953 _m
1699 957 _l 1699 957 _m
1714 958 _l 1714 958 _m
1736 959 _l 1736 959 _m
1757 958 _l 1757 958 _m
1765 957 _l 1765 957 _m
1772 956 _l 1772 956 _m
1781 955 _l 1781 955 _m
1789 953 _l 1789 953 _m
1797 950 _l 1797 950 _m
1806 947 _l 1806 947 _m
1812 944 _l 1812 944 _m
1817 940 _l 1817 940 _m
1819 936 _l 1819 936 _m
1820 933 _l 1820 933 _m
1820 772 _l 1820 772 _m
1820 768 _l 1820 768 _m
1818 765 _l 1818 765 _m
1814 761 _l 1814 761 _m
1810 758 _l 1810 758 _m
1804 755 _l 1804 755 _m
1796 752 _l 1796 752 _m
1784 748 _l 1784 748 _m
1762 745 _l 1762 745 _m
1752 744 _l 1752 744 _m
1719 744 _l 1719 744 _m
1706 746 _l 1706 746 _m
1693 748 _l 1693 748 _m
1682 750 _l 1682 750 _m
1673 753 _l 1673 753 _m
1660 759 _l 1660 759 _m
1656 761 _l 1656 761 _m
1653 765 _l 1653 765 _m
1652 768 _l 1652 768 _m
1651 769 _l 1651 769 _m
1651 770 _l 1651 770 _m
1651 771 _l 1651 932 _m
1652 929 _l 1652 929 _m
1653 927 _l 1653 927 _m
1654 924 _l 1654 924 _m
1660 920 _l 1660 920 _m
1673 913 _l 1673 913 _m
1681 912 _l 1681 912 _m
1701 907 _l 1701 907 _m
1718 905 _l 1718 905 _m
1736 905 _l 1736 905 _m
1755 906 _l 1755 906 _m
1771 907 _l 1771 907 _m
1786 911 _l 1786 911 _m
1798 913 _l 1798 913 _m
1807 917 _l 1807 917 _m
1813 922 _l 1813 922 _m
1817 925 _l 1817 925 _m
1819 928 _l 1819 928 _m
1820 930 _l 1820 930 _m
1820 931 _l
_s 0 g 0 0 0 0 _cw
_s grestore /Times-RomanR 540 _ff
3906 2564 _m
/Times-RomanR 600 _ff
(Data)_S 67 _t
(Integration)_S 67 _t
(Architecture)_S /CourierR 600 _ff
/Times-RomanR 550 _ff
960 11538 _m
(processor)_S 63 _t
(conforms)_S 63 _t
(to)_S 63 _t
(Database)_S 63 _t
(Language)_S 63 _t
(SQL)_S 63 _t
(and)_S 63 _t
(has)_S 63 _t
(two)_S 63 _t
(integrated)_S 63 _t
(client)_S 63 _t
(components,)_S 63 _t
(one)_S 63 _t
(conforming)_S 63 _t
(to)_S 960 11322 _m
(the)_S 84 _t
(RDA/SQL)_S 85 _t
(Specialization)_S 85 _t
(and)_S 85 _t
(one)_S 85 _t
(conforming)_S 85 _t
(to)_S 84 _t
(the)_S 85 _t
(SQL/ERI)_S 85 _t
(interface)_S 85 _t
(proposed)_S 85 _t
(in)_S 85 _t
(Section)_S 85 _t
(3)_S 85 _t
(of)_S 85 _t
(this)_S 960 11106 _m
(specification.)_S 126 _t
(Communications)_S 63 _t
(among)_S 63 _t
(the)_S 63 _t
(three)_S 63 _t
(SQL)_S 64 _t
(components)_S 63 _t
(are)_S 63 _t
(likely)_S 63 _t
(to)_S 63 _t
(be)_S 63 _t
(proprietary.)_S 126 _t
(The)_S 63 _t
(local)_S 63 _t
(site)_S 960 10890 _m
(may)_S 41 _t
(have)_S 42 _t
(any)_S 41 _t
(number)_S 42 _t
(of)_S 41 _t
(non-SQL)_S 41 _t
(data)_S 42 _t
(repositories)_S 41 _t
(each)_S 42 _t
(controlled)_S 41 _t
(by)_S 42 _t
(a)_S 41 _t
(non-SQL)_S 42 _t
(Processor)_S 41 _t
(having)_S 41 _t
(a)_S 42 _t
(component)_S 960 10674 _m
(that)_S 78 _t
(conforms)_S 77 _t
(to)_S 78 _t
(the)_S 77 _t
(SQL/ERI)_S 78 _t
(interface.)_S 155 _t
(Communications)_S 77 _t
(among)_S 78 _t
(the)_S 77 _t
(internal)_S 78 _t
(components)_S 77 _t
(of)_S 78 _t
(the)_S 77 _t
(non-SQL)_S 960 10458 _m
(Processor)_S 86 _t
(are)_S 87 _t
(also)_S 86 _t
(proprietary.)_S 173 _t
(The)_S 86 _t
(local)_S 87 _t
(site)_S 86 _t
(has)_S 86 _t
(a)_S 87 _t
(proprietary)_S 86 _t
(local)_S 86 _t
(procedure)_S 87 _t
(calling)_S 86 _t
(mechanism)_S 86 _t
(and)_S 87 _t
(a)_S 960 10242 _m
(proprietary)_S 57 _t
(local)_S 57 _t
(inter-process)_S 57 _t
(communications)_S 57 _t
(capability.)_S 113 _t
(Using)_S 57 _t
(these)_S 57 _t
(proprietary)_S 57 _t
(mechanisms)_S 56 _t
(and)_S 57 _t
(one)_S 57 _t
(of)_S 57 _t
(the)_S 960 10026 _m
(standard)_S 61 _t
(local)_S 60 _t
(binding)_S 61 _t
(styles)_S 61 _t
(identified)_S 61 _t
(in)_S 60 _t
(Section)_S 61 _t
(6)_S 61 _t
(\(e.g.)_S 61 _t
(SQL/CLI\),)_S 61 _t
(the)_S 61 _t
(Application)_S 60 _t
(Processor)_S 61 _t
(issues)_S 61 _t
(standard)_S 960 9810 _m
(SQL)_S 62 _t
(calls)_S 61 _t
(to)_S 62 _t
(the)_S 61 _t
(local)_S 62 _t
(full-function)_S 61 _t
(SQL)_S 61 _t
(processor,)_S 62 _t
(and)_S 61 _t
(the)_S 62 _t
(SQL/ERI)_S 61 _t
(Client)_S 62 _t
(component)_S 61 _t
(of)_S 61 _t
(the)_S 62 _t
(SQL)_S 61 _t
(processor)_S 960 9594 _m
(is)_S 61 _t
(able)_S 61 _t
(to)_S 60 _t
(communicate,)_S 61 _t
(using)_S 60 _t
(an)_S 61 _t
(ERI)_S 60 _t
(specified)_S 61 _t
(subset)_S 60 _t
(of)_S 61 _t
(standard)_S 60 _t
(SQL,)_S 61 _t
(with)_S 61 _t
(the)_S 60 _t
(SQL/ERI)_S 61 _t
(Server)_S 60 _t
(of)_S 61 _t
(the)_S 60 _t
(non-)_S 960 9378 _m
(SQL)_S 61 _t
(Processor.)_S 960 2034 _m
(The)_S 66 _t
(local)_S 65 _t
(site)_S 65 _t
(is)_S 65 _t
(connected)_S 65 _t
(to)_S 65 _t
(one)_S 65 _t
(or)_S 65 _t
(more)_S 65 _t
(remote)_S 66 _t
(sites)_S 65 _t
(via)_S 65 _t
(a)_S 65 _t
(standard)_S 65 _t
(OSI)_S 65 _t
(or)_S 65 _t
(IETF)_S 65 _t
(communications)_S 65 _t
(network)_S 960 1818 _m
(\([16],)_S 65 _t
([7]\))_S 66 _t
(that)_S 66 _t
(allows)_S 66 _t
("messages")_S 65 _t
(or)_S 66 _t
("calls")_S 66 _t
(to)_S 66 _t
(be)_S 66 _t
(exchanged)_S 65 _t
(among)_S 66 _t
(processes.)_S 132 _t
(Some)_S 65 _t
(messages)_S 66 _t
(may)_S 66 _t
(be)_S 66 _t
(sent)_S 960 1602 _m
(directly)_S 71 _t
(from)_S 71 _t
(the)_S 70 _t
(Application)_S 71 _t
(Processor)_S 70 _t
(to)_S 71 _t
(processes)_S 71 _t
(or)_S 71 _t
(file)_S 70 _t
(stores)_S 71 _t
(at)_S 71 _t
(the)_S 71 _t
(remote)_S 70 _t
(site,)_S 71 _t
(but)_S 71 _t
(ideally,)_S 70 _t
(some)_S 71 _t
(local)_S 960 1386 _m
(repository)_S 42 _t
(manager)_S 42 _t
(makes)_S 43 _t
(a)_S 42 _t
(connection)_S 43 _t
(and)_S 42 _t
(sends)_S 43 _t
(messages)_S 42 _t
(on)_S 43 _t
(behalf)_S 42 _t
(of)_S 42 _t
(the)_S 43 _t
(Application)_S 42 _t
(Processor.)_S 85 _t
(The)_S 43 _t
(Generic)_S 960 1170 _m
(RDA)_S 50 _t
(and)_S 51 _t
(RDA/SQL)_S 50 _t
(Specialization)_S 50 _t
(standards)_S 50 _t
([9])_S 51 _t
(specify)_S 50 _t
(protocols)_S 50 _t
(that)_S 50 _t
(allow)_S 51 _t
(the)_S 50 _t
(RDA)_S 50 _t
(Client)_S 50 _t
(component)_S 51 _t
(of)_S 50 _t
(the)_S 9148 650 _m
(5)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
960 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
(local)_S 57 _t
(SQL)_S 56 _t
(processor)_S 56 _t
(to)_S 57 _t
(send)_S 56 _t
(SQL)_S 56 _t
(statements)_S 57 _t
(to)_S 56 _t
(the)_S 56 _t
(RDA)_S 57 _t
(Server)_S 56 _t
(component)_S 56 _t
(of)_S 57 _t
(a)_S 56 _t
(remote)_S 56 _t
(SQL)_S 57 _t
(processor,)_S 56 _t
(or)_S 56 _t
(the)_S 960 11538 _m
(SQL/ERI)_S 57 _t
(Server)_S 57 _t
(component)_S 57 _t
(of)_S 57 _t
(any)_S 57 _t
(Non-SQL)_S 57 _t
(processor,)_S 57 _t
(and)_S 57 _t
(receive)_S 57 _t
(data)_S 57 _t
(in)_S 57 _t
(return.)_S 114 _t
(All)_S 57 _t
(protocols)_S 57 _t
(and)_S 57 _t
(data)_S 57 _t
(are)_S 960 11322 _m
(defined)_S 52 _t
(in)_S 52 _t
(the)_S 52 _t
(RDA)_S 53 _t
(standards)_S 52 _t
(and)_S 52 _t
(are)_S 52 _t
(transmitted)_S 52 _t
(as)_S 52 _t
(ASN.1)_S 53 _t
(\(ISO)_S 52 _t
(8825\))_S 52 _t
(packages.)_S 104 _t
(If)_S 52 _t
(the)_S 53 _t
(Application)_S 52 _t
(Processor)_S 960 11106 _m
(is)_S 49 _t
(operating,)_S 49 _t
(interactively,)_S 49 _t
(on)_S 49 _t
(behalf)_S 49 _t
(of)_S 49 _t
(a)_S 49 _t
(human)_S 50 _t
(user,)_S 49 _t
(then)_S 49 _t
(any)_S 49 _t
(of)_S 49 _t
(the)_S 49 _t
(data)_S 49 _t
(repositories)_S 49 _t
(may)_S 49 _t
(use)_S 50 _t
(a)_S 49 _t
(local)_S 49 _t
(graphical)_S 960 10890 _m
(user)_S 53 _t
(interface)_S 53 _t
(\(GUI\),)_S 53 _t
(or)_S 53 _t
(non-local)_S 53 _t
(windowing)_S 53 _t
(protocols,)_S 53 _t
(to)_S 53 _t
(present)_S 53 _t
(status)_S 53 _t
(information)_S 54 _t
(or)_S 53 _t
(a)_S 53 _t
("menu)_S 53 _t
(of)_S 53 _t
(choices")_S 53 _t
(to)_S 960 10674 _m
(the)_S 46 _t
(human)_S 46 _t
(user.)_S 92 _t
(In)_S 46 _t
(this)_S 46 _t
(way)_S 46 _t
(an)_S 46 _t
(interactive)_S 46 _t
("browsing")_S 46 _t
(or)_S 46 _t
("navigational")_S 46 _t
(capability)_S 45 _t
(is)_S 46 _t
(provided)_S 46 _t
(to)_S 46 _t
(the)_S 46 _t
(human)_S 46 _t
(user)_S 960 10458 _m
(without)_S 61 _t
(losing)_S 61 _t
(the)_S 61 _t
(standard)_S 61 _t
(RDA/SQL)_S 61 _t
(protocol)_S 61 _t
(communications)_S 61 _t
(used)_S 61 _t
(by)_S 61 _t
(the)_S 61 _t
(non-human)_S 61 _t
(processors.)_S 960 10026 _m
(At)_S 67 _t
(the)_S 68 _t
(remote)_S 67 _t
(site)_S 67 _t
(there)_S 68 _t
(exists)_S 67 _t
(a)_S 68 _t
(full-function)_S 67 _t
(SQL)_S 68 _t
(Processor)_S 67 _t
(as)_S 68 _t
(well)_S 67 _t
(as)_S 68 _t
(any)_S 67 _t
(number)_S 68 _t
(of)_S 67 _t
(non-SQL)_S 68 _t
(Processors.)_S 960 9810 _m
(Components)_S 54 _t
(of)_S 54 _t
(the)_S 54 _t
(SQL)_S 54 _t
(Processor)_S 53 _t
(conform)_S 54 _t
(to)_S 54 _t
(the)_S 54 _t
(SQL)_S 54 _t
(and)_S 53 _t
(RDA)_S 54 _t
(standards,)_S 54 _t
(and)_S 54 _t
(satisfy)_S 54 _t
(the)_S 54 _t
(proposed)_S 53 _t
(SQL/ERI)_S 960 9594 _m
(Client)_S 101 _t
(requirements.)_S 203 _t
(Each)_S 102 _t
(non-SQL)_S 101 _t
(Processor)_S 102 _t
(has)_S 101 _t
(a)_S 102 _t
(component)_S 101 _t
(that)_S 102 _t
(conforms)_S 101 _t
(to)_S 102 _t
(the)_S 101 _t
(SQL/ERI)_S 102 _t
(Server)_S 960 9378 _m
(specification.)_S 146 _t
(The)_S 74 _t
(remote)_S 73 _t
(site)_S 73 _t
(handles)_S 73 _t
(internal)_S 73 _t
(communications)_S 73 _t
(and)_S 74 _t
(procedure)_S 73 _t
(calls)_S 73 _t
(in)_S 73 _t
(the)_S 73 _t
(same)_S 74 _t
(proprietary)_S 960 9162 _m
(manner)_S 61 _t
(as)_S 61 _t
(does)_S 61 _t
(the)_S 61 _t
(local)_S 61 _t
(site.)_S 960 8730 _m
(At)_S 69 _t
(the)_S 70 _t
(present)_S 69 _t
(time)_S 70 _t
(the)_S 69 _t
(RDA)_S 69 _t
(standards)_S 70 _t
(specify)_S 69 _t
(interchange)_S 70 _t
(protocols)_S 69 _t
(for)_S 70 _t
(transmitting)_S 69 _t
(records)_S 70 _t
(of)_S 69 _t
(data)_S 69 _t
(from)_S 70 _t
(a)_S 960 8514 _m
(server)_S 66 _t
(site)_S 66 _t
(to)_S 66 _t
(a)_S 66 _t
(client)_S 66 _t
(site,)_S 66 _t
(provided)_S 66 _t
(that)_S 66 _t
(the)_S 66 _t
(data)_S 66 _t
(items)_S 66 _t
(in)_S 66 _t
(the)_S 66 _t
(records)_S 66 _t
(are)_S 66 _t
(either)_S 66 _t
(numbers)_S 66 _t
(or)_S 66 _t
(character)_S 66 _t
(strings.)_S 960 8298 _m
(Near)_S 76 _t
(term)_S 77 _t
(RDA)_S 77 _t
(follow-on)_S 77 _t
(specifications)_S 76 _t
(will)_S 77 _t
(extend)_S 76 _t
(the)_S 77 _t
(data)_S 77 _t
(types)_S 77 _t
(handled)_S 76 _t
(to)_S 77 _t
(all)_S 77 _t
(of)_S 77 _t
(those)_S 76 _t
(specified)_S 77 _t
(in)_S 77 _t
(the)_S 960 8082 _m
(SQL'92)_S 56 _t
(standard)_S 56 _t
([8],)_S 56 _t
(i.e.)_S 55 _t
(fixed)_S 56 _t
(and)_S 56 _t
(variable)_S 56 _t
(length)_S 55 _t
(character)_S 56 _t
(strings,)_S 56 _t
(fixed)_S 56 _t
(and)_S 55 _t
(variable)_S 56 _t
(length)_S 56 _t
(bit)_S 56 _t
(strings,)_S 55 _t
(fixed)_S 960 7866 _m
(and)_S 62 _t
(floating)_S 62 _t
(point)_S 63 _t
(numerics,)_S 62 _t
(dates,)_S 62 _t
(times,)_S 62 _t
(timestamps,)_S 62 _t
(and)_S 63 _t
(intervals.)_S 124 _t
(Later)_S 62 _t
(RDA)_S 63 _t
(follow-on)_S 62 _t
(specifications)_S 62 _t
(will)_S 960 7650 _m
(provide)_S 59 _t
(interchange)_S 59 _t
(mechanisms,)_S 58 _t
(in)_S 59 _t
(terms)_S 59 _t
(of)_S 59 _t
(ASN.1)_S 59 _t
(elements,)_S 58 _t
(for)_S 59 _t
(the)_S 59 _t
(user)_S 59 _t
(defined)_S 59 _t
(abstract)_S 58 _t
(data)_S 59 _t
(types)_S 59 _t
(\(ADTs\))_S 960 7434 _m
(specified)_S 57 _t
(in)_S 57 _t
(the)_S 57 _t
(emerging)_S 57 _t
(SQL3)_S 57 _t
(working)_S 57 _t
(draft)_S 57 _t
([12].)_S 114 _t
(RDA)_S 57 _t
(protocols)_S 57 _t
(do)_S 57 _t
(not)_S 57 _t
(by)_S 57 _t
(themselves)_S 57 _t
(provide)_S 57 _t
(interchange)_S 960 7218 _m
(mechanisms)_S 63 _t
(for)_S 63 _t
(other)_S 63 _t
(data)_S 63 _t
(objects,)_S 63 _t
(so)_S 63 _t
(interchange)_S 63 _t
(standards)_S 63 _t
(for)_S 63 _t
(images,)_S 63 _t
(motion)_S 63 _t
(pictures,)_S 63 _t
(maps,)_S 63 _t
(topologies,)_S 63 _t
(or)_S 960 7002 _m
(other)_S 61 _t
(complex)_S 61 _t
(objects)_S 61 _t
(will)_S 61 _t
(remain)_S 61 _t
(critical)_S 61 _t
(for)_S 61 _t
(transmitting)_S 61 _t
(object)_S 61 _t
(instances)_S 61 _t
(among)_S 61 _t
(various)_S 61 _t
(sites.)_S 960 6570 _m
(SQL)_S 97 _t
(and)_S 97 _t
(RDA)_S 96 _t
(provide)_S 97 _t
(the)_S 97 _t
(basis)_S 97 _t
(for)_S 97 _t
(standardized)_S 97 _t
(communication.)_S 96 _t
(An)_S 97 _t
(SQL)_S 97 _t
(external)_S 97 _t
(repository)_S 97 _t
(interface)_S 960 6354 _m
(\(SQL/ERI\))_S 71 _t
(makes)_S 71 _t
(it)_S 71 _t
(possible)_S 71 _t
(for)_S 71 _t
(non-SQL)_S 71 _t
(data)_S 71 _t
(repositories)_S 71 _t
(to)_S 71 _t
(share)_S 71 _t
(their)_S 71 _t
(data)_S 71 _t
(with)_S 71 _t
(user)_S 71 _t
(applications.)_S 142 _t
(With)_S 960 6138 _m
(emerging)_S 59 _t
(SQL3)_S 60 _t
(enhancements)_S 59 _t
(for)_S 60 _t
(object-oriented)_S 59 _t
(and)_S 59 _t
(knowledge-based)_S 60 _t
(data)_S 59 _t
(management)_S 59 _t
(and)_S 60 _t
(emerging)_S 59 _t
(RDA)_S 960 5922 _m
(extensions)_S 61 _t
(for)_S 61 _t
(distributed)_S 61 _t
(database,)_S 61 _t
(the)_S 61 _t
(ERI)_S 61 _t
(can)_S 61 _t
(evolve)_S 61 _t
(to)_S 61 _t
(support)_S 61 _t
("seamless")_S 61 _t
(data)_S 61 _t
(integration.)_S 960 4815 _m
/Times-BoldR 660 _ff
(3.)_S 146 _t
(SQL)_S 73 _t
(External)_S 73 _t
(Repository)_S 73 _t
(Interface)_S 73 _t
(\(SQL/ERI\))_S /Times-RomanR 550 _ff
960 4373 _m
(Applications)_S 58 _t
(require)_S 59 _t
(access)_S 58 _t
(to)_S 58 _t
(multiple)_S 59 _t
(data)_S 58 _t
(repositories,)_S 58 _t
(many)_S 59 _t
(of)_S 58 _t
(which)_S 58 _t
(are)_S 58 _t
(managed)_S 59 _t
(by)_S 58 _t
(non-SQL)_S 58 _t
(processors.)_S 960 4157 _m
(It)_S 46 _t
(is)_S 47 _t
(not)_S 47 _t
(unusual)_S 47 _t
(for)_S 46 _t
(applications)_S 47 _t
(to)_S 47 _t
(require)_S 47 _t
(data)_S 46 _t
(from)_S 47 _t
(the)_S 47 _t
(operating)_S 47 _t
(system,)_S 47 _t
(from)_S 46 _t
(graphics)_S 47 _t
(repositories,)_S 47 _t
(from)_S 47 _t
(CD-)_S 960 3941 _m
(ROM's,)_S 86 _t
(from)_S 87 _t
(CAD/CAM)_S 87 _t
(databases,)_S 86 _t
(or)_S 87 _t
(from)_S 86 _t
(libraries)_S 87 _t
(of)_S 87 _t
(cataloged)_S 86 _t
(data.)_S 174 _t
(From)_S 86 _t
(a)_S 87 _t
(user's)_S 86 _t
(perspective,)_S 87 _t
(it)_S 87 _t
(is)_S 960 3725 _m
(unrealistic)_S 78 _t
(to)_S 78 _t
(expect)_S 78 _t
(every)_S 78 _t
(data)_S 78 _t
(repository)_S 78 _t
(to)_S 78 _t
(be)_S 78 _t
(able)_S 78 _t
(to)_S 78 _t
(handle)_S 78 _t
(even)_S 78 _t
(the)_S 78 _t
(lowest)_S 78 _t
("Entry)_S 78 _t
(SQL")_S 78 _t
(queries.)_S 156 _t
(For)_S 960 3509 _m
(example,)_S 71 _t
(who)_S 70 _t
(would)_S 70 _t
(expect)_S 71 _t
(an)_S 70 _t
(electronic)_S 70 _t
(mail)_S 71 _t
(system)_S 70 _t
(to)_S 71 _t
(handle)_S 70 _t
(SQL)_S 70 _t
(joins)_S 71 _t
(and)_S 70 _t
(subqueries)_S 70 _t
(over)_S 71 _t
(its)_S 70 _t
(message)_S 960 3293 _m
(headers?)_S 132 _t
(Yet,)_S 66 _t
(every)_S 66 _t
(e-mail)_S 66 _t
(system)_S 66 _t
(is)_S 66 _t
(a)_S 66 _t
(data)_S 66 _t
(repository)_S 66 _t
(with)_S 66 _t
(information)_S 65 _t
(that)_S 66 _t
(applications)_S 66 _t
(sometimes)_S 66 _t
(require.)_S 960 3077 _m
(What)_S 69 _t
(is)_S 69 _t
(needed)_S 69 _t
(is)_S 68 _t
(an)_S 69 _t
(interface)_S 69 _t
(specification)_S 69 _t
(that)_S 69 _t
(enables)_S 69 _t
(a)_S 68 _t
(non-SQL)_S 69 _t
(data)_S 69 _t
(repository)_S 69 _t
(to)_S 68 _t
(make)_S 69 _t
(certain)_S 69 _t
(external)_S 960 2861 _m
(views)_S 52 _t
(available)_S 52 _t
(to)_S 52 _t
(SQL)_S 52 _t
(processors)_S 52 _t
(and)_S 52 _t
(for)_S 52 _t
(those)_S 52 _t
(SQL)_S 52 _t
(processors)_S 52 _t
(to,)_S 52 _t
(in)_S 52 _t
(turn,)_S 53 _t
(allow)_S 52 _t
(the)_S 52 _t
(full)_S 52 _t
(power)_S 52 _t
(and)_S 52 _t
(flexibility)_S 960 2645 _m
(of)_S 51 _t
(the)_S 51 _t
(SQL)_S 51 _t
(query)_S 51 _t
(language)_S 51 _t
(over)_S 51 _t
(those)_S 51 _t
(views)_S 52 _t
(to)_S 51 _t
(the)_S 51 _t
(end)_S 51 _t
(user.)_S 102 _t
(It)_S 51 _t
(makes)_S 51 _t
(sense)_S 51 _t
(to)_S 51 _t
(specify)_S 51 _t
(a)_S 51 _t
("client")_S 51 _t
(and)_S 51 _t
(a)_S 51 _t
("server")_S 960 2429 _m
(interface)_S 51 _t
(to)_S 51 _t
(external)_S 52 _t
(repositories)_S 51 _t
(so)_S 51 _t
(that)_S 51 _t
(non-SQL)_S 52 _t
(systems)_S 51 _t
(can)_S 51 _t
(act)_S 51 _t
(as)_S 52 _t
(servers)_S 51 _t
(to)_S 51 _t
(SQL)_S 51 _t
(requests)_S 52 _t
(for)_S 51 _t
(data.)_S 103 _t
(It)_S 51 _t
(makes)_S 960 2213 _m
(sense)_S 47 _t
(to)_S 47 _t
(develop)_S 48 _t
(the)_S 47 _t
(conformance)_S 47 _t
(requirements)_S 47 _t
(needed)_S 47 _t
(for)_S 47 _t
(non-SQL)_S 48 _t
(systems)_S 47 _t
(to)_S 47 _t
(provide)_S 47 _t
(SQL)_S 48 _t
(views)_S 47 _t
(of)_S 47 _t
(their)_S 47 _t
(data)_S 960 1997 _m
(and)_S 61 _t
(for)_S 61 _t
(SQL)_S 61 _t
(systems)_S 61 _t
(to)_S 61 _t
(provide)_S 61 _t
(full)_S 61 _t
(function)_S 61 _t
(SQL)_S 61 _t
(operations)_S 61 _t
(over)_S 61 _t
(that)_S 61 _t
(data)_S 61 _t
(to)_S 61 _t
(SQL)_S 61 _t
(users.)_S 960 1565 _m
(This)_S 55 _t
(interface)_S 54 _t
(is)_S 54 _t
(defined)_S 54 _t
(to)_S 55 _t
(be)_S 54 _t
(the)_S 54 _t
(SQL)_S 55 _t
(External)_S 54 _t
(Repository)_S 54 _t
(Interface)_S 54 _t
(\(SQL/ERI\).)_S 109 _t
(It)_S 54 _t
(consists)_S 54 _t
(of)_S 55 _t
(a)_S 54 _t
("Server")_S 54 _t
(part)_S 960 1349 _m
(and)_S 73 _t
(a)_S 72 _t
("Client")_S 73 _t
(part.)_S 145 _t
(Non-SQL)_S 72 _t
(systems)_S 73 _t
(may)_S 72 _t
(claim)_S 73 _t
(conformance)_S 73 _t
(as)_S 72 _t
(SQL/ERI)_S 73 _t
(Servers)_S 72 _t
(and)_S 73 _t
(full-function)_S 72 _t
(SQL)_S 960 1133 _m
(systems)_S 90 _t
(may)_S 90 _t
(claim)_S 90 _t
(conformance)_S 90 _t
(as)_S 90 _t
(SQL/ERI)_S 90 _t
(Clients.)_S 180 _t
(This)_S 90 _t
(first)_S 90 _t
(FIPS)_S 90 _t
(PUB)_S 90 _t
(for)_S 90 _t
(SQL)_S 89 _t
(Environments)_S 90 _t
(only)_S 960 650 _m
(6)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
7406 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
(addresses)_S 52 _t
(conformance)_S 51 _t
(criteria)_S 51 _t
(for)_S 51 _t
(SQL/ERI)_S 51 _t
(Servers;)_S 51 _t
(subsequent)_S 51 _t
(versions)_S 51 _t
(may)_S 51 _t
(address)_S 51 _t
(conformance)_S 51 _t
(criteria)_S 51 _t
(for)_S 960 11538 _m
(SQL/ERI)_S 73 _t
(Clients.)_S 146 _t
(A)_S 73 _t
(wide)_S 72 _t
(range)_S 73 _t
(of)_S 73 _t
(non-SQL)_S 73 _t
(products)_S 73 _t
(and)_S 73 _t
(services)_S 72 _t
(might)_S 73 _t
(be)_S 73 _t
(able)_S 73 _t
(to)_S 73 _t
(claim)_S 72 _t
(conformance)_S 73 _t
(as)_S 960 11322 _m
(SQL/ERI)_S 75 _t
(Servers.)_S 149 _t
(They)_S 75 _t
(could)_S 74 _t
(provide)_S 75 _t
(high)_S 75 _t
(level)_S 74 _t
(abstract)_S 75 _t
(data)_S 75 _t
(types)_S 74 _t
(with)_S 75 _t
(application-specific)_S 74 _t
(methods)_S 75 _t
(and)_S 960 11106 _m
(operations.)_S 147 _t
(They)_S 73 _t
(would)_S 73 _t
(be)_S 73 _t
(required)_S 73 _t
(to)_S 73 _t
(evaluate)_S 73 _t
("simple")_S 73 _t
(SQL)_S 74 _t
(queries)_S 73 _t
(over)_S 73 _t
(individual)_S 73 _t
(tables)_S 73 _t
(defined)_S 73 _t
(in)_S 73 _t
(the)_S 960 10890 _m
(schema.)_S 106 _t
(The)_S 54 _t
(exact)_S 53 _t
(meaning)_S 53 _t
(of)_S 53 _t
("simple")_S 54 _t
(is)_S 53 _t
(specified)_S 53 _t
(in)_S 53 _t
(the)_S 54 _t
(SQL/ERI)_S 53 _t
(profile)_S 53 _t
(specifications)_S 53 _t
(at)_S 53 _t
(different)_S 54 _t
(levels)_S 53 _t
(of)_S 960 10674 _m
(service.)_S 160 _t
(The)_S 81 _t
(SQL)_S 80 _t
(processor)_S 80 _t
(can)_S 80 _t
(then)_S 80 _t
(think)_S 80 _t
(of)_S 80 _t
(the)_S 80 _t
(external)_S 80 _t
(repository)_S 80 _t
(as)_S 80 _t
(an)_S 80 _t
(SQL-environment)_S 80 _t
(that)_S 80 _t
(can)_S 80 _t
(be)_S 960 10458 _m
(connected)_S 61 _t
(to,)_S 61 _t
(but)_S 61 _t
(that)_S 61 _t
(can)_S 61 _t
(only)_S 61 _t
(respond)_S 61 _t
(to)_S 61 _t
(whatever)_S 61 _t
(SQL)_S 61 _t
(statements)_S 61 _t
(are)_S 61 _t
(specified)_S 61 _t
(for)_S 61 _t
(that)_S 61 _t
(level)_S 61 _t
(of)_S 61 _t
(service.)_S 960 10026 _m
(If)_S 67 _t
(an)_S 66 _t
(SQL)_S 67 _t
(system)_S 66 _t
(claims)_S 67 _t
(conformance)_S 66 _t
(as)_S 67 _t
(an)_S 66 _t
(SQL/ERI)_S 67 _t
(Client,)_S 66 _t
(then)_S 67 _t
(it)_S 67 _t
(agrees)_S 66 _t
(to)_S 67 _t
(provide)_S 66 _t
(SQL)_S 67 _t
(functionality,)_S 66 _t
(at)_S 960 9810 _m
(whatever)_S 58 _t
(level)_S 59 _t
(of)_S 58 _t
(the)_S 59 _t
(SQL)_S 58 _t
(standard)_S 58 _t
(it)_S 59 _t
(conforms)_S 58 _t
(to,)_S 59 _t
(over)_S 58 _t
(any)_S 59 _t
(table)_S 58 _t
(provided)_S 59 _t
(by)_S 58 _t
(an)_S 59 _t
(SQL/ERI)_S 58 _t
(Server.)_S 117 _t
(This)_S 59 _t
(may)_S 960 9594 _m
(require)_S 54 _t
(that)_S 53 _t
(the)_S 54 _t
(SQL)_S 54 _t
(system)_S 53 _t
(automatically)_S 54 _t
(create)_S 53 _t
(a)_S 54 _t
(temporary)_S 53 _t
(table)_S 54 _t
(whenever)_S 53 _t
(the)_S 54 _t
(external)_S 54 _t
(view)_S 53 _t
(is)_S 54 _t
(referenced)_S 53 _t
(in)_S 960 9378 _m
(a)_S 60 _t
(query,)_S 60 _t
(and)_S 59 _t
(then)_S 60 _t
(populate)_S 60 _t
(that)_S 60 _t
(table)_S 60 _t
(using)_S 60 _t
(the)_S 60 _t
(limited)_S 60 _t
(capabilities)_S 59 _t
(provided)_S 60 _t
(by)_S 60 _t
(the)_S 60 _t
("server")_S 60 _t
(interface)_S 60 _t
(so)_S 60 _t
(that)_S 60 _t
(it)_S 960 9162 _m
(can)_S 70 _t
(guarantee)_S 70 _t
(the)_S 69 _t
(ability)_S 70 _t
(to)_S 70 _t
(perform)_S 70 _t
(nested)_S 70 _t
(queries,)_S 69 _t
(or)_S 70 _t
(searched)_S 70 _t
(updates)_S 70 _t
(and)_S 70 _t
(deletes,)_S 70 _t
(or)_S 69 _t
(recursive)_S 70 _t
(queries,)_S 70 _t
(or)_S 960 8946 _m
(whatever)_S 61 _t
(is)_S 61 _t
(requested)_S 61 _t
(by)_S 61 _t
(its)_S 61 _t
(application.)_S 960 8514 _m
(With)_S 44 _t
(the)_S 44 _t
(SQL/ERI)_S 44 _t
("client")_S 44 _t
(and)_S 44 _t
("server")_S 44 _t
(definitions,)_S 44 _t
(non-SQL)_S 44 _t
(systems)_S 44 _t
(would)_S 44 _t
(be)_S 44 _t
(able)_S 44 _t
(to)_S 44 _t
(provide)_S 44 _t
(services)_S 44 _t
(to)_S 44 _t
(SQL-)_S 960 8298 _m
(based)_S 54 _t
(applications)_S 54 _t
(even)_S 54 _t
(though)_S 54 _t
(they)_S 54 _t
(might)_S 54 _t
(not)_S 54 _t
(be)_S 54 _t
(able)_S 55 _t
(to)_S 54 _t
(provide)_S 54 _t
(the)_S 54 _t
(expected)_S 54 _t
(query)_S 54 _t
(flexibility,)_S 54 _t
(access)_S 55 _t
(control,)_S 960 8082 _m
(concurrency)_S 42 _t
(control,)_S 42 _t
(or)_S 43 _t
(updatability)_S 42 _t
(required)_S 42 _t
(of)_S 42 _t
(a)_S 43 _t
(full-function)_S 42 _t
(SQL)_S 43 _t
(data)_S 42 _t
(manager.)_S 84 _t
(Full-function)_S 43 _t
(SQL)_S 42 _t
(processors)_S 960 7866 _m
(could)_S 45 _t
(provide)_S 45 _t
(these)_S 45 _t
(expected)_S 45 _t
(data)_S 45 _t
(management)_S 45 _t
(facilities)_S 44 _t
(and,)_S 45 _t
(in)_S 45 _t
(addition,)_S 45 _t
(provide)_S 45 _t
(user)_S 45 _t
(access)_S 44 _t
(to)_S 45 _t
(data)_S 45 _t
(repositories)_S 960 7650 _m
(not)_S 66 _t
(otherwise)_S 66 _t
(accessible)_S 65 _t
(via)_S 66 _t
(the)_S 65 _t
(SQL)_S 66 _t
(language.)_S 132 _t
(Section)_S 65 _t
(2)_S 66 _t
(describes)_S 66 _t
(how)_S 65 _t
(SQL/ERI)_S 66 _t
(profiles)_S 65 _t
(might)_S 66 _t
(be)_S 66 _t
(used)_S 65 _t
(to)_S 960 7434 _m
(provide)_S 61 _t
(uniform)_S 61 _t
(and)_S 61 _t
(integrated)_S 61 _t
(application)_S 61 _t
(access)_S 61 _t
(to)_S 61 _t
(both)_S 61 _t
(SQL)_S 61 _t
(and)_S 61 _t
(non-SQL)_S 61 _t
(data)_S 61 _t
(at)_S 61 _t
(local)_S 61 _t
(and)_S 61 _t
(remote)_S 61 _t
(sites.)_S 960 7002 _m
(The)_S 81 _t
(SQL/ERI)_S 81 _t
(profile)_S 81 _t
(specifications)_S 81 _t
(provide)_S 82 _t
(several)_S 81 _t
(different)_S 81 _t
(conformance)_S 81 _t
(levels)_S 81 _t
(for)_S 81 _t
(non-SQL)_S 81 _t
(systems.)_S 163 _t
(A)_S 960 6786 _m
(conforming)_S 57 _t
(SQL/ERI)_S 58 _t
(server)_S 57 _t
(is)_S 58 _t
(required)_S 57 _t
(to)_S 58 _t
(be)_S 57 _t
("self-describing")_S 58 _t
(as)_S 57 _t
(if)_S 58 _t
(it)_S 57 _t
(were)_S 58 _t
(a)_S 57 _t
(separate)_S 58 _t
(SQL-environment.)_S 115 _t
(It)_S 57 _t
(is)_S 960 6570 _m
(required)_S 45 _t
(to)_S 46 _t
(supply)_S 46 _t
(an)_S 46 _t
(SQL)_S 46 _t
(Information)_S 46 _t
(Schema)_S 46 _t
(describing)_S 46 _t
(all)_S 45 _t
(available)_S 46 _t
(tables)_S 46 _t
(and)_S 46 _t
(the)_S 46 _t
(equivalent)_S 46 _t
(SQL)_S 46 _t
(data)_S 46 _t
(types)_S 960 6354 _m
(for)_S 57 _t
(its)_S 58 _t
(columns.)_S 114 _t
(If)_S 57 _t
(the)_S 58 _t
(ERI)_S 57 _t
(Server)_S 57 _t
(provides)_S 57 _t
(new)_S 58 _t
(abstract)_S 57 _t
(data)_S 57 _t
(types)_S 57 _t
(not)_S 58 _t
(defined)_S 57 _t
(in)_S 57 _t
(the)_S 57 _t
(SQL)_S 58 _t
(standard,)_S 57 _t
(then)_S 57 _t
(it)_S 57 _t
(is)_S 960 6138 _m
(also)_S 61 _t
(required)_S 61 _t
(to)_S 61 _t
(provide)_S 61 _t
(an)_S 61 _t
(SQL)_S 61 _t
(ADT)_S 61 _t
(interface)_S 61 _t
(definition)_S 61 _t
(as)_S 61 _t
(specified)_S 61 _t
(in)_S 61 _t
(the)_S 61 _t
(emerging)_S 61 _t
(SQL3)_S 61 _t
(standard)_S 61 _t
([12].)_S 61 _t
960 5706 _m
(What)_S 59 _t
(is)_S 58 _t
(needed)_S 59 _t
(to)_S 59 _t
(make)_S 58 _t
(the)_S 59 _t
(above)_S 58 _t
(scenario)_S 59 _t
(feasible)_S 58 _t
(is)_S 59 _t
(an)_S 59 _t
(SQL/ERI)_S 58 _t
(Server)_S 59 _t
(profile,)_S 59 _t
(so)_S 58 _t
(that)_S 59 _t
(these)_S 58 _t
(non-SQL)_S 59 _t
(data)_S 960 5490 _m
(repositories)_S 56 _t
(can)_S 56 _t
(provide)_S 56 _t
(a)_S 56 _t
(simple,)_S 56 _t
(external)_S 56 _t
(interface,)_S 57 _t
(accessible)_S 56 _t
(from)_S 56 _t
(full-function)_S 56 _t
(SQL)_S 56 _t
(systems.)_S 112 _t
(Sophisticated)_S 960 5274 _m
(applications)_S 54 _t
(can)_S 54 _t
(then)_S 55 _t
(be)_S 54 _t
(built)_S 54 _t
(without)_S 54 _t
(the)_S 55 _t
(need)_S 54 _t
(to)_S 54 _t
("understand")_S 55 _t
(the)_S 54 _t
(non-standard)_S 54 _t
(data)_S 55 _t
(access)_S 54 _t
(methods)_S 54 _t
(unique)_S 55 _t
(to)_S 960 5058 _m
(each)_S 61 _t
(repository.)_S 120 _t
(Instead,)_S 61 _t
(full-function)_S 60 _t
(SQL)_S 61 _t
(systems)_S 60 _t
(could)_S 60 _t
(be)_S 61 _t
(used)_S 60 _t
(as)_S 60 _t
(intermediaries.)_S 121 _t
(The)_S 60 _t
(SQL)_S 61 _t
("client")_S 60 _t
(could)_S 960 4842 _m
(connect)_S 52 _t
(itself)_S 53 _t
(to)_S 52 _t
(the)_S 53 _t
(non-SQL)_S 52 _t
("server")_S 52 _t
(using)_S 53 _t
(the)_S 52 _t
(standard)_S 53 _t
(SQL/ERI)_S 52 _t
(interface;)_S 53 _t
(the)_S 52 _t
(application)_S 53 _t
(could)_S 52 _t
(then)_S 52 _t
(use)_S 53 _t
(the)_S 960 4626 _m
(full)_S 52 _t
(power)_S 52 _t
(and)_S 53 _t
(flexibility)_S 52 _t
(of)_S 53 _t
(the)_S 52 _t
(SQL)_S 53 _t
(data)_S 52 _t
(manipulation)_S 53 _t
(language,)_S 52 _t
(as)_S 53 _t
(well)_S 52 _t
(as)_S 53 _t
(the)_S 52 _t
(system)_S 53 _t
(provided)_S 52 _t
(special)_S 53 _t
(access)_S 960 4410 _m
(methods,)_S 51 _t
(to)_S 50 _t
(select)_S 51 _t
(and)_S 50 _t
(mange)_S 51 _t
(the)_S 50 _t
(data)_S 50 _t
(as)_S 51 _t
(if)_S 50 _t
(it)_S 51 _t
(were)_S 50 _t
(maintained)_S 50 _t
(in)_S 51 _t
(an)_S 50 _t
(SQL)_S 51 _t
(database.)_S 101 _t
(Section)_S 50 _t
(7)_S 51 _t
(of)_S 50 _t
(this)_S 51 _t
(FIPS)_S 50 _t
(PUB)_S 960 4194 _m
(provides)_S 61 _t
(the)_S 61 _t
(necessary)_S 61 _t
(SQL/ERI)_S 61 _t
(Server)_S 61 _t
(profiles)_S 61 _t
(to)_S 61 _t
(get)_S 61 _t
(this)_S 61 _t
(integration)_S 61 _t
(scenario)_S 61 _t
(started.)_S 960 2871 _m
/Times-BoldR 660 _ff
(4.)_S 146 _t
(SQL/ERI)_S 73 _t
(Leveling)_S 73 _t
(Rules)_S /Times-RomanR 550 _ff
960 2429 _m
(The)_S 65 _t
(SQL'92)_S 66 _t
(standard)_S 65 _t
([8])_S 66 _t
(specifies)_S 66 _t
(three)_S 65 _t
(levels)_S 66 _t
(of)_S 65 _t
(conformance)_S 66 _t
(for)_S 65 _t
(SQL)_S 66 _t
(language)_S 65 _t
(and)_S 66 _t
(SQL)_S 66 _t
(implementations:)_S 960 2213 _m
(Entry)_S 51 _t
(SQL,)_S 50 _t
(Intermediate)_S 51 _t
(SQL,)_S 51 _t
(and)_S 50 _t
(Full)_S 51 _t
(SQL.)_S 101 _t
(In)_S 51 _t
(addition,)_S 51 _t
(FIPS)_S 50 _t
(SQL)_S 51 _t
([3])_S 51 _t
(defines)_S 50 _t
(a)_S 51 _t
(fourth)_S 51 _t
(level)_S 50 _t
(of)_S 51 _t
(conformance,)_S 960 1997 _m
(called)_S 54 _t
(Transitional)_S 55 _t
(SQL,)_S 55 _t
(approximately)_S 55 _t
(halfway)_S 55 _t
(between)_S 55 _t
(Entry)_S 55 _t
(SQL)_S 55 _t
(and)_S 54 _t
(Intermediate)_S 55 _t
(SQL.)_S 110 _t
(FIPS)_S 55 _t
(Transitional)_S 960 1781 _m
(SQL)_S 55 _t
(is)_S 56 _t
(intended)_S 55 _t
(to)_S 56 _t
(provide)_S 55 _t
(a)_S 56 _t
(common,)_S 55 _t
(near-term)_S 55 _t
(goal)_S 56 _t
(for)_S 55 _t
(SQL)_S 56 _t
(implementations)_S 55 _t
(that)_S 56 _t
(already)_S 55 _t
(have)_S 56 _t
(a)_S 55 _t
(number)_S 56 _t
(of)_S 960 1565 _m
(features)_S 46 _t
(beyond)_S 45 _t
(Entry)_S 46 _t
(SQL.)_S 91 _t
(It)_S 46 _t
(is)_S 46 _t
(intended)_S 45 _t
(for)_S 46 _t
(use)_S 45 _t
(in)_S 46 _t
(U.S.)_S 46 _t
(federal)_S 45 _t
(government)_S 46 _t
(procurements)_S 45 _t
(in)_S 46 _t
(the)_S 46 _t
(interim)_S 45 _t
(period)_S 960 1349 _m
(before)_S 58 _t
(Intermediate)_S 57 _t
(SQL)_S 57 _t
(implementations)_S 57 _t
(are)_S 57 _t
(readily)_S 58 _t
(available.)_S 114 _t
(All)_S 58 _t
(of)_S 57 _t
(these)_S 57 _t
(existing)_S 57 _t
(SQL)_S 57 _t
(conformance)_S 57 _t
(levels)_S 9148 650 _m
(7)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
960 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
(require)_S 76 _t
(the)_S 77 _t
(facilities)_S 76 _t
(of)_S 77 _t
(a)_S 76 _t
(full-function)_S 77 _t
(SQL)_S 76 _t
(processor,)_S 77 _t
(i.e.)_S 76 _t
(schema)_S 77 _t
(definition,)_S 76 _t
(data)_S 76 _t
(manipulation,)_S 77 _t
(transaction)_S 960 11538 _m
(management,)_S 61 _t
(and)_S 61 _t
(access)_S 61 _t
(control.)_S 960 11106 _m
(New)_S 70 _t
(conformance)_S 69 _t
(alternatives)_S 70 _t
(are)_S 69 _t
(needed)_S 69 _t
(for)_S 70 _t
(non-SQL)_S 69 _t
(processors)_S 69 _t
(that)_S 69 _t
(wish)_S 70 _t
(to)_S 69 _t
(claim)_S 69 _t
(conformance)_S 70 _t
(to)_S 69 _t
(only)_S 69 _t
(a)_S 960 10890 _m
(portion)_S 93 _t
(of)_S 93 _t
(the)_S 92 _t
(SQL)_S 93 _t
(language.)_S 186 _t
(Such)_S 92 _t
(processors)_S 93 _t
(may)_S 93 _t
(be)_S 92 _t
(able)_S 93 _t
(to)_S 93 _t
(provide)_S 92 _t
(very)_S 93 _t
(sophisticated)_S 93 _t
(data)_S 92 _t
(retrieval)_S 960 10674 _m
(capabilities,)_S 65 _t
(but)_S 66 _t
(may)_S 65 _t
(not)_S 66 _t
(be)_S 65 _t
(able)_S 66 _t
(to)_S 65 _t
(allow)_S 65 _t
(update)_S 66 _t
(of)_S 65 _t
(data)_S 66 _t
(instances)_S 65 _t
(or)_S 66 _t
(creation)_S 65 _t
(of)_S 66 _t
(new)_S 65 _t
(schema)_S 66 _t
(objects.)_S 131 _t
(Since)_S 960 10458 _m
(existing)_S 55 _t
(SQL)_S 55 _t
(levels)_S 55 _t
(cut)_S 55 _t
(across)_S 55 _t
(both)_S 55 _t
(the)_S 55 _t
(schema)_S 55 _t
(definition)_S 55 _t
(and)_S 55 _t
(data)_S 55 _t
(manipulation)_S 56 _t
(facilities)_S 55 _t
(in)_S 55 _t
(the)_S 55 _t
(SQL)_S 55 _t
(standard,)_S 960 10242 _m
(it)_S 61 _t
(is)_S 61 _t
(necessary)_S 61 _t
(to)_S 61 _t
(consider)_S 61 _t
(each)_S 61 _t
(SQL)_S 61 _t
(level)_S 61 _t
(separately)_S 61 _t
(as)_S 61 _t
(applied)_S 61 _t
(to)_S 61 _t
(schema)_S 61 _t
(definition)_S 61 _t
(or)_S 61 _t
(data)_S 61 _t
(manipulation.)_S 960 9810 _m
(Consider)_S 55 _t
(the)_S 54 _t
(SQL)_S 55 _t
(leveling)_S 54 _t
(rules)_S 55 _t
(separately)_S 54 _t
(for)_S 55 _t
(schema)_S 54 _t
(definition)_S 55 _t
(and)_S 54 _t
(data)_S 55 _t
(manipulation.)_S 108 _t
(Use)_S 54 _t
(the)_S 55 _t
(term)_S 54 _t
(Schema)_S 960 9594 _m
(Definition)_S 70 _t
(Language)_S 70 _t
(\(SDL\))_S 70 _t
(to)_S 70 _t
(identify)_S 70 _t
(SQL)_S 70 _t
(language)_S 70 _t
(features)_S 70 _t
(defined)_S 70 _t
(in)_S 70 _t
(Clause)_S 70 _t
(11,)_S 70 _t
("Schema)_S 70 _t
(definition)_S 70 _t
(and)_S 960 9378 _m
(manipulation",)_S 57 _t
(in)_S 57 _t
(the)_S 57 _t
(SQL'92)_S 57 _t
(standard,)_S 56 _t
(and)_S 57 _t
(use)_S 57 _t
(the)_S 57 _t
(term)_S 57 _t
(Data)_S 57 _t
(Manipulation)_S 56 _t
(Language)_S 57 _t
(\(DML\))_S 57 _t
(to)_S 56 _t
(identify)_S 57 _t
(SQL)_S 960 9162 _m
(language)_S 89 _t
(features)_S 90 _t
(defined)_S 89 _t
(in)_S 89 _t
(Clause)_S 90 _t
(13,)_S 89 _t
("Data)_S 90 _t
(Manipulation".)_S 178 _t
(One)_S 90 _t
(is)_S 89 _t
(then)_S 89 _t
(able)_S 90 _t
(to)_S 89 _t
(discuss)_S 89 _t
(the)_S 90 _t
(following)_S 960 8946 _m
(alternatives)_S 61 _t
(for)_S 61 _t
(partial)_S 61 _t
(support)_S 61 _t
(of)_S 61 _t
(the)_S 61 _t
(SQL)_S 61 _t
(language:)_S 1958 8514 _m
(Entry)_S 61 _t
(DML)_S 4800 8514 _m
(Entry)_S 61 _t
(SDL)_S 1958 8298 _m
(Transitional)_S 61 _t
(DML)_S 4800 8298 _m
(Transitional)_S 61 _t
(SDL)_S 1958 8082 _m
(Intermediate)_S 61 _t
(DML)_S 4800 8082 _m
(Intermediate)_S 61 _t
(SDL)_S 1958 7866 _m
(Full)_S 61 _t
(DML)_S 4800 7866 _m
(Full)_S 61 _t
(SDL)_S 960 7434 _m
(There)_S 45 _t
(is)_S 45 _t
(an)_S 45 _t
(additional)_S 45 _t
(requirement)_S 45 _t
(to)_S 45 _t
(specify)_S 45 _t
(new)_S 45 _t
(Minimal)_S 45 _t
(DML)_S 45 _t
(and)_S 45 _t
(Minimal)_S 45 _t
(SDL)_S 44 _t
(levels)_S 45 _t
(to)_S 45 _t
(be)_S 45 _t
(used)_S 45 _t
(exclusively)_S 960 7218 _m
(in)_S 54 _t
(the)_S 53 _t
(definition)_S 54 _t
(of)_S 53 _t
(SQL/ERI)_S 54 _t
(Server)_S 54 _t
(profiles.)_S 107 _t
(These)_S 54 _t
(Minimal)_S 53 _t
(definitions)_S 54 _t
(are)_S 54 _t
(intended)_S 53 _t
(for)_S 54 _t
(use)_S 54 _t
(only)_S 53 _t
(by)_S 54 _t
(non-SQL)_S 960 7002 _m
(processors)_S 52 _t
(and)_S 53 _t
(cannot)_S 52 _t
(be)_S 53 _t
(used)_S 52 _t
(to)_S 52 _t
(claim)_S 53 _t
(conformance)_S 52 _t
(to)_S 53 _t
(the)_S 52 _t
(SQL)_S 52 _t
(standard)_S 53 _t
(as)_S 52 _t
(an)_S 52 _t
(SQL)_S 53 _t
(processor.)_S 105 _t
(Minimal)_S 52 _t
(DML)_S 960 6786 _m
(will)_S 59 _t
(support)_S 59 _t
(SQL)_S 58 _t
(operations)_S 59 _t
(on)_S 59 _t
(a)_S 59 _t
(single)_S 59 _t
(table,)_S 59 _t
(with)_S 58 _t
(no)_S 59 _t
(joins)_S 59 _t
(and)_S 59 _t
(no)_S 59 _t
(subqueries,)_S 59 _t
(and)_S 58 _t
(with)_S 59 _t
(severe)_S 59 _t
(limitations)_S 59 _t
(on)_S 960 6570 _m
(derived)_S 55 _t
(columns)_S 55 _t
(and)_S 54 _t
(set)_S 55 _t
(functions.)_S 110 _t
(Minimal)_S 55 _t
(SDL)_S 55 _t
(will)_S 54 _t
(support)_S 55 _t
(specification)_S 55 _t
(of)_S 55 _t
(only)_S 55 _t
(the)_S 54 _t
(simplest)_S 55 _t
(views)_S 55 _t
(and)_S 55 _t
(the)_S 960 6354 _m
(simplest)_S 55 _t
(SQL)_S 54 _t
(tables,)_S 55 _t
(using)_S 54 _t
(only)_S 55 _t
(character)_S 54 _t
(string,)_S 55 _t
(integer,)_S 54 _t
(decimal,)_S 54 _t
(and)_S 55 _t
(real)_S 54 _t
(data)_S 55 _t
(types,)_S 54 _t
(with)_S 54 _t
(no)_S 55 _t
(table)_S 54 _t
(constraints)_S 960 6138 _m
(and)_S 61 _t
(only)_S 61 _t
(very)_S 61 _t
(limited)_S 61 _t
(column)_S 61 _t
(constraints.)_S 960 5706 _m
(Levels)_S 54 _t
(of)_S 53 _t
(conformance)_S 54 _t
(in)_S 54 _t
(the)_S 53 _t
(SQL)_S 54 _t
(standard)_S 54 _t
(are)_S 53 _t
(specified)_S 54 _t
(by)_S 54 _t
(Leveling)_S 54 _t
(Rules)_S 53 _t
(in)_S 54 _t
(each)_S 54 _t
(clause)_S 53 _t
(of)_S 54 _t
(the)_S 54 _t
(specification.)_S 960 5490 _m
(Using)_S 55 _t
(the)_S 55 _t
(style)_S 55 _t
(of)_S 55 _t
(the)_S 56 _t
(SQL)_S 55 _t
(standard,)_S 55 _t
(the)_S 55 _t
(following)_S 55 _t
(subsections)_S 55 _t
(specify)_S 55 _t
(restrictions)_S 55 _t
(that)_S 55 _t
(apply)_S 55 _t
(for)_S 55 _t
(Minimal)_S 55 _t
(SDL)_S 960 5274 _m
(and)_S 56 _t
(Minimal)_S 56 _t
(DML)_S 56 _t
(in)_S 56 _t
(addition)_S 56 _t
(to)_S 56 _t
(any)_S 56 _t
(restrictions)_S 56 _t
(for)_S 56 _t
(Entry)_S 56 _t
(SQL.)_S 112 _t
(All)_S 56 _t
(Clause)_S 56 _t
(and)_S 56 _t
(Subclause)_S 57 _t
(references,)_S 56 _t
(and)_S 56 _t
(all)_S 960 5058 _m
(syntactic)_S 61 _t
(terms)_S 61 _t
(delimited)_S 61 _t
(by)_S 61 _t
(angle)_S 61 _t
(brackets)_S 61 _t
(\(i.e.)_S 61 _t
(<...>\))_S 61 _t
(are)_S 61 _t
(from)_S 61 _t
(SQL'92)_S 61 _t
([8].)_S 960 4383 _m
/Times-BoldR 660 _ff
(4.1)_S 146 _t
(Minimal)_S 73 _t
(Schema)_S 73 _t
(Definition)_S 73 _t
(Language)_S /Times-RomanR 550 _ff
960 3941 _m
61 _t
61 _t
61 _t
(1.)_S 1513 3941 _m
(A)_S 86 _t
(<schema)_S 85 _t
(element>)_S 85 _t
(contained)_S 85 _t
(in)_S 86 _t
(a)_S 85 _t
(<schema)_S 85 _t
(definition>)_S 86 _t
(shall)_S 85 _t
(be)_S 85 _t
(a)_S 86 _t
(<table)_S 85 _t
(definition>)_S 86 _t
(or)_S 85 _t
(a)_S 85 _t
(<view)_S 1513 3725 _m
(definition>.)_S 61 _t
960 3293 _m
61 _t
61 _t
61 _t
(2.)_S 1513 3293 _m
(A)_S 61 _t
(<table)_S 61 _t
(element>)_S 61 _t
(contained)_S 61 _t
(in)_S 61 _t
(a)_S 61 _t
(<table)_S 61 _t
(definition>)_S 61 _t
(shall)_S 61 _t
(be)_S 61 _t
(a)_S 61 _t
(<column)_S 61 _t
(definition>.)_S 960 2861 _m
61 _t
61 _t
61 _t
(3.)_S 1513 2861 _m
(A)_S 53 _t
(<column)_S 54 _t
(constraint>)_S 53 _t
(shall)_S 53 _t
(not)_S 54 _t
(be)_S 53 _t
(a)_S 54 _t
(<unique)_S 53 _t
(specification>,)_S 54 _t
(a)_S 53 _t
(<references)_S 54 _t
(specification>,)_S 107 _t
(or)_S 53 _t
(a)_S 54 _t
(<check)_S 1513 2645 _m
(constraint)_S 61 _t
(definition>.)_S 122 _t
(A)_S 61 _t
(<column)_S 61 _t
(constraint>)_S 61 _t
(may)_S 61 _t
(only)_S 61 _t
(specify)_S 61 _t
(NOT)_S 61 _t
(NULL.)_S 960 2213 _m
61 _t
61 _t
61 _t
(4.)_S 1513 2213 _m
(The)_S 106 _t
(<data)_S 106 _t
(type>)_S 106 _t
(of)_S 106 _t
(a)_S 105 _t
(<column)_S 106 _t
(definition>)_S 106 _t
(shall)_S 106 _t
(not)_S 106 _t
(specify)_S 106 _t
(NUMERIC,)_S 106 _t
(FLOAT,)_S 105 _t
(or)_S 106 _t
(DOUBLE)_S 1513 1997 _m
(PRECISION.)_S 81 _t
(A)_S 41 _t
(<column)_S 41 _t
(definition>)_S 40 _t
(may)_S 41 _t
(only)_S 41 _t
(specify)_S 40 _t
(DECIMAL,)_S 41 _t
(REAL,)_S 41 _t
(INTEGER,)_S 40 _t
(SMALLINT,)_S 41 _t
(and)_S 1513 1781 _m
(fixed)_S 61 _t
(length)_S 61 _t
(CHARACTER)_S 61 _t
(string)_S 61 _t
(<data)_S 61 _t
(type>s.)_S 960 1349 _m
61 _t
61 _t
61 _t
(5.)_S 1513 1349 _m
(A)_S 61 _t
(<view)_S 61 _t
(definition>)_S 61 _t
(shall)_S 61 _t
(not)_S 61 _t
(specify)_S 61 _t
(WITH)_S 61 _t
(CHECK)_S 61 _t
(OPTION.)_S 960 650 _m
(8)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
7406 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
61 _t
61 _t
61 _t
(6.)_S 1513 11754 _m
(The)_S 64 _t
(<query)_S 63 _t
(expression>)_S 64 _t
(contained)_S 63 _t
(in)_S 64 _t
(a)_S 63 _t
(<view)_S 64 _t
(definition>)_S 63 _t
(shall)_S 63 _t
(satisfy)_S 64 _t
(the)_S 63 _t
(restrictions)_S 64 _t
(specified)_S 63 _t
(by)_S 63 _t
(the)_S 1513 11538 _m
(Minimal)_S 61 _t
(Data)_S 61 _t
(Manipulation)_S 61 _t
(Language)_S 61 _t
(leveling)_S 61 _t
(rules)_S 61 _t
(below.)_S 960 10863 _m
/Times-BoldR 660 _ff
(4.2)_S 146 _t
(Minimal)_S 73 _t
(Data)_S 73 _t
(Manipulation)_S 73 _t
(Language)_S /Times-RomanR 550 _ff
960 10421 _m
61 _t
61 _t
61 _t
(1.)_S 1513 10421 _m
(A)_S 61 _t
(<query)_S 61 _t
(expression>)_S 61 _t
(shall)_S 61 _t
(be)_S 61 _t
(a)_S 61 _t
(<query)_S 61 _t
(specification>.)_S 960 9989 _m
61 _t
61 _t
61 _t
(2.)_S 1513 9989 _m
(A)_S 64 _t
(<derived)_S 63 _t
(column>)_S 63 _t
(in)_S 64 _t
(the)_S 63 _t
(<select)_S 63 _t
(list>)_S 64 _t
(of)_S 63 _t
(a)_S 64 _t
(<query)_S 63 _t
(specification>)_S 63 _t
(shall)_S 64 _t
(be)_S 63 _t
(a)_S 63 _t
(<value)_S 64 _t
(expression>)_S 63 _t
(that)_S 1513 9773 _m
(is)_S 70 _t
(either)_S 70 _t
(a)_S 70 _t
(<column)_S 71 _t
(reference>)_S 70 _t
(or)_S 70 _t
(a)_S 70 _t
(<set)_S 70 _t
(function)_S 71 _t
(specification>,)_S 70 _t
(and)_S 70 _t
(the)_S 70 _t
(<derived)_S 70 _t
(column>)_S 71 _t
(shall)_S 70 _t
(not)_S 1513 9557 _m
(contain)_S 61 _t
(an)_S 61 _t
(<as)_S 61 _t
(clause>.)_S 960 9125 _m
61 _t
61 _t
61 _t
(3.)_S 1513 9125 _m
(A)_S 53 _t
(<set)_S 52 _t
(function)_S 53 _t
(specification>)_S 52 _t
(that)_S 53 _t
(is)_S 52 _t
(a)_S 53 _t
(<derived)_S 53 _t
(column>)_S 52 _t
(in)_S 53 _t
(the)_S 53 _t
(<select)_S 52 _t
(list>)_S 53 _t
(of)_S 52 _t
(a)_S 53 _t
(<query)_S 52 _t
(specification>)_S 1513 8909 _m
(shall)_S 64 _t
(be)_S 65 _t
(either)_S 64 _t
(COUNT\(*\))_S 64 _t
(or)_S 64 _t
(a)_S 64 _t
(<general)_S 64 _t
(set)_S 64 _t
(function>)_S 64 _t
(whose)_S 65 _t
(directly)_S 64 _t
(contained)_S 64 _t
(<value)_S 64 _t
(expression>)_S 64 _t
(is)_S 1513 8693 _m
(a)_S 61 _t
(<column)_S 61 _t
(reference>.)_S 960 8261 _m
61 _t
61 _t
61 _t
(4.)_S 1513 8261 _m
(A)_S 61 _t
(<table)_S 61 _t
(expression>)_S 61 _t
(shall)_S 61 _t
(not)_S 61 _t
(contain)_S 61 _t
(a)_S 61 _t
(<group)_S 61 _t
(by)_S 61 _t
(clause>)_S 122 _t
(or)_S 61 _t
(a)_S 61 _t
(<having)_S 61 _t
(clause>.)_S 960 7829 _m
61 _t
61 _t
61 _t
(5.)_S 1513 7829 _m
(The)_S 64 _t
(<from)_S 65 _t
(clause>)_S 64 _t
(contained)_S 64 _t
(in)_S 65 _t
(a)_S 64 _t
(<table)_S 64 _t
(expression>)_S 65 _t
(shall)_S 64 _t
(contain)_S 65 _t
(exactly)_S 64 _t
(one)_S 64 _t
(<table)_S 65 _t
(reference>,)_S 64 _t
(and)_S 1513 7613 _m
(that)_S 43 _t
(<table)_S 43 _t
(reference>)_S 43 _t
(shall)_S 43 _t
(be)_S 42 _t
(a)_S 43 _t
(single)_S 43 _t
(<table)_S 43 _t
(name>)_S 43 _t
(without)_S 42 _t
(an)_S 43 _t
(associated)_S 43 _t
(<correlation)_S 43 _t
(name>.)_S 86 _t
(A)_S 42 _t
(<table)_S 1513 7397 _m
(name>)_S 61 _t
(may)_S 61 _t
(be)_S 61 _t
(qualified)_S 61 _t
(to)_S 61 _t
(include)_S 61 _t
(a)_S 61 _t
(<schema)_S 61 _t
(name>.)_S 960 6965 _m
61 _t
61 _t
61 _t
(6.)_S 1513 6965 _m
(A)_S 67 _t
(<search)_S 68 _t
(condition>)_S 67 _t
(contained)_S 67 _t
(in)_S 68 _t
(an)_S 67 _t
(<SQL)_S 68 _t
(data)_S 67 _t
(statement>)_S 68 _t
(shall)_S 67 _t
(not)_S 68 _t
(contain)_S 67 _t
(any)_S 68 _t
(<subquery>.)_S 135 _t
(Any)_S 1513 6749 _m
(<predicate>)_S 57 _t
(contained)_S 56 _t
(in)_S 57 _t
(a)_S 56 _t
(<search)_S 57 _t
(condition>)_S 57 _t
(shall)_S 57 _t
(be)_S 56 _t
(a)_S 57 _t
(<comparison)_S 57 _t
(predicate>)_S 56 _t
(without)_S 57 _t
(subqueries,)_S 57 _t
(a)_S 1513 6533 _m
(<between)_S 64 _t
(predicate>,)_S 63 _t
(a)_S 63 _t
(<like)_S 64 _t
(predicate>,)_S 63 _t
(a)_S 63 _t
(<null)_S 63 _t
(predicate>,)_S 64 _t
(or)_S 63 _t
(an)_S 63 _t
(<in)_S 64 _t
(predicate>)_S 63 _t
(whose)_S 63 _t
(<in)_S 63 _t
(predicate)_S 1513 6317 _m
(value>)_S 61 _t
(is)_S 61 _t
(a)_S 61 _t
(parenthesized)_S 61 _t
(list)_S 61 _t
(of)_S 61 _t
(<value)_S 61 _t
(specification>s.)_S 960 5885 _m
61 _t
61 _t
61 _t
(7.)_S 1513 5885 _m
(A)_S 56 _t
(<row)_S 56 _t
(value)_S 56 _t
(constructor>)_S 56 _t
(contained)_S 56 _t
(in)_S 56 _t
(any)_S 56 _t
(<predicate>)_S 56 _t
(shall)_S 56 _t
(have)_S 56 _t
(exactly)_S 56 _t
(one)_S 56 _t
(<row)_S 56 _t
(value)_S 57 _t
(constructor)_S 1513 5669 _m
(element>)_S 61 _t
(that)_S 61 _t
(is)_S 61 _t
(a)_S 61 _t
(<value)_S 61 _t
(expression>.)_S 960 5237 _m
61 _t
61 _t
61 _t
(8.)_S 1513 5237 _m
(A)_S 66 _t
(<value)_S 65 _t
(expression>)_S 66 _t
(shall)_S 66 _t
(be)_S 66 _t
(a)_S 66 _t
(<numeric)_S 65 _t
(value)_S 66 _t
(expression>,)_S 66 _t
(or)_S 66 _t
(a)_S 66 _t
(<string)_S 66 _t
(value)_S 65 _t
(expression>)_S 66 _t
(that)_S 66 _t
(is)_S 66 _t
(a)_S 1513 5021 _m
(<character)_S 61 _t
(primary>.)_S 960 4589 _m
61 _t
61 _t
61 _t
(9.)_S 1513 4589 _m
(A)_S 61 _t
(<value)_S 61 _t
(expression)_S 61 _t
(primary>)_S 61 _t
(shall)_S 61 _t
(not)_S 61 _t
(be)_S 61 _t
(a)_S 61 _t
(<set)_S 61 _t
(function)_S 61 _t
(specification>)_S 61 _t
(or)_S 61 _t
(a)_S 61 _t
(<scalar)_S 61 _t
(subquery>.)_S 960 4157 _m
61 _t
61 _t
(10.)_S 1513 4157 _m
(A)_S 61 _t
(<numeric)_S 61 _t
(primary>)_S 61 _t
(shall)_S 61 _t
(not)_S 61 _t
(be)_S 61 _t
(a)_S 61 _t
(<numeric)_S 61 _t
(value)_S 61 _t
(function>.)_S 960 3725 _m
61 _t
61 _t
(11.)_S 1513 3725 _m
(A)_S 61 _t
(<character)_S 61 _t
(primary>)_S 61 _t
(shall)_S 61 _t
(not)_S 61 _t
(be)_S 61 _t
(a)_S 61 _t
(<character)_S 61 _t
(value)_S 61 _t
(function>.)_S 960 3293 _m
61 _t
61 _t
(12.)_S 1513 3293 _m
(A)_S 61 _t
(<sort)_S 61 _t
(key>)_S 61 _t
(in)_S 61 _t
(a)_S 61 _t
(<declare)_S 61 _t
(cursor>)_S 61 _t
(shall)_S 61 _t
(not)_S 61 _t
(be)_S 61 _t
(an)_S 61 _t
(<unsigned)_S 61 _t
(integer>.)_S 1513 2861 _m
/Times-BoldR 550 _ff
(Note:)_S /Times-RomanR 550 _ff
102 _t
(Leveling)_S 51 _t
(Rule)_S 51 _t
(2a)_S 51 _t
(of)_S 51 _t
(Subclause)_S 51 _t
(13.8,)_S 51 _t
("<insert)_S 51 _t
(statement>",)_S 52 _t
(is)_S 51 _t
(incorrect)_S 51 _t
(in)_S 51 _t
(that)_S 51 _t
(it)_S 51 _t
(should)_S 51 _t
(also)_S 51 _t
(allow)_S 1513 2645 _m
(a)_S 61 _t
(<null)_S 61 _t
(specification>.)_S 122 _t
(This)_S 61 _t
(is)_S 61 _t
(corrected)_S 61 _t
(in)_S 61 _t
(SQL)_S 61 _t
(Technical)_S 61 _t
(Corrigendum)_S 61 _t
(1)_S 61 _t
([20].)_S 9148 650 _m
(9)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
960 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11295 _m
/Times-BoldR 660 _ff
(5.)_S 146 _t
(Optional)_S 73 _t
(Extensions)_S /Times-RomanR 550 _ff
960 10853 _m
(An)_S 51 _t
(SQL/ERI)_S 50 _t
(Server)_S 50 _t
(will)_S 51 _t
(often)_S 50 _t
(support)_S 50 _t
(additional)_S 50 _t
(data)_S 51 _t
(types)_S 50 _t
(and)_S 50 _t
(SQL)_S 50 _t
(language)_S 51 _t
(facilities)_S 50 _t
(beyond)_S 50 _t
(those)_S 50 _t
(specified)_S 960 10637 _m
(for)_S 64 _t
(the)_S 64 _t
(given)_S 64 _t
(level)_S 65 _t
(of)_S 64 _t
(service.)_S 128 _t
(This)_S 64 _t
(section)_S 64 _t
(identifies)_S 65 _t
(features)_S 64 _t
(in)_S 64 _t
(the)_S 64 _t
(SQL'92)_S 64 _t
(standard,)_S 65 _t
(and)_S 64 _t
(emerging)_S 64 _t
(features)_S 960 10421 _m
(in)_S 73 _t
(the)_S 73 _t
(SQL3)_S 73 _t
(and)_S 73 _t
(SQL/MM)_S 73 _t
(specifications,)_S 73 _t
(that)_S 73 _t
(an)_S 73 _t
(SQL/ERI)_S 73 _t
(Server)_S 73 _t
(may)_S 73 _t
(support.)_S 146 _t
(Each)_S 73 _t
(of)_S 73 _t
(these)_S 73 _t
(items)_S 73 _t
(is)_S 73 _t
(an)_S 960 10205 _m
(optional)_S 49 _t
(indication)_S 50 _t
(that)_S 49 _t
(must)_S 50 _t
(be)_S 49 _t
(explicitly)_S 50 _t
(declared)_S 49 _t
(by)_S 50 _t
(an)_S 49 _t
(SQL/ERI)_S 50 _t
(Server)_S 49 _t
(implementation)_S 50 _t
(before)_S 49 _t
(an)_S 50 _t
(application)_S 960 9989 _m
(program)_S 61 _t
(can)_S 61 _t
(rely)_S 61 _t
(on)_S 61 _t
(its)_S 61 _t
(existence.)_S 960 9557 _m
(An)_S 50 _t
(SQL/ERI)_S 50 _t
(Server)_S 50 _t
(that)_S 50 _t
(supports)_S 50 _t
(a)_S 51 _t
(Read-Only)_S 50 _t
(interface)_S 50 _t
(will)_S 50 _t
(support)_S 50 _t
(only)_S 50 _t
(the)_S 50 _t
(read-only)_S 50 _t
(aspects)_S 50 _t
(of)_S 50 _t
(each)_S 50 _t
(feature.)_S 960 9341 _m
(Thus)_S 52 _t
(a)_S 52 _t
(non-SQL)_S 52 _t
(implementation)_S 52 _t
(may)_S 52 _t
(be)_S 52 _t
(able)_S 52 _t
(to)_S 52 _t
(define)_S 52 _t
(itself)_S 52 _t
(to)_S 52 _t
(an)_S 52 _t
(SQL)_S 53 _t
(client)_S 52 _t
(using)_S 52 _t
(very)_S 52 _t
(complex)_S 52 _t
(abstract)_S 52 _t
(data)_S 960 9125 _m
(types)_S 61 _t
(\(ADTs\))_S 61 _t
(and)_S 62 _t
(methods)_S 61 _t
(specified)_S 62 _t
(in)_S 61 _t
(SQL3,)_S 62 _t
(even)_S 61 _t
(though)_S 62 _t
(it)_S 61 _t
(does)_S 61 _t
(not)_S 61 _t
(allow)_S 62 _t
(creation)_S 61 _t
(or)_S 62 _t
(modification)_S 61 _t
(of)_S 62 _t
(such)_S 960 8909 _m
(types.)_S 109 _t
(The)_S 54 _t
(SQL/ERI)_S 55 _t
(server)_S 54 _t
(will)_S 54 _t
(declare)_S 55 _t
(the)_S 54 _t
(accessing)_S 55 _t
("signature")_S 54 _t
(of)_S 54 _t
(such)_S 55 _t
(facilities)_S 54 _t
(in)_S 54 _t
(the)_S 55 _t
(Information)_S 54 _t
(Schema,)_S 960 8693 _m
(so)_S 52 _t
(that)_S 51 _t
(an)_S 52 _t
(application)_S 52 _t
(can)_S 52 _t
(use)_S 52 _t
(the)_S 52 _t
(SQL/PSM)_S 52 _t
(routine)_S 51 _t
(and)_S 52 _t
(procedure)_S 52 _t
(calling)_S 52 _t
(mechanisms)_S 52 _t
(to)_S 51 _t
(access)_S 52 _t
(the)_S 52 _t
(data.)_S 104 _t
(This)_S 960 8477 _m
(is)_S 78 _t
(how)_S 78 _t
(the)_S 78 _t
(very)_S 78 _t
(specialized)_S 78 _t
(data)_S 78 _t
(managers)_S 78 _t
(such)_S 78 _t
(as)_S 78 _t
(document)_S 78 _t
(management)_S 78 _t
(systems,)_S 78 _t
(geographic)_S 78 _t
(information)_S 960 8261 _m
(systems,)_S 61 _t
(or)_S 61 _t
(CAD/CAM)_S 61 _t
(systems)_S 61 _t
(may)_S 61 _t
(make)_S 61 _t
(their)_S 61 _t
(specialized)_S 61 _t
(features)_S 61 _t
(available)_S 61 _t
(to)_S 61 _t
(SQL)_S 61 _t
(applications.)_S 960 7586 _m
/Times-BoldR 660 _ff
(5.1)_S 146 _t
(SQL'92)_S 73 _t
(features)_S 73 _t
/Times-RomanR 550 _ff
960 7144 _m
(The)_S 62 _t
(SQL)_S 63 _t
(conformance)_S 62 _t
(levels)_S 62 _t
(defined)_S 63 _t
(in)_S 62 _t
(Section)_S 62 _t
(4)_S 63 _t
(of)_S 62 _t
(this)_S 63 _t
(specification)_S 62 _t
(identify)_S 62 _t
(a)_S 63 _t
(broad)_S 62 _t
(level)_S 62 _t
(of)_S 63 _t
(capability)_S 62 _t
(for)_S 960 6928 _m
(conforming)_S 62 _t
(SQL/ERI)_S 63 _t
(servers.)_S 125 _t
(In)_S 62 _t
(addition,)_S 62 _t
(it)_S 63 _t
(is)_S 62 _t
(sometimes)_S 63 _t
(desirable)_S 62 _t
(to)_S 63 _t
(identify)_S 62 _t
(other)_S 62 _t
(features)_S 63 _t
(specified)_S 62 _t
(in)_S 63 _t
(the)_S 960 6712 _m
(SQL'92)_S 58 _t
(standard)_S 58 _t
([8])_S 58 _t
(as)_S 58 _t
(either)_S 59 _t
(offered)_S 58 _t
(by)_S 58 _t
(a)_S 58 _t
(product)_S 58 _t
(or)_S 58 _t
(required)_S 59 _t
(by)_S 58 _t
(a)_S 58 _t
(specific)_S 58 _t
(procurement.)_S 117 _t
(Section)_S 58 _t
(14)_S 58 _t
(of)_S 59 _t
(FIPS)_S 960 6496 _m
(SQL)_S 46 _t
([3])_S 45 _t
(identifies)_S 45 _t
(83)_S 45 _t
(features)_S 46 _t
(of)_S 45 _t
(the)_S 46 _t
(SQL'92)_S 45 _t
(standard)_S 45 _t
(beyond)_S 45 _t
(the)_S 46 _t
(Entry)_S 45 _t
(SQL)_S 45 _t
(requirements.)_S 91 _t
(An)_S 45 _t
(SQL/ERI)_S 45 _t
(Server)_S 960 6280 _m
(could)_S 110 _t
(identify)_S 110 _t
(which)_S 110 _t
(features)_S 110 _t
(are)_S 110 _t
(supported)_S 110 _t
(beyond)_S 110 _t
(its)_S 110 _t
(declared)_S 110 _t
(level)_S 109 _t
(of)_S 110 _t
(service)_S 110 _t
(by)_S 110 _t
(implementing)_S 110 _t
(the)_S 960 6064 _m
(SQL_FEATURES)_S 47 _t
(table)_S 46 _t
(as)_S 47 _t
(specified)_S 46 _t
(in)_S 47 _t
(Section)_S 46 _t
(15)_S 47 _t
(of)_S 46 _t
(FIPS)_S 47 _t
(SQL.)_S 92 _t
(Implementation)_S 47 _t
(of)_S 46 _t
(the)_S 47 _t
(SQL_FEATURES)_S 46 _t
(table)_S 960 5848 _m
(is)_S 55 _t
(a)_S 55 _t
(requirement)_S 55 _t
(for)_S 55 _t
(all)_S 55 _t
(SQL/ERI)_S 55 _t
(Servers)_S 55 _t
(that)_S 55 _t
(claim)_S 55 _t
(a)_S 55 _t
(base)_S 55 _t
(level)_S 55 _t
(of)_S 55 _t
(SQL)_S 54 _t
(data)_S 55 _t
(manipulation)_S 55 _t
(language)_S 55 _t
(support)_S 55 _t
(at)_S 960 5632 _m
(the)_S 53 _t
(Intermediate)_S 54 _t
(DML)_S 54 _t
(level)_S 53 _t
(or)_S 54 _t
(above.)_S 107 _t
(A)_S 54 _t
(procurement)_S 53 _t
(could)_S 54 _t
(also)_S 54 _t
(use)_S 53 _t
(this)_S 54 _t
(list)_S 54 _t
(to)_S 53 _t
(identify,)_S 54 _t
(unambiguously,)_S 54 _t
(those)_S 960 5416 _m
(SQL)_S 51 _t
(features)_S 52 _t
(beyond)_S 51 _t
(the)_S 51 _t
(identified)_S 52 _t
(conformance)_S 51 _t
(level)_S 51 _t
(that)_S 52 _t
(are)_S 51 _t
(either)_S 52 _t
(required)_S 51 _t
(or)_S 51 _t
(desirable)_S 52 _t
(for)_S 51 _t
(that)_S 52 _t
(procurement.)_S 960 4984 _m
(FIPS)_S 69 _t
(SQL)_S 68 _t
(also)_S 69 _t
(identifies)_S 69 _t
(default)_S 68 _t
(minimum)_S 69 _t
(requirements)_S 68 _t
(for)_S 69 _t
(the)_S 69 _t
(precision,)_S 68 _t
(size,)_S 69 _t
(or)_S 68 _t
(number)_S 69 _t
(of)_S 68 _t
(occurrences)_S 69 _t
(of)_S 960 4768 _m
(database)_S 42 _t
(constructs)_S 43 _t
(\(see)_S 42 _t
(section)_S 42 _t
(16.6)_S 43 _t
(of)_S 42 _t
([3]\).)_S 85 _t
(Unless)_S 42 _t
(otherwise)_S 42 _t
(specified)_S 42 _t
(in)_S 43 _t
(a)_S 42 _t
(procurement,)_S 42 _t
(the)_S 43 _t
(Entry)_S 42 _t
(Value)_S 42 _t
(sizing)_S 960 4552 _m
(limits)_S 54 _t
(apply)_S 54 _t
(to)_S 54 _t
(all)_S 53 _t
(Entry)_S 54 _t
(SQL)_S 54 _t
(or)_S 54 _t
(Transitional)_S 54 _t
(SQL)_S 54 _t
(features)_S 53 _t
(and)_S 54 _t
(the)_S 54 _t
(Intermediate)_S 54 _t
(Value)_S 53 _t
(sizing)_S 54 _t
(limits)_S 54 _t
(apply)_S 54 _t
(to)_S 53 _t
(all)_S 960 4336 _m
(Intermediate)_S 105 _t
(SQL)_S 106 _t
(or)_S 105 _t
(Full)_S 105 _t
(SQL)_S 106 _t
(features.)_S 210 _t
(An)_S 106 _t
(SQL/ERI)_S 105 _t
(Server)_S 105 _t
(could)_S 106 _t
(identify)_S 105 _t
(its)_S 105 _t
(own)_S 106 _t
(sizing)_S 105 _t
(limits)_S 106 _t
(by)_S 960 4120 _m
(implementing)_S 100 _t
(the)_S 100 _t
(SQL_SIZING)_S 100 _t
(table)_S 100 _t
(as)_S 100 _t
(specified)_S 100 _t
(in)_S 100 _t
(Section)_S 101 _t
(15)_S 100 _t
(of)_S 100 _t
(FIPS)_S 100 _t
(SQL.)_S 200 _t
(Implementation)_S 100 _t
(of)_S 101 _t
(the)_S 960 3904 _m
(SQL_SIZING)_S 55 _t
(table)_S 55 _t
(is)_S 55 _t
(a)_S 55 _t
(requirement)_S 55 _t
(for)_S 56 _t
(all)_S 55 _t
(SQL/ERI)_S 55 _t
(Servers)_S 55 _t
(that)_S 55 _t
(claim)_S 55 _t
(a)_S 56 _t
(base)_S 55 _t
(level)_S 55 _t
(of)_S 55 _t
(SQL)_S 55 _t
(data)_S 56 _t
(manipulation)_S 960 3688 _m
(language)_S 51 _t
(support)_S 50 _t
(at)_S 51 _t
(the)_S 51 _t
(Intermediate)_S 50 _t
(DML)_S 51 _t
(level)_S 51 _t
(or)_S 50 _t
(above.)_S 101 _t
(A)_S 51 _t
(procurement)_S 51 _t
(is)_S 50 _t
(responsible)_S 51 _t
(for)_S 51 _t
(identifying)_S 50 _t
(its)_S 51 _t
(own)_S 960 3472 _m
(sizing)_S 61 _t
(limits)_S 61 _t
(on)_S 61 _t
(all)_S 61 _t
(required)_S 61 _t
(features,)_S 61 _t
(but)_S 61 _t
(in)_S 62 _t
(the)_S 61 _t
(absence)_S 61 _t
(of)_S 61 _t
(an)_S 61 _t
(explicit)_S 61 _t
(declaration,)_S 61 _t
(the)_S 61 _t
(default)_S 62 _t
(minimum)_S 61 _t
(limits)_S 960 3256 _m
(apply)_S 61 _t
(for)_S 61 _t
(that)_S 61 _t
(procurement.)_S /Times-BoldR 550 _ff
960 2581 _m
/Times-BoldR 660 _ff
(5.2)_S 146 _t
(Stored)_S 73 _t
(procedures)_S 73 _t
(and)_S 73 _t
(callable)_S 73 _t
(routines)_S 73 _t
(\(SQL/PSM\))_S 73 _t
/Times-RomanR 550 _ff
960 2139 _m
(An)_S 73 _t
(emerging)_S 73 _t
(new)_S 72 _t
(part)_S 73 _t
(of)_S 73 _t
(the)_S 72 _t
(SQL)_S 73 _t
(standard)_S 72 _t
(for)_S 73 _t
(Persistent)_S 73 _t
(Stored)_S 72 _t
(Modules)_S 73 _t
(\(SQL/PSM\))_S 72 _t
(was)_S 73 _t
(registered)_S 73 _t
(as)_S 72 _t
(an)_S 960 1923 _m
(ISO/IEC)_S 67 _t
(Committee)_S 66 _t
(Draft)_S 67 _t
(\(CD\))_S 66 _t
(in)_S 67 _t
(March)_S 67 _t
(1994)_S 66 _t
(\(see)_S 67 _t
([11]\).)_S 133 _t
(Although)_S 66 _t
(this)_S 67 _t
(specification)_S 67 _t
(will)_S 66 _t
(not)_S 67 _t
(reach)_S 66 _t
(formal)_S 960 1707 _m
(standardization)_S 58 _t
(until)_S 58 _t
(at)_S 58 _t
(least)_S 58 _t
(late)_S 58 _t
(1995)_S 58 _t
(or)_S 58 _t
(early)_S 58 _t
(1996,)_S 58 _t
(it)_S 58 _t
(should)_S 58 _t
(be)_S 58 _t
(sufficiently)_S 58 _t
(complete)_S 58 _t
(and)_S 58 _t
(stable)_S 58 _t
(to)_S 58 _t
(justify)_S 58 _t
(its)_S 960 1491 _m
(careful)_S 82 _t
(use)_S 82 _t
(in)_S 81 _t
(procurements)_S 82 _t
(before)_S 82 _t
(that)_S 82 _t
(date.)_S 163 _t
(The)_S 82 _t
(intent)_S 82 _t
(of)_S 82 _t
(SQL/PSM)_S 82 _t
(is)_S 82 _t
(to)_S 82 _t
(make)_S 81 _t
(SQL)_S 82 _t
(a)_S 82 _t
(computationally)_S 960 1275 _m
(complete)_S 88 _t
(programming)_S 88 _t
(language)_S 88 _t
(with)_S 88 _t
(variables,)_S 88 _t
(procedures,)_S 88 _t
(functions,)_S 88 _t
(and)_S 88 _t
(flow-of-control)_S 88 _t
(statements.)_S 177 _t
(In)_S 960 650 _m
(10)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
7406 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
(particular,)_S 75 _t
(packages)_S 74 _t
(of)_S 75 _t
(SQL)_S 74 _t
(procedures)_S 74 _t
(called)_S 74 _t
(modules)_S 75 _t
(may)_S 74 _t
(be)_S 75 _t
(stored)_S 74 _t
(at)_S 75 _t
(server)_S 74 _t
(nodes)_S 74 _t
(in)_S 75 _t
(a)_S 74 _t
(communications)_S 960 11538 _m
(network)_S 60 _t
(with)_S 61 _t
(only)_S 60 _t
(a)_S 60 _t
(procedure)_S 61 _t
(call)_S 60 _t
(needed)_S 61 _t
(to)_S 60 _t
(invoke)_S 60 _t
(a)_S 61 _t
(desired)_S 60 _t
(action.)_S 121 _t
(The)_S 60 _t
(advantage)_S 61 _t
(is)_S 60 _t
(that)_S 60 _t
(modules)_S 61 _t
(may)_S 60 _t
(be)_S 960 11322 _m
(stored)_S 64 _t
(persistently)_S 63 _t
(in)_S 64 _t
(the)_S 63 _t
(database,)_S 63 _t
(subject)_S 64 _t
(to)_S 63 _t
(SQL)_S 63 _t
(access)_S 64 _t
(control)_S 63 _t
(and)_S 63 _t
(integrity)_S 64 _t
(management,)_S 63 _t
(thereby)_S 63 _t
(allowing)_S 960 11106 _m
(a)_S 53 _t
(reduction)_S 52 _t
(of)_S 53 _t
(comunications)_S 52 _t
(overhead)_S 53 _t
(along)_S 52 _t
(with)_S 53 _t
(optimization)_S 52 _t
(and)_S 53 _t
(other)_S 52 _t
(performance)_S 53 _t
(efficiencies)_S 52 _t
(at)_S 53 _t
(the)_S 52 _t
(server)_S 960 10890 _m
(site.)_S 960 10458 _m
(A)_S 49 _t
(major)_S 49 _t
(advantage)_S 49 _t
(of)_S 50 _t
(the)_S 49 _t
(SQL/PSM)_S 49 _t
(is)_S 50 _t
(that)_S 49 _t
(non-SQL)_S 49 _t
(data)_S 49 _t
(managers)_S 50 _t
(will)_S 49 _t
(be)_S 49 _t
(able)_S 49 _t
(to)_S 50 _t
(present)_S 49 _t
(their)_S 49 _t
(special)_S 50 _t
(features)_S 960 10242 _m
(to)_S 60 _t
(applications)_S 59 _t
(in)_S 60 _t
(an)_S 60 _t
(SQL)_S 59 _t
(environment)_S 60 _t
(as)_S 60 _t
(callable)_S 59 _t
(SQL)_S 60 _t
(functions)_S 59 _t
(or)_S 60 _t
(procedures.)_S 119 _t
(The)_S 60 _t
(only)_S 60 _t
(requirement)_S 59 _t
(is)_S 60 _t
(that)_S 960 10026 _m
(the)_S 53 _t
(calling)_S 54 _t
(syntax)_S 54 _t
(be)_S 54 _t
(standard)_S 54 _t
(SQL)_S 54 _t
(syntax)_S 54 _t
(as)_S 53 _t
(far)_S 54 _t
(as)_S 54 _t
(the)_S 54 _t
(calling)_S 54 _t
(application)_S 54 _t
(is)_S 53 _t
(concerned)_S 54 _t
(and)_S 54 _t
(that)_S 54 _t
(the)_S 54 _t
(parameters)_S 960 9810 _m
(be)_S 55 _t
(defined)_S 55 _t
(as)_S 55 _t
(SQL)_S 55 _t
(data)_S 56 _t
(types.)_S 110 _t
(The)_S 55 _t
(content)_S 55 _t
(body)_S 55 _t
(of)_S 55 _t
(the)_S 55 _t
(functions)_S 55 _t
(and)_S 56 _t
(procedures)_S 55 _t
(may)_S 55 _t
(not)_S 55 _t
(be)_S 55 _t
(visible)_S 55 _t
(to)_S 55 _t
(the)_S 55 _t
(end)_S 960 9594 _m
(user)_S 61 _t
(and)_S 62 _t
(thus)_S 61 _t
(may)_S 62 _t
(be)_S 61 _t
(implementation-dependent.)_S 123 _t
(The)_S 61 _t
(SQL/ERI)_S 62 _t
(Server)_S 61 _t
(can)_S 62 _t
(use)_S 61 _t
(the)_S 62 _t
(SQL)_S 61 _t
(Information)_S 62 _t
(Schema)_S 960 9378 _m
(catalog)_S 61 _t
(tables)_S 61 _t
(to)_S 61 _t
(make)_S 61 _t
(known)_S 61 _t
(to)_S 61 _t
(the)_S 61 _t
(users)_S 61 _t
(exactly)_S 61 _t
(which)_S 61 _t
(functions)_S 61 _t
(and)_S 61 _t
(procedures)_S 61 _t
(are)_S 61 _t
(available)_S 61 _t
(for)_S 61 _t
(their)_S 61 _t
(use.)_S /Times-BoldR 550 _ff
960 8703 _m
/Times-BoldR 660 _ff
(5.3)_S 146 _t
(SQL)_S 73 _t
(multimedia)_S 73 _t
(class)_S 73 _t
(library)_S 73 _t
(\(SQL/MM\))_S 146 _t
/Times-RomanR 550 _ff
960 8261 _m
(A)_S 66 _t
(new)_S 65 _t
(ISO/IEC)_S 66 _t
(international)_S 65 _t
(standardization)_S 66 _t
(project)_S 65 _t
(for)_S 66 _t
(development)_S 65 _t
(of)_S 66 _t
(an)_S 65 _t
(SQL)_S 66 _t
(class)_S 65 _t
(library)_S 66 _t
(for)_S 65 _t
(multimedia)_S 960 8045 _m
(applications)_S 41 _t
(was)_S 41 _t
(approved)_S 41 _t
(in)_S 41 _t
(early)_S 41 _t
(1993.)_S 83 _t
(This)_S 41 _t
(new)_S 41 _t
(standardization)_S 41 _t
(activity,)_S 41 _t
(named)_S 41 _t
(SQL)_S 41 _t
(Multimedia)_S 42 _t
(\(SQL/MM\),)_S 960 7829 _m
(will)_S 48 _t
(specify)_S 49 _t
(packages)_S 48 _t
(of)_S 48 _t
(SQL)_S 49 _t
(abstract)_S 48 _t
(data)_S 49 _t
(type)_S 48 _t
(\(ADT\))_S 49 _t
(definitions)_S 48 _t
(using)_S 48 _t
(the)_S 49 _t
(facilities)_S 48 _t
(for)_S 49 _t
(ADT)_S 48 _t
(specification)_S 49 _t
(and)_S 960 7613 _m
(invocation)_S 63 _t
(provided)_S 63 _t
(in)_S 63 _t
(the)_S 63 _t
(emerging)_S 63 _t
(SQL3)_S 63 _t
(specification)_S 63 _t
([12].)_S 126 _t
(SQL/MM)_S 63 _t
(intends)_S 63 _t
(to)_S 62 _t
(standardize)_S 63 _t
(class)_S 63 _t
(libraries)_S 960 7397 _m
(for)_S 50 _t
(science)_S 49 _t
(and)_S 50 _t
(engineering,)_S 49 _t
(full-text)_S 50 _t
(and)_S 49 _t
(document)_S 50 _t
(processing,)_S 49 _t
(and)_S 50 _t
(methods)_S 49 _t
(for)_S 50 _t
(the)_S 49 _t
(management)_S 50 _t
(of)_S 49 _t
(multimedia)_S 960 7181 _m
(objects)_S 55 _t
(such)_S 55 _t
(as)_S 54 _t
(image,)_S 55 _t
(sound,)_S 54 _t
(animation,)_S 55 _t
(music,)_S 55 _t
(and)_S 54 _t
(video.)_S 109 _t
(It)_S 55 _t
(will)_S 55 _t
(likely)_S 54 _t
(provide)_S 55 _t
(an)_S 54 _t
(SQL)_S 55 _t
(language)_S 55 _t
(binding)_S 54 _t
(for)_S 960 6965 _m
(multimedia)_S 60 _t
(objects)_S 61 _t
(defined)_S 60 _t
(by)_S 60 _t
(other)_S 60 _t
(JTC1)_S 61 _t
(standardization)_S 60 _t
(bodies)_S 61 _t
(\(e.g.)_S 60 _t
(SC18)_S 60 _t
(for)_S 61 _t
(documents,)_S 60 _t
(SC24)_S 60 _t
(for)_S 61 _t
(images,)_S 960 6749 _m
(and)_S 61 _t
(SC29)_S 61 _t
(for)_S 61 _t
(photographs)_S 61 _t
(and)_S 61 _t
(motion)_S 61 _t
(pictures\).)_S 960 6317 _m
(The)_S 61 _t
(project)_S 62 _t
(plan)_S 61 _t
(for)_S 61 _t
(SQL/MM)_S 61 _t
(indicates)_S 61 _t
(that)_S 61 _t
(it)_S 61 _t
(will)_S 61 _t
(be)_S 62 _t
(a)_S 61 _t
(multi-part)_S 61 _t
(standard)_S 61 _t
(consisting)_S 61 _t
(of)_S 61 _t
(an)_S 61 _t
(evolving)_S 61 _t
(number)_S 960 6101 _m
(of)_S 57 _t
(parts.)_S 115 _t
(Part)_S 57 _t
(1)_S 57 _t
(will)_S 58 _t
(be)_S 57 _t
(a)_S 57 _t
(Framework)_S 58 _t
(that)_S 57 _t
(specifies)_S 57 _t
(how)_S 57 _t
(the)_S 58 _t
(other)_S 57 _t
(parts)_S 57 _t
(are)_S 58 _t
(to)_S 57 _t
(be)_S 57 _t
(constructed.)_S 115 _t
(The)_S 57 _t
(Framework)_S 960 5885 _m
(also)_S 47 _t
(specifies)_S 47 _t
(General)_S 47 _t
(Purpose)_S 47 _t
(Facilities)_S 47 _t
(such)_S 47 _t
(as)_S 47 _t
(numeric)_S 47 _t
(functions,)_S 47 _t
(complex)_S 47 _t
(numbers,)_S 47 _t
(or)_S 47 _t
(data)_S 47 _t
(structures)_S 47 _t
(that)_S 46 _t
(are)_S 960 5669 _m
(common)_S 54 _t
(to)_S 54 _t
(multiple)_S 54 _t
(other)_S 53 _t
(parts)_S 54 _t
(of)_S 54 _t
(the)_S 54 _t
(SQL/MM)_S 53 _t
(standard.)_S 108 _t
(Each)_S 54 _t
(of)_S 53 _t
(the)_S 54 _t
(other)_S 54 _t
(parts)_S 54 _t
(will)_S 53 _t
(be)_S 54 _t
(devoted)_S 54 _t
(to)_S 54 _t
(a)_S 53 _t
(specific)_S 960 5453 _m
(SQL)_S 58 _t
(application)_S 57 _t
(package.)_S 115 _t
(Even)_S 58 _t
(though)_S 57 _t
(this)_S 58 _t
(project)_S 57 _t
(is)_S 58 _t
(just)_S 57 _t
(getting)_S 58 _t
(started,)_S 58 _t
(initial)_S 57 _t
(base)_S 58 _t
(documents)_S 57 _t
(exist)_S 58 _t
(for)_S 57 _t
(Part)_S 960 5237 _m
(1:)_S 55 _t
(Framework)_S 55 _t
(and)_S 55 _t
(General)_S 55 _t
(Purpose)_S 55 _t
(Facilities,)_S 55 _t
(Part)_S 55 _t
(2:)_S 55 _t
(Full)_S 55 _t
(Text,)_S 55 _t
(and)_S 55 _t
(Part)_S 55 _t
(3:)_S 55 _t
(Spatial)_S 55 _t
(\(see)_S 55 _t
([13]\).)_S 110 _t
(As)_S 55 _t
(the)_S 55 _t
(different)_S 960 5021 _m
(components)_S 53 _t
(of)_S 54 _t
(the)_S 53 _t
(SQL/MM)_S 53 _t
(specification)_S 54 _t
(reach)_S 53 _t
(CD)_S 53 _t
(and)_S 54 _t
(DIS)_S 53 _t
(stability,)_S 53 _t
(an)_S 54 _t
(SQL/ERI)_S 53 _t
(Server)_S 53 _t
(could)_S 54 _t
(claim)_S 53 _t
(support)_S 960 4805 _m
(for)_S 61 _t
(specific)_S 61 _t
(features.)_S 960 4130 _m
/Times-BoldR 660 _ff
(5.4)_S 146 _t
(Abstract)_S 73 _t
(data)_S 73 _t
(types)_S 73 _t
(and)_S 73 _t
(methods)_S 146 _t
/Times-RomanR 550 _ff
960 3688 _m
(The)_S 67 _t
(emerging)_S 67 _t
(SQL3)_S 68 _t
(specification)_S 67 _t
(contains)_S 67 _t
(a)_S 67 _t
(number)_S 68 _t
(of)_S 67 _t
(data)_S 67 _t
(abstraction)_S 68 _t
(facilities.)_S 134 _t
(For)_S 67 _t
(example,)_S 68 _t
(see)_S 67 _t
(Clauses)_S 960 3472 _m
(4.11,)_S 53 _t
("Abstract)_S 54 _t
(data)_S 53 _t
(types",)_S 54 _t
(11.47,)_S 53 _t
("<abstract)_S 54 _t
(data)_S 53 _t
(type)_S 54 _t
(definition>",)_S 53 _t
(and)_S 54 _t
(11.48,)_S 53 _t
("<abstract)_S 54 _t
(data)_S 53 _t
(type)_S 54 _t
(body>",)_S 54 _t
(of)_S 960 3256 _m
(the)_S 58 _t
(March,)_S 58 _t
(1994,)_S 58 _t
(version)_S 58 _t
(of)_S 58 _t
([12].)_S 116 _t
(If)_S 58 _t
(data)_S 58 _t
(abstraction)_S 58 _t
(is)_S 58 _t
(an)_S 58 _t
(inherent)_S 58 _t
(requirement)_S 58 _t
(of)_S 58 _t
(an)_S 58 _t
(SQL/ERI)_S 57 _t
(Server,)_S 58 _t
(then)_S 58 _t
(it)_S 960 3040 _m
(could)_S 76 _t
(define)_S 76 _t
(its)_S 76 _t
(Abstract)_S 76 _t
(Data)_S 76 _t
(Types)_S 76 _t
(and)_S 76 _t
(make)_S 76 _t
(them)_S 76 _t
(available)_S 76 _t
(to)_S 77 _t
(SQL)_S 76 _t
(applications)_S 76 _t
(using)_S 76 _t
(these)_S 76 _t
(definitional)_S 960 2824 _m
(mechanisms.)_S 174 _t
(As)_S 86 _t
(the)_S 87 _t
(data)_S 87 _t
(abstraction)_S 86 _t
(facilities)_S 87 _t
(of)_S 87 _t
(the)_S 86 _t
(SQL3)_S 87 _t
(specification)_S 86 _t
(reach)_S 87 _t
(CD)_S 87 _t
(and)_S 86 _t
(DIS)_S 87 _t
(stability,)_S 86 _t
(an)_S 960 2608 _m
(SQL/ERI)_S 44 _t
(Server)_S 43 _t
(could)_S 44 _t
(use)_S 44 _t
(them)_S 43 _t
(with)_S 44 _t
(more)_S 44 _t
(confidence)_S 43 _t
(to)_S 44 _t
(permanently)_S 44 _t
(define)_S 43 _t
(its)_S 44 _t
(abstract)_S 43 _t
(data)_S 44 _t
(types)_S 44 _t
(and)_S 43 _t
(methods.)_S 960 2176 _m
(A)_S 58 _t
(major)_S 58 _t
(advantage)_S 58 _t
(of)_S 58 _t
(these)_S 58 _t
(ADT)_S 58 _t
(features)_S 58 _t
(combined)_S 58 _t
(with)_S 58 _t
(the)_S 58 _t
(SQL/PSM)_S 58 _t
(identified)_S 58 _t
(above)_S 58 _t
(is)_S 57 _t
(that)_S 58 _t
(non-SQL)_S 58 _t
(data)_S 960 1960 _m
(managers)_S 60 _t
(will)_S 60 _t
(be)_S 60 _t
(able)_S 61 _t
(to)_S 60 _t
(present)_S 60 _t
(their)_S 60 _t
(application-specific)_S 60 _t
(ADTs)_S 60 _t
(to)_S 61 _t
(applications)_S 60 _t
(in)_S 60 _t
(an)_S 60 _t
(SQL)_S 60 _t
(environment.)_S 121 _t
(The)_S 960 1744 _m
(signature)_S 56 _t
(of)_S 57 _t
(such)_S 56 _t
(ADTs)_S 57 _t
(would)_S 56 _t
(be)_S 56 _t
(available)_S 57 _t
(in)_S 56 _t
(the)_S 57 _t
(Information)_S 56 _t
(Schema)_S 56 _t
(provided)_S 57 _t
(by)_S 56 _t
(each)_S 56 _t
(SQL/ERI)_S 57 _t
(Server,)_S 56 _t
(and)_S 960 1528 _m
(the)_S 57 _t
(special)_S 57 _t
(methods)_S 57 _t
(on)_S 57 _t
(each)_S 57 _t
(ADT)_S 57 _t
(would)_S 57 _t
(be)_S 57 _t
(callable)_S 57 _t
(as)_S 57 _t
(SQL)_S 57 _t
(functions)_S 57 _t
(or)_S 57 _t
(procedures.)_S 113 _t
(The)_S 57 _t
(only)_S 57 _t
(requirement)_S 57 _t
(is)_S 960 1312 _m
(that)_S 84 _t
(the)_S 83 _t
(calling)_S 83 _t
(syntax)_S 83 _t
(be)_S 84 _t
(standard)_S 83 _t
(SQL)_S 83 _t
(syntax)_S 83 _t
(as)_S 83 _t
(far)_S 84 _t
(as)_S 83 _t
(the)_S 83 _t
(calling)_S 83 _t
(application)_S 84 _t
(is)_S 83 _t
(concerned)_S 83 _t
(and)_S 83 _t
(that)_S 83 _t
(the)_S 9057 650 _m
(11)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
960 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
(parameters)_S 61 _t
(be)_S 61 _t
(SQL)_S 61 _t
(data)_S 61 _t
(types)_S 61 _t
(or)_S 61 _t
(known)_S 61 _t
(ADT)_S 61 _t
(types)_S 61 _t
(provided)_S 60 _t
(by)_S 61 _t
(the)_S 61 _t
(SQL/ERI)_S 61 _t
(Server.)_S 122 _t
(The)_S 61 _t
(abstract)_S 61 _t
(data)_S 60 _t
(type)_S 960 11538 _m
(body)_S 74 _t
(of)_S 74 _t
(usable)_S 75 _t
(ADTs)_S 74 _t
(may)_S 75 _t
(not)_S 74 _t
(be)_S 75 _t
(visible)_S 74 _t
(to)_S 75 _t
(the)_S 74 _t
(end)_S 75 _t
(user)_S 74 _t
(and)_S 74 _t
(thus)_S 75 _t
(may)_S 74 _t
(be)_S 75 _t
(implementation-dependent.)_S 149 _t
(The)_S 960 11322 _m
(SQL/ERI)_S 51 _t
(Server)_S 51 _t
(can)_S 51 _t
(use)_S 51 _t
(the)_S 51 _t
(SQL)_S 51 _t
(Information)_S 51 _t
(Schema)_S 51 _t
(catalog)_S 51 _t
(tables)_S 51 _t
(to)_S 51 _t
(make)_S 51 _t
(known)_S 51 _t
(to)_S 51 _t
(the)_S 51 _t
(users)_S 51 _t
(exactly)_S 51 _t
(which)_S 960 11106 _m
(ADTs)_S 61 _t
(and)_S 61 _t
(associated)_S 61 _t
(methods)_S 61 _t
(are)_S 61 _t
(available)_S 61 _t
(for)_S 61 _t
(their)_S 61 _t
(use.)_S /Times-BoldR 550 _ff
960 10431 _m
/Times-BoldR 660 _ff
(5.5)_S 146 _t
(Object)_S 73 _t
(data)_S 73 _t
(management)_S 146 _t
/Times-RomanR 550 _ff
960 9989 _m
(The)_S 43 _t
(emerging)_S 43 _t
(SQL3)_S 43 _t
(specification)_S 43 _t
(contains)_S 43 _t
(facilities)_S 43 _t
(for)_S 43 _t
(defining)_S 43 _t
(and)_S 43 _t
(referencing)_S 43 _t
(object)_S 43 _t
(identifiers.)_S 86 _t
(For)_S 43 _t
(example,)_S 960 9773 _m
(see)_S 96 _t
(Clauses)_S 95 _t
(4.9)_S 96 _t
("Object)_S 96 _t
(identifier)_S 95 _t
(type",)_S 96 _t
(11.48)_S 96 _t
("<abstract)_S 95 _t
(data)_S 96 _t
(type)_S 96 _t
(body>")_S 95 _t
(WITH)_S 96 _t
(OID)_S 96 _t
(option,)_S 95 _t
(and)_S 96 _t
(6.5)_S 960 9557 _m
("<attribute)_S 55 _t
(reference>",)_S 55 _t
(of)_S 54 _t
(the)_S 55 _t
(March,)_S 55 _t
(1994,)_S 55 _t
(version)_S 55 _t
(of)_S 55 _t
([12].)_S 110 _t
(If)_S 55 _t
(object)_S 55 _t
(identity)_S 55 _t
(is)_S 55 _t
(an)_S 55 _t
(inherent)_S 55 _t
(requirement)_S 55 _t
(of)_S 55 _t
(an)_S 960 9341 _m
(SQL/ERI)_S 72 _t
(Server,)_S 72 _t
(then)_S 72 _t
(it)_S 71 _t
(could)_S 72 _t
(define)_S 72 _t
(its)_S 71 _t
(Abstract)_S 72 _t
(Data)_S 72 _t
(Types)_S 71 _t
(with)_S 72 _t
(Object)_S 72 _t
(Identifiers)_S 71 _t
(\(OID\))_S 72 _t
(and)_S 72 _t
(make)_S 71 _t
(them)_S 960 9125 _m
(available)_S 46 _t
(to)_S 46 _t
(SQL)_S 46 _t
(applications)_S 45 _t
(using)_S 46 _t
(these)_S 46 _t
(definitional)_S 46 _t
(mechanisms.)_S 92 _t
(In)_S 46 _t
(this)_S 46 _t
(manner,)_S 45 _t
(object)_S 46 _t
(database)_S 46 _t
(management)_S 960 8909 _m
(systems)_S 98 _t
(and)_S 99 _t
(specialized)_S 98 _t
(object)_S 98 _t
(repositories)_S 99 _t
(could)_S 98 _t
(make)_S 98 _t
(their)_S 99 _t
(features)_S 98 _t
(and)_S 98 _t
(facilities)_S 98 _t
(available)_S 99 _t
(to)_S 98 _t
(an)_S 98 _t
(SQL)_S 960 8693 _m
(environment.)_S 118 _t
(As)_S 60 _t
(the)_S 59 _t
(different)_S 59 _t
(OID)_S 60 _t
(facilities)_S 59 _t
(of)_S 60 _t
(the)_S 59 _t
(SQL3)_S 59 _t
(specification)_S 60 _t
(reach)_S 59 _t
(CD)_S 59 _t
(and)_S 60 _t
(DIS)_S 59 _t
(stability,)_S 59 _t
(an)_S 60 _t
(object-)_S 960 8477 _m
(oriented)_S 79 _t
(SQL/ERI)_S 78 _t
(Server)_S 78 _t
(could)_S 78 _t
(use)_S 78 _t
(them)_S 78 _t
(with)_S 78 _t
(more)_S 78 _t
(confidence)_S 79 _t
(to)_S 78 _t
(permanently)_S 78 _t
(define)_S 78 _t
(its)_S 78 _t
(objects)_S 78 _t
(and)_S 78 _t
(their)_S 960 8261 _m
(methods.)_S 960 6938 _m
/Times-BoldR 660 _ff
(6.)_S 146 _t
(SQL)_S 73 _t
(Binding)_S 73 _t
(Alternatives)_S /Times-RomanR 550 _ff
960 6496 _m
(The)_S 40 _t
(SQL'92)_S 40 _t
(standard)_S 39 _t
([8])_S 40 _t
(specifies)_S 40 _t
(three)_S 39 _t
(different)_S 40 _t
(binding)_S 40 _t
(styles:)_S 40 _t
(Module,)_S 39 _t
(Embedded)_S 40 _t
(SQL,)_S 40 _t
(and)_S 39 _t
(Direct)_S 40 _t
(Invocation.)_S 960 6280 _m
(The)_S 46 _t
(RDA'93)_S 46 _t
(standard)_S 45 _t
([9])_S 46 _t
(specifies)_S 45 _t
(protocol)_S 46 _t
(interfaces)_S 46 _t
(for)_S 46 _t
(RDA)_S 45 _t
(clients)_S 46 _t
(and)_S 45 _t
(RDA)_S 46 _t
(servers.)_S 91 _t
(An)_S 46 _t
(emerging)_S 45 _t
(standard)_S 960 6064 _m
(for)_S 46 _t
(an)_S 45 _t
(SQL)_S 46 _t
(call)_S 45 _t
(level)_S 46 _t
(interface)_S 46 _t
(\(SQL/CLI\))_S 45 _t
(is)_S 46 _t
(under)_S 45 _t
(a)_S 46 _t
(rapid)_S 45 _t
(development)_S 46 _t
(path)_S 46 _t
(in)_S 45 _t
(ISO/IEC)_S 46 _t
(with)_S 45 _t
(Draft)_S 46 _t
(International)_S 960 5848 _m
(Standard)_S 54 _t
(\(DIS\))_S 54 _t
(status)_S 54 _t
(expected)_S 54 _t
(sometime)_S 54 _t
(during)_S 54 _t
(calendar)_S 54 _t
(year)_S 54 _t
(1994.)_S 108 _t
(The)_S 54 _t
(following)_S 54 _t
(subsections)_S 54 _t
(define)_S 55 _t
(how)_S 54 _t
(an)_S 960 5632 _m
(SQL/ERI)_S 61 _t
(Server)_S 61 _t
(might)_S 61 _t
(claim)_S 61 _t
(conformance)_S 61 _t
(to)_S 61 _t
(an)_S 61 _t
(SQL/ERI)_S 61 _t
(profile)_S 61 _t
(using)_S 61 _t
(one)_S 61 _t
(of)_S 61 _t
(these)_S 61 _t
(interface)_S 61 _t
(alternatives.)_S /Times-BoldR 550 _ff
960 4957 _m
/Times-BoldR 660 _ff
(6.1)_S 146 _t
(SQL)_S 73 _t
(Module)_S 73 _t
(processor)_S 146 _t
/Times-RomanR 550 _ff
960 4515 _m
(An)_S 50 _t
(SQL/ERI)_S 50 _t
(Server)_S 50 _t
(may)_S 50 _t
(provide)_S 50 _t
(a)_S 50 _t
(Module)_S 50 _t
(binding)_S 50 _t
(style)_S 50 _t
(to)_S 50 _t
(application)_S 50 _t
(programs.)_S 100 _t
(If)_S 50 _t
(a)_S 50 _t
(user)_S 50 _t
(creates)_S 49 _t
(a)_S 50 _t
(<module>)_S 960 4299 _m
(according)_S 46 _t
(to)_S 47 _t
(the)_S 46 _t
(Format)_S 46 _t
(and)_S 46 _t
(Syntax)_S 46 _t
(Rules)_S 46 _t
(of)_S 46 _t
(Clause)_S 46 _t
(12,)_S 46 _t
("Module",)_S 46 _t
(of)_S 47 _t
(the)_S 46 _t
(SQL'92)_S 46 _t
(standard,)_S 46 _t
(and)_S 46 _t
(if)_S 46 _t
(the)_S 46 _t
(<module>)_S 960 4083 _m
(satisfies)_S 61 _t
(the)_S 61 _t
(restrictions)_S 61 _t
(of)_S 60 _t
(a)_S 61 _t
(given)_S 61 _t
(level)_S 61 _t
(of)_S 60 _t
(SQL)_S 61 _t
(for)_S 61 _t
(a)_S 61 _t
(given)_S 61 _t
(programming)_S 61 _t
(language,)_S 61 _t
(then)_S 60 _t
(the)_S 61 _t
(SQL/ERI)_S 61 _t
(Server)_S 960 3867 _m
(shall)_S 54 _t
(process)_S 54 _t
(that)_S 54 _t
(<module>)_S 54 _t
(as)_S 54 _t
(an)_S 55 _t
(input)_S 54 _t
(text)_S 54 _t
(file)_S 54 _t
(and)_S 54 _t
(shall)_S 55 _t
(produce)_S 54 _t
(a)_S 54 _t
(binary)_S 54 _t
(output)_S 54 _t
(file)_S 55 _t
(that)_S 54 _t
(can)_S 54 _t
(be)_S 54 _t
(linked)_S 54 _t
(to)_S 55 _t
(the)_S 960 3651 _m
(compiled)_S 61 _t
(output)_S 61 _t
(of)_S 61 _t
(any)_S 61 _t
(application)_S 61 _t
(program)_S 61 _t
(written)_S 61 _t
(in)_S 61 _t
(the)_S 61 _t
(programming)_S 61 _t
(language)_S 61 _t
(identified)_S 61 _t
(by)_S 61 _t
(the)_S 61 _t
(<language)_S 960 3435 _m
(clause>)_S 52 _t
(of)_S 52 _t
(the)_S 52 _t
(<module>.)_S 104 _t
(The)_S 52 _t
(<module>)_S 52 _t
(output)_S 52 _t
(file)_S 52 _t
(shall)_S 52 _t
(abide)_S 52 _t
(by)_S 52 _t
(whatever)_S 52 _t
(restrictions)_S 52 _t
(are)_S 52 _t
(required)_S 52 _t
(for)_S 52 _t
(cross-)_S 960 3219 _m
(language)_S 66 _t
(procedure)_S 65 _t
(calls)_S 66 _t
(by)_S 65 _t
(the)_S 66 _t
(operating)_S 65 _t
(system)_S 66 _t
(and)_S 65 _t
(processing)_S 66 _t
(platform)_S 65 _t
(for)_S 66 _t
(which)_S 65 _t
(Module)_S 66 _t
(binding)_S 65 _t
(support)_S 960 3003 _m
(is)_S 61 _t
(claimed.)_S 960 2787 _m
61 _t
960 2571 _m
61 _t
/Times-BoldR 550 _ff
960 2328 _m
/Times-BoldR 660 _ff
(6.2)_S 146 _t
(Embedded)_S 73 _t
(SQL)_S 73 _t
(preprocessor)_S 146 _t
/Times-RomanR 550 _ff
960 1886 _m
(An)_S 63 _t
(SQL/ERI)_S 64 _t
(Server)_S 64 _t
(may)_S 64 _t
(provide)_S 64 _t
(an)_S 64 _t
(Embedded)_S 64 _t
(SQL)_S 63 _t
(binding)_S 64 _t
(style)_S 64 _t
(to)_S 64 _t
(application)_S 63 _t
(programs.)_S 128 _t
(If)_S 64 _t
(a)_S 64 _t
(user)_S 64 _t
(creates)_S 960 1670 _m
(an)_S 54 _t
(<embedded)_S 53 _t
(SQL)_S 54 _t
(host)_S 53 _t
(program>)_S 54 _t
(according)_S 53 _t
(to)_S 54 _t
(the)_S 53 _t
(Format)_S 54 _t
(and)_S 53 _t
(Syntax)_S 54 _t
(Rules)_S 53 _t
(of)_S 54 _t
(Clause)_S 53 _t
(13,)_S 54 _t
("Embedded)_S 53 _t
(SQL",)_S 960 1454 _m
(of)_S 57 _t
(the)_S 57 _t
(SQL'92)_S 58 _t
(standard,)_S 57 _t
(and)_S 57 _t
(if)_S 57 _t
(the)_S 58 _t
(<embedded)_S 57 _t
(SQL)_S 57 _t
(host)_S 57 _t
(program>)_S 58 _t
(satisfies)_S 57 _t
(the)_S 57 _t
(restrictions)_S 57 _t
(of)_S 58 _t
(a)_S 57 _t
(given)_S 57 _t
(level)_S 58 _t
(of)_S 960 1238 _m
(SQL)_S 75 _t
(for)_S 76 _t
(a)_S 76 _t
(given)_S 75 _t
(programming)_S 76 _t
(language,)_S 76 _t
(then)_S 76 _t
(the)_S 75 _t
(SQL/ERI)_S 76 _t
(Server)_S 76 _t
(shall)_S 75 _t
(process)_S 76 _t
(that)_S 75 _t
(<embedded)_S 76 _t
(SQL)_S 76 _t
(host)_S 960 650 _m
(12)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
7406 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
(program>)_S 42 _t
(according)_S 42 _t
(to)_S 41 _t
(the)_S 42 _t
(General)_S 42 _t
(Rules)_S 42 _t
(and)_S 41 _t
(other)_S 42 _t
(requirements)_S 42 _t
(specified)_S 41 _t
(in)_S 42 _t
(the)_S 42 _t
(SQL'92)_S 41 _t
(standard.)_S 84 _t
(An)_S 41 _t
(SQL/ERI)_S 960 11538 _m
(Server)_S 51 _t
(may)_S 52 _t
(compile)_S 52 _t
(the)_S 51 _t
(entire)_S 52 _t
(<embedded)_S 52 _t
(SQL)_S 51 _t
(host)_S 52 _t
(program>)_S 52 _t
(to)_S 52 _t
(produce)_S 51 _t
(an)_S 52 _t
(executable)_S 52 _t
(file,)_S 51 _t
(or)_S 52 _t
(it)_S 52 _t
(may)_S 52 _t
(produce)_S 960 11322 _m
(a)_S 60 _t
(conforming)_S 60 _t
(program,)_S 60 _t
(P,)_S 60 _t
(written)_S 61 _t
(in)_S 60 _t
(the)_S 60 _t
(language)_S 61 _t
(identified)_S 60 _t
(by)_S 60 _t
(the)_S 60 _t
(<language)_S 61 _t
(clause>)_S 60 _t
(of)_S 60 _t
(the)_S 60 _t
(<embedded)_S 61 _t
(SQL)_S 960 11106 _m
(host)_S 53 _t
(program>)_S 54 _t
(and)_S 54 _t
(an)_S 53 _t
(implicit)_S 54 _t
(\(maybe)_S 54 _t
(not)_S 53 _t
(actual\))_S 54 _t
(module,)_S 54 _t
(M,)_S 53 _t
(both)_S 54 _t
(as)_S 54 _t
(specified)_S 53 _t
(by)_S 54 _t
(Syntax)_S 54 _t
(Rules)_S 53 _t
(13)_S 54 _t
(through)_S 54 _t
(15)_S 960 10890 _m
(of)_S 63 _t
(Subclause)_S 64 _t
(19.1,)_S 64 _t
("<embedded)_S 64 _t
(SQL)_S 63 _t
(host)_S 64 _t
(program>",)_S 63 _t
(of)_S 64 _t
(the)_S 64 _t
(SQL'92)_S 64 _t
(standard.)_S 127 _t
(If)_S 64 _t
(the)_S 63 _t
(user)_S 64 _t
(compiles)_S 64 _t
(program)_S 960 10674 _m
(P)_S 46 _t
(with)_S 46 _t
(a)_S 46 _t
(standard)_S 45 _t
(conforming)_S 46 _t
(programming)_S 46 _t
(language)_S 46 _t
(compiler)_S 46 _t
(designed)_S 46 _t
(for)_S 45 _t
(the)_S 46 _t
(operating)_S 46 _t
(system)_S 46 _t
(and)_S 46 _t
(processing)_S 960 10458 _m
(platform)_S 74 _t
(environment)_S 73 _t
(for)_S 74 _t
(which)_S 73 _t
(Embedded)_S 74 _t
(SQL)_S 74 _t
(support)_S 73 _t
(is)_S 74 _t
(claimed,)_S 73 _t
(then)_S 74 _t
(the)_S 73 _t
(compiled)_S 74 _t
(version)_S 73 _t
(of)_S 74 _t
(P)_S 73 _t
(and)_S 74 _t
(an)_S 960 10242 _m
(implementor-dependent)_S 53 _t
(version)_S 53 _t
(of)_S 53 _t
(M)_S 53 _t
(shall)_S 53 _t
(be)_S 53 _t
(linkable)_S 54 _t
(in)_S 53 _t
(that)_S 53 _t
(processing)_S 53 _t
(environment)_S 53 _t
(to)_S 53 _t
(produce)_S 54 _t
(an)_S 53 _t
(executable)_S 960 10026 _m
(file)_S 61 _t
(that)_S 61 _t
(executes)_S 61 _t
(correctly)_S 61 _t
(according)_S 61 _t
(to)_S 61 _t
(the)_S 61 _t
(SQL'92)_S 61 _t
(standard.)_S /Times-BoldR 550 _ff
960 9351 _m
/Times-BoldR 660 _ff
(6.3)_S 146 _t
(Direct)_S 73 _t
(invocation)_S 73 _t
(of)_S 73 _t
(SQL)_S 73 _t
(statements)_S 146 _t
/Times-RomanR 550 _ff
960 8909 _m
(An)_S 58 _t
(SQL/ERI)_S 58 _t
(Server)_S 58 _t
(may)_S 58 _t
(provide)_S 58 _t
(a)_S 58 _t
(Direct)_S 58 _t
(Invocation)_S 58 _t
(style)_S 58 _t
(of)_S 58 _t
(binding)_S 58 _t
(according)_S 58 _t
(to)_S 58 _t
(the)_S 58 _t
(requirements)_S 58 _t
(of)_S 58 _t
(Clause)_S 960 8693 _m
(20,)_S 100 _t
("Direct)_S 100 _t
(invocation)_S 100 _t
(of)_S 100 _t
(SQL",)_S 100 _t
(of)_S 100 _t
(the)_S 100 _t
(SQL'92)_S 100 _t
(standard.)_S 200 _t
(This)_S 99 _t
(binding)_S 100 _t
(style)_S 100 _t
(is)_S 100 _t
(very)_S 100 _t
(difficult)_S 100 _t
(to)_S 100 _t
(write)_S 960 8477 _m
(conformance)_S 77 _t
(tests)_S 76 _t
(for)_S 77 _t
(because)_S 76 _t
(there)_S 76 _t
(is)_S 77 _t
(no)_S 76 _t
("standard")_S 77 _t
(way)_S 76 _t
(to)_S 76 _t
(capture)_S 77 _t
(data)_S 76 _t
(returned)_S 77 _t
(as)_S 76 _t
(the)_S 76 _t
(result)_S 77 _t
(of)_S 76 _t
(a)_S 76 _t
(query.)_S 960 8261 _m
(Instead,)_S 57 _t
(conformance)_S 58 _t
(to)_S 57 _t
(this)_S 57 _t
(binding)_S 57 _t
(style)_S 57 _t
(requires)_S 57 _t
(a)_S 57 _t
(subjective)_S 58 _t
(evaluation)_S 57 _t
(of)_S 57 _t
(the)_S 57 _t
(results)_S 57 _t
(by)_S 57 _t
(a)_S 58 _t
(human)_S 57 _t
(user.)_S 114 _t
(For)_S 960 8045 _m
(this)_S 96 _t
(reason,)_S 95 _t
(among)_S 96 _t
(others,)_S 95 _t
(the)_S 96 _t
(FIPS)_S 95 _t
(SQL)_S 96 _t
(standard)_S 95 _t
([3])_S 96 _t
(does)_S 95 _t
(not)_S 96 _t
(recognize)_S 95 _t
(Direct)_S 96 _t
(Invocation)_S 95 _t
(as)_S 96 _t
(the)_S 95 _t
(sole)_S 960 7829 _m
(conformance)_S 50 _t
(alternative)_S 49 _t
(of)_S 50 _t
(an)_S 50 _t
(SQL)_S 49 _t
(implementation.)_S 100 _t
(Instead,)_S 49 _t
(it)_S 50 _t
(allows)_S 50 _t
(Interactive)_S 49 _t
(Direct)_S 50 _t
(SQL)_S 50 _t
(as)_S 49 _t
(a)_S 50 _t
(conformance)_S 960 7613 _m
(option)_S 61 _t
(in)_S 61 _t
(addition)_S 61 _t
(to)_S 61 _t
(a)_S 61 _t
(Module)_S 61 _t
(or)_S 61 _t
(Embedded)_S 61 _t
(binding)_S 61 _t
(style.)_S 960 7181 _m
(For)_S 84 _t
(an)_S 84 _t
(SQL/ERI)_S 84 _t
(Server)_S 84 _t
(it)_S 84 _t
(makes)_S 84 _t
(more)_S 83 _t
(sense)_S 84 _t
(to)_S 84 _t
(recognize)_S 84 _t
(the)_S 84 _t
(Direct)_S 84 _t
(Invocation)_S 84 _t
(binding)_S 84 _t
(style)_S 84 _t
(as)_S 84 _t
(a)_S 84 _t
(viable)_S 960 6965 _m
(conformance)_S 55 _t
(alternative.)_S 110 _t
(There)_S 56 _t
(are)_S 55 _t
(many)_S 55 _t
(situations,)_S 55 _t
(e.g.)_S 55 _t
(electronic)_S 55 _t
(bulletin)_S 55 _t
(boards,)_S 55 _t
(where)_S 55 _t
(a)_S 55 _t
(user)_S 56 _t
(may)_S 55 _t
(desire)_S 55 _t
(to)_S 960 6749 _m
(send)_S 61 _t
(an)_S 60 _t
(SQL)_S 61 _t
(statement)_S 61 _t
(to)_S 60 _t
(an)_S 61 _t
(SQL/ERI)_S 60 _t
(Server)_S 61 _t
(and)_S 61 _t
(have)_S 61 _t
(the)_S 60 _t
(data)_S 61 _t
(results)_S 60 _t
(displayed)_S 61 _t
(on)_S 61 _t
(a)_S 60 _t
(screen)_S 61 _t
(or)_S 60 _t
(dumped)_S 61 _t
(into)_S 960 6533 _m
(a)_S 69 _t
(human)_S 70 _t
(readable)_S 70 _t
(text)_S 69 _t
(file.)_S 140 _t
(For)_S 70 _t
(these)_S 69 _t
(reasons,)_S 70 _t
(the)_S 70 _t
(SQL/ERI)_S 69 _t
(Server)_S 70 _t
(profiles)_S 69 _t
(specified)_S 70 _t
(in)_S 70 _t
(Section)_S 69 _t
(7)_S 70 _t
(below)_S 70 _t
(do)_S 960 6317 _m
(recognize)_S 61 _t
(Direct)_S 61 _t
(Invocation)_S 61 _t
(as)_S 61 _t
(a)_S 61 _t
(valid)_S 61 _t
(conforming)_S 61 _t
(interface)_S 61 _t
(style.)_S 960 5885 _m
(If)_S 71 _t
(a)_S 72 _t
(user)_S 71 _t
(creates)_S 71 _t
(a)_S 71 _t
(<direct)_S 72 _t
(SQL)_S 71 _t
(statement>)_S 72 _t
(according)_S 71 _t
(to)_S 71 _t
(the)_S 71 _t
(Format)_S 72 _t
(and)_S 71 _t
(Syntax)_S 71 _t
(Rules)_S 71 _t
(of)_S 72 _t
(Clause)_S 71 _t
(20,)_S 71 _t
("Direct)_S 960 5669 _m
(invocation)_S 66 _t
(of)_S 65 _t
(SQL",)_S 66 _t
(of)_S 65 _t
(the)_S 66 _t
(SQL'92)_S 65 _t
(standard,)_S 66 _t
(and)_S 65 _t
(if)_S 66 _t
(the)_S 65 _t
(<direct)_S 66 _t
(SQL)_S 66 _t
(statement>)_S 65 _t
(satisfies)_S 66 _t
(the)_S 65 _t
(restrictions)_S 66 _t
(of)_S 65 _t
(a)_S 960 5453 _m
(given)_S 56 _t
(level)_S 55 _t
(of)_S 56 _t
(SQL,)_S 55 _t
(then)_S 56 _t
(the)_S 55 _t
(SQL/ERI)_S 56 _t
(Server)_S 55 _t
(shall)_S 56 _t
(process)_S 55 _t
(that)_S 56 _t
(<direct)_S 55 _t
(SQL)_S 56 _t
(statement>)_S 56 _t
(as)_S 55 _t
(input)_S 56 _t
(text)_S 55 _t
(and)_S 56 _t
(shall)_S 960 5237 _m
(display)_S 70 _t
(the)_S 70 _t
(results,)_S 70 _t
(if)_S 70 _t
(any,)_S 70 _t
(in)_S 70 _t
(a)_S 70 _t
(human)_S 70 _t
(readable)_S 70 _t
(form)_S 70 _t
(on)_S 70 _t
(some)_S 70 _t
(sort)_S 70 _t
(of)_S 70 _t
(display)_S 70 _t
(device.)_S 140 _t
(For)_S 70 _t
(SQL/ERI)_S 70 _t
(Servers)_S 960 5021 _m
(providing)_S 63 _t
(access)_S 62 _t
(to)_S 63 _t
(multimedia)_S 62 _t
(data,)_S 63 _t
(the)_S 63 _t
(display)_S 63 _t
(device)_S 62 _t
(may)_S 126 _t
(include)_S 62 _t
(a)_S 63 _t
(sound)_S 63 _t
(system,)_S 63 _t
(motion)_S 62 _t
(picture)_S 63 _t
(display,)_S 960 4805 _m
(or)_S 45 _t
(even)_S 44 _t
(some)_S 44 _t
(form)_S 44 _t
(of)_S 44 _t
(virtual)_S 44 _t
(reality.)_S 44 _t
(The)_S 44 _t
(only)_S 44 _t
(real)_S 44 _t
(requirement)_S 45 _t
(is)_S 44 _t
(that)_S 44 _t
(a)_S 44 _t
(reasonable)_S 44 _t
(conformance)_S 44 _t
(testing)_S 44 _t
(authority)_S 960 4589 _m
(be)_S 61 _t
(able)_S 61 _t
(to)_S 61 _t
(decide,)_S 61 _t
(subjectively,)_S 61 _t
(whether)_S 61 _t
(or)_S 61 _t
(not)_S 61 _t
(the)_S 61 _t
(<direct)_S 61 _t
(SQL)_S 61 _t
(statement>)_S 61 _t
(was)_S 61 _t
(properly)_S 61 _t
(executed.)_S 960 4157 _m
(If)_S 63 _t
(a)_S 64 _t
(<direct)_S 64 _t
(SQL)_S 64 _t
(statement>)_S 63 _t
(is)_S 64 _t
(a)_S 64 _t
(<direct)_S 64 _t
(select)_S 64 _t
(statement:)_S 63 _t
(multiple)_S 64 _t
(rows>)_S 64 _t
(that)_S 64 _t
(returns)_S 64 _t
(only)_S 63 _t
(character)_S 64 _t
(string)_S 64 _t
(or)_S 960 3941 _m
(numeric)_S 64 _t
(data)_S 63 _t
(in)_S 63 _t
(the)_S 63 _t
(result)_S 63 _t
(rows)_S 63 _t
(and)_S 63 _t
(columns,)_S 63 _t
(then)_S 63 _t
(the)_S 63 _t
(SQL/ERI)_S 64 _t
(Server)_S 63 _t
(shall)_S 63 _t
(provide)_S 63 _t
(a)_S 63 _t
(user)_S 63 _t
(option)_S 63 _t
(to)_S 63 _t
(redirect)_S 960 3725 _m
(the)_S 50 _t
(output)_S 50 _t
(of)_S 49 _t
(the)_S 50 _t
(query)_S 50 _t
(into)_S 50 _t
(a)_S 50 _t
(human)_S 50 _t
(readable)_S 50 _t
(text)_S 50 _t
(file.)_S 100 _t
(In)_S 50 _t
(this)_S 50 _t
(context,)_S 50 _t
(human)_S 50 _t
(readable)_S 50 _t
(means)_S 50 _t
(formatted)_S 50 _t
(so)_S 50 _t
(that)_S 960 3509 _m
(a)_S 61 _t
(reasonable)_S 61 _t
(conformance)_S 61 _t
(testing)_S 60 _t
(authority)_S 61 _t
(can)_S 61 _t
(readily)_S 61 _t
(distinguish)_S 61 _t
(rows)_S 61 _t
(and)_S 60 _t
(columns)_S 61 _t
(and)_S 61 _t
(easily)_S 61 _t
(read)_S 61 _t
(the)_S 61 _t
(data.)_S 960 3293 _m
(All)_S 69 _t
(numeric)_S 68 _t
(data)_S 69 _t
(returned)_S 69 _t
(as)_S 69 _t
(text)_S 68 _t
(shall)_S 69 _t
(be)_S 69 _t
(in)_S 68 _t
(the)_S 69 _t
(form)_S 69 _t
(of)_S 69 _t
(a)_S 68 _t
(valid)_S 69 _t
(SQL)_S 69 _t
(<signed)_S 69 _t
(numeric)_S 68 _t
(literal>,)_S 69 _t
(unless)_S 69 _t
(some)_S 960 3077 _m
(explicit)_S 60 _t
(user)_S 60 _t
(action)_S 60 _t
(results)_S 60 _t
(in)_S 60 _t
(its)_S 60 _t
(being)_S 60 _t
(cast)_S 60 _t
(into)_S 60 _t
(some)_S 60 _t
(other)_S 60 _t
(form,)_S 60 _t
(e.g.)_S 60 _t
(Money)_S 60 _t
(with)_S 59 _t
(currency)_S 60 _t
(symbols)_S 60 _t
(attached.)_S 960 2861 _m
(The)_S 63 _t
(SQL/ERI)_S 62 _t
(Server)_S 63 _t
(may)_S 62 _t
(use)_S 63 _t
(General)_S 63 _t
(Rules)_S 62 _t
(5a,)_S 63 _t
(5b,)_S 63 _t
(6a,)_S 62 _t
(and)_S 63 _t
(6b,)_S 63 _t
(of)_S 62 _t
(Subclause)_S 63 _t
(6.10,)_S 63 _t
("<cast)_S 62 _t
(specification>",)_S 63 _t
(of)_S 960 2645 _m
(the)_S 61 _t
(SQL'92)_S 61 _t
(standard,)_S 61 _t
(for)_S 61 _t
(additional)_S 61 _t
(guidance)_S 61 _t
(in)_S 61 _t
(casting)_S 61 _t
(numeric)_S 61 _t
(values)_S 61 _t
(into)_S 61 _t
(numeric)_S 61 _t
(literals.)_S 960 2213 _m
(Other)_S 67 _t
(requirements)_S 67 _t
(for)_S 68 _t
(the)_S 67 _t
(Direct)_S 67 _t
(Invocation)_S 67 _t
(binding)_S 67 _t
(style)_S 68 _t
(are)_S 67 _t
(as)_S 67 _t
(follows:)_S 67 _t
(if)_S 67 _t
(a)_S 67 _t
(statement)_S 68 _t
(raises)_S 67 _t
(an)_S 134 _t
(exception)_S 960 1997 _m
(condition,)_S 50 _t
(then)_S 51 _t
(the)_S 50 _t
(SQL/ERI)_S 51 _t
(Server)_S 50 _t
(shall)_S 50 _t
(display)_S 50 _t
(a)_S 51 _t
(message)_S 50 _t
(indicating)_S 50 _t
(that)_S 51 _t
(the)_S 50 _t
(statement)_S 50 _t
(failed,)_S 51 _t
(giving)_S 50 _t
(a)_S 50 _t
(textual)_S 960 1781 _m
(description)_S 55 _t
(of)_S 55 _t
(the)_S 54 _t
(failure;)_S 55 _t
(if)_S 55 _t
(a)_S 55 _t
(statement)_S 54 _t
(raises)_S 55 _t
(a)_S 55 _t
(completion)_S 55 _t
(condition)_S 55 _t
(that)_S 54 _t
(is)_S 55 _t
(a)_S 55 _t
("warning")_S 55 _t
(or)_S 54 _t
("no)_S 55 _t
(data",)_S 55 _t
(then)_S 55 _t
(the)_S 960 1565 _m
(SQL/ERI)_S 51 _t
(Server)_S 51 _t
(shall)_S 52 _t
(display)_S 51 _t
(a)_S 51 _t
(message)_S 51 _t
(indicating)_S 52 _t
(that)_S 51 _t
(the)_S 51 _t
(statement)_S 51 _t
(completed,)_S 52 _t
(giving)_S 51 _t
(a)_S 51 _t
(textual)_S 51 _t
(description)_S 52 _t
(of)_S 960 1349 _m
(the)_S 64 _t
("warning")_S 65 _t
(or)_S 64 _t
("no)_S 64 _t
(data";)_S 64 _t
(an)_S 65 _t
(SQL/ERI)_S 64 _t
(Server)_S 64 _t
(that)_S 64 _t
(supports)_S 65 _t
(null)_S 64 _t
(values)_S 64 _t
(shall)_S 64 _t
(provide)_S 65 _t
(some)_S 64 _t
(implementation-)_S 960 1133 _m
(defined)_S 59 _t
(symbol)_S 59 _t
(for)_S 59 _t
(displaying)_S 59 _t
(null)_S 59 _t
(values)_S 59 _t
(and,)_S 59 _t
(for)_S 59 _t
(character)_S 59 _t
(string)_S 59 _t
(values,)_S 59 _t
(this)_S 59 _t
(symbol)_S 60 _t
(must)_S 59 _t
(be)_S 59 _t
(distinguishable)_S 9057 650 _m
(13)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
960 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
(from)_S 52 _t
(a)_S 53 _t
(value)_S 53 _t
(of)_S 53 _t
(all)_S 52 _t
(<space>s.)_S 105 _t
(Preferably,)_S 53 _t
(the)_S 53 _t
(SQL/ERI)_S 53 _t
(Server)_S 52 _t
(will)_S 53 _t
(provide)_S 53 _t
(an)_S 52 _t
(implementor-defined)_S 53 _t
(method)_S 53 _t
(for)_S 960 11538 _m
(a)_S 59 _t
(user)_S 59 _t
(to)_S 58 _t
(specify)_S 59 _t
(how)_S 58 _t
(null)_S 59 _t
(values)_S 59 _t
(shall)_S 58 _t
(be)_S 59 _t
(displayed,)_S 58 _t
(e.g.)_S 59 _t
(SET)_S 58 _t
(NULL)_S 59 _t
(AS)_S 59 _t
('*';)_S 58 _t
(however,)_S 59 _t
(this)_S 58 _t
(SET)_S 59 _t
(feature)_S 59 _t
(is)_S 58 _t
(not)_S 960 11322 _m
(really)_S 53 _t
(needed)_S 53 _t
(if,)_S 53 _t
(instead,)_S 54 _t
(the)_S 53 _t
(SQL/ERI)_S 53 _t
(Server)_S 53 _t
(supports)_S 53 _t
(the)_S 53 _t
(NULL)_S 53 _t
(alternative)_S 53 _t
(in)_S 54 _t
(the)_S 53 _t
(<cast)_S 53 _t
(operand>)_S 53 _t
(of)_S 53 _t
(the)_S 53 _t
(<cast)_S 960 11106 _m
(specification>.)_S 960 10674 _m
61 _t
/Times-BoldR 550 _ff
960 10431 _m
/Times-BoldR 660 _ff
(6.4)_S 146 _t
(SQL)_S 73 _t
(call)_S 73 _t
(level)_S 73 _t
(interface)_S 73 _t
(\(SQL/CLI\))_S 146 _t
/Times-RomanR 550 _ff
960 9989 _m
(An)_S 64 _t
(SQL/ERI)_S 63 _t
(Server)_S 63 _t
(may)_S 63 _t
(provide)_S 63 _t
(an)_S 63 _t
(SQL)_S 63 _t
(Call)_S 63 _t
(Level)_S 63 _t
(Interface)_S 63 _t
(binding)_S 63 _t
(style)_S 63 _t
(according)_S 63 _t
(to)_S 63 _t
(the)_S 63 _t
(requirements)_S 63 _t
(of)_S 960 9773 _m
(the)_S 63 _t
(emerging)_S 64 _t
(standard)_S 64 _t
(for)_S 63 _t
(SQL/CLI)_S 64 _t
([10].)_S 128 _t
(We)_S 63 _t
(expect)_S 64 _t
(the)_S 64 _t
(SQL/CLI)_S 64 _t
(specification)_S 63 _t
(to)_S 64 _t
(reach)_S 64 _t
(a)_S 63 _t
(stable)_S 64 _t
(state)_S 64 _t
(in)_S 64 _t
(the)_S 960 9557 _m
(ISO/IEC)_S 67 _t
(standardization)_S 68 _t
(process)_S 68 _t
(during)_S 67 _t
(calendar)_S 68 _t
(year)_S 67 _t
(1994,)_S 68 _t
(in)_S 68 _t
(time)_S 67 _t
(for)_S 68 _t
(any)_S 68 _t
(future)_S 67 _t
(NIST)_S 68 _t
(testing)_S 67 _t
(of)_S 68 _t
(SQL/ERI)_S 960 9341 _m
(Server)_S 61 _t
(profiles.)_S 960 8909 _m
(The)_S 78 _t
(call)_S 78 _t
(level)_S 78 _t
(interface)_S 78 _t
(is)_S 78 _t
(a)_S 78 _t
(requirement)_S 78 _t
(for)_S 78 _t
(third-party)_S 77 _t
(software)_S 78 _t
(developers)_S 78 _t
(who)_S 78 _t
(produce)_S 78 _t
("shrink-wrapped")_S 960 8693 _m
(software)_S 61 _t
(for)_S 62 _t
(use)_S 61 _t
(on)_S 61 _t
(personal)_S 62 _t
(computers)_S 61 _t
(and)_S 62 _t
(workstations.)_S 123 _t
(They)_S 61 _t
(do)_S 61 _t
(not)_S 62 _t
(wish)_S 61 _t
(to)_S 62 _t
(use)_S 61 _t
(a)_S 62 _t
(Module)_S 61 _t
(processor)_S 61 _t
(or)_S 62 _t
(an)_S 960 8477 _m
(Embedded)_S 74 _t
(SQL)_S 73 _t
(preprocessor)_S 73 _t
(binding)_S 73 _t
(style)_S 74 _t
(because)_S 73 _t
(they)_S 73 _t
(do)_S 73 _t
(not)_S 74 _t
(wish)_S 73 _t
(to)_S 73 _t
(distribute)_S 73 _t
(any)_S 74 _t
(source)_S 73 _t
(code)_S 73 _t
(with)_S 73 _t
(the)_S 960 8261 _m
(products)_S 54 _t
(they)_S 55 _t
(sell)_S 55 _t
(to)_S 54 _t
(individual)_S 55 _t
(users.)_S 110 _t
(Instead)_S 54 _t
(they)_S 55 _t
(desire)_S 55 _t
(a)_S 54 _t
(services)_S 55 _t
(call)_S 55 _t
(interface)_S 54 _t
(to)_S 55 _t
(SQL)_S 55 _t
(data)_S 54 _t
(repositories)_S 55 _t
(that)_S 960 8045 _m
(can)_S 52 _t
(be)_S 53 _t
(invoked)_S 53 _t
(from)_S 53 _t
(the)_S 53 _t
(calling)_S 53 _t
(environment)_S 53 _t
(provided)_S 52 _t
(by)_S 53 _t
(the)_S 53 _t
(host)_S 53 _t
(operating)_S 53 _t
(system.)_S 105 _t
(The)_S 53 _t
(calls)_S 53 _t
(to)_S 53 _t
(the)_S 53 _t
(SQL)_S 53 _t
(data)_S 960 7829 _m
(repository)_S 61 _t
(can)_S 61 _t
(then)_S 61 _t
(be)_S 61 _t
(embedded)_S 61 _t
(in)_S 61 _t
(the)_S 61 _t
(object)_S 61 _t
(code)_S 61 _t
(just)_S 61 _t
(like)_S 61 _t
(calls)_S 61 _t
(to)_S 61 _t
(any)_S 61 _t
(other)_S 61 _t
(system)_S 61 _t
(service.)_S 960 7397 _m
(The)_S 55 _t
(Call)_S 56 _t
(Level)_S 56 _t
(Interface)_S 56 _t
(is)_S 56 _t
(an)_S 55 _t
(alternative)_S 56 _t
(mechanism)_S 56 _t
(for)_S 56 _t
(executing)_S 56 _t
(SQL)_S 56 _t
(statements.)_S 111 _t
(Reference)_S 56 _t
([10])_S 56 _t
(states)_S 56 _t
(that)_S 960 7181 _m
(the)_S 61 _t
(SQL/CLI)_S 61 _t
(consists)_S 61 _t
(of)_S 61 _t
(a)_S 61 _t
(number)_S 61 _t
(of)_S 61 _t
(routines)_S 61 _t
(that:)_S 1200 6749 _m
(--)_S 1513 6749 _m
(Allocate)_S 61 _t
(and)_S 61 _t
(deallocate)_S 61 _t
(resources.)_S 960 6317 _m
61 _t
61 _t
61 _t
(--)_S 1513 6317 _m
(Control)_S 61 _t
(connections)_S 61 _t
(to)_S 61 _t
(SQL-servers.)_S 960 5885 _m
61 _t
61 _t
61 _t
(--)_S 1513 5885 _m
(Execute)_S 61 _t
(SQL)_S 61 _t
(statements)_S 61 _t
(using)_S 61 _t
(mechanisms)_S 61 _t
(similar)_S 61 _t
(to)_S 61 _t
(Dynamic)_S 61 _t
(SQL.)_S 960 5453 _m
61 _t
61 _t
61 _t
(--)_S 1513 5453 _m
(Obtain)_S 61 _t
(diagnostic)_S 61 _t
(information.)_S 960 5021 _m
61 _t
61 _t
61 _t
(--)_S 1513 5021 _m
(Control)_S 61 _t
(transaction)_S 61 _t
(termination.)_S 960 4589 _m
(The)_S 94 _t
(AllocHandle)_S 94 _t
(routine)_S 95 _t
(allocates)_S 94 _t
(resources)_S 94 _t
(to)_S 95 _t
(manage)_S 94 _t
(an)_S 95 _t
(SQL-environment,)_S 94 _t
(an)_S 94 _t
(SQL-connection,)_S 95 _t
(a)_S 94 _t
(CLI)_S 960 4373 _m
(descriptor)_S 66 _t
(area,)_S 66 _t
(or)_S 66 _t
(SQL-statement)_S 66 _t
(processing.)_S 132 _t
(An)_S 66 _t
(SQL-connection)_S 66 _t
(is)_S 66 _t
(allocated)_S 66 _t
(in)_S 66 _t
(the)_S 66 _t
(context)_S 66 _t
(of)_S 65 _t
(an)_S 66 _t
(allocated)_S 960 4157 _m
(SQL-environment,)_S 51 _t
(and)_S 51 _t
(a)_S 51 _t
(CLI)_S 52 _t
(descriptor)_S 51 _t
(descriptor)_S 51 _t
(area)_S 52 _t
(and)_S 51 _t
(an)_S 51 _t
(SQL-statement)_S 52 _t
(are)_S 51 _t
(allocated)_S 51 _t
(in)_S 52 _t
(the)_S 51 _t
(context)_S 51 _t
(of)_S 52 _t
(an)_S 960 3941 _m
(allocated)_S 62 _t
(SQL-connection.)_S 124 _t
(The)_S 62 _t
(FreeHandle)_S 62 _t
(routine)_S 62 _t
(deallocates)_S 62 _t
(a)_S 62 _t
(specified)_S 62 _t
(resource.)_S 124 _t
(The)_S 62 _t
(ReleaseEnv)_S 62 _t
(routine)_S 960 3725 _m
(is)_S 61 _t
(used)_S 61 _t
(to)_S 61 _t
(deallocate)_S 61 _t
(all)_S 61 _t
(the)_S 61 _t
(allocated)_S 61 _t
(SQL-connections)_S 61 _t
(within)_S 61 _t
(a)_S 61 _t
(specified)_S 61 _t
(allocated)_S 61 _t
(SQL-environment.)_S 960 3293 _m
(Each)_S 83 _t
(allocated)_S 83 _t
(SQL-environment)_S 83 _t
(has)_S 84 _t
(an)_S 83 _t
(attribute)_S 83 _t
(that)_S 83 _t
(determines)_S 83 _t
(whether)_S 83 _t
(output)_S 83 _t
(character)_S 83 _t
(strings)_S 84 _t
(are)_S 83 _t
(null)_S 960 3077 _m
(terminated)_S 80 _t
(by)_S 80 _t
(the)_S 80 _t
(implementation.)_S 160 _t
(The)_S 80 _t
(application)_S 80 _t
(can)_S 80 _t
(set)_S 80 _t
(the)_S 80 _t
(value)_S 80 _t
(of)_S 80 _t
(this)_S 80 _t
(attribute)_S 80 _t
(by)_S 80 _t
(using)_S 80 _t
(the)_S 80 _t
(routine)_S 960 2861 _m
(SetEnvAttr)_S 61 _t
(and)_S 61 _t
(can)_S 61 _t
(retrieve)_S 61 _t
(the)_S 61 _t
(current)_S 61 _t
(value)_S 61 _t
(of)_S 61 _t
(the)_S 61 _t
(attribute)_S 61 _t
(by)_S 61 _t
(using)_S 61 _t
(the)_S 61 _t
(routine)_S 61 _t
(GetEnvAttr.)_S 960 2429 _m
(The)_S 66 _t
(Connect)_S 65 _t
(routine)_S 66 _t
(establishes)_S 65 _t
(an)_S 66 _t
(SQL-connection.)_S 130 _t
(The)_S 66 _t
(Disconnect)_S 65 _t
(routine)_S 66 _t
(terminates)_S 65 _t
(an)_S 66 _t
(established)_S 65 _t
(SQL-)_S 960 2213 _m
(connection.)_S 147 _t
(Switching)_S 74 _t
(between)_S 74 _t
(established)_S 73 _t
(SQL)_S 74 _t
(connections)_S 74 _t
(occurs)_S 73 _t
(automatically)_S 74 _t
(whenever)_S 73 _t
(the)_S 74 _t
(application)_S 960 1997 _m
(switches)_S 54 _t
(processing)_S 55 _t
(to)_S 54 _t
(a)_S 55 _t
(dormant)_S 54 _t
(SQL-connection.)_S 109 _t
(The)_S 55 _t
(ExecDirect)_S 54 _t
(routine)_S 55 _t
(is)_S 54 _t
(used)_S 55 _t
(for)_S 54 _t
(a)_S 55 _t
(one-time)_S 54 _t
(execution)_S 55 _t
(of)_S 960 1781 _m
(an)_S 50 _t
(SQL-statement.)_S 99 _t
(The)_S 49 _t
(Prepare)_S 49 _t
(routine)_S 50 _t
(is)_S 49 _t
(used)_S 49 _t
(to)_S 50 _t
(prepare)_S 49 _t
(an)_S 49 _t
(SQL-statement)_S 50 _t
(for)_S 49 _t
(subsequent)_S 50 _t
(execution)_S 49 _t
(using)_S 49 _t
(the)_S 960 1565 _m
(Execute)_S 61 _t
(routine.)_S 122 _t
(In)_S 61 _t
(each)_S 61 _t
(case,)_S 61 _t
(the)_S 61 _t
(executed)_S 61 _t
(SQL-statement)_S 61 _t
(may)_S 61 _t
(contain)_S 61 _t
(dynamic)_S 61 _t
(parameters.)_S 960 650 _m
(14)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
7406 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
(The)_S 68 _t
(interface)_S 68 _t
(for)_S 68 _t
(a)_S 68 _t
(description)_S 68 _t
(of)_S 68 _t
(dynamic)_S 68 _t
(parameters,)_S 68 _t
(dynamic)_S 68 _t
(parameter)_S 68 _t
(values,)_S 68 _t
(the)_S 68 _t
(resultant)_S 68 _t
(columns)_S 68 _t
(of)_S 68 _t
(a)_S 960 11538 _m
(dynamic)_S 48 _t
(select)_S 48 _t
(statement,)_S 48 _t
(and)_S 49 _t
(the)_S 48 _t
(target)_S 48 _t
(specifications)_S 48 _t
(for)_S 48 _t
(the)_S 49 _t
(resultant)_S 48 _t
(columns)_S 48 _t
(is)_S 48 _t
(a)_S 48 _t
(CLI)_S 48 _t
(descriptor)_S 49 _t
(area.)_S 96 _t
(A)_S 48 _t
(CLI)_S 960 11322 _m
(descriptor)_S 63 _t
(area)_S 62 _t
(for)_S 63 _t
(each)_S 63 _t
(type)_S 63 _t
(of)_S 63 _t
(interface)_S 63 _t
(is)_S 62 _t
(automatically)_S 63 _t
(allocated)_S 63 _t
(when)_S 63 _t
(an)_S 63 _t
(SQL-statement)_S 62 _t
(is)_S 63 _t
(allocated.)_S 126 _t
(The)_S 960 11106 _m
(application)_S 76 _t
(may)_S 76 _t
(allocate)_S 76 _t
(additional)_S 76 _t
(CLI)_S 76 _t
(descriptor)_S 75 _t
(areas)_S 76 _t
(and)_S 76 _t
(nominate)_S 76 _t
(them)_S 76 _t
(for)_S 76 _t
(use)_S 75 _t
(as)_S 76 _t
(the)_S 76 _t
(interface)_S 76 _t
(for)_S 75 _t
(the)_S 960 10890 _m
(description)_S 99 _t
(of)_S 99 _t
(dynamic)_S 99 _t
(parameter)_S 99 _t
(values)_S 99 _t
(or)_S 99 _t
(the)_S 99 _t
(description)_S 99 _t
(of)_S 99 _t
(target)_S 99 _t
(specifications)_S 99 _t
(by)_S 99 _t
(using)_S 99 _t
(the)_S 99 _t
(routine)_S 960 10674 _m
(SetStmtAttr.)_S 98 _t
(The)_S 49 _t
(application)_S 49 _t
(can)_S 49 _t
(determine)_S 48 _t
(the)_S 49 _t
(handle)_S 49 _t
(value)_S 49 _t
(of)_S 49 _t
(the)_S 49 _t
(CLI)_S 49 _t
(descriptor)_S 49 _t
(area)_S 48 _t
(currently)_S 49 _t
(being)_S 49 _t
(used)_S 49 _t
(for)_S 960 10458 _m
(a)_S 83 _t
(specific)_S 84 _t
(interface)_S 83 _t
(by)_S 84 _t
(using)_S 83 _t
(the)_S 83 _t
(routine)_S 84 _t
(GetStmtAttr.)_S 166 _t
(The)_S 84 _t
(GetDescField)_S 83 _t
(and)_S 83 _t
(GetDescRec)_S 84 _t
(routines)_S 83 _t
(enable)_S 960 10242 _m
(information)_S 64 _t
(to)_S 64 _t
(be)_S 64 _t
(retrieved)_S 63 _t
(from)_S 64 _t
(a)_S 64 _t
(CLI)_S 63 _t
(descriptor)_S 64 _t
(area.)_S 128 _t
(The)_S 63 _t
(CopyDesc)_S 64 _t
(routine)_S 64 _t
(enables)_S 64 _t
(the)_S 63 _t
(contents)_S 64 _t
(of)_S 64 _t
(a)_S 63 _t
(CLI)_S 960 10026 _m
(descriptor)_S 61 _t
(area)_S 61 _t
(to)_S 61 _t
(be)_S 61 _t
(copied)_S 61 _t
(to)_S 61 _t
(another)_S 61 _t
(CLI)_S 61 _t
(descriptor)_S 61 _t
(area.)_S 960 9594 _m
(When)_S 63 _t
(a)_S 64 _t
(dynamic)_S 63 _t
(select)_S 64 _t
(statement)_S 63 _t
(is)_S 64 _t
(prepared)_S 63 _t
(or)_S 64 _t
(executed)_S 63 _t
(immediately,)_S 64 _t
(a)_S 63 _t
(description)_S 64 _t
(of)_S 63 _t
(the)_S 64 _t
(resultant)_S 64 _t
(columns)_S 960 9378 _m
(is)_S 63 _t
(automatically)_S 62 _t
(provided)_S 63 _t
(in)_S 62 _t
(the)_S 62 _t
(applicable)_S 63 _t
(CLI)_S 62 _t
(descriptor)_S 63 _t
(area.)_S 124 _t
(In)_S 63 _t
(this)_S 62 _t
(case,)_S 63 _t
(the)_S 62 _t
(application)_S 63 _t
(may)_S 62 _t
(additionally)_S 960 9162 _m
(retrieve)_S 62 _t
(information)_S 62 _t
(by)_S 63 _t
(using)_S 62 _t
(the)_S 63 _t
(DescribeCol)_S 62 _t
(routine)_S 63 _t
(to)_S 62 _t
(obtain)_S 63 _t
(a)_S 62 _t
(description)_S 62 _t
(of)_S 63 _t
(a)_S 62 _t
(single)_S 63 _t
(resultant)_S 62 _t
(column)_S 63 _t
(and)_S 960 8946 _m
(by)_S 52 _t
(using)_S 52 _t
(the)_S 51 _t
(NumResultCols)_S 52 _t
(routine)_S 52 _t
(to)_S 52 _t
(obtain)_S 52 _t
(a)_S 51 _t
(count)_S 52 _t
(of)_S 52 _t
(the)_S 52 _t
(number)_S 51 _t
(of)_S 52 _t
(resultant)_S 52 _t
(columns.)_S 103 _t
(The)_S 52 _t
(application)_S 52 _t
(sets)_S 960 8730 _m
(values)_S 60 _t
(in)_S 60 _t
(the)_S 59 _t
(CLI)_S 60 _t
(descriptor)_S 60 _t
(area)_S 60 _t
(for)_S 60 _t
(the)_S 60 _t
(description)_S 59 _t
(of)_S 60 _t
(the)_S 60 _t
(corresponding)_S 60 _t
(target)_S 60 _t
(specifications)_S 60 _t
(either)_S 59 _t
(explicitly)_S 960 8514 _m
(using)_S 61 _t
(the)_S 61 _t
(routines)_S 61 _t
(SetDescField)_S 61 _t
(and)_S 61 _t
(SetDescRec)_S 61 _t
(or)_S 61 _t
(implicitly)_S 61 _t
(using)_S 61 _t
(the)_S 61 _t
(routine)_S 61 _t
(BindCol.)_S 960 8082 _m
(When)_S 85 _t
(an)_S 86 _t
(SQL-statement)_S 86 _t
(is)_S 85 _t
(prepared)_S 86 _t
(or)_S 85 _t
(executed)_S 86 _t
(immediately,)_S 86 _t
(a)_S 85 _t
(description)_S 86 _t
(of)_S 85 _t
(the)_S 86 _t
(dynamic)_S 85 _t
(parameters)_S 86 _t
(is)_S 960 7866 _m
(automatically)_S 69 _t
(provided)_S 68 _t
(in)_S 69 _t
(the)_S 69 _t
(applicable)_S 69 _t
(CLI)_S 69 _t
(descriptor)_S 69 _t
(area)_S 68 _t
(if)_S 69 _t
(this)_S 69 _t
(facility)_S 69 _t
(is)_S 69 _t
(supported)_S 68 _t
(by)_S 69 _t
(the)_S 69 _t
(current)_S 69 _t
(SQL-)_S 960 7650 _m
(connection.)_S 195 _t
(An)_S 98 _t
(attribute)_S 98 _t
(associated)_S 97 _t
(with)_S 98 _t
(the)_S 97 _t
(allocated)_S 98 _t
(SQL-connection)_S 97 _t
(indicates)_S 98 _t
(whether)_S 98 _t
(this)_S 98 _t
(facility)_S 97 _t
(is)_S 960 7434 _m
(supported.)_S 114 _t
(The)_S 57 _t
(value)_S 57 _t
(of)_S 57 _t
(the)_S 57 _t
(attribute)_S 57 _t
(may)_S 57 _t
(be)_S 57 _t
(retrieved)_S 57 _t
(using)_S 57 _t
(the)_S 57 _t
(routine)_S 57 _t
(GetConnectAttr.)_S 113 _t
(The)_S 57 _t
(application)_S 57 _t
(sets)_S 960 7218 _m
(values)_S 67 _t
(in)_S 67 _t
(the)_S 68 _t
(CLI)_S 67 _t
(descriptor)_S 67 _t
(area)_S 67 _t
(for)_S 68 _t
(the)_S 67 _t
(description)_S 67 _t
(of)_S 67 _t
(dynamic)_S 68 _t
(parameter)_S 67 _t
(values)_S 67 _t
(and,)_S 67 _t
(regardless)_S 68 _t
(of)_S 67 _t
(whether)_S 960 7002 _m
(automatic)_S 61 _t
(population)_S 62 _t
(is)_S 62 _t
(supported,)_S 61 _t
(in)_S 62 _t
(the)_S 61 _t
(CLI)_S 62 _t
(descriptor)_S 61 _t
(area)_S 62 _t
(for)_S 61 _t
(the)_S 62 _t
(description)_S 61 _t
(of)_S 62 _t
(dynamic)_S 61 _t
(parameters)_S 62 _t
(either)_S 960 6786 _m
(explicitly)_S 61 _t
(using)_S 61 _t
(the)_S 61 _t
(routines)_S 61 _t
(SetDescField)_S 61 _t
(and)_S 61 _t
(SetDescRec)_S 61 _t
(or)_S 61 _t
(implicitly)_S 61 _t
(using)_S 61 _t
(the)_S 61 _t
(routine)_S 61 _t
(BindParam.)_S 960 6354 _m
(When)_S 54 _t
(a)_S 53 _t
(dynamic)_S 53 _t
(select)_S 54 _t
(statement)_S 53 _t
(is)_S 53 _t
(executed,)_S 54 _t
(a)_S 53 _t
(cursor)_S 53 _t
(is)_S 53 _t
(implicitly)_S 54 _t
(declared)_S 53 _t
(and)_S 53 _t
(opened.)_S 107 _t
(The)_S 53 _t
(cursor)_S 53 _t
(name)_S 53 _t
(can)_S 960 6138 _m
(be)_S 67 _t
(supplied)_S 68 _t
(by)_S 67 _t
(the)_S 67 _t
(application)_S 67 _t
(by)_S 68 _t
(using)_S 67 _t
(the)_S 67 _t
(routine)_S 68 _t
(SetCursorName.)_S 134 _t
(If)_S 68 _t
(a)_S 67 _t
(cursor)_S 68 _t
(name)_S 67 _t
(is)_S 67 _t
(not)_S 67 _t
(supplied)_S 68 _t
(by)_S 67 _t
(the)_S 960 5922 _m
(application,)_S 68 _t
(an)_S 68 _t
(implementation-dependent)_S 68 _t
(cursor)_S 68 _t
(name)_S 68 _t
(is)_S 68 _t
(generated.)_S 136 _t
(The)_S 68 _t
(same)_S 68 _t
(cursor)_S 68 _t
(name)_S 68 _t
(is)_S 68 _t
(used)_S 68 _t
(for)_S 68 _t
(each)_S 960 5706 _m
(implicit)_S 89 _t
(cursor)_S 89 _t
(within)_S 89 _t
(a)_S 89 _t
(single)_S 89 _t
(allocated)_S 89 _t
(SQL-statement.)_S 178 _t
(The)_S 88 _t
(cursor)_S 89 _t
(name)_S 89 _t
(can)_S 89 _t
(be)_S 89 _t
(retrieved)_S 89 _t
(by)_S 88 _t
(using)_S 89 _t
(the)_S 960 5490 _m
(GetCursorName)_S 61 _t
(routine.)_S 960 5058 _m
(The)_S 56 _t
(Fetch)_S 57 _t
(routine)_S 56 _t
(is)_S 57 _t
(used)_S 56 _t
(to)_S 57 _t
(position)_S 56 _t
(an)_S 57 _t
(open)_S 56 _t
(cursor)_S 57 _t
(on)_S 57 _t
(the)_S 56 _t
(next)_S 57 _t
(row)_S 56 _t
(and)_S 57 _t
(retrieve)_S 56 _t
(the)_S 57 _t
(values)_S 56 _t
(of)_S 57 _t
(bound)_S 57 _t
(columns)_S 960 4842 _m
(for)_S 60 _t
(that)_S 60 _t
(row.)_S 120 _t
(A)_S 60 _t
(bound)_S 59 _t
(column)_S 60 _t
(is)_S 60 _t
(one)_S 60 _t
(whose)_S 60 _t
(target)_S 60 _t
(specification)_S 59 _t
(in)_S 60 _t
(the)_S 60 _t
(specified)_S 60 _t
(CLI)_S 60 _t
(descriptor)_S 60 _t
(area)_S 60 _t
(defines)_S 59 _t
(a)_S 960 4626 _m
(location)_S 65 _t
(for)_S 66 _t
(the)_S 65 _t
(target)_S 65 _t
(value.)_S 130 _t
(Values)_S 65 _t
(for)_S 65 _t
(unbound)_S 65 _t
(columns)_S 65 _t
(can)_S 65 _t
(be)_S 65 _t
(individually)_S 65 _t
(retrieved)_S 65 _t
(by)_S 65 _t
(using)_S 65 _t
(the)_S 65 _t
(GetCol)_S 960 4410 _m
(routine.)_S 112 _t
(The)_S 56 _t
(GetCol)_S 56 _t
(routine)_S 57 _t
(also)_S 56 _t
(enables)_S 56 _t
(the)_S 56 _t
(values)_S 56 _t
(of)_S 56 _t
(character)_S 57 _t
(string)_S 56 _t
(columns)_S 56 _t
(to)_S 56 _t
(be)_S 56 _t
(retrieved)_S 56 _t
(piece)_S 56 _t
(by)_S 56 _t
(piece.)_S 960 4194 _m
(The)_S 63 _t
(current)_S 63 _t
(row)_S 63 _t
(of)_S 62 _t
(a)_S 63 _t
(cursor)_S 63 _t
(can)_S 63 _t
(be)_S 63 _t
(deleted)_S 63 _t
(or)_S 63 _t
(updated)_S 62 _t
(by)_S 63 _t
(executing)_S 63 _t
(a)_S 63 _t
(preparable)_S 63 _t
(dynamic)_S 63 _t
(delete)_S 63 _t
(statement)_S 63 _t
(or)_S 960 3978 _m
(a)_S 60 _t
(preparable)_S 59 _t
(dynamic)_S 60 _t
(update)_S 60 _t
(statement,)_S 60 _t
(respectively,)_S 59 _t
(for)_S 60 _t
(that)_S 60 _t
(cursor)_S 59 _t
(under)_S 60 _t
(a)_S 60 _t
(different)_S 59 _t
(allocated)_S 60 _t
(SQL-statement)_S 960 3762 _m
(to)_S 61 _t
(the)_S 61 _t
(one)_S 61 _t
(under)_S 61 _t
(which)_S 61 _t
(the)_S 61 _t
(cursor)_S 61 _t
(was)_S 61 _t
(opened.)_S 122 _t
(The)_S 61 _t
(CloseCursor)_S 61 _t
(routine)_S 61 _t
(enables)_S 61 _t
(a)_S 61 _t
(cursor)_S 61 _t
(to)_S 61 _t
(be)_S 61 _t
(closed.)_S 960 3330 _m
(The)_S 40 _t
(GetDiagField)_S 39 _t
(and)_S 39 _t
(GetDiagRec)_S 39 _t
(routines)_S 40 _t
(obtain)_S 39 _t
(diagnostic)_S 39 _t
(information)_S 39 _t
(about)_S 39 _t
(the)_S 40 _t
(most)_S 39 _t
(recent)_S 39 _t
(routine)_S 39 _t
(operating)_S 960 3114 _m
(on)_S 58 _t
(a)_S 58 _t
(particular)_S 57 _t
(resource.)_S 116 _t
(An)_S 57 _t
(SQL-transaction)_S 58 _t
(is)_S 57 _t
(terminated)_S 58 _t
(by)_S 57 _t
(using)_S 58 _t
(the)_S 58 _t
(EndTran)_S 57 _t
(routine.)_S 115 _t
(The)_S 58 _t
(Cancel)_S 57 _t
(routine)_S 960 2898 _m
(is)_S 61 _t
(used)_S 61 _t
(to)_S 61 _t
(cancel)_S 61 _t
(the)_S 61 _t
(execution)_S 61 _t
(of)_S 61 _t
(a)_S 61 _t
(concurrently)_S 61 _t
(executing)_S 61 _t
(SQL/CLI)_S 61 _t
(routine.)_S 960 2466 _m
(The)_S 82 _t
(CLI)_S 82 _t
(ExecDirect)_S 83 _t
(routine)_S 82 _t
(and)_S 82 _t
(the)_S 82 _t
(CLI)_S 83 _t
(Prepare)_S 82 _t
(routine)_S 82 _t
(each)_S 83 _t
(support)_S 82 _t
(an)_S 82 _t
(input)_S 82 _t
(character)_S 83 _t
(string)_S 82 _t
(parameter)_S 960 2250 _m
(identified)_S 61 _t
(as)_S 61 _t
(StatementText.)_S 121 _t
(If)_S 60 _t
(P)_S 61 _t
(is)_S 60 _t
(the)_S 61 _t
(value)_S 60 _t
(of)_S 61 _t
(StatementText,)_S 60 _t
(then)_S 61 _t
(P)_S 60 _t
(shall)_S 61 _t
(satisfy)_S 60 _t
(the)_S 61 _t
(following)_S 60 _t
(restrictions:)_S 960 1818 _m
61 _t
61 _t
61 _t
61 _t
(1.)_S 1513 1818 _m
(P)_S 47 _t
(shall)_S 47 _t
(conform)_S 47 _t
(to)_S 46 _t
(the)_S 47 _t
(Format,)_S 47 _t
(Syntax)_S 47 _t
(Rules,)_S 46 _t
(and)_S 47 _t
(Access)_S 47 _t
(Rules)_S 47 _t
(for)_S 46 _t
(a)_S 47 _t
(<preparable)_S 47 _t
(statement>)_S 47 _t
(as)_S 46 _t
(specified)_S 1513 1602 _m
(in)_S 61 _t
(Subclause)_S 61 _t
(17.6,)_S 61 _t
("<prepare)_S 61 _t
(statement>",)_S 61 _t
(of)_S 61 _t
(the)_S 61 _t
(SQL'92)_S 61 _t
(standard.)_S 960 1170 _m
61 _t
61 _t
61 _t
61 _t
(2.)_S 1513 1170 _m
(P)_S 61 _t
(shall)_S 61 _t
(not)_S 61 _t
(be)_S 61 _t
(a)_S 61 _t
(<commit)_S 61 _t
(statement>)_S 61 _t
(or)_S 61 _t
(a)_S 61 _t
(<rollback)_S 61 _t
(statement>.)_S 9057 650 _m
(15)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
960 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
61 _t
61 _t
61 _t
61 _t
(3.)_S 1513 11754 _m
(P)_S 61 _t
(shall)_S 61 _t
(abide)_S 61 _t
(by)_S 61 _t
(the)_S 61 _t
(Leveling)_S 61 _t
(Rules)_S 61 _t
(of)_S 61 _t
(the)_S 61 _t
(level)_S 61 _t
(of)_S 61 _t
(SQL)_S 61 _t
(support)_S 61 _t
(claimed)_S 61 _t
(by)_S 61 _t
(the)_S 61 _t
(SQL/ERI)_S 61 _t
(Server.)_S 960 11322 _m
(The)_S 51 _t
(SQL/CLI)_S 52 _t
(specification)_S 52 _t
(is)_S 52 _t
(intended)_S 51 _t
(to)_S 52 _t
(support)_S 51 _t
(CLI)_S 52 _t
(routines)_S 52 _t
(embedded)_S 52 _t
(into)_S 51 _t
(both)_S 52 _t
(pointer-based)_S 52 _t
(programming)_S 960 11106 _m
(languages)_S 73 _t
(and)_S 72 _t
(non-pointer-based)_S 73 _t
(programming)_S 73 _t
(languages.)_S 145 _t
(In)_S 73 _t
(particular,)_S 72 _t
(the)_S 73 _t
(Syntax)_S 73 _t
(Rules)_S 72 _t
(of)_S 73 _t
(<CLI)_S 73 _t
(routine>)_S 960 10890 _m
(specified)_S 69 _t
(in)_S 69 _t
(Subclause)_S 68 _t
(5.2)_S 69 _t
(of)_S 69 _t
([10])_S 69 _t
(indiate)_S 69 _t
(that)_S 68 _t
(CLI)_S 69 _t
(routines)_S 69 _t
(may)_S 69 _t
(be)_S 68 _t
(embedded)_S 69 _t
(into)_S 69 _t
(any)_S 69 _t
(one)_S 69 _t
(of)_S 68 _t
(the)_S 69 _t
(following)_S 960 10674 _m
(standard)_S 61 _t
(programming)_S 60 _t
(languages:)_S 61 _t
(Ada,)_S 61 _t
(C,)_S 61 _t
(COBOL,)_S 61 _t
(Fortran,)_S 61 _t
(MUMPS,)_S 60 _t
(Pascal,)_S 61 _t
(and)_S 61 _t
(PL/I.)_S 121 _t
(An)_S 61 _t
(SQL/ERI)_S 61 _t
(Server)_S 960 10458 _m
(will)_S 61 _t
(indicate)_S 61 _t
(which)_S 61 _t
(of)_S 61 _t
(those)_S 61 _t
(languages)_S 61 _t
(it)_S 61 _t
(supports.)_S 960 10026 _m
61 _t
/Times-BoldR 550 _ff
960 9783 _m
/Times-BoldR 660 _ff
(6.5)_S 146 _t
(RDA/SQL-Server)_S 73 _t
(interface)_S 146 _t
/Times-RomanR 550 _ff
960 9341 _m
(An)_S 57 _t
(SQL/ERI)_S 57 _t
(Server)_S 56 _t
(may)_S 57 _t
(provide)_S 57 _t
(an)_S 57 _t
(RDA/SQL-Server)_S 57 _t
(protocol)_S 56 _t
(interface)_S 57 _t
(according)_S 57 _t
(to)_S 56 _t
(the)_S 57 _t
(protocols)_S 57 _t
(defined)_S 57 _t
(in)_S 960 9125 _m
(the)_S 38 _t
(RDA'93)_S 39 _t
(standard)_S 39 _t
([9].)_S 39 _t
(The)_S 39 _t
(RDA)_S 39 _t
(protocols)_S 39 _t
(allow)_S 38 _t
(communication)_S 39 _t
(and)_S 39 _t
(interoperability)_S 39 _t
(among)_S 39 _t
(conforming)_S 39 _t
(RDA)_S 960 8909 _m
(processors)_S 76 _t
(in)_S 75 _t
(an)_S 75 _t
(OSI)_S 76 _t
(communications)_S 75 _t
(network.)_S 151 _t
(Many)_S 76 _t
(vendors)_S 75 _t
(are)_S 76 _t
(also)_S 75 _t
(supporting)_S 76 _t
(the)_S 75 _t
(RDA)_S 76 _t
(protocols)_S 75 _t
(in)_S 75 _t
(a)_S 960 8693 _m
(TCP/IP)_S 106 _t
(communications)_S 107 _t
(network)_S 106 _t
(using)_S 107 _t
(agreements)_S 106 _t
(specified)_S 107 _t
(by)_S 106 _t
(the)_S 106 _t
(NIST)_S 107 _t
(Opens)_S 106 _t
(Systems)_S 107 _t
(Environment)_S 960 8477 _m
(Implementors)_S 63 _t
(Workshop)_S 63 _t
(\(OIW\))_S 64 _t
(for)_S 63 _t
(RDA)_S 63 _t
(accessibility)_S 64 _t
(using)_S 63 _t
(Internet)_S 63 _t
(RFC)_S 64 _t
(1006)_S 63 _t
(for)_S 64 _t
(upper)_S 63 _t
(layer)_S 63 _t
(OSI)_S 64 _t
(interface)_S 960 8261 _m
(to)_S 61 _t
(Internet)_S 62 _t
(protocols.)_S 122 _t
(This)_S 62 _t
(SQL/ERI)_S 61 _t
(profile)_S 62 _t
(specification)_S 61 _t
(allows)_S 62 _t
(an)_S 61 _t
(SQL/ERI)_S 62 _t
(Server)_S 61 _t
(to)_S 62 _t
(claim)_S 61 _t
(conformance)_S 62 _t
(to)_S 960 8045 _m
(the)_S 52 _t
(RDA/SQL-Server)_S 51 _t
(interface)_S 52 _t
(over)_S 51 _t
(an)_S 52 _t
(arbitrary)_S 52 _t
(communications)_S 52 _t
(network.)_S 103 _t
(If)_S 52 _t
(an)_S 52 _t
(application)_S 51 _t
(program,)_S 52 _t
(acting)_S 52 _t
(as)_S 960 7829 _m
(an)_S 55 _t
(RDA)_S 56 _t
(client,)_S 55 _t
(is)_S 56 _t
(able)_S 55 _t
(to)_S 56 _t
(form)_S 55 _t
(an)_S 56 _t
(association)_S 55 _t
(with)_S 56 _t
(an)_S 55 _t
(SQL/ERI)_S 55 _t
(Server)_S 56 _t
(and)_S 55 _t
(communicate)_S 56 _t
(thereafter)_S 55 _t
(using)_S 56 _t
(RDA)_S 960 7613 _m
(protocols)_S 68 _t
(subject)_S 69 _t
(to)_S 69 _t
(the)_S 69 _t
(implementor)_S 69 _t
(agreements)_S 68 _t
(specified)_S 69 _t
(by)_S 69 _t
(the)_S 68 _t
(Open)_S 69 _t
(Systems)_S 69 _t
(Environment)_S 69 _t
(Implementor's)_S 960 7397 _m
(Workshop)_S 65 _t
(\(e.g.)_S 65 _t
(in)_S 65 _t
([16]\),)_S 65 _t
(then)_S 66 _t
(the)_S 65 _t
(SQL/ERI)_S 65 _t
(Server)_S 65 _t
(may)_S 66 _t
(claim)_S 65 _t
(conformance)_S 65 _t
(to)_S 65 _t
(the)_S 65 _t
(RDA/SQL-Server)_S 66 _t
(interface)_S 960 7181 _m
(style.)_S 960 6749 _m
(Reference)_S 56 _t
([9])_S 56 _t
(describes)_S 57 _t
(the)_S 56 _t
(services)_S 56 _t
(of)_S 57 _t
(the)_S 56 _t
(RDA)_S 56 _t
(standard)_S 57 _t
(in)_S 56 _t
(terms)_S 57 _t
(of)_S 56 _t
(an)_S 56 _t
(RDA)_S 57 _t
(Client,)_S 56 _t
(and)_S 56 _t
(RDA)_S 57 _t
(Server,)_S 56 _t
(and)_S 57 _t
(an)_S 960 6533 _m
(RDA)_S 61 _t
(Service)_S 61 _t
(as)_S 61 _t
(follows:)_S 1200 6101 _m
(An)_S 47 _t
(RDA)_S 46 _t
(client)_S 47 _t
(is)_S 47 _t
(an)_S 46 _t
(application-process,)_S 47 _t
(within)_S 46 _t
(an)_S 47 _t
(open)_S 46 _t
(system,)_S 47 _t
(that)_S 46 _t
(requests)_S 47 _t
(database)_S 46 _t
(services)_S 47 _t
(from)_S 46 _t
(another)_S 1200 5885 _m
(application-process)_S 51 _t
(called)_S 52 _t
(a)_S 51 _t
(database)_S 51 _t
(server.)_S 103 _t
(A)_S 51 _t
(database)_S 52 _t
(server)_S 51 _t
(is)_S 51 _t
(an)_S 52 _t
(application-process,)_S 51 _t
(within)_S 51 _t
(the)_S 52 _t
(same)_S 51 _t
(or)_S 1200 5669 _m
(another)_S 77 _t
(open)_S 76 _t
(system,)_S 76 _t
(that)_S 77 _t
(supplies)_S 76 _t
(database)_S 76 _t
(storage)_S 76 _t
(facilities)_S 77 _t
(and)_S 76 _t
(provides,)_S 76 _t
(through)_S 77 _t
(OSI)_S 76 _t
(communication,)_S 1200 5453 _m
(database)_S 51 _t
(services)_S 51 _t
(to)_S 51 _t
(RDA)_S 51 _t
(clients.)_S 102 _t
(An)_S 51 _t
(RDA)_S 51 _t
(client)_S 51 _t
(and)_S 51 _t
(a)_S 51 _t
(database)_S 51 _t
(server)_S 51 _t
(communicate)_S 51 _t
(by)_S 51 _t
(means)_S 51 _t
(of)_S 50 _t
(the)_S 51 _t
(RDA)_S 1200 5237 _m
(Service,)_S 54 _t
(supported)_S 55 _t
(by)_S 54 _t
(an)_S 54 _t
(RDA)_S 54 _t
(service-provider.)_S 109 _t
(The)_S 55 _t
(part)_S 54 _t
(of)_S 54 _t
(the)_S 54 _t
(database)_S 55 _t
(server)_S 54 _t
(that)_S 54 _t
(uses)_S 54 _t
(the)_S 55 _t
(RDA)_S 54 _t
(service-)_S 1200 5021 _m
(provider)_S 65 _t
(to)_S 64 _t
(communicate)_S 64 _t
(with)_S 65 _t
(an)_S 64 _t
(RDA)_S 64 _t
(client)_S 65 _t
(is)_S 64 _t
(called)_S 64 _t
(an)_S 65 _t
(RDA)_S 64 _t
(server.)_S 129 _t
(The)_S 64 _t
(RDA)_S 64 _t
(client)_S 65 _t
(has)_S 64 _t
(the)_S 64 _t
(ability)_S 64 _t
(to)_S 1200 4805 _m
(initiate)_S 52 _t
(RDA)_S 51 _t
(service)_S 52 _t
(requests,)_S 51 _t
(while)_S 52 _t
(the)_S 51 _t
(RDA)_S 52 _t
(server)_S 51 _t
(can)_S 52 _t
(only)_S 51 _t
(issues)_S 52 _t
(RDA)_S 52 _t
(service)_S 51 _t
(responses)_S 52 _t
(to)_S 51 _t
(reply)_S 52 _t
(to)_S 51 _t
(such)_S 1200 4589 _m
(requests.)_S 1200 4157 _m
(A)_S 61 _t
(data)_S 60 _t
(resource)_S 60 _t
(is)_S 61 _t
(a)_S 60 _t
(named)_S 60 _t
(collection)_S 60 _t
(of)_S 61 _t
(data)_S 60 _t
(and/or)_S 60 _t
(capabilities)_S 60 _t
(on)_S 61 _t
(the)_S 60 _t
(database)_S 60 _t
(server)_S 61 _t
(and)_S 60 _t
(known)_S 60 _t
(to)_S 60 _t
(both)_S 1200 3941 _m
(the)_S 66 _t
(RDA)_S 65 _t
(client)_S 66 _t
(and)_S 66 _t
(the)_S 66 _t
(RDA)_S 66 _t
(server.)_S 132 _t
(The)_S 66 _t
(meaning)_S 66 _t
(of)_S 66 _t
(the)_S 66 _t
(data)_S 66 _t
(content)_S 66 _t
(and)_S 66 _t
(capabilities)_S 66 _t
(of)_S 66 _t
(a)_S 66 _t
(data)_S 66 _t
(resource)_S 1200 3725 _m
(depend)_S 43 _t
(upon)_S 44 _t
(the)_S 43 _t
(application)_S 44 _t
(of)_S 43 _t
(RDA,)_S 43 _t
(which)_S 43 _t
(is)_S 44 _t
(determined)_S 43 _t
(by)_S 43 _t
(each)_S 44 _t
(RDA)_S 43 _t
(specialization)_S 43 _t
(standard)_S 44 _t
(\(e.g.)_S 43 _t
(the)_S 43 _t
(SQL)_S 1200 3509 _m
(specialization\).)_S 176 _t
(The)_S 88 _t
(RDA)_S 89 _t
(client)_S 88 _t
(opens)_S 88 _t
(a)_S 88 _t
(data)_S 89 _t
(resource)_S 88 _t
(in)_S 88 _t
(order)_S 88 _t
(to)_S 89 _t
(gain)_S 88 _t
(access)_S 88 _t
(to)_S 89 _t
(the)_S 88 _t
(data)_S 88 _t
(content)_S 89 _t
(or)_S 1200 3293 _m
(capabilities)_S 52 _t
(of)_S 52 _t
(that)_S 52 _t
(resource)_S 52 _t
(through)_S 52 _t
(Database)_S 52 _t
(Language)_S 52 _t
(services)_S 52 _t
(\(e.g.)_S 52 _t
(SQL\).)_S 104 _t
(Data)_S 52 _t
(resources)_S 52 _t
(may)_S 52 _t
(be)_S 52 _t
(nested,)_S 1200 3077 _m
(with)_S 67 _t
(subordinate)_S 67 _t
(data)_S 67 _t
(resources)_S 67 _t
(grouped)_S 67 _t
(within)_S 66 _t
(their)_S 67 _t
(parent)_S 67 _t
(data)_S 67 _t
(resource.)_S 134 _t
(The)_S 67 _t
(RDA)_S 67 _t
(client)_S 66 _t
(is)_S 67 _t
(required)_S 67 _t
(to)_S 1200 2861 _m
(open)_S 61 _t
(a)_S 61 _t
(parent)_S 61 _t
(data)_S 61 _t
(resource)_S 61 _t
(before)_S 61 _t
(it)_S 61 _t
(can)_S 61 _t
(open)_S 61 _t
(subordinate)_S 61 _t
(data)_S 61 _t
(resources.)_S 1200 2429 _m
(An)_S 54 _t
(RDA)_S 54 _t
(transaction)_S 54 _t
(is)_S 54 _t
(a)_S 54 _t
(logically)_S 54 _t
(complete)_S 54 _t
(unit)_S 53 _t
(of)_S 54 _t
(processing)_S 54 _t
(as)_S 54 _t
(determined)_S 54 _t
(by)_S 54 _t
(the)_S 54 _t
(RDA)_S 53 _t
(client.)_S 108 _t
(Execution)_S 1200 2213 _m
(during)_S 55 _t
(an)_S 55 _t
(RDA)_S 55 _t
(transaction)_S 55 _t
(of)_S 56 _t
(a)_S 55 _t
(sequence)_S 55 _t
(of)_S 55 _t
(database)_S 55 _t
(access)_S 55 _t
(services)_S 55 _t
(that)_S 55 _t
(change)_S 55 _t
(data)_S 56 _t
(resources)_S 55 _t
(enables)_S 55 _t
(the)_S 1200 1997 _m
(set)_S 60 _t
(of)_S 60 _t
(changes)_S 60 _t
(to)_S 61 _t
(be)_S 60 _t
(handled)_S 60 _t
(as)_S 61 _t
(an)_S 60 _t
(atomic)_S 60 _t
(unit.)_S 121 _t
(When)_S 60 _t
(the)_S 61 _t
(RDA)_S 60 _t
(transaction)_S 60 _t
(is)_S 61 _t
(terminated,)_S 60 _t
(either)_S 60 _t
(the)_S 61 _t
(whole)_S 1200 1781 _m
(set)_S 86 _t
(of)_S 86 _t
(changes)_S 86 _t
(are)_S 86 _t
(applied)_S 86 _t
(to)_S 86 _t
(the)_S 86 _t
(data)_S 86 _t
(resources)_S 86 _t
(or)_S 86 _t
(no)_S 86 _t
(changes)_S 86 _t
(are)_S 86 _t
(applied.)_S 172 _t
(The)_S 86 _t
(RDA)_S 87 _t
(client)_S 86 _t
(requests)_S 1200 1565 _m
(termination)_S 84 _t
(of)_S 84 _t
(an)_S 84 _t
(RDA)_S 85 _t
(transaction)_S 84 _t
(by)_S 84 _t
(requesting)_S 84 _t
(the)_S 84 _t
(RDA)_S 85 _t
(server)_S 84 _t
(either)_S 84 _t
(to)_S 84 _t
(commit)_S 84 _t
(or)_S 84 _t
(to)_S 85 _t
(roll)_S 84 _t
(back)_S 84 _t
(the)_S 1200 1349 _m
(complete)_S 61 _t
(set)_S 61 _t
(of)_S 61 _t
(changes)_S 61 _t
(of)_S 61 _t
(that)_S 61 _t
(transaction.)_S 122 _t
(Changes)_S 61 _t
(made)_S 62 _t
(to)_S 61 _t
(the)_S 61 _t
(data)_S 61 _t
(content)_S 61 _t
(of)_S 61 _t
(data)_S 61 _t
(resources)_S 61 _t
(during)_S 62 _t
(an)_S 1200 1133 _m
(RDA)_S 52 _t
(transaction)_S 52 _t
(are)_S 52 _t
(not)_S 52 _t
(made)_S 51 _t
(available)_S 52 _t
(to)_S 52 _t
(other)_S 52 _t
(RDA)_S 52 _t
(clients)_S 51 _t
(until)_S 52 _t
(that)_S 52 _t
(RDA)_S 52 _t
(transaction)_S 52 _t
(is)_S 52 _t
(terminated)_S 51 _t
(at)_S 52 _t
(the)_S 960 650 _m
(16)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
7406 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
1200 11754 _m
(RDA)_S 95 _t
(server.)_S 192 _t
(RDA)_S 96 _t
(a)_S 95 _t
(choice)_S 96 _t
(of)_S 96 _t
(two)_S 95 _t
(application-contexts)_S 96 _t
(for)_S 96 _t
(managing)_S 96 _t
(RDA)_S 95 _t
(transactions:)_S 96 _t
(1\))_S 96 _t
(a)_S 96 _t
(basic)_S 1200 11538 _m
(application-context)_S 57 _t
(for)_S 57 _t
(one-phase)_S 57 _t
(commitment,)_S 57 _t
(and)_S 57 _t
(2\))_S 57 _t
(a)_S 57 _t
(TP)_S 57 _t
(application-context)_S 56 _t
(for)_S 57 _t
(two-phase)_S 57 _t
(commitment.)_S 1200 11322 _m
(The)_S 65 _t
(RDA)_S 65 _t
(protocol)_S 65 _t
(for)_S 64 _t
(the)_S 65 _t
(basic)_S 65 _t
(application-context)_S 65 _t
(is)_S 64 _t
(completely)_S 65 _t
(specified)_S 65 _t
(in)_S 65 _t
(the)_S 64 _t
(RDA)_S 65 _t
(standard,)_S 65 _t
(whereas)_S 1200 11106 _m
(the)_S 43 _t
(protocol)_S 43 _t
(for)_S 44 _t
(the)_S 43 _t
(TP)_S 43 _t
(application)_S 43 _t
(context)_S 44 _t
(is)_S 43 _t
(dependent)_S 44 _t
(upon)_S 43 _t
(the)_S 43 _t
(ISO/IEC)_S 43 _t
(Distributed)_S 44 _t
(Transaction)_S 43 _t
(Processing)_S 1200 10890 _m
(standard)_S 61 _t
(\(ISO/IEC)_S 61 _t
(10026\).)_S 1200 10458 _m
(An)_S 59 _t
(RDA)_S 59 _t
(operation)_S 59 _t
(models)_S 59 _t
(a)_S 59 _t
(request)_S 59 _t
(by)_S 59 _t
(an)_S 59 _t
(RDA)_S 58 _t
(client)_S 59 _t
(that)_S 59 _t
(is)_S 59 _t
(transferred)_S 59 _t
(to)_S 59 _t
(an)_S 59 _t
(RDA)_S 59 _t
(server)_S 58 _t
(for)_S 59 _t
(processing.)_S 1200 10242 _m
(RDA)_S 61 _t
(operations)_S 61 _t
(enable)_S 61 _t
(an)_S 61 _t
(RDA)_S 61 _t
(client)_S 61 _t
(to)_S 61 _t
(request)_S 61 _t
(any)_S 61 _t
(of)_S 61 _t
(five)_S 61 _t
(types)_S 61 _t
(of)_S 61 _t
(RDA)_S 61 _t
(services:)_S 1513 9810 _m
61 _t
(a\))_S 1958 9810 _m
(RDA)_S 61 _t
(Dialogue)_S 61 _t
(Management)_S 61 _t
(services,)_S 61 _t
(to)_S 61 _t
(start)_S 61 _t
(and)_S 61 _t
(end)_S 61 _t
(RDA)_S 61 _t
(dialogues;)_S 1513 9378 _m
61 _t
(b\))_S 1958 9378 _m
(RDA)_S 61 _t
(Transaction)_S 61 _t
(Management)_S 61 _t
(services,)_S 61 _t
(to)_S 61 _t
(start)_S 61 _t
(and)_S 61 _t
(end)_S 61 _t
(RDA)_S 61 _t
(transactions;)_S 1200 8946 _m
61 _t
61 _t
1513 8946 _m
61 _t
(c\))_S 1958 8946 _m
(RDA)_S 61 _t
(Control)_S 61 _t
(services,)_S 61 _t
(to)_S 61 _t
(report)_S 61 _t
(the)_S 61 _t
(status)_S 61 _t
(or)_S 61 _t
(cancel)_S 61 _t
(existing)_S 61 _t
(operations;)_S 1513 8514 _m
61 _t
(d\))_S 1958 8514 _m
(Resource)_S 61 _t
(Handing)_S 61 _t
(services,)_S 61 _t
(to)_S 61 _t
(enable)_S 61 _t
(or)_S 61 _t
(disable)_S 61 _t
(access)_S 61 _t
(by)_S 61 _t
(RDA)_S 61 _t
(clients)_S 61 _t
(to)_S 61 _t
(data)_S 61 _t
(resources;)_S 1513 8082 _m
61 _t
(e\))_S 1958 8082 _m
(Database)_S 61 _t
(Language)_S 61 _t
(services,)_S 61 _t
(to)_S 61 _t
(access)_S 61 _t
(and)_S 61 _t
(modify)_S 61 _t
(data)_S 61 _t
(resources.)_S 1200 7650 _m
(An)_S 66 _t
(RDA)_S 65 _t
(client)_S 66 _t
(may)_S 65 _t
(request)_S 66 _t
(RDA)_S 65 _t
(operations)_S 66 _t
(without)_S 65 _t
(waiting)_S 66 _t
(for)_S 65 _t
(the)_S 66 _t
(results)_S 65 _t
(of)_S 66 _t
(previously)_S 65 _t
(requested)_S 66 _t
(RDA)_S 1200 7434 _m
(operations.)_S 171 _t
(Thus)_S 85 _t
(an)_S 86 _t
(RDA)_S 86 _t
(server)_S 86 _t
(may)_S 85 _t
(have)_S 86 _t
(several)_S 85 _t
(RDA)_S 86 _t
(operations)_S 85 _t
(outstanding)_S 86 _t
(for)_S 86 _t
(a)_S 85 _t
(particular)_S 86 _t
(RDA)_S 1200 7218 _m
(dialogue.)_S 1200 6786 _m
(An)_S 45 _t
(RDA)_S 45 _t
(dialogue)_S 45 _t
(is)_S 44 _t
(a)_S 45 _t
(cooperative)_S 45 _t
(relationship)_S 44 _t
(between)_S 45 _t
(and)_S 45 _t
(RDA)_S 45 _t
(client)_S 44 _t
(and)_S 45 _t
(an)_S 45 _t
(RDA)_S 44 _t
(server.)_S 90 _t
(The)_S 45 _t
(RDA)_S 44 _t
(client)_S 1200 6570 _m
(initilizes)_S 59 _t
(the)_S 59 _t
(RDA)_S 59 _t
(dialogue)_S 59 _t
(and)_S 58 _t
(requests)_S 59 _t
(RDA)_S 59 _t
(operations)_S 59 _t
(that)_S 58 _t
(are)_S 59 _t
(to)_S 59 _t
(be)_S 59 _t
(performed)_S 59 _t
(by)_S 59 _t
(the)_S 59 _t
(RDA)_S 58 _t
(server.)_S 118 _t
(An)_S 1200 6354 _m
(RDA)_S 50 _t
(dialogue)_S 49 _t
(is)_S 50 _t
(uniquely)_S 49 _t
(identified)_S 50 _t
(within)_S 50 _t
(the)_S 49 _t
(scope)_S 50 _t
(of)_S 50 _t
(the)_S 49 _t
(OSI)_S 50 _t
(environment,)_S 49 _t
(and)_S 50 _t
(all)_S 50 _t
(RDA)_S 49 _t
(operations)_S 50 _t
(occur)_S 1200 6138 _m
(within)_S 64 _t
(the)_S 64 _t
(bounds)_S 64 _t
(of)_S 63 _t
(an)_S 64 _t
(RDA)_S 64 _t
(dialogue.)_S 127 _t
(An)_S 64 _t
(RDA)_S 64 _t
(dialogue)_S 64 _t
(can)_S 64 _t
(exist)_S 64 _t
(only)_S 64 _t
(in)_S 63 _t
(the)_S 64 _t
(context)_S 64 _t
(of)_S 64 _t
(an)_S 63 _t
(established)_S 1200 5922 _m
(application-association,)_S 58 _t
(and)_S 58 _t
(ceases)_S 59 _t
(to)_S 58 _t
(exist)_S 58 _t
(if)_S 58 _t
(the)_S 59 _t
(association)_S 58 _t
(is)_S 58 _t
(released.)_S 117 _t
(A)_S 58 _t
(failed)_S 58 _t
(RDA)_S 58 _t
(dialogue)_S 59 _t
(cannot)_S 58 _t
(be)_S 1200 5706 _m
(recovered;)_S 82 _t
(the)_S 81 _t
(process)_S 81 _t
(of)_S 81 _t
(recovery)_S 82 _t
(after)_S 81 _t
(a)_S 82 _t
(failure)_S 81 _t
(is)_S 81 _t
(a)_S 81 _t
(local)_S 82 _t
(matter)_S 81 _t
(beyond)_S 81 _t
(the)_S 81 _t
(scope)_S 82 _t
(of)_S 81 _t
(the)_S 81 _t
(RDA)_S 81 _t
(1993)_S 1200 5490 _m
(standard,)_S 50 _t
(and)_S 50 _t
(recovery)_S 50 _t
(actions)_S 50 _t
(outside)_S 50 _t
(the)_S 50 _t
(RDA)_S 50 _t
(service-provider)_S 50 _t
(may)_S 50 _t
(be)_S 50 _t
(necessary.)_S 100 _t
(In)_S 50 _t
(the)_S 50 _t
(event)_S 50 _t
(of)_S 50 _t
(dialogue)_S 1200 5274 _m
(failure,)_S 48 _t
(it)_S 49 _t
(is)_S 49 _t
(a)_S 49 _t
(requirement)_S 48 _t
(that)_S 49 _t
(all)_S 49 _t
(changes)_S 49 _t
(made)_S 49 _t
(to)_S 48 _t
(data)_S 49 _t
(resources)_S 49 _t
(by)_S 49 _t
(any)_S 49 _t
(RDA)_S 48 _t
(transaction)_S 49 _t
(that)_S 49 _t
(is)_S 49 _t
(not)_S 49 _t
(already)_S 1200 5058 _m
(terminating)_S 73 _t
(when)_S 73 _t
(RDA)_S 73 _t
(dialogue)_S 73 _t
(failure)_S 73 _t
(occurs)_S 73 _t
(be)_S 73 _t
(rolled)_S 73 _t
(back)_S 73 _t
(by)_S 73 _t
(the)_S 74 _t
(database)_S 73 _t
(server)_S 73 _t
(during)_S 73 _t
(its)_S 73 _t
(recovery)_S 1200 4842 _m
(process.)_S 167 _t
(If)_S 84 _t
(an)_S 83 _t
(RDA)_S 84 _t
(dialogue)_S 84 _t
(is)_S 83 _t
(terminating)_S 84 _t
(when)_S 83 _t
(RDA)_S 84 _t
(dialogue)_S 84 _t
(failure)_S 83 _t
(occurs,)_S 84 _t
(then)_S 83 _t
(it)_S 84 _t
(may)_S 84 _t
(either)_S 83 _t
(be)_S 1200 4626 _m
(committed)_S 61 _t
(or)_S 61 _t
(rolled)_S 61 _t
(back.)_S 960 4194 _m
(The)_S 97 _t
(NIST)_S 98 _t
(OSE)_S 98 _t
(Implementor's)_S 97 _t
(Workshop)_S 98 _t
(\(OIW\))_S 98 _t
(has)_S 97 _t
(specified)_S 98 _t
(implementation)_S 98 _t
(agreements)_S 97 _t
(for)_S 98 _t
(the)_S 98 _t
(Basic)_S 960 3978 _m
(Application)_S 68 _t
(Context)_S 136 _t
(of)_S 68 _t
(the)_S 69 _t
(RDA'93)_S 68 _t
(standard)_S 68 _t
([9],)_S 68 _t
(with)_S 68 _t
(profiles)_S 68 _t
(for:)_S 68 _t
(Immediate)_S 68 _t
(Execution,)_S 68 _t
(Stored)_S 68 _t
(Execution,)_S 960 3762 _m
(Status,)_S 48 _t
(and)_S 48 _t
(Cancel.)_S 96 _t
(Future)_S 49 _t
(work)_S 48 _t
(is)_S 48 _t
(in)_S 48 _t
(progress)_S 49 _t
(by)_S 48 _t
(the)_S 48 _t
(OIW)_S 48 _t
(to)_S 48 _t
(specify)_S 48 _t
(corresponding)_S 48 _t
(profiles)_S 49 _t
(for)_S 48 _t
(the)_S 48 _t
(Transaction)_S 960 3546 _m
(Processing)_S 54 _t
(\(TP\))_S 54 _t
(Application)_S 53 _t
(Context)_S 54 _t
(of)_S 54 _t
(the)_S 54 _t
(RDA'93)_S 54 _t
(standard.)_S 107 _t
(For)_S 54 _t
(the)_S 54 _t
(purpose)_S 54 _t
(of)_S 54 _t
(the)_S 53 _t
(SQL/ERI)_S 54 _t
(Server)_S 54 _t
(profiles)_S 960 3330 _m
(specified)_S 63 _t
(in)_S 63 _t
(this)_S 63 _t
(document,)_S 63 _t
(support)_S 62 _t
(for)_S 63 _t
(the)_S 63 _t
(RDA/SQL-Server)_S 63 _t
(interface)_S 63 _t
(requires)_S 63 _t
(support)_S 63 _t
(as)_S 63 _t
(an)_S 62 _t
(RDA)_S 63 _t
(Server)_S 63 _t
(for)_S 960 3114 _m
(the)_S 45 _t
(Immediate)_S 45 _t
(Execution)_S 44 _t
(profile)_S 45 _t
(of)_S 45 _t
(the)_S 44 _t
(Basic)_S 45 _t
(Application)_S 45 _t
(Context)_S 44 _t
(as)_S 45 _t
(specified)_S 45 _t
(in)_S 44 _t
([16],)_S 45 _t
(with)_S 45 _t
(the)_S 44 _t
(ability)_S 45 _t
(to)_S 44 _t
(respond)_S 960 2898 _m
(to)_S 51 _t
(SQL)_S 50 _t
(statements)_S 50 _t
(at)_S 50 _t
(the)_S 50 _t
(level)_S 50 _t
(of)_S 51 _t
(support)_S 50 _t
(for)_S 50 _t
(SQL)_S 50 _t
(language)_S 50 _t
(claimed)_S 50 _t
(by)_S 51 _t
(the)_S 50 _t
(SQL/ERI)_S 50 _t
(Server.)_S 100 _t
(The)_S 50 _t
(other)_S 50 _t
(profiles)_S 960 2682 _m
(of)_S 63 _t
(the)_S 64 _t
(Basic)_S 63 _t
(Application)_S 63 _t
(Context)_S 64 _t
(defined)_S 63 _t
(in)_S 63 _t
([16],)_S 63 _t
(and)_S 63 _t
(the)_S 63 _t
(TP)_S 64 _t
(Application)_S 63 _t
(Context,)_S 63 _t
(are)_S 63 _t
(optional)_S 63 _t
(enhancements)_S 960 2466 _m
(to)_S 61 _t
(this)_S 61 _t
(basic)_S 61 _t
(requirement)_S 61 _t
(as)_S 61 _t
(follows:)_S 960 2034 _m
/Times-BoldR 550 _ff
(RDA)_S 62 _t
(Stored)_S 63 _t
(Execution.)_S /Times-RomanR 550 _ff
124 _t
(Support)_S 62 _t
(for)_S 62 _t
(the)_S 62 _t
(basic)_S 62 _t
(requirements)_S 62 _t
(specified)_S 62 _t
(above)_S 62 _t
(and,)_S 63 _t
(in)_S 62 _t
(addition,)_S 62 _t
(support)_S 62 _t
(for)_S 62 _t
(the)_S 960 1818 _m
(RDA)_S 55 _t
(Stored)_S 54 _t
(Execution)_S 55 _t
(Functional)_S 54 _t
(Unit)_S 55 _t
(as)_S 55 _t
(specified)_S 54 _t
(in)_S 55 _t
(the)_S 54 _t
(RDA'93)_S 55 _t
(standard)_S 54 _t
(and)_S 55 _t
(with)_S 55 _t
(implementor)_S 54 _t
(agreements)_S 960 1602 _m
(for)_S 61 _t
(the)_S 61 _t
(Stored)_S 61 _t
(Execution)_S 61 _t
(profile)_S 61 _t
(as)_S 61 _t
(specified)_S 61 _t
(in)_S 61 _t
([16].)_S 9057 650 _m
(17)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
960 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
/Times-BoldR 550 _ff
(RDA)_S 57 _t
(Status.)_S /Times-RomanR 550 _ff
115 _t
(Support)_S 57 _t
(for)_S 57 _t
(the)_S 57 _t
(basic)_S 58 _t
(requirements)_S 57 _t
(specified)_S 57 _t
(above)_S 57 _t
(and,)_S 58 _t
(in)_S 57 _t
(addition,)_S 57 _t
(support)_S 57 _t
(for)_S 58 _t
(the)_S 57 _t
(RDA)_S 57 _t
(Status)_S 960 11538 _m
(Functional)_S 63 _t
(Unit)_S 62 _t
(as)_S 62 _t
(specified)_S 63 _t
(in)_S 62 _t
(the)_S 63 _t
(RDA'93)_S 62 _t
(standard)_S 63 _t
(and)_S 62 _t
(with)_S 62 _t
(implementor)_S 63 _t
(agreements)_S 62 _t
(for)_S 63 _t
(the)_S 62 _t
(Status)_S 125 _t
(profile)_S 960 11322 _m
(as)_S 61 _t
(specified)_S 61 _t
(in)_S 61 _t
([16].)_S 960 10890 _m
/Times-BoldR 550 _ff
(RDA)_S 51 _t
(Cancel.)_S /Times-RomanR 550 _ff
101 _t
(Support)_S 51 _t
(for)_S 50 _t
(the)_S 51 _t
(basic)_S 51 _t
(requirements)_S 50 _t
(specified)_S 51 _t
(above)_S 51 _t
(and,)_S 50 _t
(in)_S 51 _t
(addition,)_S 51 _t
(support)_S 50 _t
(for)_S 51 _t
(the)_S 50 _t
(RDA)_S 51 _t
(Cancel)_S 960 10674 _m
(Functional)_S 63 _t
(Unit)_S 62 _t
(as)_S 63 _t
(specified)_S 62 _t
(in)_S 63 _t
(the)_S 63 _t
(RDA'93)_S 62 _t
(standard)_S 63 _t
(and)_S 62 _t
(with)_S 63 _t
(implementor)_S 62 _t
(agreements)_S 63 _t
(for)_S 62 _t
(the)_S 63 _t
(Cancel)_S 62 _t
(profile)_S 960 10458 _m
(as)_S 61 _t
(specified)_S 61 _t
(in)_S 61 _t
([16].)_S 960 10026 _m
/Times-BoldR 550 _ff
(RDA)_S 64 _t
(TP)_S 65 _t
(Application)_S 64 _t
(Context.)_S /Times-RomanR 550 _ff
128 _t
(Support)_S 64 _t
(for)_S 65 _t
(the)_S 64 _t
(basic)_S 64 _t
(requirements)_S 64 _t
(specified)_S 65 _t
(above)_S 64 _t
(and,)_S 64 _t
(in)_S 64 _t
(addition,)_S 64 _t
(support)_S 960 9810 _m
(for)_S 59 _t
(the)_S 59 _t
(RDA)_S 58 _t
(SQL)_S 59 _t
(TP)_S 59 _t
(Application)_S 59 _t
(Context)_S 59 _t
(as)_S 59 _t
(specified)_S 59 _t
(in)_S 59 _t
(the)_S 59 _t
(RDA'93)_S 59 _t
(standard,)_S 58 _t
(and)_S 59 _t
(dependent)_S 59 _t
(upon)_S 59 _t
(ISO/IEC)_S 960 9594 _m
(10026)_S 90 _t
(\(Distributed)_S 90 _t
(Transaction)_S 91 _t
(Processing\),)_S 90 _t
(and)_S 90 _t
(with)_S 90 _t
(implementor)_S 90 _t
(agreements)_S 91 _t
(for)_S 90 _t
(Distributed)_S 90 _t
(Transaction)_S 960 9378 _m
(Processing)_S 61 _t
(as)_S 61 _t
(specified)_S 61 _t
(in)_S 61 _t
([16].)_S 960 8055 _m
/Times-BoldR 660 _ff
(7.)_S 146 _t
(SQL/ERI)_S 73 _t
(Server)_S 73 _t
(Profiles)_S /Times-RomanR 550 _ff
960 7613 _m
(This)_S 103 _t
(section)_S 104 _t
(specifies)_S 103 _t
(two)_S 104 _t
(general-purpose)_S 103 _t
(functional)_S 104 _t
(profiles)_S 103 _t
(for)_S 104 _t
(partial)_S 103 _t
(SQL)_S 103 _t
(language)_S 104 _t
(support)_S 103 _t
(that)_S 104 _t
(an)_S 960 7397 _m
(implementation)_S 61 _t
(may)_S 61 _t
(claim)_S 61 _t
(conformance)_S 61 _t
(to,)_S 61 _t
(as)_S 61 _t
(follows:)_S 1513 6965 _m
61 _t
61 _t
(-)_S 1958 6965 _m
(SQL/ERI)_S 61 _t
(Read-Only)_S 61 _t
(Server)_S 1513 6533 _m
61 _t
61 _t
(-)_S 1958 6533 _m
(SQL/ERI)_S 61 _t
(Read-Write)_S 61 _t
(Server)_S 960 6101 _m
(Each)_S 79 _t
(general-purpose)_S 78 _t
(profile)_S 79 _t
(has)_S 78 _t
(a)_S 79 _t
(number)_S 78 _t
(of)_S 79 _t
("level)_S 78 _t
(of)_S 79 _t
(service")_S 78 _t
(alternatives)_S 79 _t
(for)_S 78 _t
(data)_S 79 _t
(manipulation,)_S 79 _t
(schema)_S 960 5885 _m
(definiton,)_S 82 _t
(transaction)_S 82 _t
(management,)_S 82 _t
(and)_S 81 _t
(binding)_S 82 _t
(style.)_S 164 _t
(If)_S 82 _t
(an)_S 82 _t
(implementation)_S 82 _t
(conforms)_S 82 _t
(to)_S 82 _t
(any)_S 81 _t
(one)_S 82 _t
(of)_S 82 _t
(these)_S 960 5669 _m
(profiles,)_S 72 _t
(then)_S 72 _t
(it)_S 73 _t
(may)_S 72 _t
(claim)_S 73 _t
(to)_S 72 _t
(be)_S 72 _t
(a)_S 73 _t
(conforming)_S 72 _t
(SQL/ERI)_S 73 _t
(Server.)_S 145 _t
(Because)_S 72 _t
(many)_S 73 _t
(of)_S 72 _t
(the)_S 73 _t
(alternatives)_S 72 _t
(in)_S 73 _t
(these)_S 960 5453 _m
(profiles)_S 61 _t
(identify)_S 62 _t
(a)_S 61 _t
(proper)_S 62 _t
(subset)_S 61 _t
(of)_S 62 _t
(full-function)_S 61 _t
(SQL)_S 62 _t
(requirements,)_S 61 _t
(conformance)_S 62 _t
(to)_S 61 _t
(any)_S 62 _t
(one)_S 61 _t
(of)_S 62 _t
(them)_S 61 _t
(does)_S 62 _t
(not)_S 960 5237 _m
(imply)_S 71 _t
(conformance)_S 70 _t
(to)_S 71 _t
(the)_S 70 _t
(standard)_S 71 _t
(for)_S 70 _t
(Database)_S 70 _t
(Language)_S 71 _t
(SQL)_S 70 _t
([8].)_S 141 _t
(These)_S 71 _t
(profiles)_S 70 _t
(are)_S 71 _t
(intended)_S 70 _t
(for)_S 71 _t
(use)_S 70 _t
(by)_S 960 5021 _m
(customers)_S 66 _t
(and)_S 66 _t
(vendors)_S 66 _t
(of)_S 66 _t
(products)_S 66 _t
(that)_S 66 _t
(claim)_S 66 _t
(only)_S 66 _t
(partial)_S 66 _t
(support)_S 66 _t
(of)_S 66 _t
(an)_S 65 _t
(SQL)_S 66 _t
(language)_S 66 _t
(interface)_S 66 _t
(to)_S 66 _t
(their)_S 66 _t
(data)_S 960 4805 _m
(repository.)_S 960 4373 _m
(Any)_S 55 _t
(implementation)_S 55 _t
(claiming)_S 55 _t
(conformace)_S 55 _t
(to)_S 55 _t
(one)_S 55 _t
(of)_S 55 _t
(the)_S 55 _t
(SQL/ERI)_S 55 _t
(Server)_S 55 _t
(profiles)_S 55 _t
(shall)_S 55 _t
(provide)_S 55 _t
(a)_S 55 _t
(written)_S 55 _t
(public)_S 960 4157 _m
(statement)_S 87 _t
(responding)_S 87 _t
(to)_S 87 _t
(the)_S 87 _t
(ten)_S 87 _t
(profile)_S 87 _t
(items)_S 87 _t
(identified)_S 86 _t
(in)_S 87 _t
(the)_S 87 _t
(following)_S 87 _t
(paragraphs.)_S 174 _t
(The)_S 87 _t
(implementation)_S 960 3941 _m
(requirements)_S 61 _t
(of)_S 61 _t
(each)_S 61 _t
(response)_S 61 _t
(is)_S 61 _t
(given)_S 61 _t
(in)_S 61 _t
(subsections)_S 61 _t
(specific)_S 61 _t
(to)_S 61 _t
(Read-Only)_S 61 _t
(or)_S 61 _t
(Read-Write)_S 61 _t
(Servers.)_S 960 3293 _m
61 _t
61 _t
61 _t
61 _t
(1.)_S 1513 3293 _m
(A)_S 89 _t
(base)_S 89 _t
(level)_S 90 _t
(of)_S 89 _t
(SQL)_S 89 _t
(data)_S 89 _t
(manipulation)_S 89 _t
(language)_S 89 _t
(\(DML\))_S 89 _t
(support,)_S 90 _t
(by)_S 89 _t
(choosing)_S 89 _t
_U (exactly)_S 89 _t
(one)_S _u 89 _t
(of)_S 89 _t
(the)_S 1513 3077 _m
(following)_S 61 _t
(DML)_S 61 _t
(alternatives.)_S 1958 2645 _m
(Minimal)_S 61 _t
(DML)_S 1958 2429 _m
(Entry)_S 61 _t
(DML)_S 1958 2213 _m
(Transitional)_S 61 _t
(DML)_S 1958 1997 _m
(Intermediate)_S 61 _t
(DML)_S 1958 1781 _m
(Full)_S 61 _t
(DML)_S 960 1349 _m
61 _t
61 _t
61 _t
61 _t
(2.)_S 1513 1349 _m
(A)_S 43 _t
(base)_S 44 _t
(level)_S 43 _t
(of)_S 44 _t
(SQL)_S 43 _t
(schema)_S 43 _t
(definition)_S 44 _t
(language)_S 43 _t
(\(SDL\))_S 44 _t
(support,)_S 43 _t
(by)_S 43 _t
(choosing)_S 44 _t
_U (exactly)_S 43 _t
(one)_S _u 44 _t
(of)_S 43 _t
(the)_S 44 _t
(following)_S 1513 1133 _m
(SDL)_S 61 _t
(alternatives.)_S 960 650 _m
(18)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
7406 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
1958 11754 _m
(None)_S 1958 11538 _m
(Minimal)_S 61 _t
(SDL)_S 1958 11322 _m
(Entry)_S 61 _t
(SDL)_S 1958 11106 _m
(Transitional)_S 61 _t
(SDL)_S 1958 10890 _m
(Intermediate)_S 61 _t
(SDL)_S 1958 10674 _m
(Full)_S 61 _t
(SDL)_S 960 10242 _m
61 _t
61 _t
61 _t
61 _t
(3.)_S 1513 10242 _m
(A)_S 97 _t
(base)_S 96 _t
(level)_S 96 _t
(of)_S 96 _t
(SQL)_S 96 _t
(transaction)_S 97 _t
(management)_S 96 _t
(support,)_S 96 _t
(by)_S 96 _t
(choosing)_S 97 _t
_U (exactly)_S 96 _t
(one)_S _u 96 _t
(of)_S 96 _t
(the)_S 96 _t
(following)_S 1513 10026 _m
(transaction)_S 61 _t
(management)_S 61 _t
(alternatives.)_S 1958 9594 _m
(None)_S 1958 9378 _m
(Commit-Rollback)_S 1958 9162 _m
(Transaction)_S 61 _t
(Mode)_S 1958 8946 _m
(Transaction)_S 61 _t
(Isolation)_S 1958 8730 _m
(Transaction)_S 61 _t
(Diagnostics)_S 1958 8514 _m
(Constraints)_S 1200 8082 _m
/Times-BoldR 550 _ff
(Note:)_S /Times-RomanR 550 _ff
123 _t
(The)_S 62 _t
(alternatives)_S 62 _t
(for)_S 62 _t
(SQL)_S 61 _t
(transaction)_S 62 _t
(management)_S 62 _t
(support)_S 62 _t
(are)_S 61 _t
(nested.)_S 124 _t
(Support)_S 62 _t
(for)_S 61 _t
(any)_S 62 _t
(one)_S 62 _t
(of)_S 62 _t
(them)_S 1200 7866 _m
(implies)_S 84 _t
(support)_S 85 _t
(for)_S 84 _t
(all)_S 85 _t
(those)_S 84 _t
(listed)_S 85 _t
(above)_S 85 _t
(it.)_S 169 _t
(The)_S 84 _t
(three)_S 85 _t
(alternatives)_S 84 _t
(for)_S 85 _t
(Transaction)_S 84 _t
(Mode,)_S 85 _t
(Transaction)_S 1200 7650 _m
(Isolation,)_S 43 _t
(and)_S 43 _t
(Transaction)_S 43 _t
(Diagnostics)_S 43 _t
(support)_S 43 _t
(<transaction)_S 43 _t
(mode>,)_S 43 _t
(<isolation)_S 43 _t
(level>,)_S 43 _t
(and)_S 43 _t
(<diagnostics)_S 44 _t
(size>,)_S 1200 7434 _m
(respectively,)_S 50 _t
(in)_S 50 _t
(the)_S 51 _t
(SQL'92)_S 50 _t
(<set)_S 50 _t
(transaction)_S 50 _t
(statement>,)_S 50 _t
(and)_S 51 _t
(the)_S 50 _t
(Constraints)_S 50 _t
(alternative)_S 50 _t
(supports)_S 51 _t
(the)_S 50 _t
(SQL'92)_S 1200 7218 _m
(<set)_S 61 _t
(constraints)_S 61 _t
(mode)_S 61 _t
(statement>.)_S 960 6786 _m
61 _t
61 _t
61 _t
61 _t
(4.)_S 1513 6786 _m
(A)_S 73 _t
(default)_S 73 _t
(isolation)_S 73 _t
(level)_S 73 _t
(for)_S 73 _t
(SQL)_S 73 _t
(transaction)_S 73 _t
(management,)_S 73 _t
(by)_S 72 _t
(choosing)_S 73 _t
_U (exactly)_S 73 _t
(one)_S _u 73 _t
(of)_S 73 _t
(the)_S 73 _t
(following)_S 1513 6570 _m
(default)_S 61 _t
(isolation)_S 61 _t
(level)_S 61 _t
(alternatives.)_S 1958 6138 _m
(Read)_S 61 _t
(Uncommitted)_S 1958 5922 _m
(Read)_S 61 _t
(Committed)_S 1958 5706 _m
(Repeatable)_S 61 _t
(Read)_S 1958 5490 _m
(Serializable)_S 1200 5058 _m
/Times-BoldR 550 _ff
(Note:)_S /Times-RomanR 550 _ff
106 _t
(If)_S 54 _t
(the)_S 53 _t
(default)_S 53 _t
(isolation)_S 53 _t
(level)_S 53 _t
(is)_S 54 _t
(anything)_S 53 _t
(other)_S 53 _t
(than)_S 53 _t
(Serializable,)_S 54 _t
(and)_S 53 _t
(if)_S 53 _t
(other)_S 53 _t
(concurrent)_S 53 _t
(users)_S 54 _t
(are)_S 53 _t
(able)_S 1200 4842 _m
(to)_S 90 _t
(update)_S 89 _t
(the)_S 89 _t
(database,)_S 90 _t
(then)_S 89 _t
(read)_S 90 _t
(statements)_S 89 _t
(may)_S 89 _t
(be)_S 90 _t
(subject)_S 89 _t
(to)_S 90 _t
("dirty)_S 89 _t
(read",)_S 90 _t
("non-repeatable)_S 89 _t
(read",)_S 89 _t
(or)_S 1200 4626 _m
("phantom")_S 44 _t
(rows)_S 44 _t
(\(see)_S 44 _t
(Subclause)_S 45 _t
(4.28,)_S 44 _t
("SQL-transactions",)_S 44 _t
(of)_S 44 _t
(the)_S 45 _t
(SQL'92)_S 88 _t
(standard\).)_S 89 _t
(Even)_S 44 _t
(a)_S 44 _t
(read-only)_S 45 _t
(profile)_S 1200 4410 _m
(is)_S 61 _t
(subject)_S 61 _t
(to)_S 61 _t
(these)_S 61 _t
(phenomena)_S 61 _t
(if)_S 61 _t
(other)_S 61 _t
(concurrent)_S 61 _t
(users)_S 61 _t
(\(not)_S 61 _t
(through)_S 61 _t
(that)_S 61 _t
(profile\))_S 61 _t
(can)_S 61 _t
(update)_S 61 _t
(the)_S 61 _t
(database.)_S 960 3978 _m
61 _t
61 _t
61 _t
61 _t
(5.)_S 1513 3978 _m
(Which)_S 49 _t
(binding)_S 49 _t
(styles)_S 50 _t
(are)_S 49 _t
(supported,)_S 49 _t
(by)_S 50 _t
(choosing)_S 49 _t
_U (one)_S 50 _t
(or)_S 49 _t
(more)_S _u 49 _t
(of)_S 50 _t
(the)_S 49 _t
(following)_S 50 _t
(binding)_S 49 _t
(style)_S 50 _t
(alternatives.)_S 1958 3546 _m
(Module)_S 1958 3330 _m
(Embedded)_S 61 _t
(SQL)_S 1958 3114 _m
(Direct)_S 61 _t
(Invocation)_S 1958 2898 _m
(SQL/CLI)_S 1958 2682 _m
(RDA/SQL-Server)_S 1200 2250 _m
/Times-BoldR 550 _ff
(Note:)_S /Times-RomanR 550 _ff
112 _t
(It)_S 56 _t
(is)_S 57 _t
(expected)_S 56 _t
(that)_S 56 _t
(the)_S 57 _t
(SQL/CLI)_S 56 _t
(binding)_S 56 _t
(style)_S 56 _t
(will)_S 57 _t
(be)_S 56 _t
(the)_S 56 _t
(most)_S 56 _t
(popular)_S 57 _t
(choice)_S 56 _t
(for)_S 56 _t
(SQL/ERI)_S 57 _t
(products)_S 1200 2034 _m
(within)_S 63 _t
(a)_S 63 _t
(single)_S 63 _t
(local)_S 63 _t
(client/server)_S 63 _t
(environment)_S 63 _t
(and)_S 64 _t
(that)_S 63 _t
(the)_S 63 _t
(Direct)_S 63 _t
(Invocation)_S 63 _t
(or)_S 63 _t
(RDA/SQL-Server)_S 63 _t
(binding)_S 1200 1818 _m
(styles)_S 47 _t
(will)_S 47 _t
(be)_S 47 _t
(the)_S 47 _t
(most)_S 47 _t
(popular)_S 47 _t
(when)_S 46 _t
(the)_S 47 _t
(server)_S 47 _t
(data)_S 47 _t
(repository)_S 47 _t
(is)_S 47 _t
(an)_S 47 _t
(isolated)_S 47 _t
(node)_S 47 _t
(in)_S 47 _t
(a)_S 47 _t
(wide)_S 47 _t
(area)_S 46 _t
(client/server)_S 1200 1602 _m
(environment.)_S 9057 650 _m
(19)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
960 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
61 _t
61 _t
61 _t
61 _t
(6.)_S 1513 11754 _m
(For)_S 88 _t
_U (each)_S _u 88 _t
(of)_S 88 _t
(the)_S 88 _t
(Module,)_S 88 _t
(Embedded)_S 88 _t
(SQL,)_S 88 _t
(or)_S 88 _t
(SQL/CLI)_S 87 _t
(binding)_S 88 _t
(styles)_S 88 _t
(chosen,)_S 88 _t
(which)_S 88 _t
(programming)_S 1513 11538 _m
(language)_S 75 _t
(interfaces)_S 74 _t
(are)_S 75 _t
(supported,)_S 75 _t
(by)_S 74 _t
(choosing)_S 75 _t
_U (one)_S 75 _t
(or)_S 74 _t
(more)_S _u 75 _t
(of)_S 75 _t
(the)_S 75 _t
(following)_S 74 _t
(programming)_S 75 _t
(language)_S 1513 11322 _m
(alternatives.)_S 1958 10890 _m
(Ada)_S 1958 10674 _m
(C)_S 1958 10458 _m
(COBOL)_S 1958 10242 _m
(Fortran)_S 1958 10026 _m
(MUMPS)_S 1958 9810 _m
(Pascal)_S 1958 9594 _m
(PL/I)_S 1958 9378 _m
(SAMeDL)_S 1200 8946 _m
/Times-BoldR 550 _ff
(Note:)_S /Times-RomanR 550 _ff
106 _t
(The)_S 52 _t
(Direct)_S 53 _t
(Invocation)_S 53 _t
(and)_S 52 _t
(RDA/SQL-Server)_S 53 _t
(binding)_S 52 _t
(styles)_S 53 _t
(do)_S 52 _t
(not)_S 53 _t
(require)_S 53 _t
(or)_S 52 _t
(provide)_S 53 _t
(a)_S 52 _t
(programming)_S 1200 8730 _m
(language)_S 60 _t
(interface.)_S 119 _t
(The)_S 60 _t
(preferred)_S 59 _t
(language)_S 60 _t
(interfaces)_S 59 _t
(for)_S 60 _t
(SQL/CLI)_S 59 _t
(are)_S 60 _t
(C)_S 59 _t
(and/or)_S 60 _t
(COBOL.)_S 119 _t
(SAMeDL)_S 60 _t
(is)_S 59 _t
(an)_S 1200 8514 _m
(alternative)_S 61 _t
(only)_S 61 _t
(for)_S 61 _t
(the)_S 61 _t
(Module)_S 61 _t
(binding)_S 61 _t
(style)_S 61 _t
(\(see)_S 61 _t
([21]\).)_S 960 8082 _m
61 _t
61 _t
61 _t
61 _t
(7.)_S 1513 8082 _m
(Whether)_S 43 _t
(or)_S 43 _t
(not)_S 43 _t
(SQL)_S 43 _t
(session)_S 43 _t
(management)_S 43 _t
(is)_S 43 _t
(supported,)_S 43 _t
(by)_S 43 _t
(specifying)_S 43 _t
_U (exactly)_S 42 _t
(one)_S _u 43 _t
(of)_S 43 _t
(the)_S 43 _t
(following)_S 43 _t
(session)_S 1513 7866 _m
(management)_S 61 _t
(alternatives.)_S 1958 7434 _m
(Session)_S 61 _t
(Supported)_S 1958 7218 _m
(Session)_S 61 _t
(Not)_S 61 _t
(Supported)_S 1200 6786 _m
/Times-BoldR 550 _ff
(Note:)_S /Times-RomanR 550 _ff
122 _t
(SQL)_S 61 _t
(session)_S 61 _t
(management)_S 61 _t
(is)_S 61 _t
(defined)_S 61 _t
(in)_S 61 _t
(Clause)_S 61 _t
(16,)_S 61 _t
("Session)_S 61 _t
(management",)_S 61 _t
(of)_S 61 _t
(SQL'92.)_S 960 6354 _m
61 _t
61 _t
61 _t
61 _t
(8.)_S 1513 6354 _m
(Which)_S 90 _t
(optional)_S 44 _t
(extensions)_S 45 _t
(are)_S 45 _t
(supported,)_S 45 _t
(by)_S 44 _t
(choosing)_S 45 _t
_U (zero)_S 45 _t
(or)_S 44 _t
(more)_S _u 45 _t
(of)_S 44 _t
(the)_S 45 _t
(following)_S 45 _t
(optional)_S 44 _t
(extensions.)_S 1958 5922 _m
(SQL'92)_S 61 _t
(features)_S 1958 5706 _m
(Stored)_S 61 _t
(procedures)_S 61 _t
(and)_S 61 _t
(callable)_S 61 _t
(routines)_S 61 _t
(\(SQL/PSM\))_S 1958 5490 _m
(SQL)_S 61 _t
(multimedia)_S 61 _t
(class)_S 61 _t
(library)_S 61 _t
(\(SQL/MM\))_S 1958 5274 _m
(ADTs)_S 61 _t
(and)_S 61 _t
(methods)_S 1958 5058 _m
(Object)_S 61 _t
(data)_S 61 _t
(management)_S 1200 4626 _m
/Times-BoldR 550 _ff
(Note:)_S /Times-RomanR 550 _ff
127 _t
(If)_S 64 _t
(SQL'92)_S 64 _t
(features)_S 64 _t
(is)_S 63 _t
(chosen,)_S 64 _t
(then)_S 64 _t
(the)_S 64 _t
(implementation)_S 64 _t
(shall)_S 63 _t
(support)_S 64 _t
(the)_S 64 _t
(SQL_FEATURES)_S 64 _t
(table)_S 64 _t
(as)_S 1200 4410 _m
(specified)_S 51 _t
(in)_S 52 _t
(Section)_S 51 _t
(15)_S 52 _t
(of)_S 51 _t
(FIPS)_S 52 _t
(SQL)_S 51 _t
(\(see)_S 52 _t
([3]\);)_S 51 _t
(if)_S 52 _t
(SQL/PSM)_S 51 _t
(is)_S 52 _t
(chosen,)_S 51 _t
(then)_S 52 _t
(the)_S 51 _t
(implementation)_S 51 _t
(shall)_S 52 _t
(support)_S 1200 4194 _m
(all)_S 81 _t
(requirements)_S 82 _t
(of)_S 81 _t
(the)_S 82 _t
(then)_S 81 _t
(current)_S 81 _t
(SQL/PSM)_S 82 _t
(specification)_S 81 _t
(\(see)_S 82 _t
([11]\);)_S 81 _t
(if)_S 82 _t
(SQL/MM)_S 81 _t
(is)_S 82 _t
(chosen,)_S 81 _t
(then)_S 82 _t
(the)_S 1200 3978 _m
(implementation)_S 46 _t
(shall)_S 47 _t
(point)_S 47 _t
(to)_S 47 _t
(the)_S 47 _t
(then)_S 47 _t
(current)_S 47 _t
(SQL/MM)_S 47 _t
(specification)_S 47 _t
(\(see)_S 47 _t
([13]\))_S 47 _t
(and)_S 47 _t
(explicitly)_S 47 _t
(indicate)_S 47 _t
(which)_S 1200 3762 _m
(Parts,)_S 56 _t
(and)_S 57 _t
(which)_S 56 _t
(conformance)_S 57 _t
(alternatives)_S 56 _t
(within)_S 56 _t
(each)_S 57 _t
(Part,)_S 56 _t
(are)_S 57 _t
(supported;)_S 56 _t
(if)_S 56 _t
(ADTs)_S 57 _t
(and)_S 56 _t
(methods)_S 56 _t
(is)_S 57 _t
(chosen,)_S 1200 3546 _m
(then)_S 59 _t
(the)_S 59 _t
(implementation)_S 58 _t
(shall)_S 59 _t
(support)_S 59 _t
(the)_S 59 _t
(appropriate)_S 58 _t
(Abstract)_S 59 _t
(Data)_S 59 _t
(Type)_S 58 _t
(clauses)_S 59 _t
(in)_S 59 _t
(the)_S 59 _t
(then)_S 58 _t
(current)_S 59 _t
(SQL3)_S 1200 3330 _m
(specification)_S 47 _t
(\(see)_S 46 _t
(Section)_S 47 _t
(5.4)_S 46 _t
(above)_S 47 _t
(and)_S 46 _t
([12]\);)_S 47 _t
(if)_S 46 _t
(Object)_S 47 _t
(data)_S 46 _t
(management)_S 47 _t
(is)_S 46 _t
(chosen,)_S 47 _t
(then)_S 46 _t
(the)_S 47 _t
(implementation)_S 1200 3114 _m
(shall)_S 54 _t
(support)_S 53 _t
(the)_S 54 _t
(appropriate)_S 53 _t
(object)_S 54 _t
(management)_S 53 _t
(clauses)_S 54 _t
(in)_S 53 _t
(the)_S 54 _t
(then)_S 53 _t
(current)_S 54 _t
(SQL3)_S 53 _t
(specification)_S 54 _t
(\(see)_S 53 _t
(Section)_S 1200 2898 _m
(5.5)_S 61 _t
(above)_S 61 _t
(and)_S 61 _t
([12]\).)_S 960 2466 _m
61 _t
61 _t
61 _t
61 _t
(9.)_S 1513 2466 _m
(If)_S 66 _t
(the)_S 67 _t
(RDA/SQL-Server)_S 66 _t
(binding)_S 66 _t
(style)_S 67 _t
(is)_S 66 _t
(chosen,)_S 67 _t
(then)_S 66 _t
(which)_S 67 _t
(underlying)_S 66 _t
(communications)_S 66 _t
(protocols)_S 67 _t
(are)_S 1513 2250 _m
(supported,)_S 61 _t
(by)_S 61 _t
(choosing)_S 61 _t
_U (one)_S 61 _t
(or)_S 61 _t
(more)_S _u 61 _t
(of)_S 61 _t
(the)_S 61 _t
(following.)_S 1958 1818 _m
(Minimal)_S 61 _t
(OSI)_S 61 _t
(\(MOSI\))_S 122 _t
4200 1818 _m
(--)_S 61 _t
(see)_S 61 _t
(new)_S 61 _t
(OIW)_S 61 _t
(1994)_S 61 _t
(agreements)_S 1958 1602 _m
(Full)_S 61 _t
(Stack)_S 61 _t
(OSI)_S 122 _t
4200 1602 _m
(--)_S 61 _t
(see)_S 61 _t
([16])_S 61 _t
(for)_S 61 _t
(1992)_S 61 _t
(OIW)_S 61 _t
(stable)_S 61 _t
(agreements)_S 1958 1386 _m
(IETF)_S 61 _t
(RFC)_S 61 _t
(1006)_S 61 _t
4200 1386 _m
(--)_S 61 _t
(see)_S 61 _t
(unpublished)_S 61 _t
(NIST)_S 61 _t
(RDA)_S 61 _t
(TestBed)_S 61 _t
(Agreements)_S 1958 1170 _m
(Proprietary)_S 61 _t
4200 1170 _m
(--)_S 61 _t
(give)_S 61 _t
(name)_S 61 _t
(&)_S 61 _t
(version)_S 61 _t
(of)_S 61 _t
(commercial)_S 61 _t
(LAN)_S 61 _t
(product)_S 960 650 _m
(20)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
7406 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
1200 11754 _m
/Times-BoldR 550 _ff
(Note:)_S /Times-RomanR 550 _ff
119 _t
(All)_S 60 _t
(of)_S 60 _t
(the)_S 59 _t
(above)_S 60 _t
(depend)_S 60 _t
(upon)_S 59 _t
(the)_S 60 _t
(International)_S 60 _t
(Standard)_S 59 _t
(for)_S 60 _t
(Remote)_S 59 _t
(Database)_S 60 _t
(Access)_S 60 _t
(\(RDA\))_S 59 _t
([9])_S 60 _t
(in)_S 1200 11538 _m
(their)_S 63 _t
(upper)_S 64 _t
(layers;)_S 63 _t
(however,)_S 64 _t
(they)_S 63 _t
(may)_S 64 _t
(differ)_S 64 _t
(in)_S 63 _t
(their)_S 64 _t
(directory)_S 63 _t
(services)_S 64 _t
(and)_S 63 _t
(in)_S 64 _t
(their)_S 63 _t
(services)_S 64 _t
(for)_S 63 _t
(making)_S 64 _t
(an)_S 1200 11322 _m
(association)_S 67 _t
(at)_S 68 _t
(the)_S 68 _t
(application)_S 68 _t
(layer)_S 68 _t
(and)_S 68 _t
(in)_S 68 _t
(how)_S 67 _t
(that)_S 68 _t
(association)_S 68 _t
(is)_S 68 _t
(propagated)_S 67 _t
(through)_S 68 _t
(to)_S 68 _t
(the)_S 68 _t
(transport)_S 68 _t
(and)_S 1200 11106 _m
(physical)_S 61 _t
(layers.)_S 122 _t
960 10674 _m
61 _t
61 _t
61 _t
61 _t
(10.)_S 1513 10674 _m
(If)_S 42 _t
(the)_S 42 _t
(RDA/SQL-Server)_S 42 _t
(binding)_S 42 _t
(style)_S 42 _t
(is)_S 42 _t
(chosen,)_S 42 _t
(then)_S 42 _t
(which)_S 42 _t
(RDA)_S 42 _t
(options)_S 42 _t
(are)_S 41 _t
(supported,)_S 42 _t
(by)_S 42 _t
(choosing)_S 42 _t
_U (zero)_S _u 1513 10458 _m
_U (or)_S 61 _t
(more)_S _u 61 _t
(of)_S 61 _t
(the)_S 61 _t
(following)_S 61 _t
(\(see)_S 61 _t
(Section)_S 61 _t
(6.5)_S 61 _t
(above\).)_S 1958 10026 _m
(RDA)_S 61 _t
(Stored)_S 61 _t
(Execution)_S 1958 9810 _m
(RDA)_S 61 _t
(Status)_S 1958 9594 _m
(RDA)_S 61 _t
(Cancel)_S 1958 9378 _m
(RDA)_S 61 _t
(TP)_S 61 _t
(Application)_S 61 _t
(Context)_S 960 8487 _m
/Times-BoldR 660 _ff
(7.1)_S 146 _t
(SQL/ERI)_S 73 _t
(Read-Only)_S 73 _t
(Server)_S /Times-RomanR 550 _ff
960 8045 _m
(This)_S 77 _t
(profile)_S 76 _t
(specifies)_S 77 _t
(a)_S 76 _t
(read-only)_S 77 _t
(interface)_S 76 _t
(to)_S 77 _t
(a)_S 76 _t
(data)_S 77 _t
(repository.)_S 153 _t
(It)_S 76 _t
(does)_S 77 _t
(not)_S 76 _t
(include)_S 76 _t
(support)_S 77 _t
(for)_S 76 _t
(any)_S 77 _t
(of)_S 76 _t
(the)_S 960 7829 _m
(Schema)_S 79 _t
(Definition)_S 80 _t
(or)_S 79 _t
(Schema)_S 79 _t
(Manipulation)_S 80 _t
(SQL)_S 79 _t
(language)_S 79 _t
(elements)_S 80 _t
(specified)_S 79 _t
(in)_S 80 _t
(Clause)_S 79 _t
(11)_S 79 _t
(of)_S 80 _t
(the)_S 79 _t
(SQL'92)_S 960 7613 _m
(standard,)_S 64 _t
(or)_S 63 _t
(for)_S 64 _t
(any)_S 63 _t
(of)_S 63 _t
(the)_S 64 _t
(SQL)_S 63 _t
(data)_S 64 _t
(change)_S 63 _t
(statements,)_S 64 _t
(i.e.)_S 63 _t
(Insert,)_S 64 _t
(Update,)_S 63 _t
(or)_S 64 _t
(Delete,)_S 63 _t
(specified)_S 63 _t
(in)_S 64 _t
(Clause)_S 63 _t
(13.)_S 960 7397 _m
(It)_S 44 _t
(is)_S 45 _t
(expected)_S 45 _t
(that)_S 44 _t
(the)_S 45 _t
(level)_S 44 _t
(of)_S 45 _t
(support)_S 44 _t
(specified)_S 45 _t
(for)_S 45 _t
(SQL)_S 44 _t
(schema)_S 45 _t
(definition)_S 44 _t
(language)_S 45 _t
(is)_S 45 _t
("None".)_S 89 _t
(Depending)_S 45 _t
(upon)_S 960 7181 _m
(the)_S 67 _t
(various)_S 67 _t
(base)_S 66 _t
(level)_S 67 _t
(attributes)_S 66 _t
(specified,)_S 67 _t
(this)_S 67 _t
(profile)_S 66 _t
(may)_S 67 _t
(have)_S 67 _t
(Information)_S 66 _t
(Schema)_S 67 _t
(requirements)_S 67 _t
(that)_S 66 _t
(differ)_S 960 6965 _m
(from)_S 61 _t
(those)_S 61 _t
(specified)_S 61 _t
(in)_S 61 _t
(SQL'92)_S 61 _t
([8])_S 61 _t
(or)_S 61 _t
(FIPS)_S 61 _t
(SQL)_S 61 _t
([3].)_S 960 6533 _m
/Times-BoldR 550 _ff
(Schema)_S 61 _t
(Definition)_S 61 _t
(Rules)_S 960 6101 _m
/Times-RomanR 550 _ff
61 _t
61 _t
61 _t
61 _t
(1.)_S 1513 6101 _m
(The)_S 62 _t
(SQL/ERI)_S 61 _t
(Read-Only)_S 62 _t
(Server)_S 62 _t
(profile)_S 61 _t
(assumes)_S 62 _t
(that)_S 62 _t
(all)_S 61 _t
(schema)_S 62 _t
(objects)_S 62 _t
(are)_S 61 _t
(owned)_S 62 _t
(by)_S 62 _t
(a)_S 61 _t
(user)_S 62 _t
(different)_S 1513 5885 _m
(from)_S 72 _t
(the)_S 72 _t
(user)_S 73 _t
(accessing)_S 72 _t
(the)_S 72 _t
(repository)_S 72 _t
(through)_S 72 _t
(this)_S 72 _t
(profile,)_S 73 _t
(and)_S 72 _t
(that)_S 72 _t
(appropriate)_S 72 _t
(privileges)_S 73 _t
(have)_S 72 _t
(been)_S 1513 5669 _m
(granted)_S 60 _t
(to)_S 61 _t
(all)_S 60 _t
(accessing)_S 60 _t
(users.)_S 121 _t
(If)_S 60 _t
(the)_S 61 _t
(RDA/SQL-Server)_S 60 _t
(binding)_S 60 _t
(style)_S 60 _t
(is)_S 61 _t
(identified,)_S 60 _t
(then)_S 60 _t
(users)_S 61 _t
(are)_S 60 _t
(made)_S 1513 5453 _m
(known)_S 47 _t
(to)_S 47 _t
(the)_S 47 _t
(system)_S 47 _t
(using)_S 47 _t
(the)_S 47 _t
(NIST)_S 47 _t
(OIW)_S 47 _t
(RDA)_S 47 _t
(Testbed)_S 47 _t
(implementor)_S 47 _t
(agreements;)_S 47 _t
(otherwise,)_S 47 _t
(as)_S 47 _t
(with)_S 47 _t
(the)_S 1513 5237 _m
(SQL'92)_S 44 _t
(standard,)_S 43 _t
(the)_S 44 _t
(particular)_S 43 _t
(method)_S 44 _t
(by)_S 44 _t
(which)_S 43 _t
(users)_S 44 _t
(are)_S 44 _t
(made)_S 43 _t
(known)_S 44 _t
(to)_S 43 _t
(the)_S 44 _t
(system)_S 43 _t
(is)_S 44 _t
(implementation-)_S 1513 5021 _m
(defined.)_S 960 4589 _m
61 _t
61 _t
61 _t
61 _t
(2.)_S 1513 4589 _m
(If)_S 75 _t
(the)_S 75 _t
(level)_S 74 _t
(of)_S 75 _t
(SQL)_S 75 _t
(data)_S 75 _t
(manipulation)_S 74 _t
(language)_S 75 _t
(support)_S 75 _t
(claimed)_S 75 _t
(for)_S 74 _t
(the)_S 75 _t
(SQL/ERI)_S 75 _t
(Read-Only)_S 75 _t
(Server)_S 1513 4373 _m
(profile)_S 70 _t
(is)_S 71 _t
(Minimal)_S 71 _t
(DML,)_S 70 _t
(Entry)_S 71 _t
(DML,)_S 71 _t
(or)_S 71 _t
(Transitional)_S 70 _t
(DML,)_S 71 _t
(then)_S 71 _t
(the)_S 71 _t
(implicit)_S 70 _t
(schema)_S 71 _t
(definition)_S 71 _t
(may)_S 1513 4157 _m
(contain)_S 75 _t
(some)_S 75 _t
(<table)_S 75 _t
(constraint>s,)_S 74 _t
(or)_S 75 _t
(various)_S 75 _t
(<schema)_S 75 _t
(element>s,)_S 75 _t
(that)_S 74 _t
(are)_S 75 _t
(not)_S 75 _t
(visible)_S 75 _t
(to)_S 75 _t
(the)_S 75 _t
(user)_S 74 _t
(but)_S 1513 3941 _m
(whose)_S 61 _t
(existence)_S 61 _t
(may)_S 61 _t
(effect)_S 61 _t
(the)_S 61 _t
(semantics)_S 61 _t
(of)_S 61 _t
(certain)_S 61 _t
(statements.)_S 960 3509 _m
61 _t
61 _t
61 _t
61 _t
(3.)_S 1513 3509 _m
(If)_S 75 _t
(the)_S 75 _t
(level)_S 75 _t
(of)_S 75 _t
(SQL)_S 74 _t
(data)_S 75 _t
(manipulation)_S 75 _t
(language)_S 75 _t
(support)_S 74 _t
(claimed)_S 75 _t
(for)_S 75 _t
(the)_S 75 _t
(SQL/ERI)_S 74 _t
(Read-Only)_S 75 _t
(Server)_S 1513 3293 _m
(profile)_S 56 _t
(is)_S 57 _t
(Minimal)_S 56 _t
(DML)_S 56 _t
(or)_S 57 _t
(Entry)_S 56 _t
(DML,)_S 57 _t
(and)_S 56 _t
(if)_S 57 _t
(a)_S 56 _t
(table)_S 57 _t
(with)_S 56 _t
(table)_S 56 _t
(name)_S 57 _t
(TN)_S 56 _t
(is)_S 57 _t
(visible)_S 56 _t
(in)_S 56 _t
(the)_S 57 _t
(Information)_S 1513 3077 _m
(Schema)_S 67 _t
(TABLES)_S 68 _t
(view)_S 68 _t
(for)_S 68 _t
(a)_S 67 _t
(user)_S 68 _t
(with)_S 68 _t
(user)_S 68 _t
(name)_S 68 _t
(UN,)_S 67 _t
(then)_S 68 _t
(one)_S 68 _t
(of)_S 67 _t
(the)_S 68 _t
(following)_S 68 _t
(<grant)_S 68 _t
(statement>s,)_S 1513 2861 _m
(executed)_S 61 _t
(by)_S 61 _t
(the)_S 61 _t
(owner)_S 61 _t
(of)_S 61 _t
(table)_S 61 _t
(TN,)_S 61 _t
(is)_S 61 _t
(implicit:)_S 1958 2429 _m
(GRANT)_S 61 _t
(SELECT)_S 61 _t
(ON)_S 61 _t
(TABLE)_S 61 _t
(TN)_S 61 _t
(TO)_S 61 _t
(UN,)_S 61 _t
(or)_S 1958 2213 _m
(GRANT)_S 61 _t
(SELECT)_S 61 _t
(ON)_S 61 _t
(TABLE)_S 61 _t
(TN)_S 61 _t
(TO)_S 61 _t
(PUBLIC)_S 1513 1781 _m
(It)_S 55 _t
(shouldn't)_S 55 _t
(make)_S 54 _t
(any)_S 55 _t
(difference)_S 55 _t
(to)_S 54 _t
(a)_S 55 _t
(read-only)_S 55 _t
(user)_S 54 _t
(which)_S 55 _t
(of)_S 55 _t
(these)_S 55 _t
(statements)_S 54 _t
(is)_S 55 _t
(implicit,)_S 55 _t
(so)_S 54 _t
(the)_S 55 _t
(choice)_S 1513 1565 _m
(is)_S 61 _t
(implementation-dependent.)_S 9057 650 _m
(21)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
960 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
61 _t
61 _t
61 _t
61 _t
(4.)_S 1513 11754 _m
(If)_S 75 _t
(the)_S 75 _t
(level)_S 75 _t
(of)_S 75 _t
(SQL)_S 75 _t
(data)_S 74 _t
(manipulation)_S 75 _t
(language)_S 75 _t
(support)_S 75 _t
(claimed)_S 74 _t
(for)_S 75 _t
(the)_S 75 _t
(SQL/ERI)_S 75 _t
(Read-Only)_S 74 _t
(Server)_S 1513 11538 _m
(profile)_S 56 _t
(is)_S 57 _t
(Transitional)_S 56 _t
(DML,)_S 57 _t
(Intermediate)_S 113 _t
(DML,)_S 57 _t
(or)_S 56 _t
(Full)_S 57 _t
(DML,)_S 57 _t
(then)_S 56 _t
(information)_S 57 _t
(about)_S 56 _t
(schema)_S 57 _t
(objects,)_S 1513 11322 _m
(privileges,)_S 70 _t
(and)_S 69 _t
(constraints)_S 70 _t
(are)_S 69 _t
(made)_S 70 _t
(visible)_S 70 _t
(to)_S 69 _t
(potential)_S 70 _t
(users)_S 69 _t
(through)_S 70 _t
(the)_S 69 _t
(Information)_S 70 _t
(Schema)_S 69 _t
(views,)_S 1513 11106 _m
(subject)_S 61 _t
(to)_S 61 _t
(the)_S 61 _t
(Information)_S 61 _t
(Schema)_S 61 _t
(Rules)_S 61 _t
(specified)_S 61 _t
(below.)_S 960 10674 _m
/Times-BoldR 550 _ff
(Data)_S 61 _t
(Manipulation)_S 61 _t
(Rules)_S /Times-RomanR 550 _ff
960 10242 _m
61 _t
61 _t
61 _t
61 _t
(1.)_S 1513 10242 _m
(If)_S 75 _t
(the)_S 75 _t
(Module,)_S 74 _t
(Embedded)_S 75 _t
(SQL,)_S 74 _t
(or)_S 75 _t
(RDA/SQL-Server)_S 75 _t
(binding)_S 74 _t
(styles)_S 75 _t
(are)_S 74 _t
(specified,)_S 75 _t
(then)_S 75 _t
(the)_S 74 _t
(SQL/ERI)_S 1513 10026 _m
(Read-Only)_S 58 _t
(Server)_S 58 _t
(profile)_S 58 _t
(requires)_S 58 _t
(support)_S 58 _t
(for)_S 58 _t
(the)_S 58 _t
(following)_S 58 _t
(SQL)_S 58 _t
(statements,)_S 58 _t
(as)_S 58 _t
(specified)_S 58 _t
(in)_S 58 _t
(Clause)_S 58 _t
(13,)_S 1513 9810 _m
("Data)_S 56 _t
(Manipulation",)_S 55 _t
(in)_S 56 _t
(the)_S 56 _t
(SQL'92)_S 56 _t
(standard,)_S 55 _t
(with)_S 56 _t
(any)_S 56 _t
(restrictions)_S 55 _t
(specified)_S 56 _t
(by)_S 56 _t
(the)_S 56 _t
(given)_S 55 _t
(level)_S 56 _t
(of)_S 56 _t
(SQL)_S 1513 9594 _m
(data)_S 61 _t
(manipulation)_S 61 _t
(language)_S 61 _t
(support)_S 61 _t
(and)_S 61 _t
(subject)_S 61 _t
(to)_S 61 _t
(other)_S 61 _t
(rules)_S 61 _t
(specified)_S 61 _t
(in)_S 61 _t
(this)_S 61 _t
(profile.)_S 1958 9162 _m
(<declare)_S 61 _t
(cursor>)_S 1958 8946 _m
(<open)_S 61 _t
(statement>)_S 1958 8730 _m
(<fetch)_S 61 _t
(statement>)_S 1958 8514 _m
(<close)_S 61 _t
(statement>)_S 1958 8298 _m
(<select)_S 61 _t
(statement:)_S 61 _t
(single)_S 61 _t
(row>)_S 960 7866 _m
61 _t
61 _t
61 _t
61 _t
(2.)_S 1513 7866 _m
(If)_S 58 _t
(the)_S 57 _t
(Direct)_S 58 _t
(Invocation)_S 58 _t
(binding)_S 57 _t
(style)_S 58 _t
(is)_S 58 _t
(specified,)_S 57 _t
(then)_S 58 _t
(the)_S 58 _t
(SQL/ERI)_S 57 _t
(Read-Only)_S 58 _t
(Server)_S 58 _t
(profile)_S 57 _t
(requires)_S 1513 7650 _m
(support)_S 63 _t
(for)_S 63 _t
(the)_S 63 _t
(following)_S 63 _t
(<direct)_S 63 _t
(SQL)_S 63 _t
(statement>s)_S 63 _t
(listed)_S 63 _t
(in)_S 63 _t
(Clause)_S 62 _t
(20,)_S 63 _t
("Direct)_S 63 _t
(invocation)_S 63 _t
(of)_S 63 _t
(SQL",)_S 63 _t
(in)_S 1513 7434 _m
(the)_S 88 _t
(SQL'92)_S 88 _t
(standard,)_S 88 _t
(with)_S 88 _t
(any)_S 89 _t
(restrictions)_S 88 _t
(specified)_S 88 _t
(by)_S 88 _t
(the)_S 88 _t
(given)_S 89 _t
(level)_S 88 _t
(of)_S 88 _t
(SQL)_S 88 _t
(data)_S 89 _t
(manipulation)_S 1513 7218 _m
(language)_S 61 _t
(support)_S 61 _t
(and)_S 61 _t
(subject)_S 61 _t
(to)_S 61 _t
(other)_S 61 _t
(rules)_S 61 _t
(specified)_S 61 _t
(in)_S 61 _t
(this)_S 61 _t
(profile:)_S 1958 6786 _m
(<direct)_S 61 _t
(select)_S 61 _t
(statement:)_S 61 _t
(multiple)_S 61 _t
(rows>)_S 960 6354 _m
61 _t
61 _t
61 _t
61 _t
(3.)_S 1513 6354 _m
(If)_S 58 _t
(the)_S 57 _t
(SQL/CLI)_S 58 _t
(binding)_S 58 _t
(style)_S 57 _t
(is)_S 58 _t
(specified,)_S 58 _t
(then)_S 57 _t
(the)_S 58 _t
(SQL/ERI)_S 57 _t
(Read-Only)_S 58 _t
(Server)_S 58 _t
(profile)_S 57 _t
(requires)_S 58 _t
(support)_S 1513 6138 _m
(for)_S 71 _t
(the)_S 71 _t
(following)_S 71 _t
(<preparable)_S 71 _t
(statement>s)_S 70 _t
(listed)_S 71 _t
(in)_S 71 _t
(Subclause)_S 71 _t
(17.6)_S 71 _t
(of)_S 70 _t
(the)_S 71 _t
(SQL'92)_S 71 _t
(standard,)_S 71 _t
(with)_S 71 _t
(any)_S 1513 5922 _m
(restrictions)_S 53 _t
(specified)_S 53 _t
(by)_S 53 _t
(the)_S 53 _t
(given)_S 52 _t
(level)_S 53 _t
(of)_S 53 _t
(SQL)_S 53 _t
(data)_S 53 _t
(manipulation)_S 52 _t
(language)_S 53 _t
(support)_S 53 _t
(and)_S 53 _t
(subject)_S 53 _t
(to)_S 52 _t
(other)_S 1513 5706 _m
(rules)_S 61 _t
(specified)_S 61 _t
(in)_S 61 _t
(this)_S 61 _t
(profile:)_S 1958 5274 _m
(<dynamic)_S 61 _t
(single)_S 61 _t
(row)_S 61 _t
(select)_S 61 _t
(statement>)_S 1958 5058 _m
(<dynamic)_S 61 _t
(select)_S 61 _t
(statement>)_S 960 4626 _m
/Times-BoldR 550 _ff
(Transaction)_S 61 _t
(Management)_S 61 _t
(Rules)_S /Times-RomanR 550 _ff
960 4194 _m
61 _t
61 _t
61 _t
61 _t
(1.)_S 1513 4194 _m
(If)_S 51 _t
(the)_S 51 _t
(level)_S 50 _t
(of)_S 51 _t
(SQL)_S 50 _t
(transaction)_S 51 _t
(management)_S 50 _t
(support)_S 51 _t
(is)_S 51 _t
("None",)_S 50 _t
(then)_S 51 _t
(SQL)_S 50 _t
(transaction)_S 51 _t
(management)_S 51 _t
(is)_S 50 _t
(not)_S 1513 3978 _m
(supported)_S 51 _t
(for)_S 51 _t
(any)_S 50 _t
(binding)_S 51 _t
(style.)_S 101 _t
(Otherwise,)_S 51 _t
(Commit)_S 51 _t
(and)_S 51 _t
(Rollback)_S 50 _t
(transaction)_S 51 _t
(management)_S 51 _t
(is)_S 50 _t
(supported)_S 1513 3762 _m
(depending)_S 61 _t
(on)_S 122 _t
(the)_S 61 _t
(specified)_S 61 _t
(binding)_S 61 _t
(style)_S 61 _t
(as)_S 61 _t
(follows.)_S 1513 3330 _m
(Case:)_S 1513 2898 _m
(a.)_S 1958 2898 _m
(If)_S 113 _t
(the)_S 113 _t
(Module,)_S 114 _t
(Embedded)_S 113 _t
(SQL,)_S 113 _t
(or)_S 113 _t
(Direct)_S 113 _t
(Invocation)_S 114 _t
(binding)_S 113 _t
(style)_S 113 _t
(is)_S 113 _t
(specified,)_S 114 _t
(then)_S 113 _t
(the)_S 1958 2682 _m
(requirements)_S 54 _t
(of)_S 54 _t
(the)_S 54 _t
(SQL)_S 54 _t
(<commit)_S 54 _t
(statement>)_S 54 _t
(and)_S 54 _t
(the)_S 54 _t
(SQL)_S 54 _t
(<rollback)_S 54 _t
(statement>)_S 54 _t
(from)_S 54 _t
(Clause)_S 54 _t
(14,)_S 1958 2466 _m
("Transaction)_S 61 _t
(management",)_S 61 _t
(of)_S 61 _t
(the)_S 61 _t
(SQL'92)_S 61 _t
(standard)_S 61 _t
([8])_S 61 _t
(apply)_S 61 _t
(to)_S 61 _t
(this)_S 61 _t
(profile.)_S 1513 2034 _m
(b.)_S 1958 2034 _m
(If)_S 73 _t
(the)_S 73 _t
(SQL/CLI)_S 74 _t
(binding)_S 73 _t
(style)_S 73 _t
(is)_S 73 _t
(specified,)_S 73 _t
(then)_S 73 _t
(the)_S 73 _t
(requirements)_S 73 _t
(of)_S 74 _t
(the)_S 73 _t
(routines)_S 73 _t
(for)_S 73 _t
(transaction)_S 1958 1818 _m
(management)_S 67 _t
(\(e.g.)_S 67 _t
(Transact)_S 67 _t
(and)_S 67 _t
(Cancel\))_S 67 _t
(as)_S 67 _t
(specified)_S 67 _t
(in)_S 67 _t
(the)_S 67 _t
(SQL/CLI)_S 67 _t
(standard)_S 67 _t
([10])_S 67 _t
(apply)_S 67 _t
(to)_S 67 _t
(this)_S 1958 1602 _m
(profile.)_S 61 _t
960 650 _m
(22)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
7406 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
1513 11754 _m
(c.)_S 1958 11754 _m
(If)_S 123 _t
(the)_S 124 _t
(RDA/SQL-Server)_S 124 _t
(binding)_S 123 _t
(style)_S 124 _t
(is)_S 123 _t
(specified,)_S 124 _t
(then)_S 124 _t
(the)_S 123 _t
(requirements)_S 124 _t
(for)_S 124 _t
(transaction)_S 1958 11538 _m
(management)_S 65 _t
(in)_S 66 _t
(the)_S 65 _t
(RDA)_S 66 _t
(Basic)_S 65 _t
(Application)_S 66 _t
(Context,)_S 65 _t
(as)_S 66 _t
(specified)_S 65 _t
(in)_S 66 _t
(the)_S 65 _t
(RDA)_S 66 _t
(standard)_S 65 _t
([9],)_S 66 _t
(with)_S 1958 11322 _m
(implementor)_S 61 _t
(agreements)_S 61 _t
(specified)_S 61 _t
(in)_S 61 _t
([16],)_S 61 _t
(apply)_S 61 _t
(to)_S 61 _t
(this)_S 61 _t
(profile.)_S 1513 10890 _m
(d.)_S 1958 10890 _m
(If)_S 77 _t
(the)_S 76 _t
(RDA)_S 77 _t
(option)_S 77 _t
(for)_S 77 _t
(TP)_S 77 _t
(Application)_S 76 _t
(Context)_S 77 _t
(is)_S 77 _t
(specified,)_S 77 _t
(then)_S 76 _t
(the)_S 77 _t
(requirements)_S 77 _t
(for)_S 77 _t
(the)_S 153 _t
(TP)_S 1958 10674 _m
(Application)_S 86 _t
(Context,)_S 86 _t
(as)_S 86 _t
(specified)_S 85 _t
(in)_S 86 _t
(the)_S 86 _t
(RDA)_S 86 _t
(standard)_S 85 _t
([9],)_S 86 _t
(with)_S 86 _t
(implementor)_S 86 _t
(agreements)_S 85 _t
(for)_S 1958 10458 _m
(Distributed)_S 61 _t
(Transaction)_S 61 _t
(Processing)_S 61 _t
(as)_S 61 _t
(specified)_S 61 _t
(in)_S 61 _t
([16],)_S 61 _t
(apply)_S 61 _t
(to)_S 61 _t
(this)_S 61 _t
(profile.)_S 1513 10026 _m
/Times-BoldR 550 _ff
(Note:)_S /Times-RomanR 550 _ff
55 _t
(The)_S 56 _t
(purpose)_S 55 _t
(of)_S 55 _t
(requiring)_S 55 _t
(support)_S 55 _t
(for)_S 55 _t
(SQL)_S 56 _t
(Commit)_S 55 _t
(and)_S 55 _t
(Rollback)_S 55 _t
(in)_S 55 _t
(Read-Only)_S 56 _t
(profiles)_S 55 _t
(is)_S 55 _t
(to)_S 55 _t
(give)_S 1513 9810 _m
(the)_S 73 _t
(user)_S 73 _t
(a)_S 73 _t
(standard)_S 74 _t
(way)_S 73 _t
(to)_S 73 _t
(signal)_S 73 _t
(to)_S 73 _t
(the)_S 74 _t
(system)_S 73 _t
(that)_S 73 _t
(a)_S 73 _t
(read-only)_S 74 _t
(transaction)_S 73 _t
(has)_S 73 _t
(completed.)_S 73 _t
(This)_S 74 _t
(has)_S 1513 9594 _m
(semantic)_S 75 _t
(implications)_S 75 _t
(only)_S 76 _t
(if)_S 75 _t
(other)_S 75 _t
(concurrent)_S 75 _t
(users)_S 75 _t
(\(not)_S 76 _t
(through)_S 75 _t
(this)_S 75 _t
(profile\))_S 75 _t
(are)_S 75 _t
(able)_S 76 _t
(to)_S 75 _t
(update)_S 75 _t
(the)_S 1513 9378 _m
(database.)_S 960 8946 _m
61 _t
61 _t
61 _t
61 _t
(2.)_S 1513 8946 _m
(If)_S 50 _t
(the)_S 51 _t
(level)_S 50 _t
(of)_S 50 _t
(SQL)_S 51 _t
(transaction)_S 50 _t
(management)_S 50 _t
(support)_S 51 _t
(is)_S 50 _t
("None",)_S 51 _t
(and)_S 50 _t
(if)_S 50 _t
(the)_S 51 _t
(default)_S 50 _t
(isolation)_S 50 _t
(level)_S 51 _t
(is)_S 50 _t
(XXX,)_S 1513 8730 _m
(then)_S 61 _t
(the)_S 61 _t
(<set)_S 61 _t
(transaction)_S 61 _t
(statement>)_S 1958 8298 _m
(SET)_S 61 _t
(TRANSACTION)_S 61 _t
(READ)_S 61 _t
(ONLY,)_S 61 _t
(ISOLATION)_S 61 _t
(LEVEL)_S 122 _t
(XXX)_S 1513 7866 _m
(is)_S 61 _t
(implicit)_S 61 _t
(for)_S 61 _t
(the)_S 61 _t
(single)_S 61 _t
(implicit)_S 61 _t
(transaction)_S 61 _t
(of)_S 61 _t
(any)_S 61 _t
(SQL-session)_S 61 _t
(through)_S 61 _t
(this)_S 61 _t
(profile.)_S 960 7434 _m
61 _t
61 _t
61 _t
61 _t
(3.)_S 1513 7434 _m
(If)_S 43 _t
(the)_S 43 _t
(level)_S 43 _t
(of)_S 43 _t
(SQL)_S 43 _t
(transaction)_S 43 _t
(management)_S 43 _t
(support)_S 43 _t
(is)_S 43 _t
(Commit-Rollback,)_S 43 _t
(and)_S 43 _t
(if)_S 42 _t
(the)_S 43 _t
(default)_S 43 _t
(isolation)_S 43 _t
(level)_S 1513 7218 _m
(is)_S 61 _t
(XXX,)_S 61 _t
(then)_S 61 _t
(the)_S 61 _t
(<set)_S 61 _t
(transaction)_S 61 _t
(statement>)_S 1958 6786 _m
(SET)_S 61 _t
(TRANSACTION)_S 61 _t
(READ)_S 61 _t
(ONLY,)_S 61 _t
(ISOLATION)_S 61 _t
(LEVEL)_S 122 _t
(XXX)_S 1513 6354 _m
(is)_S 61 _t
(implicit)_S 61 _t
(for)_S 61 _t
(every)_S 61 _t
(transaction)_S 61 _t
(of)_S 61 _t
(any)_S 61 _t
(SQL-session)_S 61 _t
(through)_S 61 _t
(this)_S 61 _t
(profile.)_S 960 5922 _m
61 _t
61 _t
61 _t
(4.)_S 1513 5922 _m
(If)_S 74 _t
(the)_S 74 _t
(level)_S 74 _t
(of)_S 74 _t
(SQL)_S 75 _t
(transaction)_S 74 _t
(management)_S 74 _t
(support)_S 74 _t
(is)_S 74 _t
(Transaction)_S 75 _t
(Mode)_S 74 _t
(or)_S 74 _t
(above,)_S 74 _t
(then)_S 74 _t
(this)_S 75 _t
(profile)_S 1513 5706 _m
(includes)_S 63 _t
(support)_S 64 _t
(for)_S 64 _t
(the)_S 63 _t
(<transaction)_S 64 _t
(access)_S 64 _t
(mode>)_S 63 _t
(alternative)_S 64 _t
(of)_S 63 _t
(the)_S 64 _t
(SQL)_S 64 _t
(<set)_S 63 _t
(transaction)_S 64 _t
(statement>)_S 1513 5490 _m
(as)_S 66 _t
(specified)_S 67 _t
(in)_S 66 _t
(Subclause)_S 67 _t
(14.1)_S 67 _t
(of)_S 66 _t
(the)_S 67 _t
(SQL'92)_S 66 _t
(standard;)_S 67 _t
(however,)_S 67 _t
(the)_S 66 _t
(<transaction)_S 67 _t
(access)_S 66 _t
(mode>)_S 67 _t
(shall)_S 1513 5274 _m
(always)_S 61 _t
(be)_S 61 _t
(READ)_S 61 _t
(ONLY.)_S 960 4842 _m
61 _t
61 _t
61 _t
(5.)_S 1513 4842 _m
(If)_S 60 _t
(the)_S 60 _t
(level)_S 60 _t
(of)_S 60 _t
(SQL)_S 60 _t
(transaction)_S 60 _t
(management)_S 60 _t
(support)_S 60 _t
(is)_S 60 _t
(Transaction)_S 59 _t
(Isolation)_S 60 _t
(or)_S 60 _t
(above,)_S 60 _t
(then)_S 60 _t
(this)_S 60 _t
(profile)_S 1513 4626 _m
(includes)_S 50 _t
(support)_S 50 _t
(for)_S 51 _t
(the)_S 50 _t
(<isolation)_S 50 _t
(level>)_S 50 _t
(alternative)_S 51 _t
(of)_S 50 _t
(the)_S 50 _t
(SQL)_S 51 _t
(<set)_S 50 _t
(transaction)_S 50 _t
(statement>)_S 50 _t
(as)_S 51 _t
(specified)_S 1513 4410 _m
(in)_S 56 _t
(Subclause)_S 56 _t
(14.1)_S 57 _t
(of)_S 56 _t
(the)_S 56 _t
(SQL'92)_S 57 _t
(standard.)_S 112 _t
(If)_S 57 _t
(the)_S 56 _t
(default)_S 56 _t
(isolation)_S 56 _t
(level)_S 57 _t
(is)_S 56 _t
(XXX,)_S 56 _t
(and)_S 57 _t
(if)_S 56 _t
(an)_S 56 _t
(explicit)_S 57 _t
(<set)_S 1513 4194 _m
(transaction)_S 58 _t
(statement>)_S 59 _t
(with)_S 58 _t
(an)_S 58 _t
(explicit)_S 58 _t
(<isolation)_S 58 _t
(level>)_S 58 _t
(is)_S 58 _t
(not)_S 58 _t
(specified)_S 117 _t
(for)_S 58 _t
(a)_S 58 _t
(transaction)_S 58 _t
(of)_S 58 _t
(any)_S 58 _t
(SQL-)_S 1513 3978 _m
(session)_S 61 _t
(through)_S 61 _t
(this)_S 61 _t
(profile,)_S 61 _t
(then)_S 61 _t
(the)_S 61 _t
(<set)_S 61 _t
(transaction)_S 61 _t
(statement>)_S 1958 3546 _m
(SET)_S 61 _t
(TRANSACTION)_S 61 _t
(READ)_S 61 _t
(ONLY,)_S 61 _t
(ISOLATION)_S 61 _t
(LEVEL)_S 61 _t
(XXX)_S 1513 3114 _m
(is)_S 61 _t
(implicit)_S 61 _t
(for)_S 61 _t
(that)_S 61 _t
(transaction.)_S 960 2682 _m
61 _t
61 _t
61 _t
(6.)_S 1513 2682 _m
(If)_S 45 _t
(the)_S 45 _t
(level)_S 45 _t
(of)_S 45 _t
(SQL)_S 45 _t
(transaction)_S 45 _t
(management)_S 45 _t
(support)_S 45 _t
(is)_S 45 _t
(Transaction)_S 45 _t
(Diagnostics)_S 45 _t
(or)_S 45 _t
(above,)_S 45 _t
(then)_S 45 _t
(this)_S 45 _t
(profile)_S 1513 2466 _m
(includes)_S 41 _t
(support)_S 42 _t
(for)_S 42 _t
(the)_S 41 _t
(<diagnostics)_S 42 _t
(size>)_S 41 _t
(alternative)_S 42 _t
(of)_S 42 _t
(the)_S 41 _t
(SQL)_S 42 _t
(<set)_S 41 _t
(transaction)_S 42 _t
(statement>)_S 41 _t
(as)_S 42 _t
(specified)_S 1513 2250 _m
(in)_S 61 _t
(Subclause)_S 61 _t
(14.1)_S 61 _t
(of)_S 61 _t
(the)_S 61 _t
(SQL'92)_S 61 _t
(standard.)_S 960 1818 _m
61 _t
61 _t
61 _t
(7.)_S 1513 1818 _m
(If)_S 52 _t
(the)_S 53 _t
(level)_S 52 _t
(of)_S 52 _t
(SQL)_S 53 _t
(transaction)_S 52 _t
(management)_S 53 _t
(support)_S 52 _t
(is)_S 53 _t
(Constraints,)_S 52 _t
(then)_S 53 _t
(this)_S 52 _t
(profile)_S 53 _t
(includes)_S 52 _t
(support)_S 53 _t
(for)_S 1513 1602 _m
(the)_S 61 _t
(<set)_S 61 _t
(constraints)_S 61 _t
(mode)_S 61 _t
(statement>)_S 61 _t
(as)_S 61 _t
(specified)_S 61 _t
(in)_S 61 _t
(Subclause)_S 61 _t
(14.2)_S 61 _t
(of)_S 61 _t
(the)_S 61 _t
(SQL'92)_S 61 _t
(standard.)_S 9057 650 _m
(23)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
960 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
/Times-BoldR 550 _ff
(Connection)_S 61 _t
(Management)_S 61 _t
(Rules)_S /Times-RomanR 550 _ff
960 11322 _m
61 _t
61 _t
61 _t
61 _t
(1.)_S 1513 11322 _m
(If)_S 49 _t
(the)_S 48 _t
(Module,)_S 49 _t
(Embedded)_S 49 _t
(SQL,)_S 48 _t
(or)_S 49 _t
(Direct)_S 49 _t
(Invocation)_S 49 _t
(binding)_S 48 _t
(styles)_S 49 _t
(are)_S 49 _t
(specified,)_S 48 _t
(and)_S 49 _t
(if)_S 49 _t
(the)_S 49 _t
(level)_S 48 _t
(of)_S 49 _t
(SQL)_S 1513 11106 _m
(data)_S 60 _t
(manipulation)_S 59 _t
(language)_S 60 _t
(support)_S 60 _t
(is)_S 60 _t
(Full)_S 59 _t
(DML,)_S 60 _t
(then)_S 60 _t
(the)_S 60 _t
(SQL/ERI)_S 59 _t
(Read-Only)_S 60 _t
(Server)_S 60 _t
(profile)_S 59 _t
(requires)_S 1513 10890 _m
(support)_S 60 _t
(for)_S 61 _t
(<SQL)_S 61 _t
(connection)_S 61 _t
(statement>s)_S 61 _t
(as)_S 61 _t
(specified)_S 61 _t
(in)_S 61 _t
(Clause)_S 61 _t
(15,)_S 61 _t
("Connection)_S 61 _t
(management",)_S 61 _t
(of)_S 61 _t
(the)_S 1513 10674 _m
(SQL'92)_S 65 _t
(standard.)_S 129 _t
(If)_S 64 _t
(the)_S 64 _t
(level)_S 65 _t
(of)_S 64 _t
(SQL)_S 65 _t
(data)_S 64 _t
(manipulation)_S 65 _t
(language)_S 64 _t
(support)_S 65 _t
(is)_S 64 _t
(anything)_S 64 _t
(other)_S 65 _t
(than)_S 64 _t
(Full)_S 1513 10458 _m
(SQL,)_S 55 _t
(then)_S 56 _t
(there)_S 55 _t
(is)_S 55 _t
(no)_S 56 _t
(requirement)_S 55 _t
(to)_S 55 _t
(support)_S 55 _t
(any)_S 56 _t
(<SQL)_S 55 _t
(connection)_S 55 _t
(statement>)_S 55 _t
(for)_S 56 _t
(these)_S 55 _t
(binding)_S 55 _t
(styles.)_S 960 10026 _m
61 _t
61 _t
61 _t
61 _t
(2.)_S 1513 10026 _m
(If)_S 105 _t
(the)_S 105 _t
(SQL/CLI)_S 104 _t
(binding)_S 105 _t
(style)_S 105 _t
(is)_S 105 _t
(specified,)_S 105 _t
(then)_S 105 _t
(the)_S 105 _t
(requirements)_S 105 _t
(of)_S 105 _t
(the)_S 105 _t
(routines)_S 105 _t
(for)_S 105 _t
(connection)_S 1513 9810 _m
(management)_S 80 _t
(\(i.e.)_S 79 _t
(Connect,)_S 79 _t
(Disconnect\))_S 80 _t
(as)_S 79 _t
(specified)_S 79 _t
(in)_S 80 _t
(the)_S 79 _t
(SQL/CLI)_S 79 _t
(specification)_S 79 _t
([10])_S 80 _t
(apply)_S 79 _t
(to)_S 79 _t
(this)_S 1513 9594 _m
(profile.)_S 960 9162 _m
61 _t
61 _t
61 _t
61 _t
(3.)_S 1513 9162 _m
(If)_S 50 _t
(the)_S 51 _t
(RDA/SQL-Server)_S 50 _t
(binding)_S 51 _t
(style)_S 50 _t
(is)_S 50 _t
(specified,)_S 51 _t
(then)_S 50 _t
(the)_S 51 _t
(requirements)_S 50 _t
(of)_S 50 _t
(RDA)_S 51 _t
(Dialogue)_S 50 _t
(Management)_S 1513 8946 _m
(and)_S 89 _t
(RDA)_S 90 _t
(Resource)_S 90 _t
(Handling)_S 89 _t
(as)_S 90 _t
(specified)_S 89 _t
(in)_S 90 _t
(the)_S 89 _t
(RDA)_S 90 _t
(standard)_S 89 _t
([9],)_S 90 _t
(with)_S 89 _t
(implementor)_S 90 _t
(agreements)_S 1513 8730 _m
(specified)_S 61 _t
(in)_S 61 _t
([16],)_S 61 _t
(apply)_S 61 _t
(to)_S 61 _t
(this)_S 61 _t
(profile.)_S 960 8298 _m
/Times-BoldR 550 _ff
(Session)_S 61 _t
(Management)_S 61 _t
(Rules)_S /Times-RomanR 550 _ff
960 7866 _m
61 _t
61 _t
61 _t
61 _t
(1.)_S 1513 7866 _m
(If)_S 62 _t
(Session)_S 63 _t
(Supported)_S 62 _t
(is)_S 63 _t
(specified,)_S 62 _t
(then)_S 63 _t
(this)_S 62 _t
(profile)_S 63 _t
(supports)_S 62 _t
(the)_S 63 _t
(<SQL)_S 62 _t
(session)_S 63 _t
(statement>s)_S 62 _t
(as)_S 63 _t
(specified)_S 1513 7650 _m
(in)_S 67 _t
(Clause)_S 67 _t
(16,)_S 68 _t
("Session)_S 67 _t
(management",)_S 67 _t
(of)_S 67 _t
(the)_S 68 _t
(SQL'92)_S 67 _t
(standard;)_S 67 _t
(otherwise,)_S 68 _t
(if)_S 67 _t
(Session)_S 67 _t
(Not)_S 67 _t
(Supported)_S 68 _t
(is)_S 1513 7434 _m
(specified,)_S 61 _t
(no)_S 61 _t
(support)_S 61 _t
(for)_S 61 _t
(any)_S 61 _t
(of)_S 61 _t
(these)_S 61 _t
(statements)_S 61 _t
(is)_S 61 _t
(required)_S 61 _t
(by)_S 61 _t
(this)_S 61 _t
(profile.)_S 960 7002 _m
61 _t
61 _t
61 _t
61 _t
(2.)_S 1513 7002 _m
(If)_S 40 _t
(SQL)_S 39 _t
(data)_S 40 _t
(manipulation)_S 39 _t
(language)_S 39 _t
(support)_S 40 _t
(specifies)_S 39 _t
(Transitional)_S 39 _t
(DML,)_S 40 _t
(Intermediate)_S 39 _t
(DML,)_S 40 _t
(or)_S 39 _t
(Full)_S 39 _t
(DML,)_S 1513 6786 _m
(then)_S 61 _t
(Session)_S 61 _t
(Supported)_S 61 _t
(shall)_S 61 _t
(be)_S 122 _t
(implicit)_S 61 _t
(in)_S 61 _t
(this)_S 61 _t
(profile.)_S 960 6354 _m
/Times-BoldR 550 _ff
(Information)_S 61 _t
(Schema)_S 61 _t
(Rules)_S /Times-RomanR 550 _ff
960 5922 _m
61 _t
61 _t
61 _t
61 _t
(1.)_S 1513 5922 _m
(If)_S 75 _t
(the)_S 75 _t
(level)_S 75 _t
(of)_S 74 _t
(SQL)_S 75 _t
(data)_S 75 _t
(manipulation)_S 75 _t
(language)_S 74 _t
(support)_S 75 _t
(claimed)_S 75 _t
(for)_S 75 _t
(the)_S 75 _t
(SQL/ERI)_S 75 _t
(Read-Only)_S 74 _t
(Server)_S 1513 5706 _m
(profile)_S 65 _t
(is)_S 64 _t
(Minimal)_S 64 _t
(DML)_S 64 _t
(or)_S 65 _t
(Entry)_S 64 _t
(DML,)_S 64 _t
(then)_S 65 _t
(support)_S 64 _t
(for)_S 65 _t
(the)_S 64 _t
(following)_S 64 _t
(Information)_S 65 _t
(Schema)_S 64 _t
(views,)_S 64 _t
(as)_S 1513 5490 _m
(specified)_S 91 _t
(in)_S 92 _t
(Clause)_S 91 _t
(21,)_S 91 _t
("Information)_S 92 _t
(Schema)_S 91 _t
(and)_S 91 _t
(Definition)_S 92 _t
(Schema",)_S 91 _t
(of)_S 91 _t
(the)_S 91 _t
(SQL'92)_S 92 _t
(standard,)_S 91 _t
(is)_S 1513 5274 _m
(required:)_S 1958 4842 _m
(TABLES)_S 1958 4626 _m
(COLUMNS)_S 61 _t
([See)_S 61 _t
(FIPS)_S 61 _t
(Errata)_S 61 _t
(for)_S 61 _t
(handling)_S 61 _t
("long")_S 61 _t
(names])_S 960 4194 _m
61 _t
61 _t
61 _t
61 _t
(2.)_S 1513 4194 _m
(If)_S 75 _t
(the)_S 75 _t
(level)_S 75 _t
(of)_S 75 _t
(SQL)_S 75 _t
(data)_S 74 _t
(manipulation)_S 75 _t
(language)_S 75 _t
(support)_S 75 _t
(claimed)_S 74 _t
(for)_S 75 _t
(the)_S 75 _t
(SQL/ERI)_S 75 _t
(Read-Only)_S 74 _t
(Server)_S 1513 3978 _m
(profile)_S 62 _t
(is)_S 63 _t
(Transitional)_S 62 _t
(DML,)_S 62 _t
(then)_S 63 _t
(support)_S 62 _t
(for)_S 63 _t
(the)_S 62 _t
(following)_S 62 _t
(Information)_S 62 _t
(Schema)_S 63 _t
(views,)_S 62 _t
(as)_S 63 _t
(specified)_S 62 _t
(in)_S 1513 3762 _m
(Clause)_S 61 _t
(21,)_S 61 _t
("Information)_S 61 _t
(Schema)_S 61 _t
(and)_S 61 _t
(Definition)_S 61 _t
(Schema",)_S 61 _t
(of)_S 61 _t
(the)_S 61 _t
(SQL'92)_S 61 _t
(standard,)_S 61 _t
(is)_S 61 _t
(required:)_S 1958 3330 _m
(TABLES)_S 1958 3114 _m
(VIEWS)_S 61 _t
1958 2898 _m
(COLUMNS)_S 1958 2682 _m
(TABLE_PRIVILEGES)_S 1958 2466 _m
(COLUMN_PRIVILEGES)_S 1958 2250 _m
(USAGE_PRIVILEGES)_S 960 1818 _m
61 _t
61 _t
61 _t
61 _t
(3.)_S 1513 1818 _m
(If)_S 75 _t
(the)_S 75 _t
(level)_S 74 _t
(of)_S 75 _t
(SQL)_S 75 _t
(data)_S 75 _t
(manipulation)_S 74 _t
(language)_S 75 _t
(support)_S 75 _t
(claimed)_S 75 _t
(for)_S 74 _t
(the)_S 75 _t
(SQL/ERI)_S 75 _t
(Read-Only)_S 75 _t
(Server)_S 1513 1602 _m
(profile)_S 81 _t
(is)_S 82 _t
(Intermediate)_S 82 _t
(DML)_S 81 _t
(or)_S 82 _t
(Full)_S 82 _t
(DML,)_S 81 _t
(then)_S 82 _t
(an)_S 82 _t
(implementation)_S 81 _t
(conforming)_S 82 _t
(to)_S 81 _t
(this)_S 82 _t
(profile)_S 82 _t
(shall)_S 1513 1386 _m
(provide)_S 57 _t
(all)_S 57 _t
(of)_S 57 _t
(the)_S 57 _t
(Information)_S 57 _t
(Schema)_S 57 _t
(views)_S 57 _t
(required)_S 56 _t
(by)_S 57 _t
(the)_S 57 _t
(SQL'92)_S 57 _t
(standard)_S 57 _t
(for)_S 56 _t
(Intermediate)_S 57 _t
(SQL)_S 57 _t
(or)_S 1513 1170 _m
(Full)_S 56 _t
(SQL,)_S 57 _t
(respectively.)_S 112 _t
(In)_S 57 _t
(many)_S 56 _t
(cases)_S 57 _t
(some)_S 56 _t
(of)_S 57 _t
(these)_S 56 _t
(tables)_S 57 _t
(may)_S 56 _t
(be)_S 57 _t
(empty,)_S 56 _t
(or)_S 56 _t
(trivial,)_S 57 _t
(but)_S 56 _t
(a)_S 57 _t
(conforming)_S 960 650 _m
(24)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
7406 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
1513 11754 _m
(SQL/ERI)_S 62 _t
(Server)_S 63 _t
(at)_S 62 _t
(these)_S 62 _t
(SQL)_S 63 _t
(data)_S 62 _t
(manipulation)_S 63 _t
(language)_S 62 _t
(levels)_S 62 _t
(is)_S 63 _t
(required)_S 62 _t
(to)_S 62 _t
(support)_S 62 _t
(them)_S 63 _t
(to)_S 62 _t
(reflect)_S 1513 11538 _m
(an)_S 61 _t
(accurate)_S 61 _t
(picture)_S 61 _t
(of)_S 61 _t
(the)_S 61 _t
(implicit)_S 61 _t
(schema)_S 61 _t
(definition.)_S 960 10431 _m
/Times-BoldR 660 _ff
(7.2)_S 146 _t
(SQL/ERI)_S 73 _t
(Read-Write)_S 73 _t
(Server)_S 73 _t
/Times-RomanR 550 _ff
960 9989 _m
(This)_S 64 _t
(profile)_S 65 _t
(specifies)_S 65 _t
(a)_S 65 _t
(read-write)_S 65 _t
(interface)_S 65 _t
(to)_S 65 _t
(a)_S 65 _t
(data)_S 65 _t
(repository.)_S 129 _t
(It)_S 65 _t
(requires)_S 65 _t
(support)_S 65 _t
(for)_S 65 _t
(the)_S 65 _t
(SQL)_S 65 _t
(data)_S 65 _t
(change)_S 960 9773 _m
(statements,)_S 51 _t
(i.e.)_S 52 _t
(Insert,)_S 51 _t
(Update,)_S 52 _t
(and)_S 51 _t
(Delete,)_S 52 _t
(specified)_S 52 _t
(in)_S 51 _t
(Clause)_S 52 _t
(13,)_S 51 _t
("data)_S 52 _t
(manipulation",)_S 51 _t
(of)_S 52 _t
(the)_S 51 _t
(SQL'92)_S 52 _t
(standard.)_S 960 9557 _m
(Depending)_S 75 _t
(upon)_S 76 _t
(the)_S 75 _t
(level)_S 76 _t
(of)_S 75 _t
(SQL)_S 76 _t
(schema)_S 75 _t
(definition)_S 76 _t
(language)_S 75 _t
(support)_S 76 _t
(specified,)_S 75 _t
(it)_S 76 _t
(may)_S 75 _t
(or)_S 76 _t
(may)_S 75 _t
(not)_S 76 _t
(require)_S 960 9341 _m
(support)_S 53 _t
(for)_S 54 _t
(SQL)_S 53 _t
(schema)_S 53 _t
(definition)_S 54 _t
(or)_S 53 _t
(schema)_S 53 _t
(manipulation)_S 54 _t
(statements.)_S 106 _t
(Depending)_S 54 _t
(upon)_S 53 _t
(the)_S 53 _t
(various)_S 54 _t
(base)_S 53 _t
(level)_S 960 9125 _m
(attributes)_S 59 _t
(specified,)_S 60 _t
(this)_S 59 _t
(profile)_S 59 _t
(may)_S 60 _t
(have)_S 59 _t
(Information)_S 59 _t
(Schema)_S 60 _t
(requirements)_S 59 _t
(that)_S 60 _t
(differ)_S 59 _t
(from)_S 59 _t
(those)_S 60 _t
(specified)_S 59 _t
(in)_S 960 8909 _m
(SQL'92)_S 61 _t
([8])_S 61 _t
(or)_S 61 _t
(FIPS)_S 61 _t
(SQL)_S 61 _t
([3].)_S 960 8477 _m
/Times-BoldR 550 _ff
(Schema)_S 61 _t
(Definition)_S 61 _t
(Rules)_S 960 8045 _m
/Times-RomanR 550 _ff
61 _t
61 _t
61 _t
61 _t
(1.)_S 1513 8045 _m
(The)_S 45 _t
(SQL/ERI)_S 45 _t
(Read-Write)_S 44 _t
(Server)_S 45 _t
(profile)_S 45 _t
(assumes)_S 44 _t
(that)_S 45 _t
(some)_S 45 _t
(schema)_S 44 _t
(objects)_S 45 _t
(are)_S 44 _t
(owned)_S 45 _t
(by)_S 45 _t
(a)_S 44 _t
(user)_S 45 _t
(different)_S 1513 7829 _m
(from)_S 73 _t
(the)_S 72 _t
(user)_S 72 _t
(accessing)_S 72 _t
(the)_S 73 _t
(repository)_S 72 _t
(through)_S 72 _t
(this)_S 72 _t
(profile,)_S 72 _t
(and)_S 72 _t
(that)_S 73 _t
(appropriate)_S 72 _t
(privileges)_S 72 _t
(have)_S 72 _t
(been)_S 1513 7613 _m
(granted)_S 60 _t
(to)_S 60 _t
(all)_S 60 _t
(accessing)_S 61 _t
(users.)_S 120 _t
(If)_S 61 _t
(the)_S 60 _t
(RDA/SQL-Server)_S 60 _t
(binding)_S 61 _t
(style)_S 60 _t
(is)_S 60 _t
(identified,)_S 61 _t
(then)_S 60 _t
(users)_S 60 _t
(are)_S 61 _t
(made)_S 1513 7397 _m
(known)_S 47 _t
(to)_S 47 _t
(the)_S 47 _t
(system)_S 47 _t
(using)_S 47 _t
(the)_S 47 _t
(NIST)_S 47 _t
(OIW)_S 47 _t
(RDA)_S 47 _t
(Testbed)_S 47 _t
(implementor)_S 47 _t
(agreements;)_S 47 _t
(otherwise,)_S 47 _t
(as)_S 47 _t
(with)_S 47 _t
(the)_S 1513 7181 _m
(SQL'92)_S 43 _t
(standard,)_S 44 _t
(the)_S 43 _t
(particular)_S 44 _t
(method)_S 43 _t
(by)_S 44 _t
(which)_S 44 _t
(users)_S 43 _t
(are)_S 44 _t
(made)_S 43 _t
(known)_S 44 _t
(to)_S 44 _t
(the)_S 43 _t
(system)_S 44 _t
(is)_S 44 _t
(implementation-)_S 1513 6965 _m
(defined.)_S 960 6533 _m
61 _t
61 _t
61 _t
61 _t
(2.)_S 1513 6533 _m
(If)_S 71 _t
(the)_S 71 _t
(level)_S 71 _t
(of)_S 71 _t
(SQL)_S 71 _t
(data)_S 72 _t
(manipulation)_S 71 _t
(language)_S 71 _t
(support)_S 71 _t
(claimed)_S 71 _t
(for)_S 71 _t
(the)_S 71 _t
(SQL/ERI)_S 71 _t
(Read-Write)_S 72 _t
(Server)_S 1513 6317 _m
(profile)_S 71 _t
(is)_S 71 _t
(Minimal)_S 70 _t
(DML,)_S 71 _t
(Entry)_S 71 _t
(DML,)_S 70 _t
(or)_S 71 _t
(Transitional)_S 71 _t
(DML,)_S 71 _t
(then)_S 70 _t
(the)_S 71 _t
(implicit)_S 71 _t
(schema)_S 71 _t
(definition)_S 70 _t
(may)_S 1513 6101 _m
(contain)_S 75 _t
(some)_S 75 _t
(<table)_S 75 _t
(constraint>s,)_S 75 _t
(or)_S 75 _t
(various)_S 74 _t
(<schema)_S 75 _t
(element>s,)_S 75 _t
(that)_S 75 _t
(are)_S 74 _t
(not)_S 75 _t
(visible)_S 75 _t
(to)_S 75 _t
(the)_S 75 _t
(user)_S 74 _t
(but)_S 1513 5885 _m
(whose)_S 61 _t
(existence)_S 61 _t
(may)_S 61 _t
(effect)_S 61 _t
(the)_S 61 _t
(semantics)_S 61 _t
(of)_S 61 _t
(certain)_S 61 _t
(statements.)_S 960 5453 _m
61 _t
61 _t
61 _t
61 _t
(3.)_S 1513 5453 _m
(Information)_S 51 _t
(about)_S 51 _t
(schema)_S 51 _t
(objects,)_S 50 _t
(privileges,)_S 51 _t
(and)_S 51 _t
(constraints)_S 51 _t
(are)_S 50 _t
(made)_S 51 _t
(visible)_S 51 _t
(to)_S 50 _t
(potential)_S 51 _t
(users)_S 50 _t
(through)_S 1513 5237 _m
(the)_S 61 _t
(Information)_S 61 _t
(Schema)_S 61 _t
(views,)_S 61 _t
(subject)_S 61 _t
(to)_S 61 _t
(the)_S 61 _t
(Information)_S 61 _t
(Schema)_S 61 _t
(Rules)_S 61 _t
(specified)_S 61 _t
(below.)_S 960 4805 _m
61 _t
61 _t
61 _t
61 _t
(4.)_S 1513 4805 _m
(If)_S 61 _t
(the)_S 61 _t
(level)_S 61 _t
(of)_S 61 _t
(SQL)_S 61 _t
(schema)_S 61 _t
(definition)_S 61 _t
(language)_S 61 _t
(support)_S 122 _t
(is)_S 61 _t
(different)_S 61 _t
(from)_S 61 _t
("None",)_S 61 _t
(then)_S 1513 4373 _m
(Case:)_S 1513 3941 _m
(a.)_S 1958 3941 _m
(If)_S 41 _t
(the)_S 40 _t
(Module,)_S 40 _t
(Embedded)_S 41 _t
(SQL,)_S 40 _t
(or)_S 41 _t
(RDA/SQL-Server)_S 40 _t
(binding)_S 40 _t
(styles)_S 41 _t
(are)_S 40 _t
(specified,)_S 40 _t
(then)_S 41 _t
(the)_S 40 _t
(SQL/ERI)_S 1958 3725 _m
(Read-Write)_S 73 _t
(Server)_S 73 _t
(profile)_S 73 _t
(requires)_S 72 _t
(support)_S 73 _t
(for)_S 73 _t
(all)_S 73 _t
(of)_S 73 _t
(the)_S 73 _t
(SQL)_S 73 _t
(data)_S 73 _t
(definition)_S 73 _t
(and)_S 73 _t
(manipulation)_S 1958 3509 _m
(statements,)_S 91 _t
(as)_S 90 _t
(specified)_S 91 _t
(in)_S 91 _t
(Clause)_S 90 _t
(11,)_S 91 _t
("Schema)_S 91 _t
(definition)_S 90 _t
(and)_S 91 _t
(manipulation",)_S 91 _t
(of)_S 90 _t
(the)_S 91 _t
(SQL'92)_S 1958 3293 _m
(standard,)_S 73 _t
(with)_S 74 _t
(any)_S 73 _t
(restrictions)_S 73 _t
(specified)_S 74 _t
(by)_S 73 _t
(the)_S 73 _t
(given)_S 73 _t
(level)_S 74 _t
(of)_S 73 _t
(SQL)_S 73 _t
(schema)_S 74 _t
(definition)_S 73 _t
(language)_S 1958 3077 _m
(support)_S 61 _t
(and)_S 61 _t
(subject)_S 61 _t
(to)_S 61 _t
(other)_S 61 _t
(rules)_S 61 _t
(specified)_S 61 _t
(in)_S 61 _t
(this)_S 61 _t
(profile.)_S 1513 2645 _m
(b.)_S 1958 2645 _m
(If)_S 69 _t
(the)_S 70 _t
(Direct)_S 69 _t
(Invocation)_S 69 _t
(binding)_S 70 _t
(style)_S 69 _t
(is)_S 70 _t
(specified,)_S 69 _t
(then)_S 69 _t
(the)_S 70 _t
(SQL/ERI)_S 69 _t
(Read-Write)_S 69 _t
(Server)_S 70 _t
(profile)_S 1958 2429 _m
(requires)_S 52 _t
(support)_S 52 _t
(for)_S 51 _t
(the)_S 52 _t
(following)_S 51 _t
(<direct)_S 52 _t
(SQL)_S 52 _t
(statement>s)_S 51 _t
(listed)_S 52 _t
(in)_S 51 _t
(Clause)_S 52 _t
(20,)_S 52 _t
("Direct)_S 51 _t
(invocation)_S 1958 2213 _m
(of)_S 46 _t
(SQL",)_S 47 _t
(in)_S 47 _t
(the)_S 47 _t
(SQL'92)_S 47 _t
(standard,)_S 47 _t
(with)_S 47 _t
(any)_S 47 _t
(restrictions)_S 47 _t
(specified)_S 47 _t
(by)_S 47 _t
(the)_S 47 _t
(given)_S 47 _t
(level)_S 47 _t
(of)_S 47 _t
(SQL)_S 47 _t
(schema)_S 1958 1997 _m
(definition)_S 61 _t
(language)_S 61 _t
(support)_S 61 _t
(and)_S 61 _t
(subject)_S 61 _t
(to)_S 61 _t
(other)_S 61 _t
(rules)_S 61 _t
(specified)_S 61 _t
(in)_S 61 _t
(this)_S 61 _t
(profile:)_S 2400 1565 _m
(<SQL)_S 61 _t
(schema)_S 61 _t
(statement>)_S 9057 650 _m
(25)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
960 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
1513 11754 _m
(c.)_S 1958 11754 _m
(If)_S 66 _t
(the)_S 66 _t
(SQL/CLI)_S 66 _t
(binding)_S 67 _t
(style)_S 66 _t
(is)_S 66 _t
(specified,)_S 66 _t
(then)_S 67 _t
(the)_S 66 _t
(SQL/ERI)_S 66 _t
(Read-Write)_S 66 _t
(Server)_S 67 _t
(profile)_S 66 _t
(requires)_S 1958 11538 _m
(support)_S 45 _t
(for)_S 45 _t
(the)_S 45 _t
(following)_S 46 _t
(<preparable)_S 45 _t
(statement>s)_S 45 _t
(listed)_S 45 _t
(in)_S 46 _t
(Subclause)_S 45 _t
(17.6)_S 45 _t
(of)_S 45 _t
(the)_S 45 _t
(SQL'92)_S 46 _t
(standard,)_S 1958 11322 _m
(with)_S 61 _t
(any)_S 61 _t
(restrictions)_S 61 _t
(specified)_S 61 _t
(by)_S 62 _t
(the)_S 61 _t
(given)_S 61 _t
(level)_S 61 _t
(of)_S 61 _t
(SQL)_S 61 _t
(schema)_S 62 _t
(defintion)_S 61 _t
(language)_S 61 _t
(support)_S 61 _t
(and)_S 1958 11106 _m
(subject)_S 61 _t
(to)_S 61 _t
(other)_S 61 _t
(rules)_S 61 _t
(specified)_S 61 _t
(in)_S 61 _t
(this)_S 61 _t
(profile:)_S 2400 10674 _m
(<preparable)_S 61 _t
(SQL)_S 61 _t
(schema)_S 61 _t
(statement>)_S 960 10242 _m
/Times-BoldR 550 _ff
(Data)_S 61 _t
(Manipulation)_S 61 _t
(Rules)_S /Times-RomanR 550 _ff
960 9810 _m
61 _t
61 _t
61 _t
61 _t
(1.)_S 1513 9810 _m
(If)_S 75 _t
(the)_S 75 _t
(Module,)_S 74 _t
(Embedded)_S 75 _t
(SQL,)_S 75 _t
(or)_S 74 _t
(RDA/SQL-Server)_S 75 _t
(binding)_S 74 _t
(styles)_S 75 _t
(are)_S 75 _t
(specified,)_S 74 _t
(then)_S 75 _t
(the)_S 74 _t
(SQL/ERI)_S 1513 9594 _m
(Read-Write)_S 54 _t
(Server)_S 55 _t
(profile)_S 54 _t
(requires)_S 54 _t
(support)_S 55 _t
(for)_S 54 _t
(the)_S 55 _t
(following)_S 54 _t
(SQL)_S 55 _t
(statements,)_S 54 _t
(as)_S 55 _t
(specified)_S 54 _t
(in)_S 54 _t
(Clause)_S 55 _t
(13,)_S 1513 9378 _m
("Data)_S 56 _t
(Manipulation",)_S 55 _t
(in)_S 56 _t
(the)_S 56 _t
(SQL'92)_S 55 _t
(standard,)_S 56 _t
(with)_S 56 _t
(any)_S 56 _t
(restrictions)_S 55 _t
(specified)_S 56 _t
(by)_S 56 _t
(the)_S 56 _t
(given)_S 55 _t
(level)_S 56 _t
(of)_S 56 _t
(SQL)_S 1513 9162 _m
(data)_S 61 _t
(manipulation)_S 61 _t
(language)_S 61 _t
(support)_S 61 _t
(and)_S 61 _t
(subject)_S 61 _t
(to)_S 61 _t
(other)_S 61 _t
(rules)_S 61 _t
(specified)_S 61 _t
(in)_S 61 _t
(this)_S 61 _t
(profile.)_S 1958 8730 _m
(<declare)_S 61 _t
(cursor>)_S 1958 8514 _m
(<open)_S 61 _t
(statement>)_S 1958 8298 _m
(<fetch)_S 61 _t
(statement>)_S 1958 8082 _m
(<close)_S 61 _t
(statement>)_S 1958 7866 _m
(<select)_S 61 _t
(statement:)_S 61 _t
(single)_S 61 _t
(row>)_S 1958 7650 _m
(<delete)_S 61 _t
(statement:)_S 61 _t
(positioned>)_S 1958 7434 _m
(<delete)_S 61 _t
(statement:)_S 61 _t
(searched>)_S 1958 7218 _m
(<insert)_S 61 _t
(statement>)_S 1958 7002 _m
(<update)_S 61 _t
(statement:)_S 61 _t
(positioned>)_S 1958 6786 _m
(<update)_S 61 _t
(statement:)_S 61 _t
(searched>)_S 61 _t
1958 6570 _m
(<temporary)_S 61 _t
(table)_S 61 _t
(declaration>)_S 122 _t
(--)_S 122 _t
(Full)_S 61 _t
(DML)_S 61 _t
(only)_S 960 6138 _m
61 _t
61 _t
61 _t
61 _t
(2.)_S 1513 6138 _m
(If)_S 58 _t
(the)_S 57 _t
(Direct)_S 58 _t
(Invocation)_S 58 _t
(binding)_S 57 _t
(style)_S 58 _t
(is)_S 57 _t
(specified,)_S 58 _t
(then)_S 58 _t
(the)_S 57 _t
(SQL/ERI)_S 58 _t
(Read-Only)_S 58 _t
(Server)_S 57 _t
(profile)_S 58 _t
(requires)_S 1513 5922 _m
(support)_S 63 _t
(for)_S 63 _t
(the)_S 63 _t
(following)_S 63 _t
(<direct)_S 63 _t
(SQL)_S 63 _t
(statement>s)_S 63 _t
(listed)_S 63 _t
(in)_S 63 _t
(Clause)_S 63 _t
(20,)_S 63 _t
("Direct)_S 62 _t
(invocation)_S 63 _t
(of)_S 63 _t
(SQL",)_S 63 _t
(in)_S 1513 5706 _m
(the)_S 88 _t
(SQL'92)_S 89 _t
(standard,)_S 88 _t
(with)_S 88 _t
(any)_S 88 _t
(restrictions)_S 89 _t
(specified)_S 88 _t
(by)_S 88 _t
(the)_S 88 _t
(given)_S 88 _t
(level)_S 89 _t
(of)_S 88 _t
(SQL)_S 88 _t
(data)_S 88 _t
(manipulation)_S 1513 5490 _m
(language)_S 61 _t
(support)_S 61 _t
(and)_S 61 _t
(subject)_S 61 _t
(to)_S 61 _t
(other)_S 61 _t
(rules)_S 61 _t
(specified)_S 61 _t
(in)_S 61 _t
(this)_S 61 _t
(profile:)_S 1958 5058 _m
(<direct)_S 61 _t
(select)_S 61 _t
(statement:)_S 61 _t
(multiple)_S 61 _t
(rows>)_S 1958 4842 _m
(<delete)_S 61 _t
(statement:)_S 61 _t
(searched>)_S 1958 4626 _m
(<insert)_S 61 _t
(statement>)_S 1958 4410 _m
(<update)_S 61 _t
(statement:)_S 61 _t
(searched>)_S 1958 4194 _m
(<temporary)_S 61 _t
(table)_S 61 _t
(declaration>)_S 122 _t
(--)_S 122 _t
(Full)_S 61 _t
(DML)_S 61 _t
(only)_S 960 3762 _m
61 _t
61 _t
61 _t
61 _t
(3.)_S 1513 3762 _m
(If)_S 54 _t
(the)_S 54 _t
(SQL/CLI)_S 54 _t
(binding)_S 54 _t
(style)_S 54 _t
(is)_S 54 _t
(specified,)_S 54 _t
(then)_S 54 _t
(the)_S 54 _t
(SQL/ERI)_S 54 _t
(Read-Write)_S 54 _t
(Server)_S 54 _t
(profile)_S 54 _t
(requires)_S 54 _t
(support)_S 1513 3546 _m
(for)_S 71 _t
(the)_S 71 _t
(following)_S 71 _t
(<preparable)_S 71 _t
(statement>s)_S 71 _t
(listed)_S 71 _t
(in)_S 70 _t
(Subclause)_S 71 _t
(17.6)_S 71 _t
(of)_S 71 _t
(the)_S 71 _t
(SQL'92)_S 70 _t
(standard,)_S 71 _t
(with)_S 71 _t
(any)_S 1513 3330 _m
(restrictions)_S 53 _t
(specified)_S 53 _t
(by)_S 52 _t
(the)_S 53 _t
(given)_S 53 _t
(level)_S 53 _t
(of)_S 53 _t
(SQL)_S 52 _t
(data)_S 53 _t
(manipulation)_S 53 _t
(language)_S 53 _t
(support)_S 53 _t
(and)_S 52 _t
(subject)_S 53 _t
(to)_S 53 _t
(other)_S 1513 3114 _m
(rules)_S 61 _t
(specified)_S 61 _t
(in)_S 61 _t
(this)_S 61 _t
(profile:)_S 1958 2682 _m
(<dynamic)_S 61 _t
(single)_S 61 _t
(row)_S 61 _t
(select)_S 61 _t
(statement>)_S 1958 2466 _m
(<dynamic)_S 61 _t
(select)_S 61 _t
(statement>)_S 1958 2250 _m
(<delete)_S 61 _t
(statement:)_S 61 _t
(searched>)_S 1958 2034 _m
(<insert)_S 61 _t
(statement>)_S 1958 1818 _m
(<update)_S 61 _t
(statement:)_S 61 _t
(searched>)_S 1958 1602 _m
(<preparable)_S 61 _t
(dynamic)_S 61 _t
(delete)_S 61 _t
(statement:)_S 61 _t
(positioned>)_S 1958 1386 _m
(<preparable)_S 61 _t
(dynamic)_S 61 _t
(update)_S 61 _t
(statement:)_S 61 _t
(positioned>)_S /Times-BoldR 550 _ff
960 650 _m
/Times-RomanR 550 _ff
(26)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
7406 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
/Times-BoldR 550 _ff
(Transaction)_S 61 _t
(Management)_S 61 _t
(Rules)_S /Times-RomanR 550 _ff
960 11322 _m
61 _t
61 _t
61 _t
61 _t
(1.)_S 1513 11322 _m
(The)_S 57 _t
(level)_S 57 _t
(of)_S 57 _t
(SQL)_S 57 _t
(transaction)_S 57 _t
(management)_S 57 _t
(support)_S 57 _t
(shall)_S 57 _t
(not)_S 57 _t
(be)_S 57 _t
("None".)_S 114 _t
(In)_S 57 _t
(all)_S 57 _t
(cases,)_S 57 _t
(SQL)_S 56 _t
(Commit)_S 57 _t
(and)_S 1513 11106 _m
(Rollback)_S 61 _t
(transaction)_S 61 _t
(management)_S 61 _t
(is)_S 61 _t
(supported)_S 61 _t
(as)_S 61 _t
(defined)_S 61 _t
(by)_S 61 _t
(the)_S 61 _t
(specified)_S 61 _t
(binding)_S 61 _t
(style.)_S 1513 10674 _m
(Case:)_S 1513 10242 _m
(a.)_S 1958 10242 _m
(If)_S 113 _t
(the)_S 113 _t
(Module,)_S 113 _t
(Embedded)_S 114 _t
(SQL,)_S 113 _t
(or)_S 113 _t
(Direct)_S 113 _t
(Invocation)_S 113 _t
(binding)_S 114 _t
(style)_S 113 _t
(is)_S 113 _t
(specified,)_S 113 _t
(then)_S 114 _t
(the)_S 1958 10026 _m
(requirements)_S 54 _t
(of)_S 54 _t
(the)_S 54 _t
(SQL)_S 54 _t
(<commit)_S 54 _t
(statement>)_S 54 _t
(and)_S 54 _t
(the)_S 54 _t
(SQL)_S 54 _t
(<rollback)_S 54 _t
(statement>)_S 54 _t
(from)_S 54 _t
(Clause)_S 54 _t
(14,)_S 1958 9810 _m
("Transaction)_S 61 _t
(management",)_S 61 _t
(of)_S 61 _t
(the)_S 61 _t
(SQL'92)_S 61 _t
(standard)_S 61 _t
([8])_S 61 _t
(apply)_S 61 _t
(to)_S 61 _t
(this)_S 61 _t
(profile.)_S 1513 9378 _m
(b.)_S 1958 9378 _m
(If)_S 73 _t
(the)_S 73 _t
(SQL/CLI)_S 73 _t
(binding)_S 74 _t
(style)_S 73 _t
(is)_S 73 _t
(specified,)_S 73 _t
(then)_S 73 _t
(the)_S 73 _t
(requirements)_S 74 _t
(of)_S 73 _t
(the)_S 73 _t
(routines)_S 73 _t
(for)_S 73 _t
(transaction)_S 1958 9162 _m
(management)_S 67 _t
(\(e.g.)_S 67 _t
(Transact)_S 67 _t
(and)_S 67 _t
(Cancel\))_S 67 _t
(as)_S 67 _t
(specified)_S 67 _t
(in)_S 67 _t
(the)_S 67 _t
(SQL/CLI)_S 67 _t
(standard)_S 67 _t
([10])_S 67 _t
(apply)_S 67 _t
(to)_S 67 _t
(this)_S 1958 8946 _m
(profile.)_S 61 _t
1513 8514 _m
(c.)_S 1958 8514 _m
(If)_S 124 _t
(the)_S 123 _t
(RDA/SQL-Server)_S 124 _t
(binding)_S 124 _t
(style)_S 123 _t
(is)_S 124 _t
(specified,)_S 124 _t
(then)_S 123 _t
(the)_S 124 _t
(requirements)_S 124 _t
(for)_S 123 _t
(transaction)_S 1958 8298 _m
(management)_S 43 _t
(in)_S 43 _t
(the)_S 43 _t
(RDA)_S 43 _t
(Basic)_S 43 _t
(Application)_S 43 _t
(Context,)_S 43 _t
(as)_S 43 _t
(specified)_S 43 _t
(in)_S 43 _t
(the)_S 43 _t
(RDA)_S 42 _t
(specification)_S 43 _t
([9],)_S 43 _t
(with)_S 1958 8082 _m
(implementor)_S 61 _t
(agreements)_S 61 _t
(specified)_S 61 _t
(in)_S 61 _t
([16],)_S 61 _t
(apply)_S 61 _t
(to)_S 61 _t
(this)_S 61 _t
(profile.)_S 1513 7650 _m
(d.)_S 1958 7650 _m
(If)_S 77 _t
(the)_S 77 _t
(RDA)_S 76 _t
(option)_S 77 _t
(for)_S 77 _t
(TP)_S 77 _t
(Application)_S 76 _t
(Context)_S 77 _t
(is)_S 77 _t
(specified,)_S 76 _t
(then)_S 77 _t
(the)_S 77 _t
(requirements)_S 77 _t
(for)_S 77 _t
(the)_S 153 _t
(TP)_S 1958 7434 _m
(Application)_S 86 _t
(Context,)_S 86 _t
(as)_S 86 _t
(specified)_S 85 _t
(in)_S 86 _t
(the)_S 86 _t
(RDA)_S 86 _t
(standard)_S 85 _t
([9],)_S 86 _t
(with)_S 86 _t
(implementor)_S 86 _t
(agreements)_S 85 _t
(for)_S 1958 7218 _m
(Distributed)_S 61 _t
(Transaction)_S 61 _t
(Processing)_S 61 _t
(as)_S 61 _t
(specified)_S 61 _t
(in)_S 61 _t
([16],)_S 61 _t
(apply)_S 61 _t
(to)_S 61 _t
(this)_S 61 _t
(profile.)_S 960 6786 _m
61 _t
61 _t
61 _t
61 _t
(2.)_S 1513 6786 _m
(If)_S 84 _t
(the)_S 84 _t
(level)_S 84 _t
(of)_S 84 _t
(SQL)_S 84 _t
(transaction)_S 84 _t
(management)_S 84 _t
(support)_S 84 _t
(is)_S 83 _t
(Commit-Rollback,)_S 84 _t
(then)_S 84 _t
(the)_S 84 _t
(<set)_S 84 _t
(transaction)_S 1513 6570 _m
(statement>)_S 1958 6138 _m
(SET)_S 61 _t
(TRANSACTION)_S 61 _t
(READ)_S 61 _t
(WRITE,)_S 61 _t
(ISOLATION)_S 61 _t
(LEVEL)_S 61 _t
(SERIALIZABLE)_S 1513 5706 _m
(is)_S 61 _t
(implicit)_S 61 _t
(for)_S 61 _t
(every)_S 61 _t
(transaction)_S 61 _t
(of)_S 61 _t
(any)_S 61 _t
(SQL-session)_S 61 _t
(through)_S 61 _t
(this)_S 61 _t
(profile.)_S 960 5274 _m
61 _t
61 _t
61 _t
(3.)_S 1513 5274 _m
(If)_S 74 _t
(the)_S 74 _t
(level)_S 75 _t
(of)_S 74 _t
(SQL)_S 74 _t
(transaction)_S 74 _t
(management)_S 74 _t
(support)_S 75 _t
(is)_S 74 _t
(Transaction)_S 74 _t
(Mode)_S 74 _t
(or)_S 74 _t
(above,)_S 75 _t
(then)_S 74 _t
(this)_S 74 _t
(profile)_S 1513 5058 _m
(includes)_S 64 _t
(support)_S 63 _t
(for)_S 64 _t
(the)_S 64 _t
(<transaction)_S 63 _t
(access)_S 64 _t
(mode>)_S 63 _t
(alternative)_S 64 _t
(of)_S 64 _t
(the)_S 63 _t
(SQL)_S 64 _t
(<set)_S 63 _t
(transaction)_S 64 _t
(statement>)_S 1513 4842 _m
(as)_S 61 _t
(specified)_S 61 _t
(in)_S 61 _t
(Subclause)_S 61 _t
(14.1)_S 61 _t
(of)_S 61 _t
(the)_S 61 _t
(SQL'92)_S 61 _t
(standard.)_S 1513 4410 _m
(Case:)_S 1513 3978 _m
(a.)_S 1958 3978 _m
(If)_S 49 _t
(an)_S 50 _t
(explicit)_S 49 _t
(<set)_S 49 _t
(transaction)_S 49 _t
(statement>)_S 49 _t
(with)_S 49 _t
(an)_S 49 _t
(explicit)_S 49 _t
(<tranaction)_S 49 _t
(access)_S 49 _t
(mode>)_S 49 _t
(is)_S 49 _t
(not)_S 49 _t
(specifed)_S 1958 3762 _m
(for)_S 61 _t
(a)_S 61 _t
(transaction)_S 61 _t
(of)_S 61 _t
(any)_S 61 _t
(SQL-session)_S 61 _t
(through)_S 61 _t
(this)_S 61 _t
(profile,)_S 61 _t
(then)_S 61 _t
(the)_S 61 _t
(<set)_S 61 _t
(transaction)_S 61 _t
(statement>)_S 2400 3330 _m
(SET)_S 61 _t
(TRANSACTION)_S 61 _t
(READ)_S 61 _t
(WRITE,)_S 61 _t
(ISOLATION)_S 61 _t
(LEVEL)_S 61 _t
(SERIALIZABLE)_S 1958 2898 _m
(is)_S 61 _t
(implicit)_S 61 _t
(for)_S 61 _t
(that)_S 61 _t
(transaction.)_S 1513 2466 _m
(b.)_S 1958 2466 _m
(If)_S 72 _t
(an)_S 73 _t
(explicit)_S 72 _t
(<set)_S 72 _t
(transaction)_S 73 _t
(statement>)_S 72 _t
(with)_S 72 _t
(a)_S 73 _t
(<tranaction)_S 72 _t
(access)_S 72 _t
(mode>)_S 73 _t
(of)_S 72 _t
(READ)_S 72 _t
(ONLY)_S 73 _t
(is)_S 1958 2250 _m
(specifed)_S 50 _t
(for)_S 50 _t
(a)_S 50 _t
(transaction)_S 50 _t
(of)_S 50 _t
(any)_S 50 _t
(SQL-session)_S 50 _t
(through)_S 50 _t
(this)_S 50 _t
(profile,)_S 50 _t
(and)_S 49 _t
(if)_S 50 _t
(the)_S 50 _t
(default)_S 50 _t
(isolation)_S 50 _t
(level)_S 1958 2034 _m
(is)_S 61 _t
(XXX,)_S 61 _t
(then)_S 61 _t
(the)_S 61 _t
(<set)_S 61 _t
(transaction)_S 61 _t
(statement>)_S 2400 1602 _m
(SET)_S 61 _t
(TRANSACTION)_S 61 _t
(READ)_S 61 _t
(ONLY,)_S 61 _t
(ISOLATION)_S 61 _t
(LEVEL)_S 61 _t
(XXX)_S 1958 1170 _m
(is)_S 61 _t
(implicit)_S 61 _t
(for)_S 61 _t
(that)_S 61 _t
(transaction.)_S 122 _t
9057 650 _m
(27)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
960 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
61 _t
61 _t
61 _t
(4.)_S 1513 11754 _m
(If)_S 60 _t
(the)_S 60 _t
(level)_S 60 _t
(of)_S 60 _t
(SQL)_S 60 _t
(transaction)_S 60 _t
(management)_S 60 _t
(support)_S 60 _t
(is)_S 60 _t
(Transaction)_S 60 _t
(Isolation)_S 60 _t
(or)_S 60 _t
(above,)_S 59 _t
(then)_S 60 _t
(this)_S 60 _t
(profile)_S 1513 11538 _m
(includes)_S 50 _t
(support)_S 50 _t
(for)_S 50 _t
(the)_S 51 _t
(<isolation)_S 50 _t
(level>)_S 50 _t
(alternative)_S 51 _t
(of)_S 50 _t
(the)_S 50 _t
(SQL)_S 50 _t
(<set)_S 51 _t
(transaction)_S 50 _t
(statement>)_S 50 _t
(as)_S 51 _t
(specified)_S 1513 11322 _m
(in)_S 55 _t
(Subclause)_S 55 _t
(14.1)_S 55 _t
(of)_S 55 _t
(the)_S 55 _t
(SQL'92)_S 55 _t
(standard.)_S 110 _t
(If)_S 55 _t
(an)_S 55 _t
(explicit)_S 55 _t
(<set)_S 55 _t
(transaction)_S 54 _t
(statement>)_S 55 _t
(with)_S 55 _t
(a)_S 55 _t
(<tranaction)_S 1513 11106 _m
(access)_S 46 _t
(mode>)_S 47 _t
(of)_S 46 _t
(READ)_S 46 _t
(ONLY)_S 47 _t
(is)_S 46 _t
(specifed,)_S 47 _t
(and)_S 46 _t
(if)_S 46 _t
(an)_S 47 _t
(explicit)_S 46 _t
(<set)_S 46 _t
(transaction)_S 47 _t
(statement>)_S 46 _t
(with)_S 47 _t
(an)_S 46 _t
(explicit)_S 1513 10890 _m
(<isolation)_S 68 _t
(level>)_S 68 _t
(is)_S 68 _t
(not)_S 68 _t
(specified)_S 68 _t
(for)_S 68 _t
(a)_S 68 _t
(transaction)_S 68 _t
(of)_S 68 _t
(any)_S 68 _t
(SQL-session)_S 68 _t
(through)_S 68 _t
(this)_S 69 _t
(profile,)_S 68 _t
(and)_S 68 _t
(if)_S 68 _t
(the)_S 1513 10674 _m
(default)_S 61 _t
(isolation)_S 61 _t
(level)_S 61 _t
(is)_S 61 _t
(XXX,)_S 61 _t
(then)_S 61 _t
(the)_S 61 _t
(<set)_S 61 _t
(transaction)_S 61 _t
(statement>)_S 1958 10242 _m
(SET)_S 61 _t
(TRANSACTION)_S 61 _t
(READ)_S 61 _t
(ONLY,)_S 61 _t
(ISOLATION)_S 61 _t
(LEVEL)_S 61 _t
(XXX)_S 1513 9810 _m
(is)_S 61 _t
(implicit)_S 61 _t
(for)_S 61 _t
(that)_S 61 _t
(transaction.)_S 960 9378 _m
61 _t
61 _t
61 _t
(5.)_S 1513 9378 _m
(If)_S 45 _t
(the)_S 45 _t
(level)_S 45 _t
(of)_S 45 _t
(SQL)_S 45 _t
(transaction)_S 45 _t
(management)_S 45 _t
(support)_S 45 _t
(is)_S 45 _t
(Transaction)_S 45 _t
(Diagnostics)_S 45 _t
(or)_S 45 _t
(above,)_S 45 _t
(then)_S 45 _t
(this)_S 45 _t
(profile)_S 1513 9162 _m
(includes)_S 42 _t
(support)_S 41 _t
(for)_S 42 _t
(the)_S 42 _t
(<diagnostics)_S 41 _t
(size>)_S 42 _t
(alternative)_S 41 _t
(of)_S 42 _t
(the)_S 41 _t
(SQL)_S 42 _t
(<set)_S 41 _t
(transaction)_S 42 _t
(statement>)_S 42 _t
(as)_S 41 _t
(specified)_S 1513 8946 _m
(in)_S 61 _t
(Subclause)_S 61 _t
(14.1)_S 61 _t
(of)_S 61 _t
(the)_S 61 _t
(SQL'92)_S 61 _t
(standard.)_S 960 8514 _m
61 _t
61 _t
61 _t
(6.)_S 1513 8514 _m
(If)_S 53 _t
(the)_S 52 _t
(level)_S 53 _t
(of)_S 52 _t
(SQL)_S 53 _t
(transaction)_S 52 _t
(management)_S 53 _t
(support)_S 52 _t
(is)_S 53 _t
(Constraints,)_S 52 _t
(then)_S 53 _t
(this)_S 52 _t
(profile)_S 52 _t
(includes)_S 53 _t
(support)_S 52 _t
(for)_S 1513 8298 _m
(the)_S 61 _t
(<set)_S 61 _t
(constraints)_S 61 _t
(mode)_S 61 _t
(statement>)_S 61 _t
(as)_S 61 _t
(specified)_S 61 _t
(in)_S 61 _t
(Subclause)_S 61 _t
(14.2)_S 61 _t
(of)_S 61 _t
(the)_S 61 _t
(SQL'92)_S 61 _t
(standard.)_S 960 7866 _m
/Times-BoldR 550 _ff
(Connection)_S 61 _t
(Management)_S 61 _t
(Rules)_S /Times-RomanR 550 _ff
960 7434 _m
61 _t
61 _t
61 _t
61 _t
(1.)_S 1513 7434 _m
(If)_S 49 _t
(the)_S 49 _t
(Module,)_S 49 _t
(Embedded)_S 48 _t
(SQL,)_S 49 _t
(or)_S 49 _t
(Direct)_S 48 _t
(Invocation)_S 49 _t
(binding)_S 49 _t
(styles)_S 49 _t
(are)_S 48 _t
(specified,)_S 49 _t
(and)_S 49 _t
(if)_S 48 _t
(the)_S 49 _t
(level)_S 49 _t
(of)_S 48 _t
(SQL)_S 1513 7218 _m
(data)_S 56 _t
(manipulation)_S 56 _t
(language)_S 56 _t
(support)_S 55 _t
(is)_S 56 _t
(Full)_S 56 _t
(DML,)_S 56 _t
(then)_S 56 _t
(the)_S 56 _t
(SQL/ERI)_S 55 _t
(Read-Write)_S 56 _t
(Server)_S 56 _t
(profile)_S 56 _t
(requires)_S 1513 7002 _m
(support)_S 61 _t
(for)_S 60 _t
(<SQL)_S 61 _t
(connection)_S 61 _t
(statement>s)_S 61 _t
(as)_S 61 _t
(specified)_S 61 _t
(in)_S 61 _t
(Clause)_S 61 _t
(15,)_S 61 _t
("Connection)_S 61 _t
(management",)_S 61 _t
(of)_S 61 _t
(the)_S 1513 6786 _m
(SQL'92)_S 65 _t
(standard.)_S 129 _t
(If)_S 64 _t
(the)_S 64 _t
(level)_S 65 _t
(of)_S 64 _t
(SQL)_S 65 _t
(data)_S 64 _t
(manipulation)_S 65 _t
(language)_S 64 _t
(support)_S 65 _t
(is)_S 64 _t
(anything)_S 64 _t
(other)_S 65 _t
(than)_S 64 _t
(Full)_S 1513 6570 _m
(SQL,)_S 55 _t
(then)_S 56 _t
(there)_S 55 _t
(is)_S 55 _t
(no)_S 55 _t
(requirement)_S 56 _t
(to)_S 55 _t
(support)_S 55 _t
(any)_S 56 _t
(<SQL)_S 55 _t
(connection)_S 55 _t
(statement>)_S 55 _t
(for)_S 56 _t
(these)_S 55 _t
(binding)_S 55 _t
(styles.)_S 960 6138 _m
61 _t
61 _t
61 _t
61 _t
(2.)_S 1513 6138 _m
(If)_S 105 _t
(the)_S 105 _t
(SQL/CLI)_S 105 _t
(binding)_S 105 _t
(style)_S 105 _t
(is)_S 105 _t
(specified,)_S 105 _t
(then)_S 105 _t
(the)_S 105 _t
(requirements)_S 105 _t
(of)_S 105 _t
(the)_S 105 _t
(routines)_S 104 _t
(for)_S 105 _t
(connection)_S 1513 5922 _m
(management)_S 79 _t
(\(i.e.)_S 80 _t
(Connect,)_S 79 _t
(Disconnect\))_S 79 _t
(as)_S 80 _t
(specified)_S 79 _t
(in)_S 79 _t
(the)_S 80 _t
(SQL/CLI)_S 79 _t
(specification)_S 79 _t
([10])_S 79 _t
(apply)_S 80 _t
(to)_S 79 _t
(this)_S 1513 5706 _m
(profile.)_S 960 5274 _m
61 _t
61 _t
61 _t
61 _t
(3.)_S 1513 5274 _m
(If)_S 50 _t
(the)_S 50 _t
(RDA/SQL-Server)_S 51 _t
(binding)_S 50 _t
(style)_S 51 _t
(is)_S 50 _t
(specified,)_S 50 _t
(then)_S 51 _t
(the)_S 50 _t
(requirements)_S 51 _t
(of)_S 50 _t
(RDA)_S 50 _t
(Dialogue)_S 51 _t
(Management)_S 1513 5058 _m
(and)_S 90 _t
(RDA)_S 89 _t
(Resource)_S 90 _t
(Handling)_S 90 _t
(as)_S 89 _t
(specified)_S 90 _t
(in)_S 89 _t
(the)_S 90 _t
(RDA)_S 89 _t
(standard)_S 90 _t
([9],)_S 89 _t
(with)_S 90 _t
(implementor)_S 89 _t
(agreements)_S 1513 4842 _m
(specified)_S 61 _t
(in)_S 61 _t
([16],)_S 61 _t
(apply)_S 61 _t
(to)_S 61 _t
(this)_S 61 _t
(profile.)_S 960 4410 _m
/Times-BoldR 550 _ff
(Session)_S 61 _t
(Management)_S 61 _t
(Rules)_S /Times-RomanR 550 _ff
960 3978 _m
61 _t
61 _t
61 _t
61 _t
(1.)_S 1513 3978 _m
(If)_S 63 _t
(Session)_S 62 _t
(Supported)_S 63 _t
(is)_S 62 _t
(specified,)_S 63 _t
(then)_S 62 _t
(this)_S 63 _t
(profile)_S 62 _t
(supports)_S 63 _t
(the)_S 62 _t
(<SQL)_S 63 _t
(session)_S 62 _t
(statement>s)_S 63 _t
(as)_S 62 _t
(specified)_S 1513 3762 _m
(in)_S 67 _t
(Clause)_S 67 _t
(16,)_S 68 _t
("Session)_S 67 _t
(management",)_S 67 _t
(of)_S 68 _t
(the)_S 67 _t
(SQL'92)_S 67 _t
(standard;)_S 67 _t
(otherwise,)_S 68 _t
(if)_S 67 _t
(Session)_S 67 _t
(Not)_S 68 _t
(Supported)_S 67 _t
(is)_S 1513 3546 _m
(specified,)_S 61 _t
(no)_S 61 _t
(support)_S 61 _t
(for)_S 61 _t
(any)_S 61 _t
(of)_S 61 _t
(these)_S 61 _t
(statements)_S 61 _t
(is)_S 61 _t
(required)_S 61 _t
(by)_S 61 _t
(this)_S 61 _t
(profile.)_S 960 3114 _m
61 _t
61 _t
61 _t
61 _t
(2.)_S 1513 3114 _m
(If)_S 39 _t
(SQL)_S 40 _t
(data)_S 39 _t
(manipulation)_S 40 _t
(language)_S 39 _t
(support)_S 39 _t
(specifies)_S 40 _t
(Transitional)_S 39 _t
(DML,)_S 39 _t
(Intermediate)_S 40 _t
(DML,)_S 39 _t
(or)_S 40 _t
(Full)_S 39 _t
(DML,)_S 1513 2898 _m
(then)_S 61 _t
(Session)_S 61 _t
(Supported)_S 61 _t
(shall)_S 61 _t
(be)_S 122 _t
(implicit)_S 61 _t
(in)_S 61 _t
(this)_S 61 _t
(profile.)_S 960 2466 _m
/Times-BoldR 550 _ff
(Information)_S 61 _t
(Schema)_S 61 _t
(Rules)_S /Times-RomanR 550 _ff
960 2034 _m
61 _t
61 _t
61 _t
61 _t
(1.)_S 1513 2034 _m
(If)_S 71 _t
(the)_S 71 _t
(level)_S 71 _t
(of)_S 71 _t
(SQL)_S 72 _t
(data)_S 71 _t
(manipulation)_S 71 _t
(language)_S 71 _t
(support)_S 71 _t
(claimed)_S 71 _t
(for)_S 72 _t
(the)_S 71 _t
(SQL/ERI)_S 71 _t
(Read-Write)_S 71 _t
(Server)_S 1513 1818 _m
(profile)_S 65 _t
(is)_S 64 _t
(Minimal)_S 64 _t
(DML)_S 65 _t
(or)_S 64 _t
(Entry)_S 64 _t
(DML,)_S 64 _t
(then)_S 65 _t
(support)_S 64 _t
(for)_S 64 _t
(the)_S 65 _t
(following)_S 64 _t
(Information)_S 65 _t
(Schema)_S 64 _t
(views,)_S 64 _t
(as)_S 1513 1602 _m
(specified)_S 91 _t
(in)_S 91 _t
(Clause)_S 92 _t
(21,)_S 91 _t
("Information)_S 91 _t
(Schema)_S 92 _t
(and)_S 91 _t
(Definition)_S 91 _t
(Schema",)_S 92 _t
(of)_S 91 _t
(the)_S 91 _t
(SQL'92)_S 91 _t
(standard,)_S 92 _t
(is)_S 1513 1386 _m
(required:)_S 960 650 _m
(28)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
7406 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
1958 11754 _m
(TABLES)_S 1958 11538 _m
(VIEWS)_S 61 _t
1958 11322 _m
(COLUMNS)_S 1958 11106 _m
(TABLE_PRIVILEGES)_S 1958 10890 _m
(COLUMN_PRIVILEGES)_S 960 10458 _m
61 _t
61 _t
61 _t
61 _t
(2.)_S 1513 10458 _m
(If)_S 72 _t
(the)_S 71 _t
(level)_S 71 _t
(of)_S 71 _t
(SQL)_S 71 _t
(data)_S 71 _t
(manipulation)_S 71 _t
(language)_S 71 _t
(support)_S 72 _t
(claimed)_S 71 _t
(for)_S 71 _t
(the)_S 71 _t
(SQL/ERI)_S 71 _t
(Read-Write)_S 71 _t
(Server)_S 1513 10242 _m
(profile)_S 63 _t
(is)_S 62 _t
(Transitional)_S 62 _t
(DML,)_S 62 _t
(then)_S 63 _t
(support)_S 62 _t
(for)_S 63 _t
(the)_S 62 _t
(following)_S 62 _t
(Information)_S 63 _t
(Schema)_S 62 _t
(views,)_S 62 _t
(as)_S 63 _t
(specified)_S 62 _t
(in)_S 1513 10026 _m
(Clause)_S 61 _t
(21,)_S 61 _t
("Information)_S 61 _t
(Schema)_S 61 _t
(and)_S 61 _t
(Definition)_S 61 _t
(Schema",)_S 61 _t
(of)_S 61 _t
(the)_S 61 _t
(SQL'92)_S 61 _t
(standard,)_S 61 _t
(is)_S 61 _t
(required:)_S 1958 9594 _m
(TABLES)_S 1958 9378 _m
(VIEWS)_S 244 _t
1958 9162 _m
(COLUMNS)_S 1958 8946 _m
(TABLE_PRIVILEGES)_S 1958 8730 _m
(COLUMN_PRIVILEGES)_S 1958 8514 _m
(USAGE_PRIVILEGES)_S 61 _t
960 8082 _m
61 _t
61 _t
61 _t
61 _t
(3.)_S 1513 8082 _m
(If)_S 71 _t
(the)_S 71 _t
(level)_S 71 _t
(of)_S 71 _t
(SQL)_S 72 _t
(data)_S 71 _t
(manipulation)_S 71 _t
(language)_S 71 _t
(support)_S 71 _t
(claimed)_S 71 _t
(for)_S 72 _t
(the)_S 71 _t
(SQL/ERI)_S 71 _t
(Read-Write)_S 71 _t
(Server)_S 1513 7866 _m
(profile)_S 82 _t
(is)_S 81 _t
(Intermediate)_S 82 _t
(DML)_S 82 _t
(or)_S 81 _t
(Full)_S 82 _t
(DML,)_S 81 _t
(then)_S 82 _t
(an)_S 82 _t
(implementation)_S 81 _t
(conforming)_S 82 _t
(to)_S 82 _t
(this)_S 81 _t
(profile)_S 82 _t
(shall)_S 1513 7650 _m
(provide)_S 57 _t
(all)_S 57 _t
(of)_S 57 _t
(the)_S 57 _t
(Information)_S 56 _t
(Schema)_S 57 _t
(views)_S 57 _t
(required)_S 57 _t
(by)_S 57 _t
(the)_S 57 _t
(SQL'92)_S 57 _t
(standard)_S 57 _t
(for)_S 57 _t
(Intermediate)_S 57 _t
(SQL)_S 56 _t
(or)_S 1513 7434 _m
(Full)_S 56 _t
(SQL,)_S 57 _t
(respectively.)_S 112 _t
(In)_S 57 _t
(many)_S 56 _t
(cases)_S 57 _t
(some)_S 56 _t
(of)_S 57 _t
(these)_S 56 _t
(tables)_S 57 _t
(may)_S 56 _t
(be)_S 57 _t
(empty,)_S 56 _t
(or)_S 56 _t
(trivial,)_S 57 _t
(but)_S 56 _t
(a)_S 57 _t
(conforming)_S 1513 7218 _m
(SQL/ERI)_S 63 _t
(Server)_S 62 _t
(at)_S 62 _t
(these)_S 62 _t
(SQL)_S 63 _t
(data)_S 62 _t
(manipulation)_S 62 _t
(language)_S 63 _t
(levels)_S 62 _t
(is)_S 62 _t
(required)_S 63 _t
(to)_S 62 _t
(support)_S 63 _t
(them)_S 62 _t
(to)_S 62 _t
(reflect)_S 1513 7002 _m
(an)_S 61 _t
(accurate)_S 61 _t
(picture)_S 61 _t
(of)_S 61 _t
(the)_S 61 _t
(implicit)_S 61 _t
(schema)_S 61 _t
(definition.)_S 960 5679 _m
/Times-BoldR 660 _ff
(8.)_S 146 _t
(Applicability)_S /Times-RomanR 550 _ff
960 5237 _m
(This)_S 58 _t
(standard)_S 57 _t
(is)_S 58 _t
(applicable)_S 58 _t
(in)_S 57 _t
(any)_S 58 _t
(situation)_S 58 _t
(where)_S 57 _t
(it)_S 58 _t
(is)_S 58 _t
(desirable)_S 58 _t
(to)_S 57 _t
(integrate)_S 58 _t
(a)_S 58 _t
(client-side)_S 58 _t
(productivity)_S 57 _t
(tool)_S 58 _t
(or)_S 58 _t
(a)_S 960 5021 _m
(server-side)_S 62 _t
(data)_S 62 _t
(repository)_S 62 _t
(into)_S 62 _t
(an)_S 62 _t
(SQL)_S 62 _t
(environment.)_S 124 _t
(It)_S 62 _t
(is)_S 62 _t
(a)_S 62 _t
(non-mandatory)_S 63 _t
(standard)_S 62 _t
(that)_S 62 _t
(may)_S 62 _t
(be)_S 62 _t
(invoked)_S 62 _t
(on)_S 960 4805 _m
(a)_S 45 _t
(case-by-case)_S 44 _t
(basis)_S 45 _t
(subject)_S 45 _t
(to)_S 44 _t
(the)_S 45 _t
(integration)_S 45 _t
(objectives)_S 45 _t
(of)_S 44 _t
(the)_S 45 _t
(procuring)_S 45 _t
(department)_S 44 _t
(or)_S 45 _t
(agency.)_S 89 _t
(It)_S 45 _t
(is)_S 45 _t
(particularly)_S 960 4589 _m
(suitable)_S 60 _t
(for)_S 61 _t
(specifying)_S 60 _t
(limited)_S 61 _t
(SQL)_S 60 _t
(interfaces)_S 61 _t
(to)_S 60 _t
(legacy)_S 61 _t
(databases)_S 60 _t
(or)_S 61 _t
(to)_S 60 _t
(specialized)_S 61 _t
(data)_S 60 _t
(repositories)_S 61 _t
(not)_S 60 _t
(under)_S 960 4373 _m
(the)_S 58 _t
(control)_S 58 _t
(of)_S 59 _t
(a)_S 58 _t
(full-function)_S 59 _t
(SQL)_S 58 _t
(database)_S 59 _t
(management)_S 58 _t
(system.)_S 117 _t
(It)_S 59 _t
(can)_S 58 _t
(be)_S 59 _t
(used)_S 58 _t
(along)_S 59 _t
(with)_S 58 _t
(other)_S 59 _t
(procurement)_S 960 4157 _m
(information)_S 61 _t
(to)_S 61 _t
(specify)_S 61 _t
(SQL)_S 61 _t
(interface)_S 61 _t
(requirements)_S 61 _t
(for)_S 61 _t
(a)_S 61 _t
(wide)_S 61 _t
(range)_S 61 _t
(of)_S 61 _t
(data)_S 61 _t
(management)_S 61 _t
(procurements.)_S 960 3725 _m
(One)_S 80 _t
(special)_S 79 _t
(area)_S 80 _t
(of)_S 80 _t
(application)_S 80 _t
(envisioned)_S 79 _t
(for)_S 80 _t
(this)_S 80 _t
(standard)_S 79 _t
(is)_S 80 _t
(Electronic)_S 80 _t
(Commerce,)_S 79 _t
(a)_S 80 _t
(National)_S 80 _t
(Challenge)_S 960 3509 _m
(Application)_S 54 _t
(area)_S 54 _t
(of)_S 54 _t
(the)_S 54 _t
(National)_S 54 _t
(Information)_S 54 _t
(Infrastructure.)_S 163 _t
(The)_S 54 _t
(primary)_S 54 _t
(objective)_S 54 _t
(of)_S 54 _t
(Electronic)_S 54 _t
(Commerce)_S 54 _t
(is)_S 960 3293 _m
(to)_S 62 _t
(integrate)_S 62 _t
(communications,)_S 63 _t
(data)_S 62 _t
(management,)_S 63 _t
(and)_S 62 _t
(security)_S 62 _t
(services)_S 63 _t
(in)_S 62 _t
(a)_S 63 _t
(distributed)_S 62 _t
(processing)_S 63 _t
(environment,)_S 960 3077 _m
(thereby)_S 59 _t
(allowing)_S 60 _t
(business)_S 59 _t
(applications)_S 60 _t
(within)_S 59 _t
(different)_S 59 _t
(organizations)_S 60 _t
(to)_S 59 _t
(interoperate)_S 59 _t
(and)_S 60 _t
(exchange)_S 59 _t
(information)_S 960 2861 _m
(automatically.)_S 124 _t
(At)_S 62 _t
(the)_S 62 _t
(data)_S 62 _t
(management)_S 62 _t
(level,)_S 62 _t
(electronic)_S 62 _t
(commerce)_S 62 _t
(requires)_S 62 _t
(a)_S 62 _t
(logically)_S 62 _t
(integrated)_S 62 _t
(database)_S 61 _t
(of)_S 960 2645 _m
(diverse)_S 55 _t
(data)_S 55 _t
(stored)_S 54 _t
(in)_S 55 _t
(geographically)_S 55 _t
(separated)_S 54 _t
(data)_S 55 _t
(banks)_S 55 _t
(under)_S 54 _t
(the)_S 55 _t
(management)_S 55 _t
(and)_S 54 _t
(control)_S 55 _t
(of)_S 54 _t
(heterogeneous)_S 960 2429 _m
(database)_S 81 _t
(management)_S 81 _t
(systems.)_S 163 _t
(An)_S 81 _t
(over-riding)_S 81 _t
(requirement)_S 81 _t
(is)_S 82 _t
(that)_S 81 _t
(these)_S 81 _t
(diverse)_S 81 _t
(data)_S 82 _t
(managers)_S 81 _t
(be)_S 81 _t
(able)_S 81 _t
(to)_S 960 2213 _m
(communicate)_S 86 _t
(with)_S 86 _t
(one)_S 87 _t
(another)_S 86 _t
(and)_S 86 _t
(provide)_S 87 _t
(shared)_S 86 _t
(access)_S 87 _t
(to)_S 86 _t
(data)_S 86 _t
(and)_S 87 _t
(data)_S 86 _t
(operations)_S 86 _t
(and)_S 86 _t
(methods)_S 87 _t
(under)_S 960 1997 _m
(appropriate)_S 41 _t
(security,)_S 40 _t
(integrity,)_S 40 _t
(and)_S 41 _t
(access)_S 40 _t
(control)_S 41 _t
(mechanisms.)_S 81 _t
(FIPS)_S 40 _t
(SQL)_S 41 _t
(provides)_S 40 _t
(a)_S 40 _t
(powerful)_S 41 _t
(database)_S 40 _t
(language)_S 960 1781 _m
(for)_S 67 _t
(data)_S 66 _t
(definition,)_S 67 _t
(data)_S 66 _t
(manipulation,)_S 67 _t
(and)_S 67 _t
(integrity)_S 66 _t
(management)_S 67 _t
(to)_S 66 _t
(satisfy)_S 67 _t
(many)_S 67 _t
(of)_S 66 _t
(these)_S 67 _t
(requirements.)_S 133 _t
(It)_S 66 _t
(is)_S 960 1565 _m
(unrealistic)_S 61 _t
(to)_S 61 _t
(expect)_S 61 _t
(that)_S 61 _t
(every)_S 62 _t
(data)_S 61 _t
(manager)_S 61 _t
(involved)_S 61 _t
(in)_S 61 _t
(electronic)_S 61 _t
(commerce)_S 62 _t
(will)_S 61 _t
(conform)_S 61 _t
(to)_S 61 _t
(even)_S 61 _t
(the)_S 62 _t
(Entry)_S 960 1349 _m
(SQL)_S 62 _t
(level)_S 61 _t
(of)_S 61 _t
(the)_S 62 _t
(FIPS)_S 61 _t
(SQL)_S 61 _t
(standard;)_S 62 _t
(however,)_S 61 _t
(it)_S 62 _t
(is)_S 61 _t
(not)_S 61 _t
(unrealistic)_S 62 _t
(to)_S 61 _t
(require)_S 61 _t
(that)_S 62 _t
(they)_S 61 _t
(support)_S 61 _t
(a)_S 62 _t
(limited)_S 61 _t
(SQL)_S 960 1133 _m
(interface,)_S 46 _t
(even)_S 45 _t
(a)_S 45 _t
(read-only)_S 46 _t
(interface,)_S 45 _t
(provided)_S 45 _t
(by)_S 46 _t
(one)_S 45 _t
(of)_S 45 _t
(the)_S 46 _t
(SQL/ERI)_S 45 _t
(Server)_S 45 _t
(profiles.)_S 91 _t
(New)_S 46 _t
(procurements)_S 45 _t
(to)_S 45 _t
(add)_S 9057 650 _m
(29)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
960 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
(components)_S 88 _t
(to)_S 88 _t
(the)_S 88 _t
(National)_S 88 _t
(Information)_S 87 _t
(Infrastructure,)_S 88 _t
(or)_S 88 _t
(to)_S 88 _t
(upgrade)_S 88 _t
(existing)_S 87 _t
(components,)_S 88 _t
(can)_S 88 _t
(define)_S 88 _t
(the)_S 960 11538 _m
(necessary)_S 61 _t
(SQL)_S 61 _t
(schemas)_S 61 _t
(and)_S 61 _t
(point)_S 61 _t
(to)_S 61 _t
(appropriate)_S 61 _t
(SQL/ERI)_S 61 _t
(Server)_S 61 _t
(profiles)_S 61 _t
(as)_S 61 _t
(procurement)_S 61 _t
(requirements.)_S 61 _t
960 11106 _m
(This)_S 61 _t
(standard)_S 61 _t
(may)_S 61 _t
(also)_S 61 _t
(be)_S 61 _t
(applicable,)_S 61 _t
(on)_S 61 _t
(a)_S 61 _t
(case-by-case)_S 61 _t
(basis,)_S 61 _t
(in)_S 61 _t
(many)_S 61 _t
(of)_S 61 _t
(the)_S 61 _t
(following)_S 61 _t
(areas.)_S 960 10431 _m
/Times-BoldR 660 _ff
(8.1)_S 166 _t
(Legacy)_S 82 _t
(databases.)_S /Times-RomanR 550 _ff
139 _t
(A)_S 69 _t
(legacy)_S 69 _t
(database)_S 69 _t
(is)_S 70 _t
(an)_S 69 _t
(already)_S 69 _t
(installed)_S 69 _t
(database)_S 69 _t
(managed)_S 70 _t
(by)_S 69 _t
(a)_S 69 _t
(non-standard)_S 960 10205 _m
(database)_S 40 _t
(management)_S 41 _t
(system)_S 40 _t
(\(DBMS\).)_S 81 _t
(This)_S 41 _t
(may)_S 40 _t
(include)_S 40 _t
(hierarchical)_S 41 _t
(and)_S 40 _t
(network)_S 41 _t
(databases)_S 40 _t
(popular)_S 41 _t
(in)_S 40 _t
(the)_S 41 _t
(1970)_S 960 9989 _m
(to)_S 47 _t
(1990)_S 48 _t
(timeframe,)_S 47 _t
(or)_S 47 _t
(even)_S 47 _t
(home-grown)_S 48 _t
(databases)_S 47 _t
(developed)_S 47 _t
(by)_S 48 _t
(Federal)_S 47 _t
(departments)_S 47 _t
(and)_S 47 _t
(agencies)_S 48 _t
(over)_S 47 _t
(the)_S 47 _t
(past)_S 960 9773 _m
(three)_S 112 _t
(decades)_S 112 _t
(as)_S 111 _t
(enhancements)_S 112 _t
(to)_S 112 _t
(proprietary)_S 112 _t
(file)_S 111 _t
(access)_S 112 _t
(mechanisms)_S 112 _t
(\(e.g.,)_S 112 _t
(ISAM)_S 112 _t
(or)_S 112 _t
(VSAM)_S 111 _t
(in)_S 112 _t
(IBM)_S 960 9557 _m
(environments\).)_S 119 _t
(A)_S 59 _t
(Federal)_S 60 _t
(procurement)_S 59 _t
(might)_S 60 _t
(solicit)_S 60 _t
(development)_S 59 _t
(of)_S 60 _t
(a)_S 59 _t
(new)_S 60 _t
(interface)_S 59 _t
(to)_S 60 _t
(a)_S 59 _t
(legacy)_S 60 _t
(database)_S 60 _t
(that)_S 960 9341 _m
(supports)_S 74 _t
(one)_S 73 _t
(of)_S 74 _t
(the)_S 73 _t
(SQL/ERI)_S 74 _t
(Server)_S 73 _t
(profiles.)_S 147 _t
(Modern)_S 74 _t
(applications)_S 74 _t
(could)_S 73 _t
(then)_S 74 _t
(access)_S 73 _t
(the)_S 74 _t
(legacy)_S 73 _t
(data)_S 74 _t
(using)_S 960 9125 _m
(standard)_S 61 _t
(SQL)_S 61 _t
(statements.)_S 960 8450 _m
/Times-BoldR 660 _ff
(8.2)_S 164 _t
(Full-Text)_S 82 _t
(document)_S 82 _t
(databases.)_S /Times-RomanR 550 _ff
137 _t
(A)_S 68 _t
(document)_S 69 _t
(database)_S 68 _t
(is)_S 68 _t
(a)_S 69 _t
(database)_S 68 _t
(specialized)_S 69 _t
(to)_S 68 _t
(optimize)_S 68 _t
(the)_S 960 8224 _m
(handling)_S 66 _t
(of)_S 65 _t
(text)_S 66 _t
(and)_S 65 _t
(text)_S 65 _t
(operations.)_S 131 _t
(Traditional)_S 65 _t
(SQL)_S 66 _t
(systems)_S 65 _t
(have)_S 66 _t
(been)_S 65 _t
(weak)_S 65 _t
(in)_S 66 _t
(this)_S 65 _t
(area)_S 66 _t
(because)_S 65 _t
(the)_S 65 _t
(SQL)_S 960 8008 _m
(1986)_S 69 _t
(and)_S 68 _t
(1989)_S 69 _t
(standards)_S 68 _t
(had)_S 69 _t
(very)_S 68 _t
(minimal)_S 69 _t
(requirements)_S 68 _t
(for)_S 69 _t
(text)_S 68 _t
(management.)_S 137 _t
(The)_S 69 _t
(SQL)_S 68 _t
(1992)_S 69 _t
(standard)_S 68 _t
(has)_S 960 7792 _m
(enhanced)_S 51 _t
(requirements)_S 52 _t
(for)_S 51 _t
(character)_S 51 _t
(sets)_S 52 _t
(and)_S 51 _t
(character)_S 51 _t
(string)_S 52 _t
(operations,)_S 51 _t
(but)_S 51 _t
(still)_S 51 _t
(falls)_S 52 _t
(short)_S 51 _t
(of)_S 51 _t
(the)_S 52 _t
(text)_S 51 _t
(handling)_S 960 7576 _m
(requirements)_S 72 _t
(of)_S 72 _t
(text-intensive)_S 72 _t
(applications.)_S 144 _t
(An)_S 72 _t
(emerging)_S 73 _t
(standard)_S 72 _t
(for)_S 72 _t
(SQL/MM)_S 72 _t
(Part)_S 72 _t
(2:)_S 73 _t
(Full-Text,)_S 72 _t
(expected)_S 960 7360 _m
(sometime)_S 61 _t
(after)_S 60 _t
(1996,)_S 61 _t
(is)_S 60 _t
(addressing)_S 61 _t
(more)_S 60 _t
(sophisticated)_S 61 _t
(user)_S 60 _t
(requirements)_S 61 _t
(for)_S 60 _t
(SQL)_S 61 _t
(management)_S 60 _t
(of)_S 61 _t
(text.)_S 121 _t
(In)_S 60 _t
(the)_S 960 7144 _m
(meantime,)_S 49 _t
(some)_S 49 _t
(SQL)_S 49 _t
(vendors)_S 49 _t
(are)_S 49 _t
(offering)_S 49 _t
(Full-Text)_S 49 _t
(extensions)_S 49 _t
(and)_S 49 _t
(some)_S 49 _t
(Full-Text)_S 49 _t
(document)_S 49 _t
(database)_S 49 _t
(vendors)_S 960 6928 _m
(are)_S 68 _t
(offering)_S 68 _t
(limited)_S 68 _t
(SQL)_S 68 _t
(interfaces.)_S 137 _t
(A)_S 68 _t
(Federal)_S 68 _t
(procurement)_S 68 _t
(for)_S 68 _t
(a)_S 68 _t
(Full-Text)_S 68 _t
(document)_S 68 _t
(database)_S 69 _t
(management)_S 960 6712 _m
(system)_S 54 _t
(may)_S 54 _t
(stipulate,)_S 54 _t
(in)_S 55 _t
(addition)_S 54 _t
(to)_S 54 _t
(its)_S 54 _t
(requirements)_S 54 _t
(for)_S 54 _t
(text)_S 54 _t
(management,)_S 54 _t
(conformance)_S 55 _t
(to)_S 54 _t
(one)_S 54 _t
(of)_S 54 _t
(the)_S 54 _t
(SQL/ERI)_S 960 6496 _m
(Server)_S 61 _t
(profiles)_S 61 _t
(as)_S 61 _t
(either)_S 61 _t
(a)_S 61 _t
(mandatory)_S 61 _t
(or)_S 61 _t
(a)_S 61 _t
(desirable)_S 61 _t
(requirement)_S 61 _t
(of)_S 61 _t
(that)_S 61 _t
(procurement.)_S 122 _t
960 5821 _m
/Times-BoldR 660 _ff
(8.3)_S 162 _t
(Geographic)_S 81 _t
(Information)_S 81 _t
(Systems.)_S /Times-RomanR 550 _ff
135 _t
(A)_S 68 _t
(geographic)_S 68 _t
(information)_S 67 _t
(database)_S 68 _t
(is)_S 67 _t
(a)_S 68 _t
(database)_S 67 _t
(structured)_S 960 5595 _m
(to)_S 63 _t
(optimize)_S 63 _t
(the)_S 63 _t
(handling)_S 63 _t
(of)_S 63 _t
(spatial)_S 63 _t
(data)_S 63 _t
(and)_S 63 _t
(spatial)_S 63 _t
(operations,)_S 63 _t
(especially)_S 63 _t
(traditional)_S 63 _t
(earth)_S 63 _t
(science)_S 63 _t
(information)_S 960 5379 _m
(such)_S 71 _t
(as)_S 71 _t
(maps)_S 71 _t
(or)_S 71 _t
(physical)_S 71 _t
(topography,)_S 71 _t
(as)_S 71 _t
(well)_S 71 _t
(as)_S 71 _t
(any)_S 71 _t
(social,)_S 71 _t
(economic,)_S 71 _t
(or)_S 71 _t
(demographic)_S 71 _t
(data)_S 71 _t
(that)_S 72 _t
(is)_S 71 _t
(spatially)_S 960 5163 _m
(referenced.)_S 103 _t
(Traditional)_S 51 _t
(SQL)_S 52 _t
(systems)_S 51 _t
(have)_S 51 _t
(been)_S 52 _t
(weak)_S 51 _t
(in)_S 51 _t
(this)_S 51 _t
(area)_S 52 _t
(because)_S 51 _t
(the)_S 51 _t
(existing)_S 52 _t
(SQL)_S 51 _t
(1992)_S 51 _t
(standard)_S 51 _t
(does)_S 960 4947 _m
(not)_S 81 _t
(require)_S 80 _t
(support)_S 81 _t
(for)_S 81 _t
(constructor)_S 80 _t
(data)_S 81 _t
(types)_S 81 _t
(such)_S 80 _t
(as)_S 81 _t
(lists,)_S 80 _t
(sets,)_S 81 _t
(and)_S 81 _t
(arrays,)_S 80 _t
(often)_S 81 _t
(required)_S 81 _t
(as)_S 80 _t
(the)_S 81 _t
(basis)_S 81 _t
(of)_S 960 4731 _m
(definition)_S 43 _t
(for)_S 43 _t
(more)_S 42 _t
(complex)_S 43 _t
(spatial)_S 43 _t
(data)_S 42 _t
(structures.)_S 86 _t
(An)_S 42 _t
(emerging)_S 43 _t
(standard)_S 43 _t
(for)_S 43 _t
(SQL/MM)_S 42 _t
(Part)_S 43 _t
(3:)_S 43 _t
(Spatial,)_S 42 _t
(expected)_S 960 4515 _m
(sometime)_S 65 _t
(after)_S 64 _t
(1996,)_S 65 _t
(is)_S 65 _t
(addressing)_S 64 _t
(more)_S 65 _t
(sophisticated)_S 65 _t
(user)_S 64 _t
(requirements)_S 65 _t
(for)_S 65 _t
(SQL)_S 65 _t
(definition)_S 64 _t
(and)_S 65 _t
(management)_S 960 4299 _m
(of)_S 50 _t
(spatial)_S 50 _t
(data)_S 49 _t
(types)_S 50 _t
(and)_S 50 _t
(spatial)_S 50 _t
(operations.)_S 99 _t
(In)_S 50 _t
(the)_S 50 _t
(meantime,)_S 50 _t
(some)_S 49 _t
(SQL)_S 50 _t
(vendors)_S 50 _t
(are)_S 50 _t
(offering)_S 49 _t
(Spatial)_S 50 _t
(extensions)_S 960 4083 _m
(and)_S 79 _t
(some)_S 79 _t
(Geographic)_S 79 _t
(Information)_S 79 _t
(System)_S 79 _t
(\(GIS\))_S 79 _t
(vendors)_S 79 _t
(are)_S 79 _t
(offering)_S 79 _t
(limited)_S 79 _t
(SQL)_S 79 _t
(interfaces.)_S 158 _t
(Since)_S 79 _t
(many)_S 960 3867 _m
(Federal)_S 57 _t
(applications)_S 57 _t
(require)_S 56 _t
(integration)_S 57 _t
(of)_S 57 _t
(traditional)_S 57 _t
(government)_S 57 _t
(data)_S 57 _t
(\(e.g.)_S 57 _t
(Census,)_S 57 _t
(Labor)_S 57 _t
(statistics,)_S 57 _t
(Economic)_S 960 3651 _m
(Indicators,)_S 72 _t
(Meteorological,)_S 73 _t
(Health)_S 73 _t
(Care\))_S 72 _t
(with)_S 73 _t
(Geographic)_S 73 _t
(Information)_S 72 _t
(Systems,)_S 73 _t
(a)_S 73 _t
(Federal)_S 72 _t
(procurement)_S 73 _t
(for)_S 73 _t
(a)_S 960 3435 _m
(Geographic)_S 58 _t
(Information)_S 58 _t
(System)_S 58 _t
(\(GIS\))_S 58 _t
(may)_S 59 _t
(stipulate)_S 58 _t
(requirements)_S 58 _t
(for)_S 58 _t
(two-way)_S 58 _t
(integration)_S 58 _t
(capabilities,)_S 59 _t
(both)_S 58 _t
(to)_S 960 3219 _m
(read)_S 91 _t
(data)_S 91 _t
(from)_S 91 _t
(an)_S 91 _t
(SQL)_S 91 _t
(database)_S 92 _t
(into)_S 91 _t
(the)_S 91 _t
(GIS)_S 91 _t
(for)_S 91 _t
(incorporation)_S 91 _t
(into)_S 91 _t
(spatial)_S 91 _t
(objects)_S 91 _t
(and)_S 91 _t
(to)_S 92 _t
(provide)_S 91 _t
(SQL)_S 960 3003 _m
(application)_S 54 _t
(access)_S 54 _t
(to)_S 54 _t
(the)_S 54 _t
(value-added)_S 54 _t
(result.)_S 108 _t
(The)_S 53 _t
(first)_S 54 _t
(of)_S 54 _t
(these)_S 54 _t
(requirements)_S 54 _t
(is)_S 54 _t
(a)_S 54 _t
(procurement)_S 53 _t
(consideration)_S 54 _t
(not)_S 960 2787 _m
(addressed)_S 71 _t
(by)_S 70 _t
(this)_S 71 _t
(FIPS)_S 70 _t
(PUB,)_S 70 _t
(the)_S 71 _t
(second)_S 70 _t
(could)_S 70 _t
(be)_S 71 _t
(addressed)_S 70 _t
(in)_S 71 _t
(a)_S 70 _t
(GIS)_S 70 _t
(procurement)_S 71 _t
(by)_S 70 _t
(specifying)_S 70 _t
(mandatory)_S 960 2571 _m
(support)_S 61 _t
(for)_S 61 _t
(application)_S 61 _t
(access)_S 61 _t
(via)_S 61 _t
(one)_S 61 _t
(of)_S 61 _t
(the)_S 61 _t
(SQL/ERI)_S 61 _t
(Server)_S 61 _t
(profiles.)_S 960 1896 _m
/Times-BoldR 660 _ff
(8.4)_S 169 _t
(Bibliographic)_S 84 _t
(information)_S 84 _t
(retrieval.)_S /Times-RomanR 550 _ff
140 _t
(A)_S 71 _t
(bibliographic)_S 70 _t
(database)_S 70 _t
(is)_S 70 _t
(a)_S 71 _t
(database)_S 70 _t
(that)_S 70 _t
(supports)_S 70 _t
(the)_S 960 1670 _m
(requirements)_S 47 _t
(of)_S 47 _t
(American)_S 47 _t
(National)_S 48 _t
(Standard)_S 47 _t
(Z39.50-1992,)_S 47 _t
(a)_S 47 _t
(standard)_S 47 _t
(for)_S 47 _t
(information)_S 47 _t
(retrieval)_S 47 _t
(developed)_S 47 _t
(by)_S 47 _t
(the)_S 960 1454 _m
(National)_S 107 _t
(Information)_S 108 _t
(Standards)_S 107 _t
(Organization)_S 107 _t
(\(NISO\).)_S 215 _t
(Appendix)_S 107 _t
(C)_S 108 _t
(of)_S 107 _t
(that)_S 107 _t
(standard)_S 108 _t
(specifies)_S 107 _t
(a)_S 108 _t
(list)_S 107 _t
(of)_S 960 1238 _m
(approximately)_S 57 _t
(75)_S 57 _t
(attributes)_S 56 _t
(for)_S 57 _t
(each)_S 57 _t
(database)_S 57 _t
(of)_S 57 _t
(documents.)_S 113 _t
(Each)_S 57 _t
(attribute)_S 57 _t
(assumes)_S 57 _t
(an)_S 56 _t
(ASCII)_S 57 _t
(character)_S 57 _t
(string)_S 960 650 _m
(30)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
7406 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
(value.)_S 127 _t
(The)_S 64 _t
(1992)_S 64 _t
(version)_S 64 _t
(of)_S 64 _t
(Z39.50)_S 63 _t
(specifies)_S 64 _t
(OSI)_S 64 _t
(Application)_S 64 _t
(Layer)_S 63 _t
(protocols)_S 64 _t
(for)_S 64 _t
(read-only)_S 64 _t
(queries)_S 63 _t
(over)_S 64 _t
(one)_S 960 11538 _m
(or)_S 58 _t
(more)_S 59 _t
(databases)_S 59 _t
(each)_S 59 _t
(supporting)_S 58 _t
(the)_S 59 _t
(listed)_S 59 _t
(attributes.)_S 118 _t
(The)_S 59 _t
(results)_S 59 _t
(of)_S 59 _t
(a)_S 58 _t
(query)_S 59 _t
(are)_S 59 _t
(returned)_S 59 _t
(to)_S 59 _t
(the)_S 59 _t
(user)_S 59 _t
(using)_S 59 _t
(a)_S 960 11322 _m
(NISO)_S 53 _t
(Record)_S 53 _t
(Syntax)_S 54 _t
(specified)_S 53 _t
(by)_S 53 _t
(other)_S 54 _t
(NISO)_S 53 _t
(standards.)_S 107 _t
(Annex)_S 53 _t
(E)_S 53 _t
(of)_S 54 _t
(Z39.50)_S 53 _t
(identifies)_S 53 _t
(19)_S 54 _t
(possible)_S 53 _t
(formats)_S 54 _t
(for)_S 960 11106 _m
(Record)_S 71 _t
(Syntax.)_S 143 _t
(If)_S 72 _t
(it)_S 71 _t
(is)_S 71 _t
(desirable)_S 72 _t
(to)_S 71 _t
(integrate)_S 71 _t
(such)_S 72 _t
(bibliographic)_S 71 _t
(databases)_S 71 _t
(into)_S 72 _t
(an)_S 71 _t
(SQL)_S 71 _t
(environment,)_S 72 _t
(then)_S 71 _t
(a)_S 960 10890 _m
(procurement)_S 52 _t
(might)_S 52 _t
(solicit)_S 52 _t
(development)_S 53 _t
(of)_S 52 _t
(a)_S 52 _t
(new)_S 52 _t
(interface)_S 53 _t
(to)_S 52 _t
(the)_S 52 _t
(bibliographic)_S 52 _t
(database)_S 53 _t
(that)_S 52 _t
(supports)_S 52 _t
(one)_S 52 _t
(of)_S 53 _t
(the)_S 960 10674 _m
(SQL/ERI)_S 53 _t
(Read-Only)_S 54 _t
(Server)_S 53 _t
(profiles,)_S 54 _t
(probably)_S 53 _t
(with)_S 54 _t
(an)_S 53 _t
(RDA/SQL-Server)_S 54 _t
(binding)_S 53 _t
(style)_S 54 _t
(to)_S 53 _t
(take)_S 54 _t
(advantage)_S 53 _t
(of)_S 54 _t
(the)_S 960 10458 _m
(underlying)_S 51 _t
(communications)_S 52 _t
(protocols)_S 52 _t
(already)_S 51 _t
(specified)_S 52 _t
(by)_S 51 _t
(Z39.50.)_S 104 _t
(Each)_S 51 _t
(NISO)_S 52 _t
(database)_S 52 _t
(would)_S 52 _t
(map)_S 51 _t
(to)_S 52 _t
(an)_S 52 _t
(SQL)_S 960 10242 _m
(table)_S 47 _t
(and)_S 47 _t
(each)_S 48 _t
(bibliographic)_S 47 _t
(attribute)_S 47 _t
(would)_S 47 _t
(map)_S 48 _t
(to)_S 47 _t
(a)_S 47 _t
(column)_S 47 _t
(of)_S 48 _t
(the)_S 47 _t
(table.)_S 95 _t
(Each)_S 47 _t
(NISO)_S 47 _t
(supported)_S 47 _t
(Record)_S 48 _t
(Syntax)_S 960 10026 _m
(would)_S 78 _t
(also)_S 77 _t
(map)_S 77 _t
(to)_S 78 _t
(an)_S 77 _t
(SQL)_S 78 _t
(Table)_S 77 _t
(with)_S 77 _t
(each)_S 78 _t
(field)_S 77 _t
(of)_S 78 _t
(the)_S 77 _t
(record)_S 77 _t
(equivalent)_S 78 _t
(to)_S 77 _t
(a)_S 77 _t
(column)_S 78 _t
(of)_S 77 _t
(the)_S 78 _t
(table.)_S 154 _t
(SQL)_S 960 9810 _m
(applications)_S 61 _t
(could)_S 61 _t
(then)_S 61 _t
(access)_S 61 _t
(the)_S 61 _t
(bibliographic)_S 61 _t
(data)_S 61 _t
(using)_S 61 _t
(standard)_S 61 _t
(SQL)_S 61 _t
(statements.)_S 960 9135 _m
/Times-BoldR 660 _ff
(8.5)_S 102 _t
(Object)_S 102 _t
(database)_S 103 _t
(interfaces.)_S /Times-RomanR 550 _ff
170 _t
(An)_S 86 _t
(object)_S 85 _t
(database)_S 86 _t
(is)_S 85 _t
(a)_S 85 _t
(database)_S 86 _t
(managed)_S 85 _t
(by)_S 86 _t
(an)_S 85 _t
(object)_S 85 _t
(database)_S 960 8909 _m
(management)_S 35 _t
(system)_S 34 _t
(\(ODBMS\).)_S 69 _t
(Object)_S 35 _t
(database)_S 34 _t
(management)_S 34 _t
(systems)_S 35 _t
(may)_S 34 _t
(implement)_S 35 _t
(non-relational)_S 34 _t
(data)_S 34 _t
(models)_S 960 8693 _m
(and)_S 49 _t
(thus)_S 48 _t
(may)_S 49 _t
(have)_S 48 _t
(difficulty)_S 49 _t
(supporting)_S 49 _t
(full-function)_S 48 _t
(SQL)_S 49 _t
(requirements)_S 49 _t
(for)_S 48 _t
(nested)_S 49 _t
(subqueries,)_S 48 _t
(multi-table)_S 49 _t
(joins,)_S 960 8477 _m
(Group-By)_S 70 _t
(set)_S 69 _t
(functions,)_S 70 _t
(derived)_S 69 _t
(columns)_S 70 _t
(in)_S 69 _t
(a)_S 70 _t
(Select)_S 69 _t
(list,)_S 70 _t
(value-based)_S 69 _t
(referential)_S 70 _t
(integrity,)_S 69 _t
(or)_S 70 _t
(other)_S 69 _t
(relational)_S 960 8261 _m
(model)_S 70 _t
(features.)_S 139 _t
(On)_S 70 _t
(the)_S 69 _t
(other)_S 70 _t
(hand,)_S 69 _t
(ODBMS's)_S 70 _t
(may)_S 70 _t
(offer)_S 69 _t
(advanced)_S 70 _t
(features)_S 69 _t
(of)_S 70 _t
(object)_S 70 _t
(models)_S 69 _t
(that)_S 70 _t
(are)_S 69 _t
(rarely)_S 960 8045 _m
(supported)_S 48 _t
(by)_S 49 _t
(relational)_S 48 _t
(implementations.)_S 98 _t
(These)_S 48 _t
(features)_S 49 _t
(might)_S 48 _t
(include)_S 49 _t
(user-defined)_S 49 _t
(abstract)_S 48 _t
(data)_S 49 _t
(types)_S 49 _t
(\(ADTs\),)_S 960 7829 _m
(object)_S 57 _t
(identifiers,)_S 56 _t
(methods,)_S 57 _t
(inheritance,)_S 57 _t
(polymorphism,)_S 56 _t
(encapsulation,)_S 57 _t
(and)_S 57 _t
(other)_S 56 _t
(object-oriented)_S 57 _t
(enhancements.)_S 960 7613 _m
(Because)_S 77 _t
(of)_S 77 _t
(their)_S 78 _t
(close)_S 77 _t
(relationship)_S 77 _t
(with)_S 78 _t
(an)_S 77 _t
(object-oriented)_S 78 _t
(programming)_S 77 _t
(language)_S 77 _t
(\(e.g.,)_S 78 _t
(C++)_S 77 _t
(or)_S 78 _t
(Smalltalk\),)_S 960 7397 _m
(ODBMS's)_S 53 _t
(often)_S 52 _t
(make)_S 53 _t
(it)_S 53 _t
(easy)_S 52 _t
(to)_S 53 _t
(integrate)_S 53 _t
(user-written)_S 52 _t
(routines)_S 53 _t
(into)_S 53 _t
(database)_S 52 _t
(operations.)_S 106 _t
(Often)_S 52 _t
(object)_S 53 _t
(DBMS's)_S 960 7181 _m
(are)_S 71 _t
(used)_S 72 _t
(for)_S 71 _t
(specialized)_S 71 _t
(applications)_S 72 _t
(with)_S 71 _t
(complex)_S 72 _t
(data)_S 71 _t
(structures)_S 71 _t
(and)_S 72 _t
(application-specific)_S 71 _t
(methods)_S 71 _t
(on)_S 72 _t
(those)_S 960 6965 _m
(structures.)_S 116 _t
(The)_S 59 _t
(next)_S 58 _t
(version)_S 58 _t
(of)_S 59 _t
(the)_S 58 _t
(SQL)_S 58 _t
(standard,)_S 58 _t
(expected)_S 59 _t
(sometime)_S 58 _t
(after)_S 59 _t
(1996,)_S 58 _t
(will)_S 58 _t
(likely)_S 58 _t
(incorporate)_S 59 _t
(many)_S 960 6749 _m
(of)_S 64 _t
(these)_S 64 _t
(object)_S 64 _t
(database)_S 64 _t
(features)_S 65 _t
(into)_S 64 _t
(the)_S 64 _t
(SQL)_S 64 _t
(language.)_S 129 _t
(In)_S 64 _t
(the)_S 64 _t
(meantime,)_S 64 _t
(some)_S 64 _t
(SQL)_S 64 _t
(vendors)_S 65 _t
(are)_S 64 _t
(enhancing)_S 960 6533 _m
(their)_S 49 _t
(products)_S 49 _t
(to)_S 49 _t
(support)_S 49 _t
(user-defined)_S 49 _t
(ADT's)_S 49 _t
(and)_S 49 _t
(other)_S 49 _t
(object)_S 49 _t
(capabilities)_S 49 _t
(and)_S 49 _t
(some)_S 49 _t
(object)_S 49 _t
(database)_S 49 _t
(vendors)_S 49 _t
(are)_S 960 6317 _m
(supporting)_S 82 _t
(robust)_S 83 _t
(SQL)_S 83 _t
(interfaces)_S 82 _t
(to)_S 83 _t
(their)_S 82 _t
(products.)_S 166 _t
(The)_S 83 _t
(ODMG-93)_S 82 _t
(specification)_S 83 _t
(sponsored)_S 82 _t
(by)_S 83 _t
(the)_S 83 _t
(Object)_S 960 6101 _m
(Database)_S 60 _t
(Management)_S 59 _t
(Group,)_S 60 _t
(an)_S 59 _t
(informal)_S 60 _t
(consortium)_S 60 _t
(of)_S 59 _t
(approximately)_S 60 _t
(ten)_S 59 _t
(object)_S 60 _t
(database)_S 60 _t
(vendors,)_S 59 _t
(points)_S 60 _t
(to)_S 960 5885 _m
(an)_S 52 _t
(Object)_S 52 _t
(Query)_S 52 _t
(Language)_S 51 _t
(that)_S 52 _t
(has)_S 52 _t
(many)_S 52 _t
(of)_S 51 _t
(the)_S 52 _t
(same)_S 52 _t
(features)_S 51 _t
(as)_S 52 _t
(SQL.)_S 104 _t
(Thus)_S 51 _t
(it)_S 52 _t
(makes)_S 52 _t
(sense)_S 51 _t
(to)_S 52 _t
(support)_S 52 _t
(an)_S 51 _t
(SQL)_S 960 5669 _m
(interface,)_S 61 _t
(at)_S 61 _t
(least)_S 61 _t
(a)_S 61 _t
(Read)_S 60 _t
(Only)_S 61 _t
(SQL)_S 61 _t
(interface,)_S 61 _t
(to)_S 61 _t
(these)_S 61 _t
(products.)_S 122 _t
(The)_S 61 _t
(specialized)_S 61 _t
(methods)_S 60 _t
(appropriate)_S 61 _t
(to)_S 61 _t
(each)_S 960 5453 _m
(object)_S 48 _t
(could)_S 48 _t
(be)_S 47 _t
(viewed)_S 48 _t
(as)_S 48 _t
(callable)_S 47 _t
(SQL)_S 48 _t
(procedures.)_S 95 _t
(If)_S 48 _t
(it)_S 47 _t
(is)_S 48 _t
(desirable)_S 48 _t
(to)_S 47 _t
(integrate)_S 48 _t
(an)_S 48 _t
(object)_S 47 _t
(database)_S 48 _t
(into)_S 48 _t
(an)_S 47 _t
(SQL)_S 960 5237 _m
(environment,)_S 57 _t
(then)_S 58 _t
(an)_S 57 _t
(original)_S 57 _t
(procurement)_S 57 _t
(for)_S 57 _t
(ODBMS)_S 57 _t
(software,)_S 57 _t
(or)_S 57 _t
(a)_S 57 _t
(follow-on)_S 58 _t
(new)_S 57 _t
(procurement)_S 57 _t
(for)_S 57 _t
(an)_S 57 _t
(SQL)_S 960 5021 _m
(interface,)_S 102 _t
(could)_S 103 _t
(point)_S 102 _t
(to)_S 102 _t
(one)_S 103 _t
(of)_S 102 _t
(the)_S 102 _t
(SQL/ERI)_S 102 _t
(Server)_S 103 _t
(profiles)_S 102 _t
(as)_S 102 _t
(a)_S 102 _t
(mandatory)_S 103 _t
(or)_S 102 _t
(desirable)_S 102 _t
(procurement)_S 960 4805 _m
(requirement.)_S 113 _t
(The)_S 56 _t
(vendor)_S 57 _t
(of)_S 56 _t
(an)_S 57 _t
(object)_S 56 _t
(database)_S 56 _t
(product)_S 57 _t
(may)_S 56 _t
(automatically)_S 56 _t
(support)_S 57 _t
(SQL)_S 56 _t
(views)_S 57 _t
(of)_S 56 _t
(its)_S 56 _t
(collection)_S 960 4589 _m
(types,)_S 74 _t
(or)_S 74 _t
(a)_S 74 _t
(procurement)_S 74 _t
(could)_S 74 _t
(specify)_S 74 _t
(an)_S 74 _t
(exact)_S 75 _t
(mapping)_S 74 _t
(from)_S 74 _t
(object)_S 74 _t
(collection)_S 74 _t
(types)_S 74 _t
(to)_S 74 _t
(tables)_S 74 _t
(that)_S 74 _t
(must)_S 74 _t
(be)_S 960 4373 _m
(supported)_S 50 _t
(as)_S 50 _t
(a)_S 50 _t
(procurement)_S 50 _t
(requirement.)_S 100 _t
(In)_S 50 _t
(either)_S 50 _t
(case,)_S 50 _t
(the)_S 49 _t
(result)_S 50 _t
(is)_S 50 _t
(that)_S 50 _t
(an)_S 50 _t
(SQL)_S 50 _t
(application)_S 50 _t
(would)_S 50 _t
(have)_S 49 _t
(access)_S 960 4157 _m
(to)_S 61 _t
(objects)_S 61 _t
(and)_S 61 _t
(methods)_S 61 _t
(using)_S 61 _t
(standard)_S 61 _t
(SQL)_S 61 _t
(syntax)_S 61 _t
(and)_S 61 _t
(a)_S 61 _t
(standard)_S 61 _t
(SQL)_S 61 _t
(binding)_S 61 _t
(style.)_S 960 3482 _m
/Times-BoldR 660 _ff
(8.6)_S 115 _t
(Federal)_S 115 _t
(data)_S 115 _t
(distribution.)_S /Times-RomanR 550 _ff
193 _t
(A)_S 96 _t
(number)_S 96 _t
(of)_S 96 _t
(Federal)_S 97 _t
(agencies)_S 96 _t
(support)_S 96 _t
(public)_S 96 _t
(access)_S 97 _t
(to)_S 96 _t
(federally)_S 960 3256 _m
(maintained)_S 57 _t
(data)_S 58 _t
(either)_S 57 _t
(by)_S 58 _t
(maintaining)_S 58 _t
(a)_S 57 _t
(public)_S 58 _t
(database)_S 58 _t
(of)_S 57 _t
(information)_S 58 _t
(or)_S 57 _t
(by)_S 58 _t
(distributing)_S 58 _t
(data)_S 57 _t
(on)_S 58 _t
(floppy)_S 58 _t
(disks,)_S 960 3040 _m
(CD-ROMs,)_S 64 _t
(or)_S 65 _t
(magnetic)_S 64 _t
(tape.)_S 129 _t
(All)_S 64 _t
(Federal)_S 65 _t
(departments)_S 64 _t
(and)_S 65 _t
(Agencies,)_S 64 _t
(but)_S 65 _t
(especially)_S 64 _t
(those)_S 65 _t
(with)_S 64 _t
(responsibility)_S 960 2824 _m
(for)_S 43 _t
(providing)_S 43 _t
(public)_S 43 _t
(data)_S 42 _t
(\(e.g.)_S 43 _t
(Agriculture,)_S 43 _t
(Health)_S 43 _t
(and)_S 43 _t
(Human)_S 43 _t
(Services,)_S 42 _t
(Census,)_S 43 _t
(NASA,)_S 43 _t
(NOAA,)_S 42 _t
(BLS\),)_S 43 _t
(will)_S 43 _t
(have)_S 960 2608 _m
(increasing)_S 41 _t
(requests)_S 41 _t
(for)_S 41 _t
(convenient)_S 41 _t
(public)_S 42 _t
(access)_S 41 _t
(to)_S 41 _t
(data.)_S 82 _t
(Even)_S 41 _t
(individuals)_S 41 _t
(will)_S 42 _t
(be)_S 41 _t
(requesting)_S 41 _t
(additional)_S 41 _t
(electronic)_S 960 2392 _m
(access)_S 48 _t
(to)_S 48 _t
(their)_S 48 _t
(individual)_S 49 _t
(data)_S 48 _t
(maintained)_S 48 _t
(by)_S 48 _t
(various)_S 48 _t
(Federal)_S 48 _t
(agencies)_S 48 _t
(\(e.g.)_S 48 _t
(IRS,)_S 49 _t
(Social)_S 48 _t
(Security,)_S 48 _t
(Medicare\).)_S 96 _t
(An)_S 960 2176 _m
(existing)_S 59 _t
(SQL)_S 60 _t
(database)_S 60 _t
(could)_S 60 _t
(provide)_S 60 _t
(public)_S 60 _t
(access)_S 59 _t
(by)_S 60 _t
(supporting)_S 60 _t
(a)_S 60 _t
(Remote)_S 60 _t
(Database)_S 60 _t
(Access)_S 59 _t
(\(RDA\))_S 60 _t
(or)_S 60 _t
(Direct)_S 960 1960 _m
(Invocation)_S 54 _t
(user)_S 54 _t
(interface)_S 54 _t
(with)_S 55 _t
(appropriate)_S 54 _t
(access)_S 54 _t
(control)_S 54 _t
(restrictions;)_S 54 _t
(a)_S 54 _t
(non-SQL)_S 54 _t
(legacy)_S 55 _t
(database)_S 54 _t
(could)_S 54 _t
(support)_S 960 1744 _m
(one)_S 67 _t
(of)_S 66 _t
(the)_S 67 _t
(SQL/ERI)_S 67 _t
(Read)_S 67 _t
(Only)_S 67 _t
(Server)_S 66 _t
(profiles)_S 67 _t
(for)_S 67 _t
(RDA)_S 66 _t
(or)_S 67 _t
(Direct)_S 67 _t
(Invocation)_S 67 _t
(in)_S 67 _t
(addition)_S 66 _t
(to)_S 67 _t
(the)_S 67 _t
(ERI)_S 67 _t
(profiles)_S 960 1528 _m
(supported)_S 49 _t
(for)_S 49 _t
(internal)_S 49 _t
(goverment)_S 48 _t
(use)_S 49 _t
(\(see)_S 49 _t
(9.1)_S 49 _t
(above\).)_S 98 _t
(When)_S 49 _t
(goverment)_S 49 _t
(data)_S 49 _t
(is)_S 48 _t
(distributed)_S 49 _t
(on)_S 49 _t
(disk)_S 49 _t
(or)_S 49 _t
(CD-ROM,)_S 960 1312 _m
(it)_S 64 _t
(is)_S 64 _t
(often)_S 64 _t
(accompanied)_S 64 _t
(by)_S 64 _t
(software,)_S 63 _t
(executable)_S 64 _t
(on)_S 64 _t
(different)_S 64 _t
(workstations,)_S 64 _t
(to)_S 64 _t
(provide)_S 63 _t
(convenient)_S 64 _t
(views)_S 64 _t
(of)_S 64 _t
(the)_S 9057 650 _m
(31)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
960 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
(data)_S 89 _t
(using)_S 88 _t
(a)_S 89 _t
(graphical)_S 88 _t
(user)_S 89 _t
(interface)_S 89 _t
(\(GUI\).)_S 177 _t
(At)_S 88 _t
(the)_S 89 _t
(present)_S 88 _t
(time,)_S 89 _t
(the)_S 88 _t
(government)_S 89 _t
(must)_S 89 _t
(provide)_S 88 _t
(software)_S 960 11538 _m
(executable)_S 52 _t
(on)_S 52 _t
(a)_S 52 _t
(number)_S 52 _t
(of)_S 52 _t
(different)_S 52 _t
(workstation)_S 52 _t
(platforms)_S 52 _t
(with)_S 52 _t
(different)_S 52 _t
(GUI)_S 52 _t
(capabilities)_S 52 _t
(and)_S 52 _t
(requirements.)_S 104 _t
(In)_S 960 11322 _m
(the)_S 52 _t
(future,)_S 52 _t
(the)_S 52 _t
(government)_S 52 _t
(might)_S 52 _t
(reduce)_S 52 _t
(its)_S 52 _t
(software)_S 53 _t
(development)_S 52 _t
(efforts)_S 52 _t
(by)_S 52 _t
(providing)_S 52 _t
(an)_S 52 _t
(appropriate)_S 52 _t
(SQL/ERI)_S 960 11106 _m
(front-end,)_S 53 _t
(usually)_S 52 _t
(with)_S 52 _t
(the)_S 53 _t
(SQL)_S 52 _t
(Call)_S 52 _t
(Level)_S 53 _t
(Interface)_S 52 _t
(option,)_S 52 _t
(for)_S 53 _t
(each)_S 52 _t
(workstation)_S 52 _t
(family)_S 53 _t
(\(e.g.)_S 52 _t
(DOS,)_S 52 _t
(Macintosh,)_S 960 10890 _m
(Unix\).)_S 91 _t
(Such)_S 45 _t
(software)_S 46 _t
(should)_S 46 _t
(be)_S 45 _t
(available)_S 46 _t
(commercially)_S 45 _t
(in)_S 46 _t
(the)_S 46 _t
(near)_S 46 _t
(term.)_S 91 _t
(End)_S 45 _t
(users)_S 46 _t
(could)_S 46 _t
(then)_S 45 _t
(use)_S 46 _t
(their)_S 46 _t
(favorite)_S 960 10674 _m
(client-side)_S 73 _t
(SQL)_S 74 _t
(environment)_S 73 _t
(tool)_S 73 _t
(to)_S 74 _t
(browse)_S 73 _t
(the)_S 74 _t
(data)_S 73 _t
(and)_S 74 _t
(present)_S 73 _t
(it)_S 73 _t
(using)_S 74 _t
(report-writer,)_S 73 _t
(graphical)_S 74 _t
(viewer,)_S 73 _t
(or)_S 960 10458 _m
(hypermedia)_S 61 _t
(presentation)_S 61 _t
(techniques.)_S 960 9783 _m
/Times-BoldR 660 _ff
(8.7)_S 120 _t
(Operating)_S 121 _t
(system)_S 120 _t
(file)_S 121 _t
(interface.)_S /Times-RomanR 550 _ff
201 _t
(Sometimes)_S 100 _t
(an)_S 101 _t
(SQL)_S 101 _t
(application)_S 100 _t
(desires)_S 101 _t
(access)_S 100 _t
(to)_S 101 _t
(the)_S 101 _t
(file)_S 960 9557 _m
(characteristics)_S 55 _t
(of)_S 55 _t
(files)_S 55 _t
(stored)_S 55 _t
(in)_S 55 _t
(an)_S 55 _t
(operating)_S 55 _t
(system's)_S 56 _t
(file)_S 55 _t
(store.)_S 110 _t
(For)_S 55 _t
(example,)_S 55 _t
(the)_S 55 _t
(POSIX)_S 56 _t
(standard)_S 55 _t
(\(FIPS)_S 55 _t
(PUB)_S 960 9341 _m
(151\))_S 47 _t
(requires)_S 47 _t
(that)_S 46 _t
(the)_S 47 _t
(following)_S 47 _t
(file)_S 47 _t
(characteristics)_S 47 _t
(be)_S 46 _t
(maintained)_S 47 _t
(for)_S 47 _t
(each)_S 47 _t
(file)_S 47 _t
(in)_S 46 _t
(the)_S 47 _t
(persistent)_S 47 _t
(file)_S 47 _t
(directory:)_S 47 _t
(file)_S 960 9125 _m
(mode,)_S 50 _t
(file)_S 49 _t
(serial)_S 50 _t
(number,)_S 49 _t
(id)_S 50 _t
(of)_S 49 _t
(device)_S 50 _t
(containing)_S 49 _t
(file,)_S 50 _t
(number)_S 49 _t
(of)_S 50 _t
(links,)_S 49 _t
(id)_S 50 _t
(of)_S 49 _t
(file)_S 50 _t
(owner,)_S 49 _t
(id)_S 50 _t
(of)_S 49 _t
(file)_S 50 _t
(group,)_S 49 _t
(file)_S 50 _t
(size)_S 960 8909 _m
(in)_S 55 _t
(bytes,)_S 54 _t
(time)_S 55 _t
(of)_S 55 _t
(last)_S 54 _t
(access,)_S 55 _t
(time)_S 55 _t
(of)_S 54 _t
(last)_S 55 _t
(data)_S 54 _t
(modification,)_S 55 _t
(and)_S 55 _t
(time)_S 54 _t
(of)_S 55 _t
(last)_S 55 _t
(file)_S 54 _t
(status)_S 55 _t
(change.)_S 109 _t
(If)_S 55 _t
(it)_S 55 _t
(is)_S 54 _t
(desirable)_S 960 8693 _m
(that)_S 65 _t
(this)_S 65 _t
(information,)_S 65 _t
(as)_S 64 _t
(well)_S 65 _t
(as)_S 65 _t
(file)_S 65 _t
(name,)_S 64 _t
(file)_S 65 _t
(extension,)_S 65 _t
(and)_S 65 _t
(file)_S 64 _t
(usage)_S 65 _t
(characteristics,)_S 65 _t
(be)_S 65 _t
(accessible)_S 64 _t
(to)_S 65 _t
(SQL)_S 960 8477 _m
(applications)_S 67 _t
(in)_S 66 _t
(the)_S 67 _t
(same)_S 66 _t
(operating)_S 67 _t
(system)_S 66 _t
(environment,)_S 67 _t
(then)_S 66 _t
(an)_S 67 _t
(original)_S 67 _t
(procurement)_S 66 _t
(for)_S 67 _t
(a)_S 66 _t
(POSIX)_S 67 _t
(compliant)_S 960 8261 _m
(operating)_S 65 _t
(system,)_S 64 _t
(or)_S 64 _t
(a)_S 64 _t
(follow-on)_S 64 _t
(new)_S 64 _t
(procurement)_S 64 _t
(for)_S 65 _t
(SQL)_S 64 _t
(query)_S 64 _t
(access,)_S 64 _t
(could)_S 65 _t
(point)_S 64 _t
(to)_S 64 _t
(one)_S 64 _t
(of)_S 64 _t
(the)_S 64 _t
(SQL/ERI)_S 960 8045 _m
(Read)_S 72 _t
(Only)_S 72 _t
(Server)_S 72 _t
(profiles)_S 72 _t
(supporting)_S 72 _t
(an)_S 72 _t
(SQL)_S 72 _t
(schema)_S 72 _t
(description)_S 73 _t
(of)_S 72 _t
(the)_S 72 _t
(desired)_S 72 _t
(attributes)_S 72 _t
(as)_S 72 _t
(a)_S 72 _t
(procurement)_S 960 7829 _m
(requirement.)_S 960 7154 _m
/Times-BoldR 660 _ff
(8.8)_S 77 _t
(Open)_S 77 _t
(system)_S 77 _t
(directory)_S 76 _t
(interface.)_S /Times-RomanR 550 _ff
129 _t
(Sometimes)_S 64 _t
(an)_S 64 _t
(SQL)_S 64 _t
(application)_S 64 _t
(desires)_S 64 _t
(access)_S 64 _t
(to)_S 64 _t
(the)_S 64 _t
(directory)_S 960 6928 _m
(information)_S 56 _t
(related)_S 56 _t
(to)_S 55 _t
(all)_S 56 _t
(of)_S 56 _t
(the)_S 56 _t
(workstations)_S 56 _t
(accessible)_S 56 _t
(in)_S 56 _t
(a)_S 55 _t
(local)_S 56 _t
(area)_S 56 _t
(network)_S 56 _t
(\(LAN\),)_S 56 _t
(or)_S 56 _t
(a)_S 55 _t
(wide)_S 56 _t
(area)_S 56 _t
(network)_S 960 6712 _m
(\(WAN\).)_S 76 _t
(For)_S 38 _t
(example,)_S 38 _t
(the)_S 38 _t
(X.500)_S 38 _t
(\(Directory\))_S 39 _t
(standards)_S 38 _t
(supported)_S 38 _t
(by)_S 38 _t
(the)_S 38 _t
(International)_S 38 _t
(Telecommunications)_S 38 _t
(Union)_S 960 6496 _m
(\(ITU\))_S 56 _t
(require)_S 55 _t
(that)_S 56 _t
(certain)_S 55 _t
(explicit)_S 56 _t
(directory)_S 56 _t
(information)_S 55 _t
(be)_S 56 _t
(accessible)_S 55 _t
(at)_S 56 _t
(each)_S 55 _t
(site,)_S 56 _t
(and)_S 55 _t
(part)_S 56 _t
(of)_S 55 _t
(the)_S 56 _t
(IEEE)_S 55 _t
(POSIX)_S 960 6280 _m
(standard)_S 52 _t
(specifies)_S 52 _t
(an)_S 52 _t
(application)_S 52 _t
(program)_S 52 _t
(interface)_S 52 _t
(\(API\))_S 52 _t
(for)_S 52 _t
(these)_S 52 _t
(directory)_S 52 _t
(services.)_S 104 _t
(In)_S 52 _t
(addition)_S 52 _t
(to)_S 52 _t
(supporting)_S 960 6064 _m
(the)_S 44 _t
(required)_S 43 _t
(X.500)_S 44 _t
(communications)_S 43 _t
(protocols)_S 44 _t
(and)_S 43 _t
(the)_S 44 _t
(POSIX)_S 43 _t
(API,)_S 44 _t
(a)_S 43 _t
(number)_S 43 _t
(of)_S 44 _t
(implementations)_S 43 _t
(are)_S 44 _t
(also)_S 43 _t
(making)_S 960 5848 _m
(this)_S 78 _t
(information)_S 77 _t
(available)_S 78 _t
(as)_S 78 _t
(an)_S 77 _t
(SQL)_S 78 _t
(database.)_S 77 _t
(If)_S 78 _t
(it)_S 77 _t
(is)_S 78 _t
(desirable)_S 77 _t
(that)_S 78 _t
(this)_S 78 _t
(information)_S 77 _t
(be)_S 78 _t
(accessible)_S 78 _t
(to)_S 77 _t
(SQL)_S 960 5632 _m
(applications)_S 102 _t
(in)_S 102 _t
(the)_S 102 _t
(same)_S 102 _t
(open)_S 102 _t
(systems)_S 101 _t
(environment,)_S 102 _t
(then)_S 102 _t
(an)_S 102 _t
(original)_S 102 _t
(procurement)_S 102 _t
(for)_S 102 _t
(X.500)_S 102 _t
(compatble)_S 960 5416 _m
(communications)_S 45 _t
(products,)_S 45 _t
(or)_S 46 _t
(a)_S 45 _t
(follow-on)_S 45 _t
(new)_S 45 _t
(procurement)_S 45 _t
(for)_S 45 _t
(SQL)_S 46 _t
(query)_S 45 _t
(access)_S 45 _t
(to)_S 45 _t
(directory)_S 45 _t
(information,)_S 45 _t
(could)_S 960 5200 _m
(point)_S 63 _t
(to)_S 63 _t
(one)_S 63 _t
(of)_S 63 _t
(the)_S 63 _t
(SQL/ERI)_S 63 _t
(Read)_S 63 _t
(Only)_S 63 _t
(Server)_S 63 _t
(profiles)_S 63 _t
(supporting)_S 63 _t
(an)_S 63 _t
(SQL)_S 63 _t
(schema)_S 63 _t
(description)_S 63 _t
(of)_S 63 _t
(the)_S 62 _t
(desired)_S 960 4984 _m
(directory)_S 61 _t
(information)_S 61 _t
(as)_S 61 _t
(a)_S 61 _t
(procurement)_S 61 _t
(requirement.)_S 960 4309 _m
/Times-BoldR 660 _ff
(8.9)_S 72 _t
(Electronic)_S 73 _t
(mail)_S 73 _t
(repositories.)_S /Times-RomanR 550 _ff
121 _t
(Most)_S 61 _t
(electronic)_S 61 _t
(mail)_S 61 _t
(systems)_S 61 _t
(use)_S 60 _t
(the)_S 61 _t
(host)_S 61 _t
(file)_S 60 _t
(system)_S 61 _t
(to)_S 61 _t
(maintain)_S 61 _t
(e-)_S 960 4083 _m
(mail)_S 56 _t
(documents)_S 55 _t
(in)_S 56 _t
(a)_S 55 _t
(user's)_S 56 _t
(file)_S 55 _t
(space)_S 56 _t
(and)_S 55 _t
(to)_S 56 _t
(maintain)_S 55 _t
(a)_S 56 _t
(log)_S 55 _t
(of)_S 56 _t
(e-mail)_S 56 _t
(activity)_S 55 _t
(in)_S 56 _t
(its)_S 55 _t
(own)_S 56 _t
(file)_S 55 _t
(space.)_S 111 _t
(Sometimes)_S 960 3867 _m
(an)_S 43 _t
(electronic)_S 44 _t
(mail)_S 43 _t
(usability)_S 43 _t
(tool,)_S 43 _t
(procured)_S 44 _t
(separately)_S 43 _t
(from)_S 43 _t
(the)_S 44 _t
(e-mail)_S 43 _t
(system)_S 43 _t
(itself,)_S 44 _t
(will)_S 43 _t
(require)_S 43 _t
(SQL)_S 44 _t
(query)_S 43 _t
(access)_S 960 3651 _m
(to)_S 50 _t
(these)_S 51 _t
(files,)_S 50 _t
(either)_S 50 _t
(relative)_S 50 _t
(to)_S 51 _t
(a)_S 50 _t
(specific)_S 50 _t
(individual)_S 51 _t
(user)_S 50 _t
(or)_S 50 _t
(to)_S 50 _t
(a)_S 51 _t
(group)_S 50 _t
(of)_S 50 _t
(users.)_S 101 _t
(If)_S 50 _t
(such)_S 50 _t
(SQL)_S 51 _t
(access)_S 50 _t
(is)_S 50 _t
(desirable,)_S 960 3435 _m
(then)_S 58 _t
(the)_S 59 _t
(original)_S 59 _t
(procurement)_S 59 _t
(for)_S 58 _t
(the)_S 59 _t
(e-mail)_S 59 _t
(system,)_S 59 _t
(or)_S 58 _t
(a)_S 59 _t
(new)_S 59 _t
(procurement)_S 59 _t
(just)_S 58 _t
(for)_S 59 _t
(a)_S 59 _t
(follow-on)_S 59 _t
(SQL)_S 59 _t
(interface,)_S 960 3219 _m
(might)_S 72 _t
(specify)_S 72 _t
(an)_S 72 _t
(SQL)_S 72 _t
(schema)_S 72 _t
(of)_S 72 _t
(metadata)_S 72 _t
(that)_S 72 _t
(must)_S 72 _t
(be)_S 72 _t
(maintained)_S 72 _t
(and)_S 72 _t
(an)_S 72 _t
(appropriate)_S 72 _t
(SQL/ERI)_S 72 _t
(profile)_S 72 _t
(for)_S 960 3003 _m
(limited)_S 49 _t
(SQL)_S 49 _t
(access.)_S 98 _t
(Under)_S 49 _t
(this)_S 50 _t
(scenario,)_S 49 _t
(there)_S 49 _t
(might)_S 49 _t
(exist)_S 49 _t
(an)_S 49 _t
(underlying)_S 49 _t
(base)_S 50 _t
(table)_S 49 _t
(with)_S 49 _t
(column)_S 49 _t
(attributes)_S 50 _t
(such)_S 960 2787 _m
(as:)_S 71 _t
(mail-id,)_S 70 _t
(owner,)_S 70 _t
(title,)_S 71 _t
(subject,)_S 70 _t
(to/from-address,)_S 70 _t
(linked-to-mail-id,)_S 70 _t
(timestamp,)_S 71 _t
(length,)_S 70 _t
(confirmation,)_S 70 _t
(content.)_S 960 2571 _m
(Each)_S 77 _t
(e-mail)_S 77 _t
(user)_S 76 _t
(might)_S 77 _t
(own)_S 77 _t
(a)_S 77 _t
(table)_S 76 _t
(view)_S 77 _t
(that)_S 76 _t
(identifies)_S 77 _t
(all)_S 77 _t
(instances)_S 76 _t
(from)_S 77 _t
(the)_S 77 _t
(base)_S 77 _t
(table)_S 76 _t
(of)_S 77 _t
(e-mail)_S 77 _t
(sent)_S 76 _t
(or)_S 960 2355 _m
(received)_S 64 _t
(by)_S 65 _t
(that)_S 65 _t
(user.)_S 130 _t
(Users)_S 65 _t
(would)_S 65 _t
(then)_S 65 _t
(be)_S 65 _t
(able)_S 65 _t
(to)_S 65 _t
(grant)_S 65 _t
(Select)_S 65 _t
(or)_S 65 _t
(Delete)_S 65 _t
(permissions)_S 65 _t
(on)_S 65 _t
(their)_S 65 _t
(own)_S 65 _t
(views)_S 65 _t
(to)_S 960 2139 _m
(other)_S 78 _t
(users,)_S 79 _t
(thereby)_S 78 _t
(maintaining)_S 78 _t
(privacy)_S 78 _t
(in)_S 79 _t
(the)_S 78 _t
(database)_S 78 _t
(while)_S 78 _t
(supporting)_S 79 _t
(flexible)_S 78 _t
(multi-user)_S 78 _t
(access)_S 78 _t
(for)_S 79 _t
(the)_S 960 1923 _m
(usability)_S 61 _t
(tools.)_S 960 650 _m
(32)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
7406 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11727 _m
/Times-BoldR 660 _ff
(8.10)_S 56 _t
(CASE)_S 55 _t
(tool)_S 56 _t
(repositories.)_S /Times-RomanR 550 _ff
93 _t
(Many)_S 46 _t
(computer-aided)_S 47 _t
(software)_S 46 _t
(engineering)_S 46 _t
(\(CASE\))_S 47 _t
(tools)_S 46 _t
(operate)_S 47 _t
(similarly)_S 960 11501 _m
(to)_S 58 _t
(the)_S 57 _t
(e-mail)_S 57 _t
(usability)_S 58 _t
(tools)_S 57 _t
(described)_S 58 _t
(above.)_S 115 _t
(Each)_S 57 _t
(CASE)_S 58 _t
(tool)_S 57 _t
(may)_S 58 _t
(use)_S 57 _t
(the)_S 57 _t
(underlying)_S 58 _t
(file)_S 57 _t
(system)_S 58 _t
(to)_S 57 _t
(maintain)_S 960 11285 _m
(persistent)_S 48 _t
(data)_S 47 _t
(pertinent)_S 47 _t
(to)_S 47 _t
(its)_S 48 _t
(application)_S 47 _t
(domain.)_S 95 _t
(It)_S 47 _t
(is)_S 47 _t
(unrealistic)_S 47 _t
(to)_S 48 _t
(expect)_S 47 _t
(every)_S 47 _t
(such)_S 47 _t
(data)_S 48 _t
(repository)_S 47 _t
(to)_S 47 _t
(handle)_S 960 11069 _m
(full)_S 73 _t
(function)_S 73 _t
(SQL)_S 73 _t
(statements.)_S 145 _t
(Instead,)_S 72 _t
(such)_S 73 _t
(repositories)_S 73 _t
(can)_S 72 _t
(be)_S 73 _t
(integrated)_S 72 _t
(into)_S 73 _t
(an)_S 73 _t
(SQL)_S 72 _t
(environment)_S 73 _t
(if)_S 72 _t
(they)_S 960 10853 _m
(provide)_S 68 _t
(even)_S 67 _t
(the)_S 68 _t
(simplest)_S 68 _t
(SQL/ERI)_S 68 _t
(minimal)_S 68 _t
(SQL)_S 67 _t
(interface.)_S 136 _t
(The)_S 68 _t
(CASE)_S 68 _t
(tool)_S 68 _t
(can)_S 67 _t
(make)_S 68 _t
(simple)_S 68 _t
(external)_S 68 _t
(SQL)_S 960 10637 _m
(views)_S 52 _t
(available)_S 51 _t
(to)_S 51 _t
(more)_S 52 _t
(powerful)_S 51 _t
(SQL)_S 51 _t
(processors,)_S 51 _t
(and)_S 52 _t
(those)_S 51 _t
(processors)_S 51 _t
(can,)_S 52 _t
(in)_S 51 _t
(turn,)_S 51 _t
(provide)_S 52 _t
(the)_S 51 _t
(full)_S 51 _t
(power)_S 51 _t
(and)_S 960 10421 _m
(flexibility)_S 50 _t
(of)_S 50 _t
(the)_S 50 _t
(SQL)_S 50 _t
(language)_S 50 _t
(to)_S 50 _t
(end)_S 50 _t
(user)_S 50 _t
(applications.)_S 100 _t
(If)_S 50 _t
(integration)_S 50 _t
(of)_S 51 _t
(CASE)_S 50 _t
(tools)_S 50 _t
(into)_S 50 _t
(an)_S 50 _t
(SQL)_S 50 _t
(environment)_S 960 10205 _m
(is)_S 75 _t
(desirable,)_S 76 _t
(then)_S 76 _t
(the)_S 76 _t
(original)_S 76 _t
(CASE)_S 75 _t
(tool)_S 76 _t
(procurement,)_S 76 _t
(or)_S 76 _t
(a)_S 76 _t
(new)_S 76 _t
(follow-on)_S 75 _t
(SQL)_S 76 _t
(interface)_S 76 _t
(procurement,)_S 76 _t
(can)_S 960 9989 _m
(require)_S 91 _t
(implementation)_S 91 _t
(of)_S 91 _t
(an)_S 91 _t
(appropriate)_S 91 _t
(SQL/ERI)_S 91 _t
(Server)_S 91 _t
(profile)_S 91 _t
(over)_S 91 _t
(an)_S 91 _t
(SQL)_S 91 _t
(schema)_S 91 _t
(specified)_S 91 _t
(by)_S 91 _t
(that)_S 960 9773 _m
(procurement.)_S 960 9098 _m
/Times-BoldR 660 _ff
(8.11)_S 62 _t
(XBase)_S 62 _t
(repositories.)_S /Times-RomanR 550 _ff
103 _t
(XBase)_S 52 _t
(is)_S 52 _t
(an)_S 52 _t
(emerging)_S 51 _t
(ANSI)_S 52 _t
(standard)_S 52 _t
(specification)_S 51 _t
(for)_S 52 _t
(a)_S 52 _t
(computer)_S 51 _t
(database)_S 52 _t
(and)_S 960 8872 _m
(graphical)_S 58 _t
(presentation)_S 57 _t
(language)_S 57 _t
(popular)_S 58 _t
(on)_S 57 _t
(personal)_S 57 _t
(computers.)_S 114 _t
(The)_S 57 _t
(project)_S 58 _t
(description)_S 57 _t
(for)_S 57 _t
(this)_S 57 _t
(proposed)_S 57 _t
(new)_S 960 8656 _m
(language)_S 51 _t
(standard)_S 50 _t
(specifies)_S 51 _t
(the)_S 50 _t
(desirability)_S 50 _t
(of)_S 51 _t
(an)_S 50 _t
(SQL)_S 51 _t
(interface)_S 50 _t
(so)_S 50 _t
(that)_S 51 _t
(XBase)_S 50 _t
(users)_S 51 _t
(can)_S 50 _t
(have)_S 51 _t
(access)_S 50 _t
(to)_S 50 _t
(standard)_S 960 8440 _m
(conforming)_S 82 _t
(SQL)_S 82 _t
(databases.)_S 164 _t
(In)_S 83 _t
(this)_S 82 _t
(situation,)_S 82 _t
(XBase)_S 82 _t
(may)_S 82 _t
(be)_S 82 _t
(regarded)_S 82 _t
(as)_S 82 _t
(a)_S 83 _t
(client-side)_S 82 _t
(product)_S 82 _t
(in)_S 82 _t
(an)_S 82 _t
(SQL)_S 960 8224 _m
(environment.)_S 96 _t
(The)_S 48 _t
(XBase)_S 47 _t
(language)_S 48 _t
(also)_S 48 _t
(provides)_S 47 _t
(data)_S 48 _t
(definition)_S 48 _t
(and)_S 48 _t
(data)_S 47 _t
(management)_S 48 _t
(capabilities)_S 48 _t
(for)_S 47 _t
(persistent)_S 960 8008 _m
(tables)_S 58 _t
(of)_S 58 _t
(data)_S 58 _t
(in)_S 58 _t
(personal)_S 59 _t
(computer)_S 58 _t
(environments.)_S 116 _t
(With)_S 58 _t
(the)_S 59 _t
(advent)_S 58 _t
(of)_S 58 _t
(computer)_S 58 _t
(networks,)_S 58 _t
(it)_S 58 _t
(is)_S 59 _t
(often)_S 58 _t
(desirable)_S 960 7792 _m
(to)_S 40 _t
(consider)_S 40 _t
(data)_S 40 _t
(on)_S 40 _t
(individual)_S 40 _t
(personal)_S 41 _t
(computers)_S 40 _t
(or)_S 40 _t
(workstations)_S 40 _t
(as)_S 40 _t
(stand-alone)_S 40 _t
(data)_S 41 _t
(repositoires)_S 40 _t
(in)_S 40 _t
(an)_S 40 _t
(integrated)_S 960 7576 _m
(data)_S 40 _t
(processing)_S 41 _t
(environment.)_S 82 _t
(In)_S 41 _t
(this)_S 40 _t
(situation,)_S 41 _t
(XBase)_S 41 _t
(implementations)_S 41 _t
(may)_S 41 _t
(be)_S 40 _t
(regarded)_S 41 _t
(as)_S 41 _t
(a)_S 41 _t
(server-side)_S 41 _t
(products)_S 960 7360 _m
(in)_S 53 _t
(an)_S 53 _t
(SQL)_S 53 _t
(environment.)_S 106 _t
(If)_S 53 _t
(it)_S 53 _t
(is)_S 53 _t
(desirable)_S 53 _t
(to)_S 53 _t
(integrate)_S 53 _t
(data)_S 53 _t
(from)_S 53 _t
(individual)_S 52 _t
(XBase)_S 53 _t
(repositories)_S 53 _t
(into)_S 53 _t
(a)_S 53 _t
(distributed)_S 960 7144 _m
(SQL)_S 53 _t
(processing)_S 53 _t
(environment,)_S 53 _t
(then)_S 53 _t
(the)_S 53 _t
(original)_S 53 _t
(XBase)_S 53 _t
(procurement,)_S 53 _t
(or)_S 53 _t
(a)_S 53 _t
(follow-on)_S 53 _t
(SQL)_S 53 _t
(interface)_S 53 _t
(procurement,)_S 960 6928 _m
(could)_S 52 _t
(specify)_S 52 _t
(an)_S 52 _t
(appropriate)_S 52 _t
(SQL/ERI)_S 51 _t
(Read-Only)_S 52 _t
(Server)_S 52 _t
(or)_S 51 _t
(SQL/ERI)_S 52 _t
(Read-Write)_S 52 _t
(Server)_S 52 _t
(profile)_S 52 _t
(for)_S 51 _t
(convenient)_S 960 6712 _m
(access)_S 58 _t
(from)_S 59 _t
(other)_S 58 _t
(applications)_S 59 _t
(in)_S 58 _t
(the)_S 59 _t
(SQL)_S 58 _t
(environment.)_S 117 _t
(All)_S 58 _t
(XBase)_S 58 _t
(tables)_S 59 _t
(and)_S 58 _t
(columns)_S 59 _t
(would)_S 58 _t
(map)_S 59 _t
(directly)_S 58 _t
(to)_S 960 6496 _m
(SQL)_S 49 _t
(tables)_S 50 _t
(and)_S 49 _t
(columns,)_S 49 _t
(with)_S 49 _t
(either)_S 49 _t
(XBase)_S 49 _t
(data)_S 49 _t
(types)_S 49 _t
(or)_S 49 _t
(SQL)_S 49 _t
(data)_S 49 _t
(types)_S 50 _t
(for)_S 49 _t
(columns,)_S 49 _t
(as)_S 49 _t
(appropriate.)_S 98 _t
(If)_S 49 _t
(XBase)_S 960 6280 _m
(data)_S 44 _t
(types)_S 43 _t
(are)_S 44 _t
(used,)_S 44 _t
(then)_S 44 _t
(the)_S 44 _t
(SQL)_S 44 _t
(view)_S 44 _t
(would)_S 44 _t
(present)_S 44 _t
(those)_S 44 _t
(columns)_S 43 _t
(as)_S 44 _t
(SQL)_S 44 _t
(Domains)_S 44 _t
(and)_S 44 _t
(would)_S 44 _t
(provide)_S 44 _t
(special)_S 960 6064 _m
(callable)_S 56 _t
(functions)_S 55 _t
(for)_S 56 _t
(XBase)_S 56 _t
(operations)_S 56 _t
(on)_S 55 _t
(those)_S 56 _t
(data)_S 56 _t
(types.)_S 111 _t
(All)_S 56 _t
(applications)_S 56 _t
(could)_S 56 _t
(then)_S 56 _t
(depend)_S 55 _t
(upon)_S 56 _t
(a)_S 56 _t
(single,)_S 960 5848 _m
(standard)_S 44 _t
(language)_S 44 _t
(for)_S 45 _t
(access)_S 44 _t
(to)_S 44 _t
(persistent)_S 45 _t
(data,)_S 44 _t
(and)_S 44 _t
(the)_S 45 _t
(SQL)_S 44 _t
(Call)_S 44 _t
(Level)_S 45 _t
(Interface)_S 44 _t
(\(SQL/CLI\))_S 44 _t
(and/or)_S 45 _t
(SQL)_S 44 _t
(Remote)_S 960 5632 _m
(Database)_S 61 _t
(Access)_S 61 _t
(\(SQL/RDA\))_S 61 _t
(could)_S 61 _t
(be)_S 61 _t
(used)_S 61 _t
(for)_S 61 _t
(interoperability.)_S 960 4957 _m
/Times-BoldR 660 _ff
(8.12)_S 48 _t
(C++)_S 48 _t
(sequence)_S 48 _t
(class)_S 48 _t
(repositories.)_S /Times-RomanR 550 _ff
80 _t
(The)_S 41 _t
(emerging)_S 40 _t
(ANSI)_S 40 _t
(standard)_S 40 _t
(for)_S 40 _t
(the)_S 40 _t
(C++)_S 41 _t
(programming)_S 40 _t
(language)_S 960 4731 _m
(specifies)_S 53 _t
(search)_S 52 _t
(capabilities)_S 53 _t
(for)_S 53 _t
(Sequence)_S 53 _t
(classes)_S 52 _t
(in)_S 53 _t
(its)_S 53 _t
(Standard)_S 53 _t
(Template)_S 52 _t
(Library.)_S 106 _t
(Such)_S 53 _t
(sequence)_S 52 _t
(classes)_S 53 _t
(may)_S 960 4515 _m
(sometimes)_S 46 _t
(be)_S 46 _t
(considered)_S 46 _t
(as)_S 46 _t
(persistent,)_S 46 _t
(data)_S 46 _t
(repositories.)_S 91 _t
(Often)_S 46 _t
(a)_S 46 _t
(small,)_S 46 _t
(or)_S 46 _t
(isolated,)_S 46 _t
(database)_S 46 _t
(application)_S 46 _t
(will)_S 45 _t
(use)_S 960 4299 _m
(C++)_S 64 _t
(Sequence)_S 64 _t
(classes)_S 64 _t
(for)_S 64 _t
(data)_S 64 _t
(management.)_S 128 _t
(Since)_S 64 _t
(the)_S 64 _t
(template)_S 64 _t
(library)_S 64 _t
(for)_S 64 _t
(Sequence)_S 64 _t
(classes)_S 64 _t
(provides)_S 65 _t
(search)_S 960 4083 _m
(capabilities)_S 47 _t
(analogous)_S 48 _t
(to)_S 48 _t
(simple)_S 47 _t
(SQL)_S 48 _t
(predicates,)_S 48 _t
(it)_S 48 _t
(may)_S 47 _t
(be)_S 48 _t
(possible)_S 48 _t
(to)_S 47 _t
(integrate)_S 48 _t
(C++)_S 47 _t
(Sequence)_S 48 _t
(class)_S 48 _t
(repositories)_S 960 3867 _m
(into)_S 62 _t
(an)_S 63 _t
(SQL)_S 62 _t
(environment)_S 62 _t
(with)_S 63 _t
(a)_S 62 _t
(minimum)_S 62 _t
(of)_S 63 _t
(development)_S 62 _t
(effort.)_S 125 _t
(If)_S 62 _t
(such)_S 62 _t
(integration)_S 63 _t
(is)_S 62 _t
(desirable,)_S 62 _t
(then)_S 63 _t
(either)_S 960 3651 _m
(in-house)_S 70 _t
(development,)_S 70 _t
(or)_S 70 _t
(inexpensive)_S 70 _t
(commercial)_S 70 _t
(software,)_S 70 _t
(may)_S 70 _t
(provide)_S 70 _t
(the)_S 70 _t
(appropriate)_S 70 _t
(SQL/ERI)_S 70 _t
(interface.)_S 960 3435 _m
(All)_S 49 _t
(applications)_S 48 _t
(in)_S 48 _t
(the)_S 48 _t
(SQL)_S 48 _t
(environment)_S 48 _t
(would)_S 49 _t
(then)_S 48 _t
(have)_S 48 _t
(homogeneous)_S 48 _t
(access)_S 48 _t
(to)_S 49 _t
(the)_S 48 _t
(C++)_S 48 _t
(data)_S 48 _t
(repository)_S 48 _t
(using)_S 960 3219 _m
(standard)_S 61 _t
(SQL)_S 61 _t
(language)_S 61 _t
(statements.)_S 960 2544 _m
/Times-BoldR 660 _ff
(8.13)_S 66 _t
(Object)_S 66 _t
(Request)_S 66 _t
(Broker)_S 66 _t
(repositories.)_S /Times-RomanR 550 _ff
110 _t
(An)_S 56 _t
(Object)_S 55 _t
(Request)_S 55 _t
(Broker)_S 55 _t
(\(ORB\))_S 55 _t
(provides)_S 55 _t
(user)_S 56 _t
(access)_S 55 _t
(to)_S 960 2318 _m
(a)_S 62 _t
(collection)_S 61 _t
(of)_S 62 _t
(objects)_S 61 _t
(that)_S 62 _t
(have)_S 61 _t
(public)_S 62 _t
(interface)_S 61 _t
(definitions.)_S 123 _t
(In)_S 62 _t
(the)_S 61 _t
(X/Open)_S 62 _t
(and)_S 61 _t
(Object)_S 62 _t
(Management)_S 61 _t
(Group's)_S 960 2102 _m
(architecture)_S 83 _t
(for)_S 83 _t
(a)_S 82 _t
(common)_S 83 _t
(object)_S 83 _t
(request)_S 82 _t
(broker)_S 83 _t
(\(CORBA\),)_S 83 _t
(these)_S 82 _t
(interface)_S 83 _t
(definitions)_S 82 _t
(are)_S 83 _t
(maintained)_S 83 _t
(in)_S 82 _t
(a)_S 960 1886 _m
(database,)_S 91 _t
(called)_S 91 _t
(the)_S 91 _t
(Interface)_S 90 _t
(Repository,)_S 91 _t
(that)_S 91 _t
(is)_S 91 _t
(analogous)_S 90 _t
(in)_S 91 _t
(intent)_S 91 _t
(to)_S 91 _t
(an)_S 90 _t
(SQL)_S 91 _t
(Information)_S 91 _t
(Schema.)_S 181 _t
(If)_S 960 1670 _m
(integration)_S 93 _t
(of)_S 92 _t
(such)_S 92 _t
(interface)_S 93 _t
(repositories,)_S 92 _t
(or)_S 93 _t
(integration)_S 92 _t
(of)_S 92 _t
(the)_S 93 _t
(public)_S 92 _t
(interfaces)_S 93 _t
(themselves,)_S 92 _t
(into)_S 93 _t
(an)_S 92 _t
(SQL)_S 960 1454 _m
(environment)_S 60 _t
(is)_S 60 _t
(desirable,)_S 60 _t
(then)_S 60 _t
(the)_S 60 _t
(original)_S 61 _t
(ORB)_S 60 _t
(procurement,)_S 60 _t
(or)_S 60 _t
(a)_S 60 _t
(new)_S 60 _t
(follow-on)_S 60 _t
(SQL)_S 60 _t
(interface)_S 60 _t
(procurement,)_S 9057 650 _m
(33)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
960 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
(can)_S 68 _t
(require)_S 68 _t
(implementation)_S 68 _t
(of)_S 68 _t
(an)_S 68 _t
(appropriate)_S 68 _t
(SQL/ERI)_S 68 _t
(Server)_S 68 _t
(profile)_S 68 _t
(over)_S 68 _t
(an)_S 68 _t
(SQL)_S 68 _t
(schema)_S 68 _t
(specified)_S 68 _t
(by)_S 68 _t
(that)_S 960 11538 _m
(procurement.)_S 960 10863 _m
/Times-BoldR 660 _ff
(8.14)_S 64 _t
(Real-Time)_S 64 _t
(database)_S 63 _t
(interface.)_S /Times-RomanR 550 _ff
107 _t
(A)_S 53 _t
(real-time)_S 53 _t
(database)_S 54 _t
(is)_S 53 _t
(a)_S 53 _t
(database)_S 53 _t
(optimized)_S 53 _t
(for)_S 54 _t
(access)_S 53 _t
(speed)_S 53 _t
(and)_S 960 10637 _m
(specialized)_S 55 _t
(for)_S 55 _t
(handling)_S 56 _t
(data)_S 55 _t
(structures)_S 55 _t
(prevalent)_S 56 _t
(in)_S 55 _t
(radar)_S 55 _t
(systems,)_S 56 _t
(aircraft)_S 55 _t
(guidance,)_S 55 _t
(and)_S 56 _t
(satellite)_S 55 _t
(transmission.)_S 960 10421 _m
(Often)_S 38 _t
(real-time)_S 37 _t
(databases)_S 37 _t
(are)_S 38 _t
(specially)_S 37 _t
(developed)_S 38 _t
(in)_S 37 _t
(a)_S 37 _t
(systems)_S 38 _t
(programming)_S 37 _t
(language)_S 38 _t
(for)_S 37 _t
(performance)_S 37 _t
(efficiency.)_S 960 10205 _m
(Application-specific)_S 60 _t
(data)_S 59 _t
(structures)_S 60 _t
(are)_S 60 _t
(then)_S 60 _t
(stored)_S 60 _t
(in)_S 60 _t
(collection)_S 60 _t
(types,)_S 59 _t
(usually)_S 60 _t
(analogous)_S 60 _t
(to)_S 60 _t
(the)_S 60 _t
(C++)_S 60 _t
(sequence)_S 960 9989 _m
(classes)_S 54 _t
(mentioned)_S 53 _t
(above,)_S 54 _t
(with)_S 53 _t
(SQL)_S 54 _t
(cursor-like)_S 53 _t
(operations)_S 54 _t
(\(e.g.,)_S 53 _t
(Fetch,)_S 54 _t
(Insert\))_S 53 _t
(for)_S 54 _t
(moving)_S 53 _t
(structure)_S 54 _t
(instances)_S 53 _t
(to)_S 960 9773 _m
(and)_S 42 _t
(from)_S 42 _t
(the)_S 42 _t
(database.)_S 83 _t
(The)_S 42 _t
(Real-Time)_S 42 _t
(Object)_S 42 _t
(Manager)_S 41 _t
(\(RTOM\))_S 42 _t
(supporting)_S 42 _t
(Navy)_S 42 _t
(command)_S 42 _t
(and)_S 42 _t
(control)_S 41 _t
(systems)_S 960 9557 _m
(is)_S 49 _t
(an)_S 50 _t
(example)_S 49 _t
(of)_S 50 _t
(such)_S 49 _t
(a)_S 50 _t
(system.)_S 99 _t
(If)_S 49 _t
(it)_S 49 _t
(is)_S 50 _t
(desirable)_S 49 _t
(to)_S 50 _t
(integrate)_S 49 _t
(real-time)_S 50 _t
(databases)_S 49 _t
(into)_S 49 _t
(an)_S 50 _t
(SQL)_S 49 _t
(environment,)_S 50 _t
(then)_S 960 9341 _m
(either)_S 53 _t
(the)_S 54 _t
(original)_S 54 _t
(real-time)_S 53 _t
(database)_S 54 _t
(procurement,)_S 53 _t
(or)_S 54 _t
(an)_S 53 _t
(explicit)_S 54 _t
(follow-on)_S 53 _t
(for)_S 54 _t
(an)_S 53 _t
(SQL)_S 54 _t
(interface,)_S 53 _t
(could)_S 54 _t
(point)_S 54 _t
(to)_S 960 9125 _m
(an)_S 48 _t
(appropriate)_S 47 _t
(SQL/ERI)_S 47 _t
(Server)_S 47 _t
(profile)_S 47 _t
(supporting)_S 48 _t
(an)_S 47 _t
(application-specific)_S 47 _t
(schema)_S 48 _t
(as)_S 47 _t
(a)_S 47 _t
(procurement)_S 47 _t
(requirement.)_S 960 8450 _m
/Times-BoldR 660 _ff
(8.15)_S 95 _t
(Internet)_S 95 _t
(file)_S 95 _t
(repositories.)_S /Times-RomanR 550 _ff
159 _t
(The)_S 80 _t
(Internet)_S 79 _t
(Engineering)_S 80 _t
(Task)_S 79 _t
(Force)_S 80 _t
(\(IETF\),)_S 79 _t
(the)_S 80 _t
(engineering)_S 79 _t
(group)_S 960 8224 _m
(responsible)_S 56 _t
(for)_S 55 _t
(developing)_S 55 _t
(Internet)_S 56 _t
(Society)_S 55 _t
(applications,)_S 55 _t
(has)_S 56 _t
(published)_S 55 _t
(file)_S 55 _t
(access)_S 55 _t
(specifications)_S 56 _t
(for)_S 55 _t
(Wide)_S 55 _t
(Area)_S 960 8008 _m
(Information)_S 56 _t
(System)_S 55 _t
(\(WAIS\))_S 56 _t
(and)_S 56 _t
(World)_S 56 _t
(Wide)_S 55 _t
(Web)_S 56 _t
(\(WWW\).)_S 112 _t
(Files)_S 55 _t
(stored)_S 56 _t
(in)_S 56 _t
(these)_S 56 _t
(repositories)_S 55 _t
(in)_S 56 _t
(standard)_S 56 _t
(text)_S 960 7792 _m
(formats,)_S 64 _t
(or)_S 63 _t
(in)_S 63 _t
(multimedia)_S 63 _t
(formats)_S 63 _t
(for)_S 64 _t
(hypertext,)_S 63 _t
(images,)_S 63 _t
(audio,)_S 63 _t
(motion)_S 64 _t
(pictures,)_S 63 _t
(or)_S 63 _t
(music,)_S 63 _t
(are)_S 63 _t
(then)_S 63 _t
(accessible)_S 960 7576 _m
(on)_S 63 _t
(the)_S 63 _t
(Internet)_S 63 _t
(using)_S 63 _t
(File)_S 63 _t
(Transfer)_S 63 _t
(Protocols)_S 63 _t
(\(FTP\))_S 63 _t
(or)_S 63 _t
(other)_S 63 _t
(client-side)_S 63 _t
(file)_S 63 _t
(access)_S 63 _t
(and)_S 63 _t
(presentation)_S 64 _t
(tools)_S 63 _t
(such)_S 960 7360 _m
(as)_S 60 _t
(GOPHER)_S 60 _t
(and)_S 60 _t
(MOSAIC.)_S 119 _t
(Since)_S 60 _t
(the)_S 60 _t
(metadata)_S 60 _t
(for)_S 60 _t
(these)_S 60 _t
(files)_S 60 _t
(is)_S 59 _t
(very)_S 60 _t
(similar)_S 60 _t
(to)_S 60 _t
(the)_S 60 _t
(metadata)_S 60 _t
(of)_S 60 _t
(a)_S 59 _t
(file)_S 60 _t
(system)_S 960 7144 _m
(\(see)_S 48 _t
(9.7)_S 47 _t
(above\))_S 47 _t
(and)_S 47 _t
(the)_S 48 _t
(text)_S 47 _t
(content)_S 47 _t
(is)_S 47 _t
(often)_S 48 _t
(subject)_S 47 _t
(to)_S 47 _t
(bibliographic)_S 47 _t
(information)_S 48 _t
(retrieval)_S 47 _t
(\(see)_S 47 _t
(9.4)_S 48 _t
(above\),)_S 47 _t
(it)_S 47 _t
(may)_S 960 6928 _m
(be)_S 72 _t
(possible)_S 72 _t
(to)_S 73 _t
(integrate)_S 72 _t
(these)_S 72 _t
(repositories)_S 73 _t
(into)_S 72 _t
(an)_S 72 _t
(SQL)_S 73 _t
(environment)_S 72 _t
(with)_S 72 _t
(a)_S 73 _t
(minimum)_S 72 _t
(of)_S 72 _t
(development)_S 73 _t
(effort,)_S 960 6712 _m
(possibly)_S 62 _t
(even)_S 63 _t
(using)_S 62 _t
(tools)_S 62 _t
(already)_S 62 _t
(available)_S 62 _t
(for)_S 62 _t
(integrating)_S 62 _t
(file)_S 62 _t
(systems)_S 62 _t
(and)_S 63 _t
(bibliographic)_S 62 _t
(retrieval)_S 62 _t
(systems.)_S 124 _t
(If)_S 960 6496 _m
(it)_S 61 _t
(is)_S 61 _t
(desirable)_S 61 _t
(to)_S 61 _t
(integrate)_S 61 _t
(WAIS)_S 61 _t
(and)_S 61 _t
(Web)_S 61 _t
(repositories)_S 60 _t
(into)_S 61 _t
(an)_S 61 _t
(SQL)_S 61 _t
(environment,)_S 61 _t
(then)_S 61 _t
(either)_S 61 _t
(ad)_S 60 _t
(hoc)_S 61 _t
(academic)_S 960 6280 _m
(development,)_S 49 _t
(or)_S 49 _t
(inexpensive)_S 49 _t
(commercial)_S 49 _t
(software,)_S 49 _t
(may)_S 49 _t
(provide)_S 49 _t
(the)_S 49 _t
(appropriate)_S 49 _t
(SQL/ERI)_S 50 _t
(Server)_S 49 _t
(interface.)_S 98 _t
(Use)_S 960 6064 _m
(of)_S 49 _t
(SQL/ERI)_S 48 _t
(profiles)_S 49 _t
(may)_S 49 _t
(provide)_S 49 _t
(needed)_S 48 _t
(access)_S 49 _t
(controls)_S 49 _t
(and)_S 49 _t
(integrity)_S 48 _t
(constraints)_S 49 _t
(on)_S 49 _t
(the)_S 49 _t
(repository)_S 48 _t
(side,)_S 49 _t
(as)_S 49 _t
(well)_S 960 5848 _m
(as)_S 61 _t
(homogeneous)_S 61 _t
(access)_S 61 _t
(from)_S 61 _t
(SQL)_S 61 _t
(applications)_S 61 _t
(in)_S 61 _t
(remote)_S 61 _t
(client-side)_S 61 _t
(sites.)_S 960 4525 _m
/Times-BoldR 660 _ff
(9.)_S 146 _t
(Conformance)_S 73 _t
(Testing)_S /Times-RomanR 550 _ff
960 4083 _m
(The)_S 55 _t
(National)_S 54 _t
(Institute)_S 55 _t
(of)_S 54 _t
(Standards)_S 54 _t
(and)_S 55 _t
(Technology)_S 54 _t
(offers)_S 54 _t
(a)_S 55 _t
(formal)_S 54 _t
(testing)_S 54 _t
(service)_S 54 _t
(for)_S 55 _t
(SQL)_S 54 _t
(implementations)_S 54 _t
(in)_S 960 3867 _m
(support)_S 50 _t
(of)_S 50 _t
(its)_S 50 _t
(federally)_S 50 _t
(mandated)_S 50 _t
(program)_S 50 _t
(of)_S 50 _t
(Federal)_S 50 _t
(Information)_S 50 _t
(Processing)_S 50 _t
(Standards)_S 50 _t
(\(FIPS\).)_S 99 _t
(The)_S 50 _t
(NIST)_S 50 _t
(SQL)_S 960 3651 _m
(Test)_S 50 _t
(Suite)_S 51 _t
(was)_S 51 _t
(first)_S 50 _t
(developed)_S 51 _t
(in)_S 51 _t
(1988)_S 50 _t
(to)_S 51 _t
(support)_S 51 _t
(testing)_S 50 _t
(of)_S 51 _t
(FIPS)_S 51 _t
(PUB)_S 50 _t
(127,)_S 51 _t
(the)_S 51 _t
(standard)_S 50 _t
(for)_S 51 _t
(Database)_S 51 _t
(Language)_S 960 3435 _m
(SQL.)_S 116 _t
(This)_S 57 _t
(test)_S 58 _t
(suite)_S 58 _t
(has)_S 57 _t
(evolved)_S 58 _t
(over)_S 58 _t
(the)_S 57 _t
(years)_S 58 _t
(to)_S 58 _t
(support)_S 57 _t
(new)_S 58 _t
(interfaces)_S 58 _t
(and)_S 57 _t
(other)_S 58 _t
(enhancements)_S 58 _t
(to)_S 58 _t
(the)_S 57 _t
(SQL)_S 960 3219 _m
(standard)_S 48 _t
(as)_S 48 _t
(they)_S 48 _t
(are)_S 48 _t
(adopted)_S 48 _t
(by)_S 48 _t
(national)_S 48 _t
(and)_S 48 _t
(international)_S 48 _t
(SQL)_S 48 _t
(standardization)_S 48 _t
(groups.)_S 96 _t
(Version)_S 48 _t
(4.0)_S 48 _t
(of)_S 48 _t
(the)_S 48 _t
(NIST)_S 960 3003 _m
(SQL)_S 60 _t
(Test)_S 59 _t
(Suite,)_S 60 _t
(available)_S 59 _t
(since)_S 60 _t
(June)_S 59 _t
(1993,)_S 59 _t
(contains)_S 60 _t
(tests)_S 59 _t
(for)_S 60 _t
(the)_S 59 _t
(Entry)_S 60 _t
(SQL)_S 59 _t
(level)_S 60 _t
(of)_S 59 _t
(the)_S 60 _t
(1992)_S 59 _t
(standard;)_S 59 _t
(future)_S 960 2787 _m
(versions)_S 48 _t
(will)_S 48 _t
(test)_S 48 _t
(other)_S 49 _t
(levels)_S 48 _t
(of)_S 48 _t
(conformance)_S 48 _t
(as)_S 48 _t
(well)_S 48 _t
(as)_S 48 _t
(new)_S 49 _t
(interface)_S 48 _t
(standards)_S 48 _t
(such)_S 48 _t
(as)_S 48 _t
(the)_S 48 _t
(Call)_S 49 _t
(Level)_S 48 _t
(Interface)_S 960 2571 _m
(\(CLI\))_S 69 _t
(and)_S 69 _t
(Remote)_S 70 _t
(Database)_S 69 _t
(Access)_S 70 _t
(\(RDA\).)_S 139 _t
(It)_S 69 _t
(is)_S 70 _t
(expected)_S 69 _t
(that)_S 70 _t
(this)_S 69 _t
(test)_S 70 _t
(suite)_S 69 _t
(will)_S 70 _t
(be)_S 69 _t
(modified)_S 70 _t
(as)_S 69 _t
(needed)_S 70 _t
(to)_S 960 2355 _m
(enable)_S 58 _t
(conformance)_S 57 _t
(testing)_S 58 _t
(of)_S 57 _t
(the)_S 58 _t
(various)_S 58 _t
(SQL/ERI)_S 57 _t
(Server)_S 58 _t
(profiles)_S 58 _t
(specified)_S 57 _t
(herein)_S 58 _t
(and)_S 57 _t
(that)_S 58 _t
(validation)_S 57 _t
(reports)_S 960 2139 _m
(for)_S 64 _t
(tested)_S 64 _t
(SQL/ERI)_S 64 _t
(products)_S 64 _t
(will)_S 64 _t
(be)_S 64 _t
(published)_S 64 _t
(quarterly)_S 64 _t
(in)_S 64 _t
(the)_S 64 _t
(NIST)_S 64 _t
(Validated)_S 64 _t
(Products)_S 64 _t
(List.)_S 128 _t
(The)_S 64 _t
(following)_S 960 1923 _m
(sections)_S 71 _t
(discuss)_S 71 _t
(features)_S 71 _t
(of)_S 70 _t
(the)_S 71 _t
(NIST)_S 71 _t
(SQL)_S 71 _t
(Test)_S 70 _t
(Suite)_S 71 _t
(and)_S 70 _t
(how)_S 71 _t
(it)_S 71 _t
(might)_S 71 _t
(be)_S 70 _t
(modified)_S 71 _t
(for)_S 71 _t
(future)_S 71 _t
(validation)_S 70 _t
(of)_S 960 1707 _m
(SQL/ERI)_S 61 _t
(products.)_S 960 650 _m
(34)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
7406 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11727 _m
/Times-BoldR 660 _ff
(9.1)_S 73 _t
(NIST)_S 73 _t
(SQL)_S 73 _t
(Test)_S 73 _t
(Suite)_S /Times-RomanR 550 _ff
122 _t
960 11285 _m
(The)_S 47 _t
(purpose)_S 47 _t
(of)_S 47 _t
(the)_S 46 _t
(NIST)_S 47 _t
(SQL)_S 47 _t
(Test)_S 47 _t
(Suite)_S 46 _t
(is)_S 47 _t
(to)_S 47 _t
(help)_S 47 _t
(evaluate)_S 47 _t
(conformance)_S 46 _t
(of)_S 47 _t
(SQL)_S 47 _t
(implementations)_S 47 _t
(to)_S 46 _t
(mandatory)_S 960 11069 _m
(requirements)_S 55 _t
(of)_S 55 _t
(FIPS)_S 55 _t
(PUB)_S 55 _t
(127.)_S 110 _t
(This)_S 55 _t
(test)_S 55 _t
(suite)_S 55 _t
(is)_S 55 _t
(used)_S 55 _t
(as)_S 55 _t
(part)_S 55 _t
(of)_S 55 _t
(the)_S 55 _t
(formal)_S 55 _t
(testing)_S 55 _t
(service)_S 55 _t
(for)_S 56 _t
(SQL)_S 55 _t
(that)_S 55 _t
(issues)_S 960 10853 _m
(Certificates)_S 51 _t
(of)_S 51 _t
(Validation)_S 51 _t
(for)_S 52 _t
(tested)_S 51 _t
(products)_S 51 _t
(passing)_S 51 _t
(all)_S 52 _t
(required)_S 51 _t
(tests.)_S 102 _t
(A)_S 52 _t
(Validation)_S 51 _t
(Summary)_S 51 _t
(Report)_S 51 _t
(is)_S 52 _t
(issued)_S 960 10637 _m
(for)_S 123 _t
(all)_S 122 _t
(implementations)_S 123 _t
(tested.)_S 245 _t
(A)_S 122 _t
(Validation)_S 123 _t
(Summary)_S 123 _t
(Report)_S 122 _t
(documents,)_S 123 _t
(to)_S 122 _t
(the)_S 123 _t
(extent)_S 123 _t
(tested,)_S 122 _t
(the)_S 960 10421 _m
(implementation's)_S 41 _t
(conformance)_S 41 _t
(to)_S 41 _t
(FIPS)_S 41 _t
(PUB)_S 41 _t
(127-2.)_S 83 _t
(NIST)_S 41 _t
(publishes)_S 41 _t
(a)_S 41 _t
(quarterly)_S 42 _t
(register,)_S 41 _t
(Validated)_S 41 _t
(Products)_S 41 _t
(List,)_S 960 10205 _m
(showing)_S 46 _t
(SQL)_S 46 _t
(implementations)_S 46 _t
(which)_S 46 _t
(hold)_S 45 _t
(current)_S 46 _t
(Certificates)_S 46 _t
(of)_S 46 _t
(Validation)_S 46 _t
(and)_S 45 _t
(registered)_S 46 _t
(Validation)_S 46 _t
(Summary)_S 960 9989 _m
(Reports.)_S 960 9557 _m
(The)_S 60 _t
(NIST)_S 60 _t
(SQL)_S 60 _t
(Test)_S 61 _t
(Suite)_S 60 _t
(was)_S 60 _t
(first)_S 60 _t
(made)_S 60 _t
(available)_S 60 _t
(to)_S 60 _t
(the)_S 60 _t
(public)_S 60 _t
(in)_S 60 _t
(August)_S 60 _t
(1988)_S 60 _t
(as)_S 60 _t
(Version)_S 60 _t
(1.1,)_S 60 _t
(and)_S 60 _t
(included)_S 960 9341 _m
(tests)_S 55 _t
(for)_S 56 _t
(three)_S 55 _t
(programming)_S 55 _t
(languages:)_S 110 _t
(COBOL,)_S 55 _t
(FORTRAN,)_S 55 _t
(and)_S 56 _t
(C.)_S 110 _t
(In)_S 55 _t
(May)_S 55 _t
(1989)_S 56 _t
(the)_S 55 _t
(test)_S 55 _t
(suite)_S 55 _t
(was)_S 55 _t
(enlarged)_S 960 9125 _m
(and)_S 54 _t
(released)_S 54 _t
(as)_S 54 _t
(Version)_S 54 _t
(1.2,)_S 55 _t
(and)_S 54 _t
(included)_S 54 _t
(tests)_S 54 _t
(for)_S 54 _t
(additional)_S 54 _t
(SQL)_S 54 _t
(features,)_S 55 _t
(as)_S 54 _t
(well)_S 54 _t
(as)_S 54 _t
(tests)_S 54 _t
(for)_S 54 _t
(Embedded)_S 54 _t
(SQL)_S 960 8909 _m
(Pascal)_S 60 _t
(and)_S 60 _t
(a)_S 60 _t
(Pascal)_S 60 _t
(interface)_S 60 _t
(to)_S 60 _t
(Module)_S 60 _t
(Language)_S 60 _t
(SQL.)_S 120 _t
(Version)_S 60 _t
(2.0,)_S 60 _t
(completed)_S 60 _t
(about)_S 60 _t
(a)_S 60 _t
(year)_S 60 _t
(later,)_S 60 _t
(contained)_S 960 8693 _m
(additional)_S 45 _t
(tests)_S 45 _t
(as)_S 45 _t
(well)_S 45 _t
(as)_S 45 _t
(the)_S 44 _t
(support)_S 45 _t
(system)_S 45 _t
(\(software)_S 45 _t
(utilities\))_S 45 _t
(to)_S 45 _t
(administer)_S 45 _t
(the)_S 45 _t
(validation)_S 44 _t
(process.)_S 90 _t
(Continuing)_S 960 8477 _m
(standardization)_S 40 _t
(work)_S 39 _t
(for)_S 39 _t
(SQL)_S 40 _t
(resulted)_S 39 _t
(in)_S 40 _t
(a)_S 39 _t
(revised)_S 39 _t
(SQL)_S 40 _t
(standard,)_S 39 _t
(ANSI)_S 39 _t
(X3.135-1989,)_S 40 _t
(published)_S 39 _t
(December)_S 39 _t
(1989.)_S 960 8261 _m
(This)_S 61 _t
(revised)_S 61 _t
(standard)_S 62 _t
(contained)_S 61 _t
(integrity)_S 61 _t
(enhancements)_S 61 _t
(for)_S 61 _t
(SQL,)_S 61 _t
(including)_S 62 _t
(referential)_S 61 _t
(integrity,)_S 61 _t
(default)_S 61 _t
(values)_S 960 8045 _m
(for)_S 44 _t
(columns,)_S 44 _t
(and)_S 44 _t
(check)_S 44 _t
(clauses.)_S 88 _t
(FIPS)_S 44 _t
(PUB)_S 44 _t
(127)_S 44 _t
(was)_S 44 _t
(revised)_S 44 _t
(to)_S 44 _t
(specify)_S 44 _t
(these)_S 44 _t
(new)_S 44 _t
(integrity)_S 44 _t
(features)_S 44 _t
(as)_S 44 _t
(an)_S 44 _t
(optional)_S 960 7829 _m
(module)_S 63 _t
(which)_S 63 _t
(federal)_S 63 _t
(agencies)_S 63 _t
(could)_S 63 _t
(either)_S 63 _t
(require)_S 63 _t
(or)_S 63 _t
(\(by)_S 63 _t
(default\))_S 63 _t
(not)_S 63 _t
(require)_S 63 _t
(in)_S 63 _t
(a)_S 63 _t
(procurement.)_S 126 _t
(Version)_S 63 _t
(2.0)_S 960 7613 _m
(of)_S 56 _t
(the)_S 55 _t
(test)_S 56 _t
(suite)_S 55 _t
(also)_S 56 _t
(contained)_S 55 _t
(a)_S 56 _t
(set)_S 55 _t
(of)_S 56 _t
(tests)_S 55 _t
(to)_S 56 _t
(validate)_S 56 _t
(conformance)_S 55 _t
(to)_S 56 _t
(this)_S 55 _t
(optional)_S 56 _t
(module.)_S 111 _t
(In)_S 55 _t
(the)_S 56 _t
(same)_S 55 _t
(time)_S 960 7397 _m
(frame,)_S 63 _t
(ANSI)_S 63 _t
(X3.168-1989)_S 63 _t
(standardized)_S 64 _t
(the)_S 63 _t
(embedding)_S 63 _t
(of)_S 63 _t
(SQL)_S 63 _t
(in)_S 64 _t
(programming)_S 63 _t
(languages)_S 63 _t
(\(Ada,)_S 63 _t
(C,)_S 63 _t
(COBOL,)_S 960 7181 _m
(FORTRAN,)_S 48 _t
(Pascal)_S 49 _t
(and)_S 48 _t
(PL/I\).)_S 97 _t
(The)_S 48 _t
(first)_S 48 _t
(release)_S 49 _t
(of)_S 48 _t
(the)_S 49 _t
(NIST)_S 48 _t
(SQL)_S 48 _t
(Test)_S 49 _t
(Suite)_S 48 _t
(contained)_S 49 _t
(tests)_S 48 _t
(for)_S 48 _t
(Embedded)_S 49 _t
(SQL,)_S 960 6965 _m
(in)_S 63 _t
(anticipation)_S 63 _t
(of)_S 63 _t
(this)_S 64 _t
(standard.)_S 126 _t
(Since)_S 63 _t
(numerous)_S 63 _t
(implementations)_S 63 _t
(of)_S 63 _t
(Embedded)_S 63 _t
(SQL)_S 63 _t
(already)_S 64 _t
(existed,)_S 63 _t
(prior)_S 63 _t
(to)_S 960 6749 _m
(standardization,)_S 57 _t
(NIST)_S 57 _t
(hoped)_S 56 _t
(that)_S 57 _t
(the)_S 57 _t
(early)_S 57 _t
(availability)_S 56 _t
(of)_S 57 _t
(tests)_S 57 _t
(for)_S 57 _t
(that)_S 56 _t
(interface)_S 57 _t
(would)_S 57 _t
(hasten)_S 57 _t
(the)_S 56 _t
(conformance)_S 960 6533 _m
(of)_S 58 _t
(implementations)_S 58 _t
(to)_S 57 _t
(the)_S 58 _t
(revised)_S 58 _t
(FIPS)_S 57 _t
(PUB)_S 58 _t
(127-1.)_S 115 _t
(Version)_S 58 _t
(3.0)_S 57 _t
(provided)_S 58 _t
(test)_S 58 _t
(suites)_S 58 _t
(for)_S 57 _t
(Ada)_S 58 _t
(bindings)_S 58 _t
(to)_S 57 _t
(SQL)_S 960 6317 _m
(and)_S 59 _t
(also)_S 59 _t
(tests)_S 59 _t
(for)_S 59 _t
(the)_S 59 _t
(errata)_S 59 _t
(in)_S 59 _t
(the)_S 59 _t
(SQL)_S 59 _t
(Information)_S 59 _t
(Bulletin)_S 59 _t
(SQLIB-1.)_S 118 _t
(ANSI)_S 59 _t
(X3.135-1992,)_S 59 _t
(the)_S 59 _t
(1992)_S 59 _t
(revision)_S 960 6101 _m
(of)_S 54 _t
(the)_S 54 _t
(SQL)_S 53 _t
(standard,)_S 54 _t
(represents)_S 54 _t
(a)_S 54 _t
(major)_S 54 _t
(enhancement)_S 53 _t
(in)_S 54 _t
(SQL)_S 54 _t
(functionality.)_S 108 _t
(Conformance)_S 53 _t
(to)_S 54 _t
(FIPS)_S 54 _t
(PUB)_S 54 _t
(127-2,)_S 960 5885 _m
(Entry)_S 71 _t
(SQL,)_S 72 _t
(requires)_S 72 _t
(additional)_S 71 _t
(capabilities)_S 72 _t
(from)_S 72 _t
(an)_S 71 _t
(SQL)_S 72 _t
(implementation)_S 72 _t
(beyond)_S 71 _t
(those)_S 72 _t
(required)_S 72 _t
(for)_S 72 _t
(minimal)_S 960 5669 _m
(conformance)_S 77 _t
(to)_S 77 _t
(FIPS)_S 77 _t
(PUB)_S 78 _t
(127-1.)_S 154 _t
(The)_S 77 _t
(Integrity)_S 77 _t
(Enhancement)_S 77 _t
(Feature)_S 77 _t
(is)_S 77 _t
(now)_S 77 _t
(mandatory.)_S 154 _t
(Support)_S 77 _t
(for)_S 77 _t
(the)_S 960 5453 _m
(following)_S 40 _t
(additional)_S 39 _t
(features)_S 40 _t
(is)_S 39 _t
(now)_S 40 _t
(required:)_S 79 _t
(SQLSTATE)_S 40 _t
(status)_S 39 _t
(codes,)_S 40 _t
(delimited)_S 40 _t
(identifiers,)_S 40 _t
(renaming)_S 39 _t
(columns,)_S 960 5237 _m
(commas)_S 64 _t
(in)_S 63 _t
(parameter)_S 64 _t
(lists,)_S 64 _t
(SQL)_S 63 _t
(Errata)_S 64 _t
(against)_S 64 _t
(ANSI)_S 64 _t
(X3.135-)_S 63 _t
(1989)_S 64 _t
(\(approved)_S 64 _t
(after)_S 63 _t
(publication)_S 64 _t
(of)_S 64 _t
(SQLIB-1\).)_S 960 5021 _m
(Version)_S 53 _t
(4.0)_S 53 _t
(of)_S 53 _t
(the)_S 53 _t
(NIST)_S 53 _t
(SQL)_S 53 _t
(Test)_S 53 _t
(Suite)_S 54 _t
(provides)_S 53 _t
(tests)_S 53 _t
(for)_S 53 _t
(all)_S 53 _t
(the)_S 54 _t
(features)_S 53 _t
(in)_S 53 _t
(Entry)_S 53 _t
(SQL.)_S 106 _t
(Version)_S 53 _t
(2.0)_S 53 _t
(was)_S 54 _t
(used)_S 960 4805 _m
(in)_S 69 _t
(the)_S 70 _t
(formal)_S 70 _t
(testing)_S 69 _t
(service)_S 70 _t
(offered)_S 70 _t
(by)_S 70 _t
(NIST)_S 69 _t
(which)_S 70 _t
(opened)_S 70 _t
(in)_S 69 _t
(April)_S 70 _t
(1990.)_S 139 _t
(Version)_S 70 _t
(3.0)_S 70 _t
(became)_S 69 _t
(the)_S 70 _t
(official)_S 960 4589 _m
(version)_S 61 _t
(of)_S 61 _t
(the)_S 61 _t
(test)_S 61 _t
(suite)_S 61 _t
(in)_S 61 _t
(July)_S 61 _t
(1992,)_S 61 _t
(and)_S 61 _t
(Version)_S 61 _t
(4.0)_S 61 _t
(became)_S 61 _t
(the)_S 61 _t
(official)_S 61 _t
(version)_S 61 _t
(in)_S 61 _t
(January)_S 61 _t
(1994.)_S 960 4157 _m
(The)_S 58 _t
(NIST)_S 57 _t
(SQL)_S 58 _t
(Test)_S 57 _t
(Suite)_S 58 _t
(provides)_S 57 _t
(ten)_S 58 _t
(programming)_S 57 _t
(language)_S 58 _t
(test)_S 57 _t
(suite)_S 58 _t
(types:)_S 57 _t
(Embedded)_S 58 _t
(\(preprocessor\))_S 57 _t
(SQL)_S 960 3941 _m
(Ada,)_S 45 _t
(Embedded)_S 45 _t
(SQL)_S 45 _t
(C,)_S 45 _t
(Embedded)_S 45 _t
(SQL)_S 45 _t
(COBOL,)_S 45 _t
(Embedded)_S 45 _t
(SQL)_S 45 _t
(FORTRAN,)_S 45 _t
(Embedded)_S 45 _t
(SQL)_S 46 _t
(Pascal,)_S 45 _t
(Module)_S 960 3725 _m
(Language)_S 63 _t
(Ada,)_S 63 _t
(Module)_S 63 _t
(Language)_S 63 _t
(C,)_S 62 _t
(Module)_S 63 _t
(Language)_S 63 _t
(COBOL,)_S 63 _t
(Module)_S 63 _t
(Language)_S 62 _t
(FORTRAN,)_S 63 _t
(and)_S 63 _t
(Module)_S 960 3509 _m
(Language)_S 55 _t
(Pascal.)_S 110 _t
(NIST)_S 54 _t
(also)_S 55 _t
(provides)_S 55 _t
(an)_S 55 _t
(Interactive)_S 55 _t
(Direct)_S 55 _t
(SQL)_S 55 _t
(test)_S 55 _t
(suite)_S 54 _t
(type)_S 55 _t
(to)_S 55 _t
(test)_S 55 _t
(interactive)_S 55 _t
(invocation)_S 55 _t
(of)_S 960 3293 _m
(SQL)_S 109 _t
(statements)_S 109 _t
(as)_S 109 _t
(defined)_S 109 _t
(in)_S 109 _t
(FIPS)_S 109 _t
(127-2.)_S 218 _t
(The)_S 109 _t
(original)_S 109 _t
(test)_S 109 _t
(programs)_S 109 _t
(were)_S 109 _t
(developed)_S 109 _t
(in)_S 109 _t
(Embedded)_S 960 3077 _m
(\(preprocessor\))_S 51 _t
(SQL)_S 52 _t
(for)_S 51 _t
(the)_S 51 _t
(C)_S 51 _t
(language.)_S 103 _t
(The)_S 51 _t
(design)_S 51 _t
(objective)_S 52 _t
(for)_S 51 _t
(the)_S 51 _t
(test)_S 51 _t
(programs)_S 52 _t
(was)_S 51 _t
(to)_S 51 _t
(provide)_S 52 _t
(a)_S 51 _t
(simple)_S 51 _t
(test)_S 960 2861 _m
(for)_S 51 _t
(every)_S 52 _t
(general)_S 52 _t
(rule)_S 51 _t
(in)_S 52 _t
(the)_S 51 _t
(standard)_S 52 _t
(and)_S 51 _t
(to)_S 52 _t
(cover)_S 51 _t
(fully)_S 52 _t
(all)_S 51 _t
(SQL)_S 52 _t
(syntax.)_S 103 _t
(Ada,)_S 51 _t
(COBOL,)_S 52 _t
(FORTRAN,)_S 51 _t
(and)_S 52 _t
(Pascal)_S 960 2645 _m
(test)_S 57 _t
(routines,)_S 57 _t
(as)_S 57 _t
(well)_S 57 _t
(as)_S 57 _t
(module)_S 57 _t
(language)_S 57 _t
(test)_S 57 _t
(routines,)_S 57 _t
(were)_S 57 _t
(generated)_S 57 _t
(by)_S 57 _t
(software)_S 57 _t
(\(written)_S 57 _t
(by)_S 57 _t
(NIST\))_S 57 _t
(from)_S 57 _t
(the)_S 960 2429 _m
(original)_S 61 _t
(Embedded)_S 61 _t
(SQL)_S 61 _t
(C)_S 61 _t
(language.)_S 123 _t
(For)_S 61 _t
(this)_S 61 _t
(reason,)_S 61 _t
(the)_S 62 _t
(style)_S 61 _t
(of)_S 61 _t
(the)_S 61 _t
(translated)_S 61 _t
(code)_S 61 _t
(may)_S 61 _t
(seem)_S 62 _t
(unnatural)_S 61 _t
(for)_S 960 2213 _m
(a)_S 81 _t
(given)_S 82 _t
(language.)_S 163 _t
(The)_S 82 _t
(original)_S 81 _t
(Embedded)_S 82 _t
(SQL)_S 81 _t
(C)_S 82 _t
(Language)_S 81 _t
(tests)_S 82 _t
(are)_S 81 _t
(very)_S 82 _t
(simple,)_S 81 _t
(using)_S 82 _t
(only)_S 81 _t
(a)_S 82 _t
(carefully)_S 960 1997 _m
(restricted)_S 63 _t
(subset)_S 63 _t
(of)_S 63 _t
(the)_S 63 _t
(C)_S 63 _t
(Language.)_S 126 _t
(Otherwise,)_S 63 _t
(it)_S 63 _t
(would)_S 62 _t
(be)_S 63 _t
(technically)_S 63 _t
(infeasible)_S 63 _t
(to)_S 63 _t
(translate)_S 63 _t
(these)_S 63 _t
(tests)_S 63 _t
(into)_S 960 1781 _m
(the)_S 87 _t
(other)_S 88 _t
(programming)_S 87 _t
(languages.)_S 175 _t
(The)_S 87 _t
(Interactive)_S 87 _t
(Direct)_S 88 _t
(SQL)_S 87 _t
(test)_S 87 _t
(files)_S 88 _t
(were)_S 87 _t
(created)_S 87 _t
(by)_S 88 _t
(extracting)_S 87 _t
(SQL)_S 960 1565 _m
(statements)_S 59 _t
(from)_S 60 _t
(the)_S 60 _t
(Embedded)_S 59 _t
(SQL)_S 60 _t
(C)_S 60 _t
(programs.)_S 119 _t
(Test)_S 60 _t
(cases)_S 60 _t
(were)_S 59 _t
(reworked)_S 60 _t
(to)_S 60 _t
(avoid)_S 60 _t
(reference)_S 59 _t
(to)_S 60 _t
(cursors)_S 60 _t
(and)_S 960 1349 _m
(host)_S 43 _t
(variables.)_S 87 _t
(The)_S 43 _t
(resulting)_S 44 _t
(text)_S 43 _t
(files)_S 44 _t
(were)_S 43 _t
(annotated)_S 44 _t
(with)_S 43 _t
(comments)_S 44 _t
(describing)_S 43 _t
(the)_S 44 _t
(test)_S 43 _t
(and)_S 44 _t
(the)_S 43 _t
(expected)_S 44 _t
(results)_S 960 1133 _m
(required)_S 61 _t
(for)_S 61 _t
(a)_S 61 _t
("pass.")_S 9057 650 _m
(35)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
960 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
(Each)_S 71 _t
(test)_S 71 _t
(is)_S 71 _t
(designed)_S 72 _t
(to)_S 71 _t
(be)_S 71 _t
(short)_S 72 _t
(and)_S 71 _t
(simple,)_S 71 _t
(exercising)_S 72 _t
(as)_S 71 _t
(little)_S 71 _t
(of)_S 71 _t
(the)_S 72 _t
(host)_S 71 _t
(language)_S 71 _t
(as)_S 72 _t
(possible.)_S 142 _t
(The)_S 72 _t
(host)_S 960 11538 _m
(language)_S 48 _t
(compiler)_S 48 _t
(should)_S 47 _t
(be)_S 48 _t
(validated)_S 48 _t
(separately)_S 48 _t
(to)_S 47 _t
(ensure)_S 48 _t
(that)_S 48 _t
(it)_S 47 _t
(conforms)_S 48 _t
(to)_S 48 _t
(the)_S 48 _t
(applicable)_S 47 _t
(standards.)_S 96 _t
(The)_S 47 _t
(use)_S 960 11322 _m
(of)_S 70 _t
(complex)_S 71 _t
(host)_S 71 _t
(language)_S 70 _t
(code)_S 71 _t
(in)_S 71 _t
(SQL)_S 70 _t
(conformance)_S 71 _t
(programs)_S 71 _t
(would)_S 70 _t
(make)_S 71 _t
(tests)_S 71 _t
(difficult)_S 70 _t
(to)_S 71 _t
(understand)_S 71 _t
(and)_S 960 11106 _m
(would)_S 77 _t
(make)_S 76 _t
(it)_S 77 _t
(more)_S 77 _t
(difficult)_S 76 _t
(to)_S 77 _t
(resolve)_S 76 _t
(questions)_S 77 _t
(of)_S 77 _t
(interpretation)_S 76 _t
(of)_S 77 _t
(the)_S 77 _t
(SQL)_S 76 _t
(standard.)_S 154 _t
(Most)_S 76 _t
(of)_S 77 _t
(the)_S 77 _t
(tests)_S 960 10890 _m
(involve)_S 77 _t
(3)_S 78 _t
(small)_S 78 _t
(tables)_S 77 _t
(containing)_S 78 _t
(a)_S 78 _t
(total)_S 77 _t
(of)_S 78 _t
(23)_S 78 _t
(rows.)_S 155 _t
(The)_S 78 _t
(data)_S 78 _t
(types)_S 77 _t
(of)_S 78 _t
(columns)_S 78 _t
(in)_S 77 _t
(these)_S 78 _t
(tables)_S 78 _t
(are)_S 78 _t
(either)_S 960 10674 _m
(character)_S 51 _t
(string)_S 50 _t
(or)_S 51 _t
(integer,)_S 50 _t
(so)_S 51 _t
(the)_S 50 _t
(tests)_S 51 _t
(will)_S 50 _t
(work)_S 51 _t
(across)_S 50 _t
(all)_S 51 _t
(these)_S 50 _t
(programming)_S 50 _t
(languages.)_S 101 _t
(Other)_S 51 _t
(tables)_S 50 _t
(are)_S 50 _t
(used)_S 960 10458 _m
(to)_S 62 _t
(test)_S 61 _t
(approximate)_S 61 _t
(numeric)_S 62 _t
(and)_S 61 _t
(scaled)_S 62 _t
(exact)_S 61 _t
(numeric)_S 62 _t
(data)_S 61 _t
(types.)_S 123 _t
(Additional)_S 62 _t
(tests)_S 61 _t
(have)_S 62 _t
(been)_S 61 _t
(written)_S 62 _t
(to)_S 61 _t
(cover)_S 960 10242 _m
(the)_S 51 _t
(data)_S 51 _t
(type)_S 51 _t
(variables)_S 51 _t
(specific)_S 51 _t
(to)_S 51 _t
(each)_S 51 _t
(language.)_S 102 _t
(Each)_S 51 _t
(program)_S 51 _t
(contains)_S 51 _t
(one)_S 51 _t
(or)_S 51 _t
(more)_S 51 _t
(tests.)_S 102 _t
(Although)_S 51 _t
(allowing)_S 960 10026 _m
(only)_S 118 _t
(one)_S 118 _t
(test)_S 119 _t
(per)_S 118 _t
(program)_S 118 _t
(would)_S 118 _t
(simplify)_S 118 _t
(the)_S 118 _t
(evaluation)_S 118 _t
(of)_S 118 _t
(implementations)_S 118 _t
(with)_S 119 _t
(a)_S 118 _t
(high)_S 118 _t
(degree)_S 118 _t
(of)_S 960 9810 _m
(nonconformity,)_S 48 _t
(it)_S 48 _t
(would)_S 49 _t
(impose)_S 48 _t
(additional)_S 48 _t
(overhead)_S 48 _t
(on)_S 49 _t
(implementations)_S 48 _t
(with)_S 48 _t
(a)_S 48 _t
(high)_S 48 _t
(degree)_S 49 _t
(of)_S 48 _t
(conformity.)_S 96 _t
(The)_S 960 9594 _m
(tests)_S 66 _t
(within)_S 67 _t
(a)_S 67 _t
(program)_S 67 _t
(are)_S 67 _t
(intended)_S 67 _t
(to)_S 67 _t
(be)_S 66 _t
(independent)_S 67 _t
(so)_S 67 _t
(any)_S 67 _t
(one)_S 67 _t
(test)_S 66 _t
(may)_S 67 _t
(be)_S 67 _t
(removed)_S 67 _t
(without)_S 67 _t
(affecting)_S 67 _t
(the)_S 960 9378 _m
(remaining)_S 61 _t
(tests.)_S 122 _t
960 8946 _m
(Each)_S 58 _t
(test)_S 57 _t
(is)_S 57 _t
(self-evaluating;)_S 57 _t
(i.e.,)_S 57 _t
(each)_S 57 _t
(test)_S 57 _t
(is)_S 58 _t
(written)_S 57 _t
(with)_S 57 _t
(knowledge)_S 57 _t
(of)_S 57 _t
(the)_S 57 _t
(data)_S 58 _t
(in)_S 57 _t
(the)_S 57 _t
(database)_S 57 _t
(and)_S 57 _t
(the)_S 57 _t
(correct)_S 960 8730 _m
(response)_S 62 _t
(for)_S 63 _t
(a)_S 62 _t
(specific)_S 62 _t
(SQL)_S 62 _t
(statement.)_S 124 _t
(Each)_S 62 _t
(test)_S 62 _t
(checks)_S 62 _t
(for)_S 62 _t
(correct)_S 62 _t
(execution)_S 62 _t
(of)_S 62 _t
(the)_S 62 _t
(SQL)_S 62 _t
(statement)_S 62 _t
(and)_S 62 _t
(then)_S 960 8514 _m
(inserts)_S 53 _t
(into)_S 54 _t
(the)_S 53 _t
(reporting)_S 53 _t
(table,)_S 53 _t
(TESTREPORT,)_S 53 _t
(a)_S 53 _t
("pass")_S 53 _t
(or)_S 54 _t
("fail")_S 53 _t
(value)_S 53 _t
(for)_S 53 _t
(that)_S 53 _t
(test.)_S 107 _t
(After)_S 53 _t
(all)_S 53 _t
(the)_S 53 _t
(test)_S 53 _t
(programs)_S 960 8298 _m
(have)_S 114 _t
(executed,)_S 114 _t
(a)_S 114 _t
(summary)_S 114 _t
(of)_S 114 _t
(test)_S 114 _t
(results)_S 114 _t
(is)_S 113 _t
(produced)_S 114 _t
(automatically)_S 114 _t
(by)_S 114 _t
(another)_S 114 _t
(program)_S 114 _t
(which)_S 114 _t
(reads)_S 960 8082 _m
(TESTREPORT.)_S 136 _t
(As)_S 68 _t
(each)_S 68 _t
(test)_S 68 _t
(is)_S 68 _t
(executed,)_S 68 _t
(a)_S 68 _t
(description)_S 68 _t
(of)_S 68 _t
(the)_S 68 _t
(test)_S 68 _t
(is)_S 67 _t
(printed)_S 68 _t
(on)_S 68 _t
(standard)_S 68 _t
(output)_S 68 _t
(\(the)_S 68 _t
(screen\))_S 960 7866 _m
(along)_S 62 _t
(with)_S 63 _t
(appropriate)_S 62 _t
(data)_S 62 _t
(values)_S 62 _t
(and)_S 62 _t
(the)_S 62 _t
(test)_S 62 _t
(result.)_S 124 _t
(This)_S 62 _t
(output)_S 62 _t
(should)_S 62 _t
(be)_S 62 _t
(considered)_S 62 _t
(as)_S 62 _t
(a)_S 62 _t
("log")_S 62 _t
(of)_S 62 _t
(the)_S 62 _t
(test)_S 960 7650 _m
(programs.)_S 110 _t
(It)_S 54 _t
(is)_S 55 _t
(intended)_S 55 _t
(to)_S 54 _t
(assist)_S 55 _t
(in)_S 55 _t
(debugging)_S 54 _t
(and)_S 55 _t
(in)_S 55 _t
(analyzing)_S 54 _t
(nonconformities.)_S 110 _t
(This)_S 54 _t
(output)_S 55 _t
(is)_S 55 _t
(not)_S 54 _t
(needed)_S 55 _t
(to)_S 960 7434 _m
(produce)_S 61 _t
(the)_S 61 _t
(automated)_S 61 _t
(conformance)_S 61 _t
(analysis)_S 61 _t
(of)_S 61 _t
(the)_S 61 _t
(SQL)_S 61 _t
(test)_S 61 _t
(suite.)_S 960 7002 _m
(These)_S 47 _t
(tests)_S 48 _t
(are)_S 47 _t
(not)_S 48 _t
(designed)_S 47 _t
(to)_S 48 _t
(debug)_S 47 _t
(DBMS)_S 48 _t
(software;)_S 47 _t
(however,)_S 48 _t
(they)_S 47 _t
(may)_S 48 _t
(help)_S 48 _t
(identify)_S 47 _t
(problem)_S 48 _t
(areas.)_S 95 _t
(The)_S 48 _t
(use)_S 960 6786 _m
(of)_S 83 _t
(small)_S 82 _t
(tables)_S 82 _t
(does)_S 82 _t
(not)_S 82 _t
(challenge)_S 83 _t
(the)_S 82 _t
(buffer-management)_S 82 _t
(strategy)_S 82 _t
(of)_S 82 _t
(an)_S 83 _t
(implementation.)_S 164 _t
(In)_S 82 _t
(addition,)_S 82 _t
(the)_S 960 6570 _m
(frequent)_S 56 _t
(use)_S 56 _t
(of)_S 55 _t
(ROLLBACK)_S 56 _t
(\(after)_S 56 _t
(tests)_S 56 _t
(which)_S 56 _t
(modify)_S 55 _t
(tables\),)_S 56 _t
(to)_S 56 _t
(restore)_S 56 _t
(the)_S 55 _t
(base)_S 56 _t
(data)_S 56 _t
(to)_S 56 _t
(its)_S 56 _t
(original)_S 55 _t
(state)_S 56 _t
(\(and)_S 960 6354 _m
(thus)_S 61 _t
(simplify)_S 61 _t
(testing\),)_S 61 _t
(limits)_S 61 _t
(testing)_S 61 _t
(of)_S 61 _t
(the)_S 61 _t
(COMMIT)_S 61 _t
(path.)_S 122 _t
(Since)_S 62 _t
(the)_S 61 _t
(SQL)_S 61 _t
(standard)_S 61 _t
(does)_S 61 _t
(not)_S 61 _t
(address)_S 62 _t
(physical)_S 960 6138 _m
(database)_S 60 _t
(design,)_S 59 _t
(it)_S 60 _t
(is)_S 59 _t
(likely)_S 59 _t
(that)_S 59 _t
(schema)_S 60 _t
(definition)_S 59 _t
(and)_S 60 _t
(DML)_S 59 _t
(tests)_S 59 _t
(will)_S 60 _t
(be)_S 59 _t
(run)_S 60 _t
(in)_S 59 _t
(the)_S 59 _t
(simplest)_S 60 _t
(manner)_S 59 _t
(possible,)_S 960 5922 _m
(without)_S 61 _t
(optimization.)_S 61 _t
960 5490 _m
(The)_S 59 _t
(test)_S 58 _t
(suite)_S 59 _t
(includes)_S 58 _t
(a)_S 59 _t
(few)_S 59 _t
(tests)_S 58 _t
(for)_S 59 _t
(the)_S 58 _t
("SQL)_S 59 _t
(Flagger")_S 59 _t
(option)_S 58 _t
(specified)_S 59 _t
(in)_S 58 _t
(Section)_S 59 _t
(10.d)_S 58 _t
(of)_S 59 _t
(FIPS)_S 58 _t
(PUB)_S 59 _t
(127-2.)_S 960 5274 _m
(These)_S 81 _t
(tests)_S 82 _t
(contain)_S 81 _t
(extensions)_S 82 _t
(to)_S 81 _t
(the)_S 82 _t
(SQL)_S 81 _t
(standard.)_S 163 _t
(In)_S 82 _t
(general,)_S 81 _t
(if)_S 82 _t
(an)_S 81 _t
(SQL)_S 82 _t
(implementation)_S 81 _t
(supports)_S 82 _t
(these)_S 960 5058 _m
(extensions,)_S 67 _t
(it)_S 67 _t
(must)_S 66 _t
(be)_S 67 _t
(able)_S 67 _t
(to)_S 67 _t
(flag)_S 66 _t
(the)_S 67 _t
(extensions)_S 67 _t
(with)_S 67 _t
(warning)_S 66 _t
(messages.)_S 134 _t
(These)_S 66 _t
(tests)_S 67 _t
(are)_S 67 _t
(to)_S 67 _t
(be)_S 66 _t
(run)_S 67 _t
(with)_S 67 _t
(the)_S 960 4842 _m
(flagging)_S 74 _t
(turned)_S 75 _t
(off)_S 74 _t
(and)_S 75 _t
(then,)_S 74 _t
(if)_S 74 _t
(successful,)_S 75 _t
(rerun)_S 74 _t
(with)_S 75 _t
(the)_S 74 _t
(flagging)_S 75 _t
(turned)_S 74 _t
(on.)_S 149 _t
(Test)_S 75 _t
(evaluation)_S 74 _t
(for)_S 74 _t
(the)_S 75 _t
(SQL)_S 960 4626 _m
(Flagger)_S 62 _t
(is)_S 61 _t
(subjective,)_S 62 _t
(based)_S 61 _t
(upon)_S 62 _t
(examination)_S 61 _t
(of)_S 62 _t
(any)_S 61 _t
(warnings)_S 62 _t
(which)_S 61 _t
(are)_S 62 _t
(printed)_S 61 _t
(\(or)_S 62 _t
(displayed)_S 61 _t
(on)_S 62 _t
(the)_S 61 _t
(screen\))_S 960 4410 _m
(when)_S 50 _t
(extensions)_S 51 _t
(to)_S 51 _t
(SQL)_S 50 _t
(are)_S 51 _t
(used.)_S 101 _t
(The)_S 51 _t
("SQL)_S 50 _t
(Flagger")_S 51 _t
(tests)_S 50 _t
(are)_S 51 _t
(very)_S 50 _t
(limited.)_S 101 _t
(They)_S 51 _t
(are)_S 51 _t
(intended)_S 50 _t
(to)_S 51 _t
(demonstrate)_S 960 4194 _m
(the)_S 55 _t
(existence)_S 56 _t
(and)_S 56 _t
(style)_S 56 _t
(of)_S 55 _t
(monitoring)_S 56 _t
(provided)_S 55 _t
(by)_S 56 _t
(a)_S 56 _t
(vendor.)_S 111 _t
(They)_S 56 _t
(do)_S 56 _t
(not)_S 56 _t
(systematically)_S 55 _t
(attempt)_S 56 _t
(to)_S 56 _t
(detect)_S 56 _t
(SQL)_S 960 3978 _m
(extensions)_S 62 _t
(which)_S 62 _t
(are)_S 63 _t
(not)_S 62 _t
(flagged.)_S 125 _t
(For)_S 62 _t
(Entry)_S 62 _t
(SQL,)_S 63 _t
(standard)_S 62 _t
(features)_S 62 _t
(which)_S 63 _t
(are)_S 62 _t
(required)_S 63 _t
(only)_S 62 _t
(by)_S 62 _t
(higher)_S 63 _t
(levels)_S 960 3762 _m
(\(beyond)_S 55 _t
(Entry\))_S 55 _t
(should)_S 55 _t
(all)_S 56 _t
(be)_S 55 _t
(flagged)_S 55 _t
(along)_S 55 _t
(with)_S 56 _t
(nonstandard)_S 55 _t
(features.)_S 110 _t
(It)_S 55 _t
(is)_S 56 _t
(desirable,)_S 55 _t
(but)_S 55 _t
(not)_S 55 _t
(required,)_S 56 _t
(that)_S 55 _t
(the)_S 960 3546 _m
(flagging)_S 100 _t
(message)_S 100 _t
(indicate)_S 100 _t
(the)_S 99 _t
(exact)_S 100 _t
(status)_S 100 _t
(\(Transitional)_S 100 _t
(SQL,)_S 99 _t
(Intermediate)_S 100 _t
(SQL,)_S 100 _t
(Full)_S 100 _t
(SQL,)_S 99 _t
(nonstandard)_S 960 3330 _m
(extension\))_S 61 _t
(of)_S 61 _t
(the)_S 61 _t
(flagged)_S 61 _t
(feature.)_S 960 2898 _m
(The)_S 73 _t
(test)_S 72 _t
(suite)_S 72 _t
(has)_S 72 _t
(a)_S 73 _t
(set)_S 72 _t
(of)_S 73 _t
(programs)_S 72 _t
(to)_S 73 _t
(test)_S 72 _t
(the)_S 73 _t
(specifications)_S 72 _t
(in)_S 72 _t
(FIPS)_S 73 _t
(PUB)_S 72 _t
(127-2,)_S 73 _t
(Section)_S 72 _t
(16.6,)_S 73 _t
("Sizing)_S 72 _t
(for)_S 960 2682 _m
(database)_S 41 _t
(constructs.")_S 82 _t
(These)_S 41 _t
(minimum)_S 41 _t
(specifications)_S 41 _t
(for)_S 41 _t
(the)_S 41 _t
(precision,)_S 41 _t
(size,)_S 41 _t
(or)_S 40 _t
(number)_S 41 _t
(of)_S 41 _t
(occurrences)_S 41 _t
(of)_S 41 _t
(database)_S 960 2466 _m
(constructs)_S 57 _t
(are)_S 57 _t
(contained)_S 57 _t
(\(by)_S 58 _t
(default\))_S 57 _t
(in)_S 57 _t
(procurements)_S 57 _t
(which)_S 57 _t
(do)_S 58 _t
(not)_S 57 _t
(provide)_S 57 _t
(alternate)_S 58 _t
(specifications.)_S 114 _t
(Reporting)_S 960 2250 _m
(of)_S 48 _t
(the)_S 47 _t
(FIPS)_S 48 _t
(sizing)_S 47 _t
(tests)_S 48 _t
(is)_S 47 _t
(separate)_S 48 _t
(from)_S 47 _t
(reporting)_S 48 _t
(on)_S 47 _t
(other)_S 48 _t
(tests.)_S 95 _t
(FIPS)_S 47 _t
(sizing)_S 48 _t
(tests)_S 47 _t
(are)_S 47 _t
(not)_S 48 _t
(technically)_S 47 _t
(considered)_S 960 2034 _m
(conformance)_S 52 _t
(tests,)_S 52 _t
(and)_S 52 _t
(passing)_S 52 _t
(these)_S 52 _t
(tests)_S 52 _t
(is)_S 52 _t
(not)_S 52 _t
(required)_S 52 _t
(for)_S 52 _t
(a)_S 52 _t
(Certificate)_S 53 _t
(of)_S 52 _t
(Validation)_S 52 _t
(for)_S 52 _t
(FIPS)_S 52 _t
(127-2.)_S 104 _t
(Utility)_S 960 1818 _m
(programs)_S 54 _t
(are)_S 53 _t
(included)_S 54 _t
(to)_S 54 _t
(make)_S 54 _t
(global)_S 53 _t
(and)_S 54 _t
(program-specific)_S 54 _t
(changes)_S 53 _t
(in)_S 54 _t
(a)_S 54 _t
(controlled)_S 54 _t
(and)_S 53 _t
(systematic)_S 54 _t
(manner)_S 54 _t
(and)_S 960 1602 _m
(to)_S 61 _t
(document)_S 61 _t
(those)_S 61 _t
(changes)_S 61 _t
(in)_S 61 _t
(the)_S 61 _t
(automated)_S 61 _t
(report.)_S 960 650 _m
(36)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
7406 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
(The)_S 53 _t
(test)_S 53 _t
(suite)_S 52 _t
(contains)_S 53 _t
(additional)_S 53 _t
(tests)_S 53 _t
(to)_S 52 _t
(help)_S 53 _t
(evaluate)_S 53 _t
(conformance)_S 53 _t
(to:)_S 105 _t
(\(1\))_S 53 _t
(the)_S 53 _t
(minimum)_S 52 _t
(sizing)_S 53 _t
(parameters)_S 53 _t
(for)_S 960 11538 _m
(database)_S 50 _t
(constructs)_S 49 _t
(specified)_S 50 _t
(in)_S 50 _t
(FIPS)_S 49 _t
(PUB)_S 50 _t
(127-2,)_S 50 _t
(Section)_S 49 _t
(16.6,)_S 50 _t
(\(2\))_S 50 _t
(the)_S 49 _t
(flagging)_S 50 _t
(of)_S 49 _t
(extensions,)_S 50 _t
(specified)_S 49 _t
(in)_S 50 _t
(FIPS)_S 960 11322 _m
(PUB)_S 48 _t
(127-2,)_S 48 _t
(Section)_S 47 _t
(10.d,)_S 48 _t
(SQL)_S 48 _t
(Flagger,)_S 47 _t
(and)_S 48 _t
(\(3\))_S 48 _t
(Interactive)_S 47 _t
(Direct)_S 48 _t
(SQL,)_S 48 _t
(as)_S 47 _t
(specified)_S 48 _t
(in)_S 47 _t
(FIPS)_S 48 _t
(PUB)_S 48 _t
(127-2)_S 47 _t
(Section)_S 960 11106 _m
(16.5.)_S 61 _t
960 10674 _m
(The)_S 58 _t
(test)_S 58 _t
(suite)_S 58 _t
(contains)_S 58 _t
(ten)_S 58 _t
(different)_S 58 _t
(programming)_S 58 _t
(language)_S 58 _t
(test)_S 58 _t
(suite)_S 58 _t
(types.)_S 116 _t
(An)_S 59 _t
(SQL)_S 58 _t
(implementation)_S 58 _t
(claiming)_S 960 10458 _m
(conformance)_S 55 _t
(to)_S 55 _t
(FIPS)_S 55 _t
(PUB)_S 55 _t
(127-2)_S 55 _t
(for)_S 55 _t
(a)_S 55 _t
(particular)_S 56 _t
(SQL)_S 55 _t
(interface;)_S 55 _t
(for)_S 55 _t
(example,)_S 55 _t
(Embedded)_S 55 _t
(SQL)_S 55 _t
(COBOL,)_S 55 _t
(should)_S 960 10242 _m
(be)_S 76 _t
(tested)_S 75 _t
(with)_S 76 _t
(the)_S 75 _t
(appropriate)_S 76 _t
(test)_S 75 _t
(suite)_S 76 _t
(type.)_S 151 _t
(The)_S 75 _t
(programming)_S 75 _t
(language)_S 76 _t
(compiler)_S 75 _t
(used)_S 75 _t
(for)_S 76 _t
(testing)_S 75 _t
(should)_S 960 10026 _m
(conform)_S 67 _t
(to)_S 67 _t
(the)_S 67 _t
(FIPS)_S 67 _t
(standard)_S 67 _t
(for)_S 67 _t
(that)_S 67 _t
(language)_S 67 _t
(and)_S 67 _t
(should)_S 67 _t
(be)_S 67 _t
(listed)_S 67 _t
(in)_S 67 _t
(the)_S 68 _t
(Validated)_S 67 _t
(Products)_S 67 _t
(List,)_S 67 _t
(which)_S 67 _t
(is)_S 960 9810 _m
(published)_S 61 _t
(quarterly)_S 61 _t
(by)_S 61 _t
(NIST.)_S 61 _t
960 9378 _m
(The)_S 60 _t
(intention)_S 60 _t
(of)_S 60 _t
(NIST)_S 60 _t
(is)_S 60 _t
(that)_S 60 _t
(this)_S 60 _t
(test)_S 60 _t
(suite)_S 60 _t
(should)_S 60 _t
(be)_S 60 _t
(used)_S 60 _t
(to)_S 60 _t
(help)_S 60 _t
(evaluate)_S 60 _t
(compliance)_S 60 _t
(of)_S 60 _t
(implementations)_S 60 _t
(of)_S 960 9162 _m
(SQL)_S 74 _t
(to)_S 74 _t
(FIPS)_S 73 _t
(PUB)_S 74 _t
(127-)_S 74 _t
(2.)_S 148 _t
(A)_S 74 _t
(correct)_S 73 _t
(implementation)_S 74 _t
(of)_S 74 _t
(FIPS)_S 74 _t
(127-2)_S 74 _t
(requires)_S 74 _t
(the)_S 73 _t
(incorporation)_S 74 _t
(of)_S 74 _t
(the)_S 74 _t
(SQL)_S 960 8946 _m
(standard)_S 74 _t
(document,)_S 74 _t
(ANSI)_S 74 _t
(X3.135-1992)_S 74 _t
(\(or)_S 74 _t
(ISO/IEC)_S 74 _t
(9075:1992\),)_S 74 _t
(into)_S 74 _t
(the)_S 74 _t
(design)_S 74 _t
(specifications)_S 75 _t
(for)_S 74 _t
(the)_S 74 _t
(SQL)_S 960 8730 _m
(implementation.)_S 154 _t
(The)_S 77 _t
(SQL)_S 77 _t
(test)_S 77 _t
(suite)_S 78 _t
(then)_S 77 _t
(confirms)_S 77 _t
(that)_S 77 _t
(the)_S 77 _t
(standard)_S 77 _t
(has)_S 77 _t
(been)_S 77 _t
(interpreted)_S 77 _t
(and)_S 77 _t
(implemented)_S 960 8514 _m
(correctly)_S 48 _t
(by)_S 48 _t
(the)_S 48 _t
(SQL)_S 48 _t
(supplier.)_S 95 _t
(The)_S 48 _t
(test)_S 48 _t
(suite)_S 47 _t
(is)_S 48 _t
(intended)_S 48 _t
(to)_S 48 _t
(be)_S 48 _t
(used,)_S 48 _t
(in)_S 48 _t
(conjunction)_S 48 _t
(with)_S 47 _t
(the)_S 48 _t
(SQL)_S 48 _t
(supplier's)_S 48 _t
(own)_S 960 8298 _m
(independently-developed)_S 61 _t
(regression)_S 60 _t
(tests,)_S 61 _t
(to)_S 60 _t
(ensure)_S 61 _t
(a)_S 60 _t
(robust)_S 60 _t
(and)_S 61 _t
(internally)_S 60 _t
(consistent)_S 61 _t
(product.)_S 121 _t
(A)_S 60 _t
(quality)_S 60 _t
(SQL)_S 960 8082 _m
(implementation)_S 61 _t
(is)_S 61 _t
(not)_S 61 _t
(achievable)_S 61 _t
(by)_S 61 _t
(simply)_S 61 _t
("fixing)_S 61 _t
(the)_S 61 _t
(product")_S 61 _t
(until)_S 61 _t
(it)_S 61 _t
(passes)_S 61 _t
(the)_S 61 _t
(tests.)_S 960 7650 _m
(It)_S 71 _t
(is)_S 71 _t
(important)_S 70 _t
(to)_S 71 _t
(recognize)_S 71 _t
(the)_S 71 _t
(limitations)_S 71 _t
(of)_S 70 _t
(this)_S 71 _t
(test)_S 71 _t
(suite)_S 71 _t
(and)_S 71 _t
(of)_S 70 _t
(any)_S 71 _t
(test)_S 71 _t
(suite.)_S 142 _t
(In)_S 70 _t
(particular,)_S 71 _t
(it)_S 71 _t
(would)_S 71 _t
(be)_S 960 7434 _m
(incorrect)_S 46 _t
(for)_S 47 _t
(implementations)_S 46 _t
(to)_S 46 _t
(claim)_S 46 _t
(conformance)_S 46 _t
(to)_S 46 _t
(FIPS)_S 47 _t
(PUB)_S 46 _t
(127-2)_S 46 _t
(simply)_S 46 _t
(by)_S 47 _t
(virtue)_S 46 _t
(of)_S 46 _t
(correct)_S 46 _t
(performance)_S 960 7218 _m
(of)_S 54 _t
(these)_S 53 _t
(tests.)_S 107 _t
(It)_S 53 _t
(is)_S 53 _t
(reasonable,)_S 54 _t
(however,)_S 53 _t
(for)_S 54 _t
(purposes)_S 53 _t
(of)_S 53 _t
(procurement,)_S 54 _t
(to)_S 53 _t
(substantiate)_S 54 _t
(claims)_S 53 _t
(of)_S 54 _t
(conformance)_S 53 _t
(to)_S 960 7002 _m
(FIPS)_S 73 _t
(PUB)_S 73 _t
(127-2)_S 73 _t
(by)_S 73 _t
(demonstrating)_S 73 _t
(correct)_S 73 _t
(execution)_S 73 _t
(of)_S 73 _t
(these)_S 73 _t
(tests.)_S 146 _t
(Performance)_S 73 _t
(is)_S 73 _t
(recognized)_S 72 _t
(as)_S 73 _t
(a)_S 73 _t
(critical)_S 960 6786 _m
(selection)_S 61 _t
(factor)_S 60 _t
(in)_S 61 _t
(many)_S 60 _t
(DBMS)_S 61 _t
(procurements.)_S 121 _t
(However,)_S 60 _t
(performance)_S 60 _t
(is)_S 61 _t
(not)_S 60 _t
(an)_S 61 _t
(issue)_S 60 _t
(for)_S 61 _t
(standards)_S 60 _t
(validation)_S 960 6570 _m
(testing)_S 61 _t
(and)_S 61 _t
(is)_S 61 _t
(not)_S 61 _t
(measured)_S 61 _t
(by)_S 61 _t
(this)_S 61 _t
(test)_S 61 _t
(suite.)_S 61 _t
960 5895 _m
/Times-BoldR 660 _ff
(9.2)_S 73 _t
(Testing)_S 73 _t
(SQL/ERI)_S 73 _t
(implementations)_S /Times-RomanR 550 _ff
122 _t
960 5453 _m
(The)_S 45 _t
(NIST)_S 44 _t
(SQL)_S 44 _t
(Test)_S 44 _t
(Suite)_S 45 _t
(tests)_S 44 _t
(an)_S 44 _t
(entire)_S 44 _t
(level)_S 45 _t
(of)_S 44 _t
(the)_S 44 _t
(FIPS)_S 44 _t
(SQL)_S 44 _t
(standard)_S 44 _t
(and)_S 44 _t
(includes)_S 45 _t
(tests)_S 44 _t
(for)_S 44 _t
(schema)_S 44 _t
(definition,)_S 960 5237 _m
(data)_S 61 _t
(manipulation,)_S 60 _t
(transaction)_S 60 _t
(management,)_S 60 _t
(and)_S 60 _t
(programming)_S 60 _t
(language)_S 60 _t
(interface)_S 60 _t
(at)_S 60 _t
(each)_S 61 _t
(level.)_S 120 _t
(Each)_S 60 _t
(of)_S 60 _t
(these)_S 960 5021 _m
(areas)_S 53 _t
(are)_S 52 _t
(tested)_S 52 _t
(separately,)_S 52 _t
(so)_S 53 _t
(it)_S 52 _t
(should)_S 52 _t
(not)_S 52 _t
(be)_S 52 _t
(too)_S 53 _t
(difficult)_S 52 _t
(to)_S 52 _t
(modify)_S 52 _t
(the)_S 53 _t
(test)_S 52 _t
(programs)_S 52 _t
(to)_S 52 _t
(test)_S 52 _t
(the)_S 52 _t
(various)_S 52 _t
(levels)_S 960 4805 _m
(of)_S 43 _t
(SDL)_S 43 _t
(and)_S 42 _t
(DML,)_S 43 _t
(the)_S 43 _t
(transaction)_S 42 _t
(mangement)_S 43 _t
(alternatives,)_S 43 _t
(and)_S 42 _t
(the)_S 43 _t
(different)_S 43 _t
(binding)_S 42 _t
(styles)_S 43 _t
(of)_S 43 _t
(the)_S 42 _t
(SQL/ERI)_S 43 _t
(Read-)_S 960 4589 _m
(Write)_S 48 _t
(profiles.)_S 97 _t
(At)_S 48 _t
(the)_S 48 _t
(present)_S 49 _t
(time,)_S 48 _t
(the)_S 48 _t
(test)_S 48 _t
(suite)_S 49 _t
(does)_S 48 _t
(not)_S 48 _t
(distinguish)_S 48 _t
(between)_S 49 _t
(the)_S 48 _t
(Minimal)_S 48 _t
(SQL)_S 48 _t
(and)_S 49 _t
(Entry)_S 48 _t
(SQL)_S 960 4373 _m
(levels,)_S 69 _t
(so)_S 68 _t
(more)_S 69 _t
(extensive)_S 69 _t
(modification)_S 69 _t
(will)_S 68 _t
(be)_S 69 _t
(needed)_S 68 _t
(to)_S 69 _t
(accommodate)_S 69 _t
(Minimal)_S 69 _t
(DML)_S 68 _t
(testing)_S 69 _t
(without)_S 69 _t
(losing)_S 960 4157 _m
(completeness)_S 61 _t
(of)_S 61 _t
(coverage.)_S 960 3725 _m
(In)_S 44 _t
(many)_S 43 _t
(cases,)_S 44 _t
(SQL/ERI)_S 43 _t
(profile)_S 44 _t
(testing)_S 43 _t
(will)_S 44 _t
(be)_S 43 _t
(accomplished)_S 44 _t
(by)_S 43 _t
(giving)_S 44 _t
(an)_S 43 _t
(implementation)_S 44 _t
(an)_S 43 _t
(SQL)_S 43 _t
(script)_S 44 _t
(of)_S 43 _t
(table)_S 960 3509 _m
(definitions)_S 53 _t
(that)_S 53 _t
(will)_S 53 _t
(be)_S 53 _t
(used)_S 53 _t
(for)_S 53 _t
(DML)_S 53 _t
(testing.)_S 106 _t
(Any)_S 53 _t
(implementation)_S 53 _t
(claiming)_S 53 _t
(to)_S 53 _t
(support)_S 53 _t
(Minimal)_S 53 _t
(SDL)_S 53 _t
(or)_S 53 _t
(above)_S 960 3293 _m
(will)_S 64 _t
(be)_S 64 _t
(able)_S 64 _t
(to)_S 64 _t
(read)_S 64 _t
(and)_S 64 _t
(implement)_S 64 _t
(the)_S 64 _t
(table)_S 64 _t
(definitions.)_S 128 _t
(If)_S 64 _t
(an)_S 64 _t
(implementation)_S 64 _t
(does)_S 65 _t
(not)_S 64 _t
(claim)_S 64 _t
(to)_S 64 _t
(support)_S 64 _t
(any)_S 960 3077 _m
(schema)_S 64 _t
(definition,)_S 65 _t
(then)_S 64 _t
(they)_S 65 _t
(will)_S 64 _t
(be)_S 64 _t
(free)_S 65 _t
(to)_S 64 _t
(implement)_S 65 _t
(the)_S 64 _t
(schema)_S 64 _t
(definition)_S 65 _t
(in)_S 64 _t
(an)_S 65 _t
(implementation-dependent)_S 960 2861 _m
(manner,)_S 61 _t
(so)_S 61 _t
(long)_S 61 _t
(as)_S 61 _t
(the)_S 61 _t
(result)_S 61 _t
(is)_S 61 _t
("as)_S 61 _t
(if")_S 61 _t
(the)_S 61 _t
(SQL)_S 61 _t
(script)_S 61 _t
(had)_S 61 _t
(been)_S 61 _t
(properly)_S 61 _t
(executed.)_S 122 _t
960 2429 _m
(Most)_S 55 _t
(of)_S 55 _t
(the)_S 55 _t
(DML)_S 55 _t
(testing)_S 55 _t
(is)_S 55 _t
(accomplished)_S 55 _t
(over)_S 55 _t
(just)_S 55 _t
(three)_S 55 _t
(table)_S 55 _t
(definitions)_S 55 _t
(with)_S 54 _t
(a)_S 55 _t
(handful)_S 55 _t
(of)_S 55 _t
(rows)_S 55 _t
(in)_S 55 _t
(each)_S 55 _t
(table.)_S 960 2213 _m
(If)_S 64 _t
(an)_S 65 _t
(SQL/ERI)_S 65 _t
(Server)_S 64 _t
(implementation)_S 65 _t
(supports)_S 65 _t
(Read-Write)_S 64 _t
(at)_S 65 _t
(the)_S 64 _t
(Minimal)_S 65 _t
(DML)_S 65 _t
(level)_S 64 _t
(or)_S 65 _t
(above,)_S 65 _t
(it)_S 64 _t
(should)_S 65 _t
(be)_S 960 1997 _m
(able)_S 59 _t
(to)_S 59 _t
(load)_S 59 _t
(data)_S 59 _t
(into)_S 59 _t
(the)_S 59 _t
(three)_S 59 _t
(tables)_S 59 _t
(to)_S 59 _t
(satisfy)_S 59 _t
(the)_S 59 _t
(testing)_S 59 _t
(requirements)_S 59 _t
(of)_S 60 _t
(a)_S 59 _t
(large)_S 59 _t
(majority)_S 59 _t
(of)_S 59 _t
(the)_S 59 _t
(tests.)_S 118 _t
(If)_S 59 _t
(the)_S 960 1781 _m
(SQL/ERI)_S 65 _t
(Server)_S 66 _t
(implementation)_S 66 _t
(is)_S 65 _t
(a)_S 66 _t
(Read-Only)_S 65 _t
(implementation,)_S 66 _t
(then)_S 66 _t
(it)_S 65 _t
(would)_S 66 _t
(be)_S 66 _t
(free)_S 66 _t
(to)_S 65 _t
(load)_S 66 _t
(the)_S 65 _t
(data)_S 66 _t
(in)_S 66 _t
(an)_S 960 1565 _m
(implementation-dependent)_S 61 _t
(manner.)_S 122 _t
9057 650 _m
(37)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
960 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
(Since)_S 61 _t
(the)_S 62 _t
(test)_S 61 _t
(suite)_S 62 _t
(in)_S 61 _t
(the)_S 62 _t
(past)_S 61 _t
(did)_S 62 _t
(not)_S 61 _t
(make)_S 62 _t
(a)_S 61 _t
(distinction)_S 61 _t
(between)_S 62 _t
(Read-Write)_S 61 _t
(servers)_S 62 _t
(and)_S 61 _t
(Read-Only)_S 62 _t
(servers,)_S 960 11538 _m
(a)_S 72 _t
(number)_S 72 _t
(of)_S 71 _t
(the)_S 72 _t
(tests)_S 71 _t
(have)_S 72 _t
(Update)_S 71 _t
(and)_S 72 _t
(Select)_S 72 _t
(statements)_S 71 _t
(mixed)_S 72 _t
(together)_S 71 _t
(in)_S 72 _t
(the)_S 72 _t
(same)_S 71 _t
(test.)_S 143 _t
(Often)_S 72 _t
(a)_S 71 _t
(test)_S 72 _t
(will)_S 960 11322 _m
(update)_S 58 _t
(an)_S 57 _t
(existing)_S 58 _t
(column,)_S 58 _t
(or)_S 58 _t
(add)_S 57 _t
(a)_S 58 _t
(new)_S 58 _t
(row)_S 58 _t
(to)_S 58 _t
(a)_S 57 _t
(table,)_S 58 _t
(and)_S 58 _t
(then)_S 58 _t
(test)_S 57 _t
(to)_S 58 _t
(determine)_S 58 _t
(if)_S 58 _t
(a)_S 57 _t
(certain)_S 58 _t
(query)_S 58 _t
(condition)_S 960 11106 _m
(is)_S 57 _t
(satisfied.)_S 113 _t
(For)_S 57 _t
(a)_S 56 _t
(Read-Only)_S 57 _t
(implementation,)_S 56 _t
(these)_S 57 _t
(tests)_S 56 _t
(will)_S 57 _t
(have)_S 56 _t
(to)_S 57 _t
(be)_S 57 _t
(substantially)_S 56 _t
(modified)_S 57 _t
(in)_S 56 _t
(order)_S 57 _t
(not)_S 56 _t
(to)_S 960 10890 _m
(lose)_S 63 _t
(completeness)_S 64 _t
(of)_S 63 _t
(coverage.)_S 127 _t
(It)_S 64 _t
(is)_S 64 _t
(the)_S 63 _t
(intent)_S 64 _t
(of)_S 63 _t
(NIST)_S 64 _t
(to)_S 63 _t
(do)_S 64 _t
(this)_S 63 _t
(modification)_S 64 _t
(on)_S 63 _t
(a)_S 64 _t
(schedule)_S 63 _t
(consistent)_S 64 _t
(with)_S 960 10674 _m
(the)_S 61 _t
(availability)_S 61 _t
(of)_S 61 _t
(funding)_S 61 _t
(and)_S 61 _t
(other)_S 61 _t
(resource)_S 61 _t
(requirements.)_S 960 9351 _m
/Times-BoldR 660 _ff
(10.)_S 146 _t
(Procurement)_S 73 _t
(Considerations)_S /Times-RomanR 550 _ff
960 8909 _m
(This)_S 68 _t
(FIPS)_S 68 _t
(for)_S 69 _t
(SQL)_S 68 _t
(Environments)_S 68 _t
(may)_S 68 _t
(be)_S 68 _t
(used)_S 68 _t
(to)_S 68 _t
(assist)_S 68 _t
(in)_S 68 _t
(the)_S 68 _t
(procurement)_S 68 _t
(of)_S 68 _t
(any)_S 69 _t
(of)_S 68 _t
(the)_S 68 _t
(following)_S 68 _t
(types)_S 68 _t
(of)_S 960 8693 _m
(products:)_S 1513 8261 _m
61 _t
(--)_S 1958 8261 _m
(Client-side)_S 61 _t
(user)_S 61 _t
(tools)_S 1513 8045 _m
61 _t
(--)_S 1958 8045 _m
(SQL/ERI)_S 61 _t
(Clients)_S 1513 7829 _m
61 _t
(--)_S 1958 7829 _m
(SQL/ERI)_S 61 _t
(Servers)_S 960 7397 _m
(This)_S 50 _t
(first)_S 51 _t
(specification)_S 51 _t
(is)_S 50 _t
(particularly)_S 51 _t
(oriented)_S 50 _t
(toward)_S 51 _t
(implementation)_S 50 _t
(profiles)_S 51 _t
(for)_S 50 _t
(SQL/ERI)_S 51 _t
(Servers,)_S 51 _t
(but)_S 50 _t
(may)_S 51 _t
(be)_S 960 7181 _m
(of)_S 57 _t
(limited)_S 56 _t
(assistance)_S 57 _t
(in)_S 56 _t
(procurements)_S 57 _t
(for)_S 57 _t
(each)_S 56 _t
(of)_S 57 _t
(the)_S 56 _t
(other)_S 57 _t
(two)_S 57 _t
(types)_S 56 _t
(of)_S 57 _t
(products.)_S 113 _t
(The)_S 56 _t
(assumptions)_S 57 _t
(on)_S 56 _t
(each)_S 57 _t
(of)_S 960 6965 _m
(these)_S 73 _t
(product)_S 73 _t
(types)_S 72 _t
(in)_S 73 _t
(an)_S 72 _t
(SQL)_S 73 _t
(Environment)_S 72 _t
(are)_S 73 _t
(given)_S 72 _t
(in)_S 73 _t
(Section)_S 73 _t
(1.2,)_S 72 _t
("SQL)_S 73 _t
(environment",)_S 72 _t
(Section)_S 73 _t
(2,)_S 72 _t
("Data)_S 960 6749 _m
(Integration)_S 66 _t
(Architecture",)_S 66 _t
(and)_S 65 _t
(Section)_S 66 _t
(3,)_S 66 _t
("SQL)_S 66 _t
(External)_S 66 _t
(Repository)_S 66 _t
(Interface)_S 65 _t
(\(SQL/ERI\)".)_S 132 _t
(This)_S 66 _t
(specification)_S 960 6533 _m
(cannot)_S 55 _t
(be)_S 56 _t
(used)_S 55 _t
(as)_S 56 _t
(the)_S 55 _t
(sole)_S 56 _t
(procurement)_S 55 _t
(instrument)_S 56 _t
(for)_S 56 _t
(any)_S 55 _t
(one)_S 56 _t
(of)_S 55 _t
(these)_S 56 _t
(product)_S 55 _t
(types.)_S 111 _t
(Instead,)_S 56 _t
(to)_S 55 _t
(be)_S 56 _t
(effective,)_S 960 6317 _m
(it)_S 53 _t
(must)_S 53 _t
(be)_S 53 _t
(supplemented)_S 53 _t
(by)_S 54 _t
(other)_S 53 _t
(requirements)_S 53 _t
(and/or)_S 53 _t
(complementary)_S 53 _t
(schema)_S 53 _t
(information)_S 53 _t
(as)_S 54 _t
(indicated)_S 53 _t
(in)_S 53 _t
(other)_S 960 6101 _m
(parts)_S 63 _t
(of)_S 62 _t
(this)_S 63 _t
(specification.)_S 125 _t
(The)_S 63 _t
(following)_S 63 _t
(subsections)_S 62 _t
(offer)_S 63 _t
(advice)_S 63 _t
(on)_S 62 _t
(how)_S 63 _t
(best)_S 63 _t
(to)_S 62 _t
(use)_S 63 _t
(this)_S 62 _t
(specification)_S 63 _t
(when)_S 960 5885 _m
(procuring)_S 61 _t
(a)_S 61 _t
(product)_S 61 _t
(to)_S 61 _t
(be)_S 61 _t
(integrated)_S 61 _t
(into)_S 61 _t
(an)_S 61 _t
(SQL)_S 61 _t
(environment)_S 61 _t
(from)_S 61 _t
(any)_S 61 _t
(one)_S 61 _t
(of)_S 61 _t
(these)_S 61 _t
(product)_S 61 _t
(types.)_S 960 5210 _m
/Times-BoldR 660 _ff
(10.1)_S 73 _t
(Client-side)_S 73 _t
(products)_S /Times-RomanR 550 _ff
122 _t
960 4768 _m
(A)_S 57 _t
(client-side)_S 57 _t
(product)_S 58 _t
(in)_S 57 _t
(an)_S 57 _t
(SQL)_S 57 _t
(environment)_S 57 _t
(is)_S 57 _t
(a)_S 57 _t
(product)_S 58 _t
(that)_S 57 _t
(uses)_S 57 _t
(the)_S 57 _t
(SQL)_S 57 _t
(language)_S 57 _t
(to)_S 58 _t
(access)_S 57 _t
(persistent)_S 57 _t
(data)_S 960 4552 _m
(on)_S 57 _t
(behalf)_S 57 _t
(of)_S 57 _t
(some)_S 57 _t
(end)_S 58 _t
(user.)_S 114 _t
(The)_S 57 _t
(product)_S 57 _t
(could)_S 57 _t
(be)_S 58 _t
(a)_S 57 _t
(graphical)_S 57 _t
(user)_S 57 _t
(interface)_S 57 _t
(\(GUI\))_S 57 _t
(or)_S 58 _t
(some)_S 57 _t
(other)_S 57 _t
(presentation)_S 960 4336 _m
(tool)_S 79 _t
(interfacing)_S 78 _t
(with)_S 78 _t
(a)_S 78 _t
(human)_S 78 _t
(end)_S 78 _t
(user,)_S 79 _t
(or)_S 78 _t
(it)_S 78 _t
(could)_S 78 _t
(be)_S 78 _t
(a)_S 78 _t
(value-added,)_S 79 _t
(computer-aided)_S 78 _t
(software)_S 78 _t
(engineering)_S 960 4120 _m
(\(CASE\))_S 57 _t
(productivity)_S 56 _t
(tool)_S 57 _t
(that)_S 57 _t
(is)_S 57 _t
(accessed)_S 57 _t
(from)_S 57 _t
(some)_S 57 _t
(other)_S 57 _t
(end)_S 57 _t
(user)_S 57 _t
(tool.)_S 113 _t
(The)_S 57 _t
(following)_S 57 _t
(steps)_S 57 _t
(may)_S 57 _t
(be)_S 57 _t
(helpful:)_S 960 3688 _m
61 _t
61 _t
61 _t
61 _t
(1.)_S 1513 3688 _m
(State)_S 47 _t
(the)_S 47 _t
(functional)_S 47 _t
(requirements)_S 46 _t
(of)_S 47 _t
(the)_S 47 _t
(tool)_S 47 _t
(itself.)_S 94 _t
(This)_S 47 _t
(could)_S 47 _t
(vary)_S 47 _t
(considerably)_S 46 _t
(and)_S 47 _t
(is)_S 47 _t
(beyond)_S 47 _t
(the)_S 47 _t
(scope)_S 1513 3472 _m
(of)_S 61 _t
(the)_S 61 _t
(FIPS)_S 61 _t
(PUB)_S 61 _t
(for)_S 61 _t
(SQL)_S 61 _t
(Environments.)_S 960 3040 _m
61 _t
61 _t
61 _t
61 _t
(2.)_S 1513 3040 _m
(Case:)_S 960 2608 _m
61 _t
61 _t
61 _t
61 _t
61 _t
(a.)_S 1513 2608 _m
(If)_S 47 _t
(the)_S 48 _t
(tool)_S 47 _t
(interacts)_S 47 _t
(directly)_S 47 _t
(with)_S 47 _t
(a)_S 47 _t
(human)_S 47 _t
(end)_S 47 _t
(user,)_S 47 _t
(then)_S 47 _t
(state)_S 48 _t
(the)_S 47 _t
(requirements)_S 47 _t
(of)_S 47 _t
(the)_S 47 _t
(human)_S 47 _t
(to)_S 47 _t
(computer)_S 1513 2392 _m
(interface.)_S 76 _t
(This)_S 38 _t
(interface)_S 38 _t
(may)_S 38 _t
(depend)_S 38 _t
(upon)_S 38 _t
("Human/Computer)_S 38 _t
(Interface)_S 38 _t
(Services")_S 39 _t
(as)_S 38 _t
(discussed)_S 38 _t
(in)_S 38 _t
(Sections)_S 1513 2176 _m
(3.3.2)_S 67 _t
(and)_S 67 _t
(4.8)_S 67 _t
(of)_S 67 _t
(the)_S 67 _t
(NIST)_S 67 _t
(Application)_S 67 _t
(Portability)_S 67 _t
(Profile)_S 67 _t
(\(APP\))_S 67 _t
(for)_S 67 _t
(Open)_S 68 _t
(Systems)_S 67 _t
(Environments)_S 67 _t
(\(see)_S 1513 1960 _m
([22]\).)_S 960 1528 _m
61 _t
61 _t
61 _t
61 _t
61 _t
(b.)_S 1513 1528 _m
(If)_S 63 _t
(the)_S 62 _t
(tool)_S 63 _t
(provides)_S 62 _t
(a)_S 63 _t
(services)_S 63 _t
(interface)_S 62 _t
(to)_S 63 _t
(other)_S 62 _t
(software)_S 63 _t
(tools,)_S 62 _t
(then)_S 63 _t
(state)_S 62 _t
(the)_S 63 _t
(calling)_S 63 _t
(requirements)_S 62 _t
(and)_S 1513 1312 _m
(data)_S 69 _t
(types)_S 69 _t
(that)_S 69 _t
(must)_S 69 _t
(pass)_S 69 _t
(across)_S 68 _t
(this)_S 69 _t
(interface.)_S 138 _t
(This)_S 69 _t
(interface)_S 69 _t
(may)_S 69 _t
(depend)_S 69 _t
(upon)_S 69 _t
(the)_S 69 _t
(Common)_S 69 _t
(Object)_S 960 650 _m
(38)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
7406 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
1513 11754 _m
(Request)_S 50 _t
(Broker)_S 51 _t
(Architecture)_S 50 _t
(\(CORBA\))_S 50 _t
(published)_S 51 _t
(by)_S 50 _t
(OMG)_S 51 _t
(and)_S 50 _t
(X/Open,)_S 50 _t
(or)_S 50 _t
(upon)_S 51 _t
(emerging)_S 50 _t
(international)_S 1513 11538 _m
(standards)_S 61 _t
(for)_S 61 _t
(language)_S 61 _t
(independent)_S 61 _t
(procedure)_S 61 _t
(calling)_S 61 _t
(mechanisms.)_S 960 11106 _m
61 _t
61 _t
61 _t
61 _t
(3.)_S 1513 11106 _m
(Choose)_S 57 _t
(an)_S 57 _t
(SQL)_S 56 _t
(binding)_S 57 _t
(style)_S 57 _t
(to)_S 57 _t
(be)_S 56 _t
(used)_S 57 _t
(between)_S 57 _t
(the)_S 57 _t
(client-side)_S 56 _t
(tool)_S 57 _t
(and)_S 57 _t
(the)_S 56 _t
(SQL)_S 57 _t
(data)_S 57 _t
(repository.)_S 113 _t
(See)_S 1513 10890 _m
(Section)_S 50 _t
(6,)_S 51 _t
("SQL)_S 51 _t
(Binding)_S 50 _t
(Alternatives",)_S 51 _t
(for)_S 51 _t
(discussion)_S 50 _t
(of)_S 51 _t
(the)_S 50 _t
(available)_S 51 _t
(binding)_S 51 _t
(styles.)_S 101 _t
(It)_S 51 _t
(is)_S 50 _t
(expected)_S 51 _t
(that)_S 1513 10674 _m
(the)_S 54 _t
(SQL/CLI)_S 55 _t
(binding)_S 54 _t
(style)_S 55 _t
(will)_S 54 _t
(be)_S 55 _t
(the)_S 55 _t
(most)_S 54 _t
(popular)_S 55 _t
(choice)_S 54 _t
(for)_S 55 _t
(client-side)_S 54 _t
(products)_S 55 _t
(within)_S 55 _t
(a)_S 54 _t
(single)_S 55 _t
(local)_S 1513 10458 _m
(client/server)_S 57 _t
(environment)_S 58 _t
(and)_S 58 _t
(that)_S 58 _t
(the)_S 57 _t
(Direct)_S 58 _t
(Invocation)_S 58 _t
(or)_S 58 _t
(RDA/SQL-Server)_S 58 _t
(binding)_S 57 _t
(styles)_S 58 _t
(will)_S 58 _t
(be)_S 58 _t
(the)_S 1513 10242 _m
(most)_S 61 _t
(popular)_S 61 _t
(choices)_S 61 _t
(when)_S 61 _t
(the)_S 61 _t
(client-side)_S 61 _t
(tool)_S 61 _t
(is)_S 61 _t
(accessing)_S 61 _t
(server)_S 61 _t
(data)_S 61 _t
(in)_S 61 _t
(a)_S 61 _t
(remote)_S 61 _t
(data)_S 61 _t
(repository.)_S 960 9810 _m
61 _t
61 _t
61 _t
61 _t
(4.)_S 1513 9810 _m
(Identify)_S 65 _t
(all)_S 66 _t
(of)_S 65 _t
(the)_S 66 _t
(SQL)_S 65 _t
(data)_S 66 _t
(types,)_S 65 _t
(and)_S 66 _t
(all)_S 65 _t
(of)_S 66 _t
(the)_S 65 _t
(SQL)_S 66 _t
(Abstract)_S 65 _t
(Data)_S 66 _t
(Type)_S 65 _t
(\(ADT\))_S 66 _t
(instances,)_S 65 _t
(that)_S 66 _t
(may)_S 1513 9594 _m
(need)_S 69 _t
(to)_S 68 _t
(be)_S 69 _t
(imported)_S 68 _t
(into)_S 69 _t
(the)_S 68 _t
(application)_S 69 _t
(tool.)_S 137 _t
(Make)_S 68 _t
(sure)_S 68 _t
(that)_S 69 _t
(the)_S 68 _t
(functional)_S 69 _t
(requirements)_S 68 _t
(of)_S 69 _t
(the)_S 68 _t
(tool)_S 1513 9378 _m
(include)_S 61 _t
(the)_S 61 _t
(manipulation)_S 61 _t
(and)_S 61 _t
(presentation)_S 61 _t
(of)_S 61 _t
(these)_S 61 _t
(application-specific)_S 61 _t
(objects.)_S 960 8946 _m
61 _t
61 _t
61 _t
61 _t
(5.)_S 1513 8946 _m
(If)_S 68 _t
(the)_S 67 _t
(client-side)_S 68 _t
(tool)_S 67 _t
(is)_S 68 _t
(going)_S 67 _t
(to)_S 68 _t
(create)_S 67 _t
(and)_S 68 _t
(manage)_S 67 _t
(its)_S 68 _t
(own)_S 67 _t
(public)_S 68 _t
(persistent)_S 67 _t
(data,)_S 68 _t
(and)_S 67 _t
(thereby)_S 68 _t
(be)_S 67 _t
(an)_S 1513 8730 _m
(SQL/ERI)_S 48 _t
(Server)_S 49 _t
(for)_S 48 _t
(other)_S 48 _t
(products)_S 48 _t
(in)_S 48 _t
(the)_S 48 _t
(SQL)_S 49 _t
(Environment,)_S 48 _t
(then)_S 48 _t
(follow)_S 48 _t
(the)_S 48 _t
(steps)_S 49 _t
(in)_S 48 _t
(Section)_S 48 _t
(10.3)_S 48 _t
(below)_S 1513 8514 _m
(for)_S 61 _t
(procurement)_S 61 _t
(of)_S 61 _t
(an)_S 61 _t
(SQL/ERI)_S 61 _t
(Server.)_S 960 7839 _m
/Times-BoldR 660 _ff
(10.2)_S 73 _t
(SQL/ERI)_S 73 _t
(Clients)_S /Times-RomanR 550 _ff
122 _t
960 7397 _m
(An)_S 85 _t
(SQL/ERI)_S 85 _t
(Client)_S 85 _t
(is)_S 85 _t
(a)_S 86 _t
(full-function,)_S 85 _t
(conforming)_S 85 _t
(FIPS)_S 85 _t
(SQL)_S 85 _t
(data)_S 86 _t
(manager)_S 85 _t
(that,)_S 85 _t
(in)_S 85 _t
(addition,)_S 85 _t
(supports)_S 86 _t
(the)_S 960 7181 _m
(SQL/ERI)_S 55 _t
(interface)_S 55 _t
(described)_S 55 _t
(in)_S 54 _t
(Section)_S 55 _t
(3.)_S 110 _t
(The)_S 55 _t
(functional)_S 55 _t
(requirements)_S 55 _t
(of)_S 55 _t
(the)_S 54 _t
(client)_S 55 _t
(side)_S 55 _t
(of)_S 55 _t
(this)_S 55 _t
(interface)_S 55 _t
(must)_S 960 6965 _m
(be)_S 47 _t
(supplied)_S 48 _t
(by)_S 47 _t
(an)_S 47 _t
(individual)_S 48 _t
(procurement)_S 47 _t
(since)_S 47 _t
(they)_S 48 _t
(are)_S 47 _t
(beyond)_S 48 _t
(the)_S 47 _t
(scope)_S 47 _t
(of)_S 47 _t
(this)_S 48 _t
(first)_S 47 _t
(specification)_S 47 _t
(for)_S 48 _t
(SQL/ERI)_S 960 6749 _m
(profiles.)_S 122 _t
(The)_S 61 _t
(following)_S 61 _t
(steps)_S 61 _t
(may)_S 61 _t
(be)_S 61 _t
(helpful:)_S 960 6317 _m
61 _t
61 _t
61 _t
61 _t
(1.)_S 1513 6317 _m
(If)_S 59 _t
(a)_S 59 _t
(full-function,)_S 58 _t
(conforming)_S 59 _t
(FIPS)_S 59 _t
(SQL)_S 59 _t
(data)_S 59 _t
(manager)_S 59 _t
(is)_S 59 _t
(not)_S 59 _t
(already)_S 59 _t
(available,)_S 59 _t
(then)_S 59 _t
(follow)_S 59 _t
(the)_S 59 _t
(Special)_S 1513 6101 _m
(Procurement)_S 72 _t
(Considerations)_S 72 _t
(given)_S 72 _t
(in)_S 72 _t
(Section)_S 72 _t
(16)_S 71 _t
(of)_S 72 _t
(FIPS)_S 72 _t
(PUB)_S 72 _t
(127-2)_S 71 _t
([3])_S 72 _t
(for)_S 72 _t
(procurement)_S 72 _t
(of)_S 72 _t
(an)_S 71 _t
(SQL)_S 1513 5885 _m
(Processor.)_S 960 5453 _m
61 _t
61 _t
61 _t
61 _t
(2.)_S 1513 5453 _m
(State)_S 84 _t
(the)_S 85 _t
(minimum)_S 84 _t
(profile)_S 85 _t
(of)_S 84 _t
(the)_S 85 _t
(SQL/ERI)_S 84 _t
(Server)_S 85 _t
(products)_S 84 _t
(that)_S 85 _t
(are)_S 84 _t
(to)_S 85 _t
(be)_S 84 _t
(integrated)_S 85 _t
(into)_S 84 _t
(the)_S 85 _t
(SQL)_S 1513 5237 _m
(Environment)_S 69 _t
(by)_S 70 _t
(this)_S 69 _t
(SQL/ERI)_S 70 _t
(Client.)_S 139 _t
(Use)_S 69 _t
(the)_S 70 _t
(profile)_S 69 _t
(items)_S 70 _t
(identified)_S 69 _t
(in)_S 70 _t
(Section)_S 69 _t
(7)_S 70 _t
(to)_S 69 _t
(determine)_S 70 _t
(this)_S 1513 5021 _m
(minimum)_S 61 _t
(profile.)_S 960 4589 _m
61 _t
61 _t
61 _t
61 _t
(3.)_S 1513 4589 _m
(Make)_S 64 _t
(sure)_S 63 _t
(that)_S 63 _t
(the)_S 64 _t
(SQL)_S 63 _t
(Processor)_S 64 _t
(supports)_S 63 _t
(all)_S 64 _t
(of)_S 63 _t
(the)_S 64 _t
(binding)_S 63 _t
(styles)_S 64 _t
(identified)_S 63 _t
(in)_S 64 _t
(the)_S 63 _t
(minimum)_S 63 _t
(profile)_S 1513 4373 _m
(for)_S 44 _t
(SQL/ERI)_S 44 _t
(Servers)_S 44 _t
(to)_S 44 _t
(be)_S 44 _t
(accessed,)_S 44 _t
(since)_S 44 _t
(a)_S 44 _t
(conforming)_S 44 _t
(FIPS)_S 44 _t
(SQL)_S 44 _t
(Processor)_S 44 _t
(need)_S 44 _t
(only)_S 44 _t
(support)_S 44 _t
(one)_S 45 _t
(such)_S 1513 4157 _m
(binding)_S 47 _t
(style.)_S 94 _t
(In)_S 48 _t
(particular,)_S 47 _t
(if)_S 47 _t
(the)_S 47 _t
(SQL/CLI)_S 47 _t
(or)_S 47 _t
(RDA)_S 47 _t
(binding)_S 47 _t
(styles)_S 48 _t
(are)_S 47 _t
(specified,)_S 47 _t
(make)_S 47 _t
(sure)_S 47 _t
(that)_S 47 _t
(the)_S 47 _t
(SQL)_S 1513 3941 _m
(Processor)_S 103 _t
(supports)_S 104 _t
(Connection)_S 103 _t
(Management)_S 103 _t
(statements)_S 104 _t
(\(a)_S 103 _t
(Full)_S 103 _t
(SQL)_S 104 _t
(feature\))_S 103 _t
(and)_S 103 _t
(can)_S 104 _t
(map)_S 103 _t
(those)_S 1513 3725 _m
(statements)_S 61 _t
(to)_S 61 _t
(appropriate)_S 61 _t
(SQL/CLI)_S 61 _t
(service)_S 61 _t
(calls)_S 61 _t
(or)_S 61 _t
(appropriate)_S 61 _t
(RDA/SQL-Client)_S 61 _t
(protocols.)_S 960 3293 _m
61 _t
61 _t
61 _t
61 _t
(4.)_S 1513 3293 _m
(State)_S 72 _t
(the)_S 72 _t
(functional)_S 72 _t
(requirements)_S 72 _t
(for)_S 72 _t
("schema)_S 72 _t
(federation",)_S 72 _t
(that)_S 72 _t
(is,)_S 72 _t
(the)_S 72 _t
(requirements)_S 72 _t
(for)_S 72 _t
(how)_S 72 _t
(the)_S 73 _t
(SQL)_S 1513 3077 _m
(processor)_S 67 _t
(is)_S 66 _t
(to)_S 67 _t
(make)_S 67 _t
(the)_S 66 _t
(SQL)_S 67 _t
(Schemas)_S 67 _t
(from)_S 67 _t
(an)_S 66 _t
(SQL/ERI)_S 67 _t
(Server)_S 67 _t
(visible)_S 66 _t
(as)_S 67 _t
(schema)_S 67 _t
(elements)_S 66 _t
(in)_S 67 _t
(some)_S 1513 2861 _m
(Catalog)_S 60 _t
(of)_S 59 _t
(the)_S 60 _t
(SQL)_S 59 _t
(Processor.)_S 120 _t
(The)_S 59 _t
(end)_S 60 _t
(user,)_S 60 _t
(be)_S 59 _t
(it)_S 60 _t
(human)_S 60 _t
(or)_S 59 _t
(software,)_S 60 _t
(should)_S 59 _t
(not)_S 60 _t
(be)_S 60 _t
(expected)_S 59 _t
(to)_S 60 _t
(have)_S 1513 2645 _m
(to)_S 43 _t
(do)_S 43 _t
(its)_S 43 _t
(own)_S 44 _t
(schema)_S 43 _t
(federation;)_S 43 _t
(a)_S 43 _t
(database)_S 43 _t
(administrator)_S 43 _t
(should)_S 43 _t
(be)_S 43 _t
(able)_S 43 _t
(to)_S 43 _t
(integrate)_S 44 _t
(the)_S 43 _t
(external)_S 43 _t
(schemas)_S 1513 2429 _m
(from)_S 50 _t
(the)_S 51 _t
(SQL/ERI)_S 50 _t
(Servers)_S 51 _t
(and)_S 50 _t
(make)_S 51 _t
(them)_S 51 _t
(appear)_S 50 _t
(as)_S 51 _t
(if)_S 50 _t
(they)_S 51 _t
(were)_S 50 _t
(part)_S 51 _t
(of)_S 50 _t
(the)_S 51 _t
(local)_S 50 _t
(SQL)_S 51 _t
(data.)_S 101 _t
(Most)_S 51 _t
(SQL)_S 1513 2211 _m
(implementations)_S 69 _t
(have)_S 69 _t
(the)_S 69 _t
(ability)_S 69 _t
(to)_S 70 _t
(do)_S 69 _t
(this,)_S 69 _t
(but)_S 69 _t
(it)_S 69 _t
(is)_S 69 _t
(not)_S 69 _t
(yet)_S 69 _t
(part)_S 69 _t
(of)_S 70 _t
(the)_S 69 _t
/Times-ItalicR 550 _ff
(de)_S 69 _t
(jure)_S /Times-RomanR 550 _ff
69 _t
(SQL)_S 69 _t
(standard,)_S 69 _t
(so)_S 69 _t
(the)_S 1513 1995 _m
(procuring)_S 43 _t
(authority)_S 43 _t
(cannot)_S 42 _t
(yet)_S 43 _t
(point)_S 43 _t
(to)_S 43 _t
(this)_S 42 _t
(capability)_S 43 _t
(in)_S 43 _t
(a)_S 43 _t
(formal)_S 43 _t
(standard)_S 43 _t
(and)_S 42 _t
(require)_S 43 _t
(conformance.)_S 86 _t
(This)_S 1513 1779 _m
(topic)_S 48 _t
(will)_S 47 _t
(be)_S 48 _t
(addressed)_S 48 _t
(further)_S 48 _t
(in)_S 48 _t
(profile)_S 47 _t
(specifications)_S 48 _t
(for)_S 48 _t
(SQL/ERI)_S 48 _t
(Clients,)_S 47 _t
(a)_S 48 _t
(follow-on)_S 48 _t
(objective)_S 47 _t
(of)_S 48 _t
(the)_S 1513 1563 _m
(FIPS)_S 61 _t
(for)_S 61 _t
(SQL)_S 61 _t
(Environments.)_S 9057 650 _m
(39)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
960 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11754 _m
61 _t
61 _t
61 _t
61 _t
(5.)_S 1513 11754 _m
(Make)_S 69 _t
(sure)_S 70 _t
(that)_S 70 _t
(the)_S 70 _t
(SQL)_S 70 _t
(Processor)_S 70 _t
(can)_S 70 _t
(translate)_S 69 _t
(full-function)_S 70 _t
(SQL)_S 70 _t
(DML)_S 70 _t
(statements)_S 69 _t
(into)_S 70 _t
(a)_S 70 _t
(module)_S 70 _t
(of)_S 1513 11538 _m
(lower)_S 63 _t
(level)_S 64 _t
(SQL)_S 63 _t
(DML)_S 63 _t
(statements)_S 63 _t
(\(e.g.)_S 63 _t
(Minimal)_S 63 _t
(DML\))_S 64 _t
(that)_S 63 _t
(have)_S 63 _t
(the)_S 63 _t
(same)_S 64 _t
(effect.)_S 126 _t
(In)_S 63 _t
(order)_S 64 _t
(to)_S 63 _t
(do)_S 63 _t
(this,)_S 1513 11322 _m
(it)_S 49 _t
(may)_S 50 _t
(be)_S 49 _t
(necessary)_S 49 _t
(for)_S 49 _t
(the)_S 49 _t
(SQL)_S 49 _t
(Processor)_S 50 _t
(to)_S 49 _t
(build)_S 49 _t
(temporary)_S 49 _t
(tables,)_S 49 _t
(populate)_S 50 _t
(the)_S 49 _t
(temporary)_S 49 _t
(tables)_S 49 _t
(from)_S 1513 11106 _m
(data)_S 70 _t
(retrieved)_S 71 _t
(from)_S 71 _t
(external)_S 71 _t
(SQL/ERI)_S 71 _t
(Servers,)_S 70 _t
(and)_S 71 _t
(then)_S 71 _t
(further)_S 71 _t
(manipulate)_S 70 _t
(the)_S 71 _t
(data)_S 71 _t
(in)_S 71 _t
(the)_S 71 _t
(temporary)_S 1513 10890 _m
(tables)_S 45 _t
(before)_S 45 _t
(returning)_S 45 _t
(the)_S 45 _t
(correct)_S 45 _t
(result)_S 46 _t
(to)_S 45 _t
(the)_S 45 _t
(end)_S 45 _t
(user.)_S 90 _t
(For)_S 45 _t
(a)_S 46 _t
(further)_S 45 _t
(discussion)_S 45 _t
(of)_S 45 _t
(this)_S 45 _t
(point)_S 45 _t
(see)_S 46 _t
(Section)_S 1513 10674 _m
(3,)_S 55 _t
(which)_S 55 _t
(discusses)_S 55 _t
(the)_S 55 _t
(assumed)_S 56 _t
(capabilities)_S 55 _t
(of)_S 55 _t
(an)_S 55 _t
(SQL/ERI)_S 55 _t
(Client.)_S 111 _t
(This)_S 55 _t
(topic)_S 55 _t
(will)_S 55 _t
(be)_S 55 _t
(addressed)_S 56 _t
(further)_S 1513 10458 _m
(in)_S 54 _t
(profile)_S 55 _t
(specifications)_S 54 _t
(for)_S 54 _t
(SQL/ERI)_S 55 _t
(Clients,)_S 54 _t
(a)_S 54 _t
(follow-on)_S 55 _t
(objective)_S 54 _t
(of)_S 55 _t
(the)_S 54 _t
(FIPS)_S 54 _t
(for)_S 55 _t
(SQL)_S 54 _t
(Environments.)_S 960 10026 _m
61 _t
61 _t
61 _t
61 _t
(6.)_S 1513 10026 _m
(If)_S 68 _t
(the)_S 68 _t
(profile)_S 69 _t
(for)_S 68 _t
(SQL/ERI)_S 68 _t
(Server)_S 68 _t
(products)_S 68 _t
(to)_S 68 _t
(be)_S 69 _t
(supported)_S 68 _t
(requires)_S 68 _t
(SQL/PSM,)_S 69 _t
(SQL/MM,)_S 68 _t
(ADTs)_S 68 _t
(and)_S 1513 9810 _m
(methods,)_S 72 _t
(or)_S 71 _t
(Object)_S 71 _t
(data)_S 71 _t
(management,)_S 71 _t
(then)_S 71 _t
(make)_S 71 _t
(sure)_S 71 _t
(that)_S 72 _t
(the)_S 71 _t
(SQL)_S 71 _t
(Processor)_S 71 _t
(is)_S 71 _t
(able)_S 71 _t
(to)_S 71 _t
(invoke)_S 71 _t
(SQL)_S 1513 9594 _m
(functions)_S 61 _t
(and)_S 61 _t
(ADT)_S 61 _t
(methods)_S 61 _t
(that)_S 61 _t
(are)_S 61 _t
(defined)_S 61 _t
(by)_S 61 _t
(an)_S 61 _t
(external)_S 61 _t
(server.)_S 960 8919 _m
/Times-BoldR 660 _ff
(10.3)_S 73 _t
(SQL/ERI)_S 73 _t
(Servers)_S /Times-RomanR 550 _ff
122 _t
960 8477 _m
(An)_S 65 _t
(SQL/ERI)_S 64 _t
(Server)_S 64 _t
(is)_S 65 _t
(a)_S 64 _t
(server-side)_S 64 _t
(product)_S 65 _t
(in)_S 64 _t
(an)_S 64 _t
(SQL)_S 65 _t
(environment)_S 64 _t
(that)_S 65 _t
(controls)_S 64 _t
(the)_S 64 _t
(data)_S 65 _t
(that)_S 64 _t
(is)_S 64 _t
(to)_S 65 _t
(be)_S 64 _t
(made)_S 960 8261 _m
(available)_S 60 _t
(to)_S 60 _t
(client-side)_S 60 _t
(tools.)_S 120 _t
(An)_S 60 _t
(SQL/ERI)_S 60 _t
(Server)_S 60 _t
(may)_S 60 _t
(be)_S 60 _t
(a)_S 60 _t
(legacy)_S 60 _t
(database,)_S 60 _t
(a)_S 60 _t
(specialized)_S 60 _t
(data)_S 60 _t
(manager)_S 60 _t
(such)_S 960 8045 _m
(as)_S 87 _t
(a)_S 88 _t
(Geographic)_S 88 _t
(Information)_S 87 _t
(System)_S 88 _t
(or)_S 88 _t
(a)_S 88 _t
(Full-Text)_S 87 _t
(document)_S 88 _t
(management)_S 88 _t
(system,)_S 87 _t
(or)_S 88 _t
(an)_S 88 _t
(object)_S 88 _t
(database)_S 960 7829 _m
(management)_S 48 _t
(system.)_S 95 _t
(With)_S 47 _t
(even)_S 48 _t
(partial)_S 48 _t
(support)_S 48 _t
(of)_S 47 _t
(the)_S 48 _t
(SQL)_S 47 _t
(language,)_S 48 _t
(such)_S 48 _t
(products)_S 47 _t
(are)_S 48 _t
(able)_S 47 _t
(to)_S 48 _t
(provide)_S 48 _t
(a)_S 47 _t
(degree)_S 960 7613 _m
(of)_S 69 _t
(integration)_S 68 _t
(between)_S 68 _t
(themselves)_S 69 _t
(and)_S 68 _t
(other)_S 69 _t
(products)_S 68 _t
(in)_S 69 _t
(the)_S 68 _t
(SQL)_S 69 _t
(environment.)_S 137 _t
(The)_S 68 _t
(following)_S 69 _t
(steps)_S 68 _t
(may)_S 68 _t
(be)_S 960 7397 _m
(helpful)_S 61 _t
(in)_S 61 _t
(the)_S 61 _t
(procurement)_S 61 _t
(of)_S 61 _t
(an)_S 61 _t
(SQL/ERI)_S 61 _t
(Server:)_S 960 6965 _m
61 _t
61 _t
61 _t
61 _t
(1.)_S 1513 6965 _m
(Determine)_S 71 _t
(if)_S 70 _t
(the)_S 70 _t
(SQL/ERI)_S 71 _t
(Server)_S 70 _t
(is)_S 70 _t
(to)_S 71 _t
(be)_S 70 _t
(a)_S 70 _t
(Read-Only)_S 70 _t
(Server)_S 71 _t
(or)_S 70 _t
(a)_S 70 _t
(Read-Write)_S 71 _t
(Server.)_S 140 _t
(A)_S 70 _t
(read-only)_S 1513 6749 _m
(server)_S 85 _t
(will)_S 85 _t
(have)_S 84 _t
(a)_S 85 _t
(much)_S 85 _t
(easier)_S 84 _t
(time)_S 85 _t
(meeting)_S 84 _t
(the)_S 85 _t
(conformance)_S 85 _t
(requirements)_S 85 _t
(specified)_S 84 _t
(in)_S 85 _t
(Section)_S 84 _t
(7.)_S 1513 6533 _m
(Failure)_S 59 _t
(to)_S 59 _t
(specify)_S 60 _t
(either)_S 59 _t
(Read-Only)_S 59 _t
(or)_S 59 _t
(Read-Write)_S 59 _t
(means)_S 59 _t
(that,)_S 59 _t
(by)_S 59 _t
(default,)_S 59 _t
(the)_S 59 _t
(SQL/ERI)_S 59 _t
(Server)_S 59 _t
(is)_S 59 _t
(to)_S 59 _t
(be)_S 1513 6317 _m
(a)_S 61 _t
(Read-Only)_S 61 _t
(Server.)_S 960 5885 _m
61 _t
61 _t
61 _t
61 _t
(2.)_S 1513 5885 _m
(Identify)_S 58 _t
(any)_S 59 _t
(SQL)_S 58 _t
(schema)_S 58 _t
(definitions)_S 58 _t
(that)_S 58 _t
(the)_S 59 _t
(server)_S 58 _t
(shall)_S 58 _t
(support.)_S 117 _t
(See)_S 58 _t
(the)_S 58 _t
(discussions)_S 58 _t
(in)_S 59 _t
(Section)_S 58 _t
(8)_S 58 _t
(for)_S 1513 5669 _m
(examples)_S 64 _t
(of)_S 64 _t
(the)_S 63 _t
(kinds)_S 64 _t
(of)_S 64 _t
(schema)_S 64 _t
(definitions)_S 64 _t
(that)_S 64 _t
(might)_S 63 _t
(be)_S 64 _t
(specified.)_S 128 _t
(A)_S 63 _t
(procurement)_S 64 _t
(may)_S 64 _t
(require)_S 64 _t
(that)_S 1513 5453 _m
(a)_S 79 _t
(specific)_S 79 _t
(schema)_S 79 _t
(definition)_S 80 _t
(be)_S 79 _t
(supported,)_S 79 _t
(or)_S 79 _t
(alternatively,)_S 80 _t
(it)_S 79 _t
(may)_S 79 _t
(simply)_S 79 _t
(require)_S 80 _t
(that)_S 79 _t
(a)_S 79 _t
(proposal)_S 80 _t
(in)_S 1513 5237 _m
(response)_S 73 _t
(to)_S 73 _t
(a)_S 73 _t
(procurement)_S 72 _t
(request)_S 73 _t
(include)_S 73 _t
(an)_S 73 _t
(SQL)_S 72 _t
(schema)_S 73 _t
(for)_S 73 _t
(the)_S 72 _t
(data)_S 73 _t
(that)_S 73 _t
(is)_S 72 _t
(to)_S 73 _t
(be)_S 73 _t
(made)_S 72 _t
(available.)_S 1513 5021 _m
(Failure)_S 43 _t
(to)_S 43 _t
(identify)_S 43 _t
(any)_S 43 _t
(SQL)_S 43 _t
(schema)_S 43 _t
(definitions)_S 44 _t
(to)_S 43 _t
(be)_S 43 _t
(supported)_S 43 _t
(means)_S 43 _t
(that,)_S 43 _t
(by)_S 43 _t
(default,)_S 43 _t
(the)_S 43 _t
(supported)_S 44 _t
(SQL)_S 1513 4805 _m
(schema)_S 61 _t
(definitions)_S 61 _t
(are)_S 61 _t
(implementation-defined.)_S 960 4373 _m
61 _t
61 _t
61 _t
61 _t
(3.)_S 1513 4373 _m
(Specify)_S 69 _t
(a)_S 68 _t
(base)_S 69 _t
(level)_S 69 _t
(of)_S 69 _t
(SQL)_S 68 _t
(data)_S 69 _t
(manipulation)_S 69 _t
(language)_S 68 _t
(\(DML\))_S 69 _t
(that)_S 69 _t
(shall)_S 69 _t
(be)_S 68 _t
(supported,)_S 69 _t
(by)_S 69 _t
(choosing)_S 1513 4157 _m
(exactly)_S 97 _t
(one)_S 96 _t
(of)_S 97 _t
(the)_S 96 _t
(following)_S 97 _t
(DML)_S 96 _t
(alternatives:)_S 194 _t
(Minimal)_S 96 _t
(DML,)_S 97 _t
(Entry)_S 96 _t
(DML,)_S 97 _t
(Transitional)_S 96 _t
(DML,)_S 1513 3941 _m
(Intermediate)_S 58 _t
(DML,)_S 59 _t
(or)_S 59 _t
(Full)_S 58 _t
(DML.)_S 118 _t
(See)_S 59 _t
(the)_S 58 _t
(discussion)_S 59 _t
(of)_S 59 _t
(each)_S 59 _t
(of)_S 58 _t
(these)_S 59 _t
(alternatives)_S 59 _t
(in)_S 58 _t
(Section)_S 59 _t
(4)_S 59 _t
(and)_S 59 _t
(the)_S 1513 3725 _m
("Data)_S 61 _t
(Manipulation)_S 61 _t
(Rules")_S 61 _t
(in)_S 60 _t
(Section)_S 61 _t
(7.1)_S 61 _t
(\(Read-Only\))_S 61 _t
(or)_S 60 _t
(Section)_S 61 _t
(7.2)_S 61 _t
(\(Read-Write\).)_S 122 _t
(Failure)_S 60 _t
(to)_S 61 _t
(choose)_S 1513 3509 _m
(a)_S 76 _t
(base)_S 76 _t
(level)_S 76 _t
(of)_S 76 _t
(SQL)_S 76 _t
(data)_S 76 _t
(manipulation)_S 76 _t
(language)_S 76 _t
(means)_S 76 _t
(that,)_S 76 _t
(by)_S 76 _t
(default,)_S 75 _t
(the)_S 76 _t
(base)_S 76 _t
(level)_S 76 _t
(of)_S 76 _t
(SQL)_S 76 _t
(data)_S 1513 3293 _m
(manipulation)_S 61 _t
(language)_S 61 _t
(is)_S 61 _t
(Minimal)_S 61 _t
(DML.)_S 960 2861 _m
61 _t
61 _t
61 _t
61 _t
(4.)_S 1513 2861 _m
(Specify)_S 74 _t
(a)_S 73 _t
(base)_S 74 _t
(level)_S 74 _t
(of)_S 73 _t
(SQL)_S 74 _t
(schema)_S 73 _t
(definition)_S 74 _t
(language)_S 73 _t
(\(SDL\))_S 74 _t
(that)_S 73 _t
(shall)_S 74 _t
(be)_S 73 _t
(supported,)_S 74 _t
(by)_S 73 _t
(choosing)_S 1513 2645 _m
(exactly)_S 75 _t
(one)_S 76 _t
(of)_S 75 _t
(the)_S 76 _t
(following)_S 75 _t
(SDL)_S 76 _t
(alternatives:)_S 150 _t
(None,)_S 76 _t
(Minimal)_S 75 _t
(SDL,)_S 76 _t
(Entry)_S 75 _t
(SDL,)_S 75 _t
(Transitional)_S 76 _t
(SDL,)_S 1513 2429 _m
(Intermediate)_S 65 _t
(SDL,)_S 66 _t
(or)_S 65 _t
(Full)_S 66 _t
(SDL.)_S 131 _t
(See)_S 65 _t
(the)_S 66 _t
(discussion)_S 65 _t
(of)_S 66 _t
(each)_S 65 _t
(of)_S 66 _t
(these)_S 65 _t
(alternatives)_S 66 _t
(in)_S 65 _t
(Section)_S 66 _t
(4)_S 65 _t
(and)_S 66 _t
(the)_S 1513 2213 _m
("Schema)_S 61 _t
(Definition)_S 61 _t
(Rules")_S 61 _t
(in)_S 60 _t
(Section)_S 61 _t
(7.1)_S 61 _t
(\(Read-Only\))_S 61 _t
(or)_S 60 _t
(Section)_S 61 _t
(7.2)_S 61 _t
(\(Read-Write\).)_S 122 _t
(Failure)_S 60 _t
(to)_S 61 _t
(choose)_S 1513 1997 _m
(a)_S 62 _t
(base)_S 62 _t
(level)_S 63 _t
(of)_S 62 _t
(SQL)_S 62 _t
(schema)_S 62 _t
(definition)_S 62 _t
(language)_S 62 _t
(means)_S 63 _t
(that,)_S 62 _t
(by)_S 62 _t
(default,)_S 62 _t
(the)_S 62 _t
(base)_S 63 _t
(level)_S 62 _t
(of)_S 62 _t
(SQL)_S 62 _t
(schema)_S 1513 1781 _m
(definition)_S 61 _t
(language)_S 61 _t
(is)_S 61 _t
(None.)_S 960 1349 _m
61 _t
61 _t
61 _t
61 _t
(5.)_S 1513 1349 _m
(Specify)_S 64 _t
(a)_S 64 _t
(base)_S 64 _t
(level)_S 64 _t
(of)_S 64 _t
(SQL)_S 64 _t
(transaction)_S 64 _t
(management)_S 64 _t
(that)_S 64 _t
(shall)_S 64 _t
(be)_S 64 _t
(supported,)_S 64 _t
(by)_S 64 _t
(choosing)_S 64 _t
(exactly)_S 64 _t
(one)_S 1513 1133 _m
(of)_S 85 _t
(the)_S 85 _t
(following)_S 84 _t
(transaction)_S 85 _t
(management)_S 85 _t
(alternatives:)_S 170 _t
(None,)_S 85 _t
(Commit-Rollback,)_S 84 _t
(Transaction)_S 85 _t
(Mode,)_S 960 650 _m
(40)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
7406 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
1513 11754 _m
(Transaction)_S 84 _t
(Isolation,)_S 84 _t
(Transaction)_S 84 _t
(Diagnostics,)_S 84 _t
(or)_S 84 _t
(Constraints.)_S 168 _t
(See)_S 84 _t
(the)_S 84 _t
(discussion)_S 84 _t
(of)_S 84 _t
(each)_S 84 _t
(of)_S 84 _t
(these)_S 1513 11538 _m
(alternatives)_S 48 _t
(in)_S 48 _t
(Section)_S 48 _t
(7)_S 47 _t
(and)_S 48 _t
(the)_S 48 _t
("Transaction)_S 47 _t
(Management)_S 48 _t
(Rules")_S 48 _t
(in)_S 48 _t
(Section)_S 47 _t
(7.1)_S 48 _t
(\(Read-Only\))_S 48 _t
(or)_S 47 _t
(Section)_S 1513 11322 _m
(7.2)_S 48 _t
(\(Read-Write\).)_S 97 _t
(Failure)_S 48 _t
(to)_S 48 _t
(choose)_S 48 _t
(a)_S 49 _t
(base)_S 48 _t
(level)_S 48 _t
(of)_S 48 _t
(SQL)_S 49 _t
(transaction)_S 48 _t
(management)_S 48 _t
(means)_S 48 _t
(that,)_S 49 _t
(by)_S 48 _t
(default,)_S 1513 11106 _m
(the)_S 61 _t
(base)_S 61 _t
(level)_S 61 _t
(of)_S 61 _t
(SQL)_S 61 _t
(transaction)_S 61 _t
(management)_S 61 _t
(is)_S 61 _t
(Commit-Rollback.)_S 960 10674 _m
61 _t
61 _t
61 _t
61 _t
(6.)_S 1513 10674 _m
(Specify)_S 62 _t
(a)_S 63 _t
(default)_S 63 _t
(isolation)_S 63 _t
(level)_S 62 _t
(for)_S 63 _t
(SQL)_S 62 _t
(transaction)_S 63 _t
(management)_S 63 _t
(that)_S 63 _t
(shall)_S 62 _t
(be)_S 63 _t
(supported,)_S 63 _t
(by)_S 63 _t
(choosing)_S 1513 10458 _m
(exactly)_S 59 _t
(one)_S 59 _t
(of)_S 60 _t
(the)_S 59 _t
(following)_S 59 _t
(default)_S 60 _t
(isolation)_S 59 _t
(level)_S 59 _t
(alternatives:)_S 119 _t
(Read)_S 59 _t
(Uncommitted,)_S 59 _t
(Read)_S 60 _t
(Committed,)_S 1513 10242 _m
(Repeatable)_S 61 _t
(Read,)_S 61 _t
(or)_S 61 _t
(Serializable.)_S 122 _t
(See)_S 61 _t
(the)_S 61 _t
(discussion)_S 61 _t
(of)_S 61 _t
(each)_S 61 _t
(of)_S 61 _t
(these)_S 61 _t
(alternatives)_S 61 _t
(in)_S 61 _t
(Section)_S 61 _t
(7)_S 61 _t
(and)_S 61 _t
(the)_S 1513 10026 _m
("Transaction)_S 67 _t
(Management)_S 67 _t
(Rules")_S 67 _t
(in)_S 67 _t
(Section)_S 67 _t
(7.1)_S 67 _t
(\(Read-Only\))_S 67 _t
(or)_S 67 _t
(Section)_S 67 _t
(7.2)_S 67 _t
(\(Read-Write\).)_S 135 _t
(Failure)_S 67 _t
(to)_S 1513 9810 _m
(choose)_S 61 _t
(a)_S 61 _t
(default)_S 61 _t
(isolation)_S 61 _t
(level)_S 61 _t
(means)_S 61 _t
(that,)_S 61 _t
(by)_S 61 _t
(default,)_S 61 _t
(the)_S 61 _t
(default)_S 61 _t
(isolation)_S 61 _t
(level)_S 61 _t
(is)_S 61 _t
(Read)_S 61 _t
(Committed.)_S 960 9378 _m
61 _t
61 _t
61 _t
61 _t
(7.)_S 1513 9378 _m
(Specify)_S 45 _t
(the)_S 45 _t
(binding)_S 45 _t
(styles)_S 45 _t
(that)_S 45 _t
(shall)_S 45 _t
(be)_S 46 _t
(supported,)_S 45 _t
(by)_S 45 _t
(choosing)_S 45 _t
(one)_S 45 _t
(or)_S 45 _t
(more)_S 45 _t
(of)_S 45 _t
(the)_S 45 _t
(following)_S 45 _t
(binding)_S 45 _t
(style)_S 1513 9162 _m
(alternatives:)_S 167 _t
(Module,)_S 83 _t
(Embedded)_S 83 _t
(SQL,)_S 84 _t
(Direct)_S 83 _t
(Invocation,)_S 84 _t
(SQL/CLI,)_S 83 _t
(or)_S 84 _t
(RDA/SQL-Server.)_S 166 _t
(See)_S 84 _t
(the)_S 1513 8946 _m
(discussion)_S 53 _t
(of)_S 53 _t
(each)_S 53 _t
(of)_S 53 _t
(these)_S 53 _t
(alternatives)_S 53 _t
(in)_S 53 _t
(Section)_S 53 _t
(6)_S 53 _t
(and)_S 53 _t
(effect)_S 53 _t
(of)_S 54 _t
(each)_S 53 _t
(alternative)_S 53 _t
(in)_S 53 _t
(the)_S 53 _t
(rules)_S 53 _t
(in)_S 53 _t
(Section)_S 1513 8730 _m
(7.1)_S 56 _t
(\(Read-Only\))_S 55 _t
(or)_S 56 _t
(Section)_S 56 _t
(7.2)_S 56 _t
(\(Read-Write\).)_S 112 _t
(It)_S 56 _t
(is)_S 56 _t
(expected)_S 55 _t
(that)_S 56 _t
(the)_S 56 _t
(SQL/CLI)_S 56 _t
(binding)_S 56 _t
(style)_S 56 _t
(will)_S 56 _t
(be)_S 56 _t
(the)_S 1513 8514 _m
(most)_S 61 _t
(popular)_S 60 _t
(choice)_S 61 _t
(for)_S 61 _t
(SQL/ERI)_S 61 _t
(products)_S 61 _t
(within)_S 61 _t
(a)_S 61 _t
(single)_S 61 _t
(local)_S 61 _t
(client/server)_S 61 _t
(environment)_S 61 _t
(and)_S 61 _t
(that)_S 61 _t
(the)_S 1513 8298 _m
(Direct)_S 76 _t
(Invocation)_S 75 _t
(or)_S 76 _t
(RDA/SQL-Server)_S 75 _t
(binding)_S 76 _t
(styles)_S 75 _t
(will)_S 76 _t
(be)_S 75 _t
(the)_S 76 _t
(most)_S 75 _t
(popular)_S 76 _t
(when)_S 75 _t
(the)_S 76 _t
(server)_S 75 _t
(data)_S 1513 8082 _m
(repository)_S 49 _t
(is)_S 50 _t
(an)_S 49 _t
(isolated)_S 49 _t
(node)_S 49 _t
(in)_S 50 _t
(a)_S 49 _t
(wide)_S 49 _t
(area)_S 50 _t
(client/server)_S 49 _t
(environment.)_S 98 _t
(Failure)_S 50 _t
(to)_S 49 _t
(choose)_S 49 _t
(a)_S 50 _t
(binding)_S 49 _t
(style)_S 1513 7866 _m
(means)_S 61 _t
(that,)_S 61 _t
(by)_S 61 _t
(default,)_S 61 _t
(the)_S 61 _t
(SQL/CLI)_S 61 _t
(binding)_S 61 _t
(style)_S 61 _t
(\(see)_S 61 _t
([10]\))_S 61 _t
(is)_S 61 _t
(the)_S 61 _t
(only)_S 61 _t
(requirement.)_S 960 7434 _m
61 _t
61 _t
61 _t
61 _t
(8.)_S 1513 7434 _m
(For)_S 99 _t
(each)_S 100 _t
(of)_S 100 _t
(the)_S 100 _t
(Module,)_S 100 _t
(Embedded)_S 100 _t
(SQL,)_S 99 _t
(or)_S 100 _t
(SQL/CLI)_S 100 _t
(binding)_S 100 _t
(styles)_S 100 _t
(chosen)_S 100 _t
(above,)_S 100 _t
(specify)_S 100 _t
(the)_S 1513 7218 _m
(programming)_S 81 _t
(language)_S 81 _t
(interface)_S 81 _t
(that)_S 81 _t
(shall)_S 81 _t
(be)_S 81 _t
(supported,)_S 81 _t
(by)_S 81 _t
(choosing)_S 81 _t
(one)_S 81 _t
(or)_S 81 _t
(more)_S 81 _t
(of)_S 80 _t
(the)_S 81 _t
(following)_S 1513 7002 _m
(programming)_S 74 _t
(language)_S 73 _t
(alternatives:)_S 148 _t
(Ada,)_S 73 _t
(C,)_S 74 _t
(COBOL,)_S 73 _t
(Fortran,)_S 74 _t
(MUMPS,)_S 73 _t
(Pascal,)_S 74 _t
(PL/I,)_S 74 _t
(or)_S 73 _t
(SAMeDL.)_S 1513 6786 _m
(Failure)_S 40 _t
(to)_S 40 _t
(choose)_S 40 _t
(a)_S 40 _t
(programming)_S 40 _t
(language)_S 39 _t
(interface)_S 40 _t
(means)_S 40 _t
(that,)_S 40 _t
(by)_S 40 _t
(default,)_S 40 _t
(the)_S 40 _t
(interface)_S 40 _t
(for)_S 39 _t
(Programming)_S 1513 6570 _m
(Language)_S 61 _t
(C)_S 61 _t
(is)_S 61 _t
(the)_S 61 _t
(only)_S 61 _t
(requirement.)_S 960 6138 _m
61 _t
61 _t
61 _t
61 _t
(9.)_S 1513 6138 _m
(Specify)_S 62 _t
(which)_S 62 _t
(SQL'92)_S 62 _t
(features)_S 63 _t
(beyond)_S 62 _t
(those)_S 62 _t
(required)_S 63 _t
(above)_S 62 _t
(are)_S 62 _t
(to)_S 62 _t
(be)_S 63 _t
(supported,)_S 62 _t
(by)_S 62 _t
(choosing)_S 63 _t
("None")_S 1513 5922 _m
(or)_S 70 _t
(by)_S 69 _t
(identifying)_S 70 _t
(features)_S 70 _t
(by)_S 70 _t
(feature)_S 70 _t
(number)_S 70 _t
(from)_S 69 _t
(FIPS)_S 70 _t
(PUB)_S 70 _t
(127-2)_S 70 _t
(\(see)_S 69 _t
(Section)_S 70 _t
(14)_S 70 _t
(of)_S 70 _t
([3]\).)_S 139 _t
(See)_S 70 _t
(the)_S 1513 5706 _m
(discussion)_S 76 _t
(of)_S 76 _t
(SQL'92)_S 76 _t
(features)_S 77 _t
(in)_S 76 _t
(Section)_S 76 _t
(5.1.)_S 152 _t
(Identify)_S 76 _t
(which)_S 76 _t
(features)_S 76 _t
(are)_S 77 _t
("required")_S 76 _t
(and)_S 76 _t
(which)_S 76 _t
(are)_S 1513 5490 _m
("desirable".)_S 134 _t
(Be)_S 67 _t
(very)_S 67 _t
(careful)_S 67 _t
(about)_S 67 _t
(requiring)_S 67 _t
(individual)_S 67 _t
(features)_S 67 _t
(\(rather)_S 67 _t
(than)_S 67 _t
(a)_S 67 _t
(FIPS)_S 67 _t
(specified)_S 67 _t
(level)_S 67 _t
(of)_S 1513 5274 _m
(features\))_S 78 _t
(as)_S 78 _t
(that)_S 77 _t
(practice)_S 78 _t
(can)_S 78 _t
(easily)_S 78 _t
(lead)_S 78 _t
(to)_S 78 _t
(procurement)_S 78 _t
(protests.)_S 155 _t
(Be)_S 78 _t
(sure)_S 78 _t
(to)_S 78 _t
(declare)_S 78 _t
(how)_S 78 _t
(desirable)_S 1513 5058 _m
(features)_S 84 _t
(will)_S 85 _t
(be)_S 85 _t
(scored)_S 85 _t
(in)_S 85 _t
(the)_S 85 _t
(evaluation)_S 85 _t
(of)_S 84 _t
(responses)_S 85 _t
(to)_S 85 _t
(the)_S 85 _t
(procurement.)_S 170 _t
(Note)_S 85 _t
(that)_S 85 _t
(a)_S 85 _t
(Read-Only)_S 1513 4842 _m
(interface)_S 71 _t
(need)_S 72 _t
(only)_S 71 _t
(support)_S 72 _t
(the)_S 71 _t
(Read-Only)_S 72 _t
(aspects)_S 71 _t
(of)_S 72 _t
(each)_S 71 _t
(feature.)_S 143 _t
(Determine)_S 72 _t
(if)_S 71 _t
(it)_S 72 _t
(is)_S 71 _t
(a)_S 72 _t
(procurement)_S 1513 4626 _m
(requirement)_S 55 _t
(for)_S 55 _t
(the)_S 55 _t
(implementation)_S 55 _t
(to)_S 55 _t
(support)_S 55 _t
(the)_S 55 _t
(SQL_FEATURES)_S 55 _t
(table)_S 55 _t
(as)_S 55 _t
(specified)_S 55 _t
(in)_S 56 _t
(Section)_S 55 _t
(15)_S 55 _t
(of)_S 1513 4410 _m
(FIPS)_S 51 _t
(PUB)_S 51 _t
(127-2)_S 51 _t
(\(required)_S 51 _t
(for)_S 52 _t
(Intermediate)_S 51 _t
(DML)_S 51 _t
(and)_S 51 _t
(above\).)_S 102 _t
(Failure)_S 51 _t
(to)_S 51 _t
(specify)_S 51 _t
(any)_S 51 _t
(additional)_S 52 _t
(SQL'92)_S 1513 4194 _m
(features)_S 61 _t
(to)_S 61 _t
(be)_S 61 _t
(supported)_S 61 _t
(means)_S 61 _t
(that)_S 61 _t
(none)_S 61 _t
(are)_S 61 _t
(required.)_S 960 3762 _m
61 _t
61 _t
61 _t
(10.)_S 1513 3762 _m
(Specify)_S 76 _t
(whether)_S 75 _t
(or)_S 76 _t
(not)_S 75 _t
(the)_S 76 _t
(SQL/PSM)_S 75 _t
(optional)_S 75 _t
(extension)_S 76 _t
(shall)_S 75 _t
(be)_S 76 _t
(supported;)_S 75 _t
(if)_S 75 _t
(SQL/PSM)_S 76 _t
(support)_S 75 _t
(is)_S 1513 3546 _m
(required,)_S 114 _t
(then)_S 114 _t
(the)_S 114 _t
(implementation)_S 114 _t
(shall)_S 114 _t
(support)_S 114 _t
(all)_S 114 _t
(requirements)_S 114 _t
(of)_S 114 _t
(the)_S 114 _t
(then)_S 114 _t
(current)_S 113 _t
(SQL/PSM)_S 1513 3330 _m
(specification)_S 62 _t
(\(see)_S 63 _t
([11]\).)_S 125 _t
(See)_S 62 _t
(Section)_S 62 _t
(5.2)_S 63 _t
(above)_S 62 _t
(for)_S 63 _t
(a)_S 62 _t
(discussion)_S 63 _t
(of)_S 62 _t
(SQL/PSM.)_S 125 _t
(Note)_S 63 _t
(that)_S 62 _t
(a)_S 63 _t
(Read-Only)_S 1513 3114 _m
(interface)_S 70 _t
(need)_S 70 _t
(only)_S 70 _t
(support)_S 71 _t
(the)_S 70 _t
(Read-Only)_S 70 _t
(aspects)_S 70 _t
(of)_S 71 _t
(SQL/PSM.)_S 140 _t
(If)_S 70 _t
(SQL/PSM)_S 70 _t
(is)_S 70 _t
(required)_S 71 _t
(and)_S 70 _t
(if)_S 70 _t
(the)_S 1513 2898 _m
(SQL/ERI)_S 86 _t
(Server)_S 87 _t
(is)_S 86 _t
(a)_S 86 _t
(Read-Only)_S 87 _t
(server,)_S 86 _t
(then)_S 87 _t
(specify)_S 86 _t
(exactly)_S 87 _t
(which)_S 86 _t
(functions)_S 87 _t
(and)_S 86 _t
(ADTs)_S 87 _t
(are)_S 86 _t
(to)_S 87 _t
(be)_S 1513 2682 _m
(invokable)_S 43 _t
(by)_S 43 _t
(supplying)_S 43 _t
(the)_S 43 _t
(appropriate)_S 42 _t
(SQL3)_S 43 _t
(schema)_S 43 _t
(definitions)_S 43 _t
(for)_S 43 _t
(the)_S 43 _t
(required)_S 43 _t
(functions,)_S 43 _t
(modules,)_S 43 _t
(and)_S 1513 2466 _m
(procedures.)_S 148 _t
(Failure)_S 75 _t
(to)_S 74 _t
(specify)_S 74 _t
(a)_S 74 _t
(requirement)_S 74 _t
(for)_S 74 _t
(SQL/PSM)_S 74 _t
(means)_S 74 _t
(that)_S 74 _t
(support)_S 75 _t
(for)_S 74 _t
(SQL/PSM)_S 74 _t
(is)_S 74 _t
(not)_S 1513 2250 _m
(required.)_S 960 1818 _m
61 _t
61 _t
61 _t
(11.)_S 1513 1818 _m
(Specify)_S 53 _t
(which,)_S 53 _t
(if)_S 53 _t
(any,)_S 53 _t
(conformance)_S 53 _t
(alternatives)_S 53 _t
(from)_S 53 _t
(SQL/MM)_S 53 _t
(shall)_S 53 _t
(be)_S 53 _t
(supported;)_S 53 _t
(if)_S 53 _t
(SQL/MM)_S 54 _t
(support)_S 1513 1602 _m
(is)_S 49 _t
(required,)_S 50 _t
(then)_S 50 _t
(point)_S 49 _t
(to)_S 50 _t
(the)_S 50 _t
(then)_S 50 _t
(current)_S 49 _t
(SQL/MM)_S 50 _t
(specification)_S 50 _t
(\(see)_S 50 _t
([13]\))_S 49 _t
(and)_S 50 _t
(explicitly)_S 50 _t
(indicate)_S 50 _t
(which)_S 1513 1386 _m
(Parts,)_S 62 _t
(and)_S 63 _t
(which)_S 62 _t
(conformance)_S 62 _t
(alternatives)_S 62 _t
(within)_S 62 _t
(each)_S 63 _t
(Part,)_S 62 _t
(are)_S 62 _t
(required.)_S 125 _t
(See)_S 62 _t
(Section)_S 62 _t
(5.3)_S 63 _t
(above)_S 62 _t
(for)_S 62 _t
(a)_S 1513 1170 _m
(discussion)_S 63 _t
(of)_S 64 _t
(SQL/MM.)_S 126 _t
(Note)_S 64 _t
(that)_S 63 _t
(a)_S 63 _t
(Read-Only)_S 64 _t
(interface)_S 63 _t
(need)_S 63 _t
(only)_S 64 _t
(support)_S 63 _t
(the)_S 63 _t
(Read-Only)_S 64 _t
(aspects)_S 63 _t
(of)_S 9057 650 _m
(41)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
960 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
1513 11754 _m
(SQL/MM.)_S 106 _t
(To)_S 53 _t
(be)_S 53 _t
(successful,)_S 53 _t
(a)_S 53 _t
(Read-Only)_S 53 _t
(procurement)_S 53 _t
(should)_S 53 _t
(include)_S 53 _t
(the)_S 52 _t
(desired)_S 53 _t
(SQL/MM)_S 53 _t
(features)_S 53 _t
(in)_S 1513 11538 _m
(the)_S 60 _t
(SQL)_S 59 _t
(schemas)_S 60 _t
(produced)_S 60 _t
(in)_S 59 _t
(item)_S 60 _t
(2)_S 59 _t
(above.)_S 119 _t
(Failure)_S 60 _t
(to)_S 59 _t
(specify)_S 60 _t
(a)_S 60 _t
(requirement)_S 59 _t
(for)_S 60 _t
(any)_S 59 _t
(of)_S 60 _t
(the)_S 59 _t
(SQL/MM)_S 1513 11322 _m
(Parts,)_S 61 _t
(or)_S 61 _t
(conformance)_S 61 _t
(alternatives)_S 61 _t
(within)_S 61 _t
(each)_S 61 _t
(Part,)_S 61 _t
(means)_S 61 _t
(that)_S 61 _t
(none)_S 61 _t
(are)_S 61 _t
(required.)_S 960 10890 _m
61 _t
61 _t
61 _t
(12.)_S 1513 10890 _m
(Specify)_S 98 _t
(which)_S 97 _t
(SQL3)_S 98 _t
(features)_S 98 _t
(dealing)_S 98 _t
(with)_S 97 _t
(abstract)_S 98 _t
(data)_S 98 _t
(types)_S 98 _t
(\(ADTs\),)_S 98 _t
(methods,)_S 97 _t
(and)_S 98 _t
(object)_S 98 _t
(data)_S 1513 10674 _m
(management)_S 63 _t
(are)_S 63 _t
(to)_S 63 _t
(be)_S 63 _t
(supported;)_S 63 _t
(if)_S 63 _t
(any)_S 63 _t
(of)_S 63 _t
(these)_S 63 _t
(SQL3)_S 63 _t
(facilities)_S 63 _t
(are)_S 63 _t
(to)_S 63 _t
(be)_S 63 _t
(supported,)_S 63 _t
(then)_S 63 _t
(point)_S 62 _t
(to)_S 63 _t
(the)_S 1513 10458 _m
(appropriate)_S 51 _t
(ADT)_S 52 _t
(or)_S 52 _t
(object)_S 52 _t
(management)_S 52 _t
(clauses)_S 52 _t
(in)_S 52 _t
(the)_S 52 _t
(then)_S 51 _t
(current)_S 52 _t
(SQL3)_S 52 _t
(specification)_S 52 _t
(\(see)_S 52 _t
(Sections)_S 52 _t
(5.4)_S 1513 10242 _m
(and)_S 75 _t
(5.5)_S 75 _t
(above)_S 75 _t
(and)_S 75 _t
([12]\))_S 75 _t
(and)_S 75 _t
(explicitly)_S 75 _t
(indicate)_S 75 _t
(which)_S 75 _t
(features)_S 75 _t
(are)_S 75 _t
(required.)_S 150 _t
(Note)_S 75 _t
(that)_S 75 _t
(a)_S 75 _t
(Read-Only)_S 1513 10026 _m
(interface)_S 56 _t
(need)_S 56 _t
(only)_S 56 _t
(support)_S 56 _t
(the)_S 56 _t
(Read-Only)_S 56 _t
(aspects)_S 56 _t
(of)_S 56 _t
(any)_S 56 _t
(indicated)_S 56 _t
(SQL3)_S 55 _t
(features.)_S 112 _t
(To)_S 56 _t
(be)_S 56 _t
(successful,)_S 56 _t
(a)_S 1513 9810 _m
(Read-Only)_S 51 _t
(procurement)_S 51 _t
(should)_S 51 _t
(include)_S 50 _t
(the)_S 51 _t
(desired)_S 51 _t
(SQL3)_S 51 _t
(features)_S 50 _t
(in)_S 51 _t
(the)_S 51 _t
(SQL)_S 51 _t
(schemas)_S 50 _t
(produced)_S 51 _t
(in)_S 51 _t
(item)_S 1513 9594 _m
(2)_S 55 _t
(above.)_S 110 _t
(Failure)_S 55 _t
(to)_S 54 _t
(specify)_S 55 _t
(a)_S 55 _t
(requirement)_S 54 _t
(for)_S 55 _t
(any)_S 55 _t
(of)_S 55 _t
(these)_S 55 _t
(SQL3)_S 54 _t
(features)_S 55 _t
(means)_S 55 _t
(that)_S 55 _t
(none)_S 55 _t
(are)_S 54 _t
(required.)_S 960 9162 _m
61 _t
61 _t
61 _t
(13.)_S 1513 9162 _m
(Specify)_S 45 _t
(the)_S 44 _t
(minimum)_S 45 _t
(requirements)_S 44 _t
(for)_S 45 _t
(the)_S 45 _t
(precision,)_S 44 _t
(size,)_S 45 _t
(or)_S 45 _t
(number)_S 45 _t
(of)_S 44 _t
(occurrences)_S 45 _t
(of)_S 45 _t
(any)_S 44 _t
(required)_S 45 _t
(SQL)_S 1513 8946 _m
(data)_S 75 _t
(types)_S 75 _t
(or)_S 74 _t
(features.)_S 150 _t
(See)_S 75 _t
(the)_S 75 _t
(discussion)_S 75 _t
(of)_S 74 _t
(sizing)_S 75 _t
(in)_S 75 _t
(Section)_S 75 _t
(5.1.)_S 150 _t
(Unless)_S 74 _t
(otherwise)_S 75 _t
(specified)_S 75 _t
(in)_S 75 _t
(a)_S 1513 8730 _m
(procurement,)_S 48 _t
(the)_S 48 _t
(Entry)_S 48 _t
(Value)_S 47 _t
(sizing)_S 48 _t
(limits)_S 48 _t
(from)_S 48 _t
(Section)_S 47 _t
(16.6)_S 48 _t
(of)_S 48 _t
(FIPS)_S 48 _t
(PUB)_S 47 _t
(127-2)_S 48 _t
(apply)_S 48 _t
(to)_S 47 _t
(all)_S 48 _t
(Entry)_S 47 _t
(SQL)_S 1513 8514 _m
(or)_S 59 _t
(Transitional)_S 60 _t
(SQL)_S 60 _t
(features)_S 59 _t
(and)_S 60 _t
(the)_S 60 _t
(Intermediate)_S 59 _t
(Value)_S 60 _t
(sizing)_S 59 _t
(limits)_S 60 _t
(apply)_S 60 _t
(to)_S 59 _t
(all)_S 60 _t
(Intermediate)_S 59 _t
(SQL)_S 60 _t
(or)_S 1513 8298 _m
(Full)_S 69 _t
(SQL)_S 68 _t
(features.)_S 138 _t
(A)_S 69 _t
(procurement)_S 69 _t
(is)_S 69 _t
(responsible)_S 69 _t
(for)_S 69 _t
(identifying)_S 68 _t
(its)_S 69 _t
(own)_S 69 _t
(sizing)_S 69 _t
(limits)_S 69 _t
(on)_S 69 _t
(all)_S 69 _t
(required)_S 1513 8082 _m
(features,)_S 94 _t
(but)_S 95 _t
(in)_S 95 _t
(the)_S 95 _t
(absence)_S 95 _t
(of)_S 95 _t
(an)_S 94 _t
(explicit)_S 95 _t
(declaration,)_S 95 _t
(the)_S 95 _t
(default)_S 95 _t
(minimum)_S 95 _t
(limits)_S 95 _t
(apply)_S 95 _t
(for)_S 95 _t
(that)_S 1513 7866 _m
(procurement.)_S 178 _t
(Determine)_S 89 _t
(if)_S 89 _t
(it)_S 89 _t
(is)_S 89 _t
(a)_S 89 _t
(procurement)_S 89 _t
(requirement)_S 89 _t
(for)_S 88 _t
(the)_S 89 _t
(implementation)_S 89 _t
(to)_S 89 _t
(support)_S 89 _t
(the)_S 1513 7650 _m
(SQL_SIZING)_S 57 _t
(table)_S 57 _t
(as)_S 57 _t
(specified)_S 56 _t
(in)_S 57 _t
(Section)_S 57 _t
(15)_S 57 _t
(of)_S 57 _t
(FIPS)_S 57 _t
(PUB)_S 57 _t
(127-2)_S 57 _t
(\(required)_S 56 _t
(for)_S 57 _t
(Intermediate)_S 57 _t
(DML)_S 57 _t
(and)_S 1513 7434 _m
(above\).)_S 960 7002 _m
61 _t
61 _t
61 _t
(14.)_S 1513 7002 _m
(Specify)_S 73 _t
(the)_S 73 _t
(minimum)_S 73 _t
(requirements)_S 73 _t
(for)_S 73 _t
(character)_S 72 _t
(set)_S 73 _t
(support.)_S 146 _t
(See)_S 73 _t
(the)_S 73 _t
(discussion)_S 72 _t
(of)_S 73 _t
(character)_S 73 _t
(sets)_S 73 _t
(in)_S 1513 6786 _m
(Section)_S 50 _t
(16.7)_S 51 _t
(of)_S 50 _t
(FIPS)_S 50 _t
(PUB)_S 50 _t
(127-2.)_S 100 _t
(Failure)_S 50 _t
(to)_S 50 _t
(indicate)_S 51 _t
(explicit)_S 50 _t
(character)_S 50 _t
(set)_S 50 _t
(requirements)_S 50 _t
(for)_S 50 _t
(an)_S 50 _t
(SQL/ERI)_S 1513 6570 _m
(Server)_S 51 _t
(means)_S 51 _t
(that)_S 50 _t
(support)_S 51 _t
(for)_S 51 _t
(the)_S 51 _t
(representation)_S 50 _t
(of)_S 51 _t
(the)_S 51 _t
(95-character)_S 51 _t
(graphic)_S 51 _t
(subset)_S 50 _t
(of)_S 51 _t
(ASCII)_S 51 _t
(\(FIPS)_S 51 _t
(PUB)_S 1513 6354 _m
(1-2\),)_S 61 _t
(in)_S 61 _t
(an)_S 61 _t
(implementation)_S 61 _t
(defined)_S 61 _t
(collating)_S 61 _t
(sequence,)_S 61 _t
(is)_S 61 _t
(by)_S 61 _t
(default)_S 61 _t
(the)_S 61 _t
(minimum)_S 61 _t
(requirement.)_S 960 5922 _m
61 _t
61 _t
61 _t
(15.)_S 1513 5922 _m
(Specify)_S 100 _t
(any)_S 101 _t
(SQL/ERI)_S 101 _t
(Server)_S 100 _t
(performance)_S 101 _t
(requirements.)_S 201 _t
(This)_S 100 _t
(standard)_S 101 _t
(is)_S 101 _t
(silent)_S 100 _t
(on)_S 101 _t
(the)_S 100 _t
(topic)_S 101 _t
(of)_S 1513 5706 _m
(performance.)_S 154 _t
(The)_S 77 _t
(NIST)_S 77 _t
(SQL)_S 77 _t
(test)_S 77 _t
(suite)_S 76 _t
(also)_S 77 _t
(makes)_S 77 _t
(no)_S 77 _t
(attempt)_S 77 _t
(to)_S 77 _t
(test)_S 77 _t
(the)_S 77 _t
(performance)_S 77 _t
(aspects)_S 77 _t
(of)_S 76 _t
(a)_S 1513 5490 _m
(conforming)_S 56 _t
(system.)_S 113 _t
(Whenever)_S 56 _t
(performance)_S 56 _t
(requirements)_S 57 _t
(are)_S 56 _t
(known)_S 56 _t
(in)_S 57 _t
(advance,)_S 56 _t
(they)_S 56 _t
(may)_S 56 _t
(be)_S 57 _t
(included)_S 1513 5274 _m
(as)_S 61 _t
(an)_S 61 _t
(integral)_S 61 _t
(part)_S 61 _t
(of)_S 61 _t
(the)_S 61 _t
(procurement)_S 61 _t
(specification.)_S 960 4842 _m
61 _t
61 _t
61 _t
(16.)_S 1513 4842 _m
(Specify)_S 39 _t
(any)_S 38 _t
(SQL/ERI)_S 39 _t
(Server)_S 39 _t
(security)_S 39 _t
(requirements.)_S 77 _t
(Some)_S 39 _t
(environments)_S 39 _t
(require)_S 39 _t
("trusted")_S 38 _t
(database)_S 39 _t
(access)_S 1513 4626 _m
(beyond)_S 87 _t
(the)_S 88 _t
(GRANT)_S 88 _t
(and)_S 87 _t
(REVOKE)_S 88 _t
(privileges)_S 87 _t
(and)_S 88 _t
(the)_S 87 _t
(view)_S 88 _t
(definition)_S 87 _t
(capabilities)_S 88 _t
(specified)_S 87 _t
(by)_S 88 _t
(the)_S 1513 4410 _m
(SQL'92)_S 58 _t
(standard.)_S 116 _t
(Procurements)_S 58 _t
(for)_S 59 _t
(systems)_S 58 _t
(that)_S 58 _t
(operate)_S 58 _t
(in)_S 58 _t
(these)_S 58 _t
(environments)_S 59 _t
(should)_S 58 _t
(include)_S 58 _t
(explicit)_S 1513 4192 _m
(additional)_S 108 _t
(requirements)_S 109 _t
(to)_S 108 _t
(be)_S 109 _t
(supported.)_S 216 _t
(For)_S 109 _t
(additional)_S 108 _t
(information,)_S 109 _t
(refer)_S 108 _t
(to)_S 109 _t
/Times-ItalicR 550 _ff
(Trusted)_S 108 _t
(Database)_S 1513 3974 _m
(Management)_S 37 _t
(System)_S 36 _t
(Criteria)_S /Times-RomanR 550 _ff
36 _t
(\(NCSC-TG-021)_S 37 _t
(Version)_S 36 _t
(1\),)_S 36 _t
(National)_S 37 _t
(Computer)_S 36 _t
(Security)_S 37 _t
(Center,)_S 36 _t
(April)_S 36 _t
(1991,)_S 1513 3756 _m
(and)_S 61 _t
/Times-ItalicR 550 _ff
(Security)_S 61 _t
(Issues)_S 61 _t
(in)_S 61 _t
(Database)_S 61 _t
(Language)_S 61 _t
(SQL)_S /Times-RomanR 550 _ff
(,)_S 61 _t
(NIST)_S 61 _t
(Special)_S 61 _t
(Publication)_S 61 _t
(800-8,)_S 61 _t
(NIST,)_S 61 _t
(August)_S 61 _t
(1993.)_S 960 3324 _m
61 _t
61 _t
61 _t
(17.)_S 1513 3324 _m
(Read)_S 57 _t
(Sections)_S 57 _t
(16.8,)_S 56 _t
("DBMS)_S 57 _t
(procurement",)_S 57 _t
(and)_S 57 _t
(16.11,)_S 57 _t
("System)_S 57 _t
(integration",)_S 57 _t
(in)_S 57 _t
(FIPS)_S 57 _t
(PUB)_S 57 _t
(127-2)_S 57 _t
(to)_S 57 _t
(see)_S 1513 3108 _m
(if)_S 57 _t
(any)_S 58 _t
(of)_S 58 _t
(the)_S 57 _t
(discussions)_S 58 _t
(therein)_S 57 _t
(apply)_S 58 _t
(to)_S 57 _t
(this)_S 58 _t
(procurement)_S 57 _t
(for)_S 58 _t
(an)_S 58 _t
(SQL/ERI)_S 57 _t
(Server.)_S 115 _t
(Section)_S 58 _t
(16.8)_S 57 _t
(lists)_S 58 _t
(a)_S 1513 2892 _m
(number)_S 51 _t
(of)_S 51 _t
(emerging)_S 51 _t
(SQL3)_S 51 _t
(features)_S 51 _t
(\(see)_S 51 _t
([12]\))_S 51 _t
(that)_S 51 _t
(might)_S 51 _t
(be)_S 51 _t
(listed)_S 51 _t
(as)_S 51 _t
("desirable")_S 51 _t
(features)_S 51 _t
(in)_S 51 _t
(an)_S 51 _t
(SQL/ERI)_S 1513 2676 _m
(Server)_S 53 _t
(procurement.)_S 105 _t
(Remember)_S 53 _t
(that)_S 52 _t
(a)_S 53 _t
(Read-Only)_S 52 _t
(interface)_S 53 _t
(need)_S 53 _t
(only)_S 53 _t
(support)_S 52 _t
(the)_S 53 _t
(Read-Only)_S 52 _t
(aspects)_S 53 _t
(of)_S 1513 2460 _m
(any)_S 61 _t
(specified)_S 61 _t
(features.)_S 960 650 _m
(42)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
4587 11924 _m
/Times-BoldR 660 _ff
(References)_S /Times-RomanR 550 _ff
960 11048 _m
(1.)_S 1513 11048 _m
(Cannan,)_S 51 _t
(S.J.)_S 50 _t
(and)_S 51 _t
(G.A.M.)_S 50 _t
(Otten.)_S 101 _t
/Times-ItalicR 550 _ff
(SQL)_S 50 _t
(-)_S 51 _t
(The)_S 50 _t
(Standard)_S 51 _t
(Handbook)_S /Times-RomanR 550 _ff
(,)_S 50 _t
(McGraw-Hill)_S 50 _t
(Book)_S 51 _t
(Co,)_S 50 _t
(Berkshire)_S 50 _t
(SL6)_S 1513 10832 _m
(2QL)_S 61 _t
(England,)_S 61 _t
(October)_S 61 _t
(1992.)_S 960 10398 _m
(2.)_S 1513 10398 _m
(Date,)_S 47 _t
(C.J.)_S 47 _t
(with)_S 47 _t
(Hugh)_S 47 _t
(Darwen.)_S 94 _t
/Times-ItalicR 550 _ff
(A)_S 47 _t
(Guide)_S 47 _t
(to)_S 47 _t
(the)_S 47 _t
(SQL)_S 47 _t
(Standard)_S /Times-RomanR 550 _ff
(,)_S 47 _t
(Addison-Wesley)_S 47 _t
(Publishing,)_S 47 _t
(Reading,)_S 47 _t
(MA)_S 1513 10182 _m
(01867)_S 61 _t
(USA,)_S 61 _t
(October)_S 61 _t
(1992.)_S 960 9748 _m
(3.)_S 1513 9748 _m
(FIPS)_S 60 _t
(SQL,)_S 61 _t
/Times-ItalicR 550 _ff
(Federal)_S 60 _t
(Information)_S 60 _t
(Processing)_S 61 _t
(Standard)_S 60 _t
(for)_S 60 _t
(Database)_S 60 _t
(Language)_S 61 _t
(SQL)_S /Times-RomanR 550 _ff
(,)_S 60 _t
(2nd)_S 60 _t
(revision,)_S 61 _t
(FIPS)_S 1513 9532 _m
(PUB)_S 72 _t
(127-2,)_S 72 _t
(U.S.)_S 72 _t
(Department)_S 72 _t
(of)_S 71 _t
(Commerce,)_S 72 _t
(National)_S 72 _t
(Institute)_S 72 _t
(of)_S 72 _t
(Standards)_S 72 _t
(and)_S 72 _t
(Technology,)_S 72 _t
(June)_S 71 _t
(2,)_S 1513 9316 _m
(1993.)_S 960 8882 _m
(4.)_S 1513 8882 _m
(Gallagher,)_S 65 _t
(Leonard.)_S 129 _t
/Times-ItalicR 550 _ff
(Object)_S 65 _t
(SQL:)_S 65 _t
(Language)_S 65 _t
(Extensions)_S 64 _t
(for)_S 65 _t
(Object)_S 65 _t
(Data)_S 65 _t
(Management)_S /Times-RomanR 550 _ff
(,)_S 64 _t
(Proceedings)_S 65 _t
(of)_S 1513 8666 _m
(the)_S 45 _t
(First)_S 45 _t
(International)_S 44 _t
(Conference)_S 45 _t
(on)_S 45 _t
(Information)_S 45 _t
(and)_S 44 _t
(Knowledge)_S 45 _t
(Management)_S 45 _t
(\(CIKM\),)_S 44 _t
(Baltimore,)_S 45 _t
(MD,)_S 1513 8450 _m
(9-12)_S 61 _t
(November)_S 61 _t
(1992,)_S 61 _t
(International)_S 61 _t
(Society)_S 61 _t
(of)_S 61 _t
(Mini)_S 61 _t
(and)_S 61 _t
(Micrcomputers)_S 61 _t
(\(ISMM\),)_S 61 _t
(pages)_S 61 _t
(17-26.)_S 960 8016 _m
(5.)_S 1513 8016 _m
(Gallagher,)_S 47 _t
(Leonard)_S 47 _t
(and)_S 47 _t
(Joan)_S 47 _t
(Sullivan.)_S 95 _t
/Times-ItalicR 550 _ff
(Database)_S 47 _t
(Language)_S 47 _t
(SQL:)_S 47 _t
(Integrator)_S 47 _t
(of)_S 47 _t
(CALS)_S 47 _t
(Data)_S 48 _t
(Repositories)_S /Times-RomanR 550 _ff
(,)_S 1513 7800 _m
(NIST)_S 61 _t
(technical)_S 61 _t
(report,)_S 61 _t
(NISTIR)_S 61 _t
(4902,)_S 61 _t
(September)_S 61 _t
(1992.)_S 960 7368 _m
(6.)_S 1513 7368 _m
(IEEE)_S 48 _t
(SFQL.)_S 97 _t
(IEEE)_S 48 _t
(Standards)_S 48 _t
(Committee)_S 49 _t
(on)_S 48 _t
(Optical)_S 48 _t
(Disk)_S 49 _t
(and)_S 48 _t
(Multimedia)_S 48 _t
(Platforms)_S 49 _t
(\(SCODMP\),)_S 48 _t
(SFQL)_S 1513 7152 _m
(Working)_S 72 _t
(Group,)_S 72 _t
(Institute)_S 72 _t
(of)_S 72 _t
(Electrical)_S 72 _t
(and)_S 72 _t
(Electronics)_S 72 _t
(Engineers,)_S 72 _t
(Inc.,)_S 72 _t
(Washington,)_S 72 _t
(DC)_S 72 _t
(20036-1903,)_S 1513 6936 _m
(USA.)_S 960 6504 _m
(7.)_S 1513 6504 _m
(IETF)_S 38 _t
(Netdata.)_S 76 _t
(Internet)_S 38 _t
(Engineering)_S 37 _t
(Task)_S 38 _t
(Force)_S 38 _t
(\(IETF\),)_S 38 _t
(Network)_S 38 _t
(Database)_S 38 _t
(Working)_S 38 _t
(Group)_S 38 _t
(\(netdata\),)_S 37 _t
(ietf-)_S 1513 6288 _m
([email protected],)_S 61 _t
(Corporation)_S 61 _t
(for)_S 61 _t
(National)_S 61 _t
(Research)_S 61 _t
(Initiatives,)_S 61 _t
(Reston,)_S 61 _t
(VA)_S 61 _t
(22091,)_S 61 _t
(USA.)_S 960 5854 _m
(8.)_S 1513 5854 _m
(ISO/IEC)_S 41 _t
(9075.)_S 82 _t
/Times-ItalicR 550 _ff
(Database)_S 41 _t
(Language)_S 41 _t
(SQL)_S /Times-RomanR 550 _ff
(,)_S 40 _t
(International)_S 41 _t
(Standard)_S 41 _t
(ISO/IEC)_S 41 _t
(9075:1992,)_S 41 _t
(American)_S 41 _t
(National)_S 1513 5638 _m
(Standard)_S 56 _t
(X3.135-1992,)_S 55 _t
(American)_S 55 _t
(National)_S 56 _t
(Standards)_S 55 _t
(Institute,)_S 56 _t
(New)_S 55 _t
(York,)_S 55 _t
(NY)_S 56 _t
(10036,)_S 55 _t
(November)_S 55 _t
(1992.)_S 960 5204 _m
(9.)_S 1513 5204 _m
(ISO/IEC)_S 47 _t
(9579.)_S 94 _t
/Times-ItalicR 550 _ff
(Open)_S 47 _t
(Systems)_S 48 _t
(Interconnection)_S 47 _t
(-)_S 47 _t
(Remote)_S 47 _t
(Database)_S 47 _t
(Access)_S 47 _t
(\(RDA\),)_S 47 _t
(Part)_S 48 _t
(1:)_S 47 _t
(Generic)_S 47 _t
(Model)_S 1513 4986 _m
(and)_S 46 _t
(Part)_S 45 _t
(2:)_S 45 _t
(SQL)_S 45 _t
(Specialization)_S /Times-RomanR 550 _ff
(,)_S 45 _t
(International)_S 45 _t
(Standard)_S 45 _t
(ISO/IEC)_S 45 _t
(9579:1993,)_S 45 _t
(American)_S 45 _t
(National)_S 45 _t
(Standard)_S 1513 4770 _m
(ANSI/ISO/IEC)_S 76 _t
(9579:1993,)_S 76 _t
(American)_S 76 _t
(National)_S 77 _t
(Standards)_S 76 _t
(Institute,)_S 76 _t
(New)_S 76 _t
(York,)_S 76 _t
(NY)_S 76 _t
(10036,)_S 76 _t
(December)_S 1513 4554 _m
(1993.)_S 960 4120 _m
(10.)_S 1513 4120 _m
(ISO/IEC)_S 86 _t
(SQL/CLI.)_S 174 _t
/Times-ItalicR 550 _ff
(\(Committee)_S 87 _t
(Draft\))_S 86 _t
(SQL)_S 87 _t
(Call)_S 87 _t
(Level)_S 87 _t
(Interface)_S 86 _t
(\(SQL/CLI\))_S /Times-RomanR 550 _ff
(,)_S 87 _t
(ISO/IEC)_S 87 _t
(CD)_S 87 _t
(9075-3,)_S 1513 3904 _m
(document)_S 61 _t
(ISO/IEC)_S 61 _t
(JTC1/SC21)_S 61 _t
(N8436,)_S 61 _t
(American)_S 61 _t
(National)_S 61 _t
(Standards)_S 61 _t
(Institute,)_S 61 _t
(February)_S 61 _t
(1994.)_S 960 3470 _m
(11.)_S 1513 3470 _m
(ISO/IEC)_S 48 _t
(SQL/PSM.)_S 96 _t
/Times-ItalicR 550 _ff
(\(Committee)_S 47 _t
(Draft\))_S 48 _t
(SQL)_S 48 _t
(Persistent)_S 48 _t
(Stored)_S 48 _t
(Modules)_S 47 _t
(\(SQL/PSM\))_S /Times-RomanR 550 _ff
(,)_S 48 _t
(document)_S 48 _t
(ISO/IEC)_S 1513 3254 _m
(JTC1/SC21)_S 61 _t
(N8438,)_S 61 _t
(American)_S 61 _t
(National)_S 61 _t
(Standards)_S 61 _t
(Institute,)_S 61 _t
(March)_S 61 _t
(1994.)_S 960 2820 _m
(12.)_S 1513 2820 _m
(ISO/IEC)_S 91 _t
(SQL3.)_S 183 _t
/Times-ItalicR 550 _ff
(\(ISO-ANSI)_S 92 _t
(Working)_S 91 _t
(Draft\))_S 91 _t
(Database)_S 91 _t
(Language)_S 92 _t
(SQL)_S 91 _t
(\(SQL3\))_S /Times-RomanR 550 _ff
(,)_S 92 _t
(document)_S 91 _t
(ISO/IEC)_S 1513 2604 _m
(JTC1/SC21)_S 72 _t
(N6931,)_S 73 _t
(American)_S 72 _t
(National)_S 72 _t
(Standards)_S 73 _t
(Institute,)_S 72 _t
(July)_S 72 _t
(1992.)_S 145 _t
(Later)_S 72 _t
(versions)_S 73 _t
(available)_S 72 _t
(from)_S 1513 2388 _m
(Working)_S 74 _t
(Group)_S 74 _t
(or)_S 74 _t
(Rapporteur)_S 74 _t
(Group)_S 74 _t
(documents)_S 74 _t
(as)_S 74 _t
(a)_S 74 _t
(six-part)_S 74 _t
(document,)_S 74 _t
(Part)_S 74 _t
(1:)_S 74 _t
(Framework,)_S 74 _t
(Part)_S 74 _t
(2:)_S 1513 2172 _m
(Foundation,)_S 58 _t
(Part)_S 57 _t
(3:)_S 57 _t
(Call)_S 57 _t
(Level)_S 58 _t
(Interface,)_S 57 _t
(Part)_S 57 _t
(4:)_S 57 _t
(Persistent)_S 58 _t
(Stored)_S 57 _t
(Modules,)_S 58 _t
(Part)_S 57 _t
(5:)_S 57 _t
(Language)_S 57 _t
(Bindings,)_S 1513 1956 _m
(Part)_S 102 _t
(6:)_S 102 _t
(Encompassing)_S 102 _t
(Transactions.)_S 204 _t
(Available)_S 102 _t
(using)_S 102 _t
(Internet)_S 102 _t
(anonymous)_S 102 _t
(FTP)_S 102 _t
(protocols)_S 102 _t
(at)_S 102 _t
(node)_S 1513 1740 _m
("speckle.ncsl.nist.gov")_S 61 _t
(in)_S 61 _t
(directory)_S 61 _t
("isowg3/dbl/BASEdocs".)_S 9057 650 _m
(43)_S _ep
_bp /Times-RomanR 550 _ff
0 13200 10200 _ornt
/_r      { sflg {/_t {0 rmoveto}bdef /ron false def}
        { /_S /show load def /_t {0 rmoveto}bdef /ron false def}ifelse
    }bdef
960 12161 _m
/NewCenturySchlbk-RomanR 540 _ff
(Draft)_S 60 _t
(FIPS)_S 60 _t
(PUB)_S 60 _t
(XXX)_S /Times-RomanR 550 _ff
960 11752 _m
(13.)_S 1513 11752 _m
(ISO/IEC)_S 86 _t
(SQL/MM.)_S 171 _t
/Times-ItalicR 550 _ff
(SQL)_S 86 _t
(Multimedia)_S 86 _t
(and)_S 86 _t
(Application)_S 86 _t
(Packages)_S /Times-RomanR 550 _ff
86 _t
(\(SQL/MM\),)_S 85 _t
(Project)_S 86 _t
(description)_S 86 _t
(in)_S 1513 11536 _m
(document)_S 39 _t
(ISO/IEC)_S 40 _t
(JTC1/SC21)_S 39 _t
(N7179,)_S 39 _t
(American)_S 39 _t
(National)_S 39 _t
(Standards)_S 40 _t
(Institute,)_S 39 _t
(January)_S 39 _t
(1993.)_S 79 _t
(Initial)_S 39 _t
(draft)_S 1513 11320 _m
(available)_S 53 _t
(as)_S 53 _t
(a)_S 52 _t
(three-part)_S 53 _t
(document,)_S 52 _t
(Part)_S 53 _t
(1:)_S 52 _t
(Framework)_S 53 _t
(and)_S 52 _t
(General)_S 53 _t
(Purpose)_S 53 _t
(Facilities,)_S 52 _t
(Part)_S 53 _t
(2:)_S 52 _t
(Full-Text,)_S 1513 11104 _m
(Part)_S 82 _t
(3:)_S 81 _t
(Spatial,)_S 81 _t
(with)_S 82 _t
(additional)_S 81 _t
(parts)_S 81 _t
(expected)_S 82 _t
(for)_S 81 _t
(other)_S 81 _t
(multimedia)_S 81 _t
(areas.)_S 163 _t
(Available)_S 81 _t
(using)_S 81 _t
(Internet)_S 1513 10888 _m
(anonymous)_S 61 _t
(FTP)_S 61 _t
(protocols)_S 61 _t
(at)_S 61 _t
(node)_S 61 _t
("speckle.ncsl.nist.gov")_S 61 _t
(in)_S 61 _t
(directory)_S 61 _t
("isowg3/sqlmm/BASEdocs".)_S 960 10454 _m
(14.)_S 1513 10454 _m
(ISO/IEC)_S 127 _t
(TR)_S 127 _t
(10000-3.)_S 254 _t
/Times-ItalicR 550 _ff
(Information)_S 127 _t
(Technology)_S 127 _t
(-)_S 127 _t
(Framework)_S 127 _t
(and)_S 127 _t
(Taxonomy)_S 127 _t
(of)_S 127 _t
(International)_S 1513 10236 _m
(Standardized)_S 64 _t
(Profiles)_S 65 _t
(-)_S 64 _t
(Part)_S 65 _t
(1:)_S 64 _t
(General)_S 64 _t
(Principles)_S 65 _t
(and)_S 64 _t
(Framework,)_S 65 _t
(Part)_S 64 _t
(2:)_S 64 _t
(Principles)_S 65 _t
(and)_S 64 _t
(Taxonomy)_S 1513 10020 _m
(for)_S 59 _t
(OSI)_S 59 _t
(Profiles,)_S 59 _t
(Part)_S 59 _t
(3:)_S 59 _t
(Principles)_S 59 _t
(and)_S 59 _t
(Taxonomy)_S 59 _t
(for)_S 59 _t
(Open)_S 59 _t
(System)_S 59 _t
(Environment)_S 59 _t
(Profiles)_S /Times-RomanR 550 _ff
(,)_S 59 _t
(Parts)_S 59 _t
(1)_S 59 _t
(&)_S 59 _t
(2)_S 1513 9804 _m
(have)_S 74 _t
(been)_S 74 _t
(published,)_S 75 _t
(A)_S 74 _t
(First)_S 74 _t
(Working)_S 75 _t
(Draft)_S 74 _t
(of)_S 74 _t
(Part3)_S 75 _t
(is)_S 74 _t
(available)_S 74 _t
(as)_S 75 _t
(document)_S 74 _t
(ISO/IEC)_S 75 _t
(JTC1/SGFS)_S 1513 9588 _m
(N688rev,)_S 61 _t
(17)_S 61 _t
(March)_S 61 _t
(1993.)_S 960 9154 _m
(15.)_S 1513 9154 _m
(Melton,)_S 77 _t
(Jim)_S 76 _t
(and)_S 77 _t
(Alan)_S 76 _t
(Simon.)_S 153 _t
/Times-ItalicR 550 _ff
(Understanding)_S 77 _t
(the)_S 76 _t
(New)_S 77 _t
(SQL:)_S 76 _t
(A)_S 77 _t
(Complete)_S 76 _t
(Guide)_S /Times-RomanR 550 _ff
(,)_S 77 _t
(Morgan)_S 76 _t
(Kauffman)_S 1513 8938 _m
(Publishers,)_S 61 _t
(San)_S 61 _t
(Mateo,)_S 61 _t
(CA)_S 61 _t
(94403,)_S 61 _t
(October)_S 61 _t
(1992.)_S 960 8504 _m
(16.)_S 1513 8504 _m
(NIST)_S 75 _t
(OIW.)_S 75 _t
/Times-ItalicR 550 _ff
(Stable)_S 75 _t
(Implementation)_S 75 _t
(Agreements)_S 75 _t
(for)_S 75 _t
(OSI)_S 75 _t
(Protocols)_S /Times-RomanR 550 _ff
(,)_S 75 _t
(Version)_S 75 _t
(6,)_S 75 _t
(Edition)_S 75 _t
(1,)_S 75 _t
(NIST)_S 75 _t
(Open)_S 1513 8288 _m
(Systems)_S 61 _t
(Environment)_S 61 _t
(Workshop,)_S 61 _t
(document)_S 61 _t
(NIST)_S 61 _t
(SP)_S 61 _t
(500-206,)_S 61 _t
(December)_S 61 _t
(1992.)_S 960 7854 _m
(17.)_S 1513 7854 _m
(NIST)_S 64 _t
(SQL)_S 64 _t
(Test)_S 64 _t
(Suite.)_S 64 _t
/Times-ItalicR 550 _ff
64 _t
(An)_S 64 _t
(automated)_S 65 _t
(suite)_S 64 _t
(of)_S 64 _t
(tests)_S 64 _t
(for)_S 64 _t
(evaluating)_S 64 _t
(conformance)_S 64 _t
(to)_S 64 _t
(FIPS)_S 64 _t
(SQL)_S /Times-RomanR 550 _ff
(,)_S 64 _t
(Version)_S 1513 7638 _m
(4.0,)_S 61 _t
(NIST)_S 61 _t
(Computer)_S 61 _t
(Systems)_S 61 _t
(Laboratory,)_S 61 _t
(July)_S 61 _t
(1993.)_S 960 7204 _m
(18.)_S 1513 7204 _m
(NIST)_S 55 _t
(SQL)_S 56 _t
(Validation)_S 55 _t
(Procedures.)_S 55 _t
/Times-ItalicR 550 _ff
55 _t
(Database)_S 56 _t
(Language)_S 55 _t
(SQL)_S 55 _t
(Validation)_S 55 _t
(Procedures)_S /Times-RomanR 550 _ff
(,)_S 56 _t
(unpublished)_S 55 _t
(NIST)_S 1513 6988 _m
(technical)_S 61 _t
(report,)_S 61 _t
(NIST)_S 61 _t
(Computer)_S 61 _t
(Systems)_S 61 _t
(Laboratory,)_S 61 _t
(1993.)_S 960 6554 _m
(19.)_S 1513 6554 _m
(NIST)_S 80 _t
(VPL.)_S 80 _t
/Times-ItalicR 550 _ff
(Validated)_S 80 _t
(Products)_S 80 _t
(List:)_S 80 _t
(Programming)_S 80 _t
(Languages,)_S 80 _t
(Database)_S 80 _t
(Language)_S 80 _t
(SQL,)_S 81 _t
(Graphics,)_S 1513 6336 _m
(GOSIP,)_S 54 _t
(POSIX,)_S 55 _t
(Security)_S /Times-RomanR 550 _ff
(;)_S 54 _t
(Judy)_S 54 _t
(B.)_S 55 _t
(Kailey,)_S 54 _t
(Editor,)_S 54 _t
(NISTIR)_S 55 _t
(5103,)_S 54 _t
(issue)_S 55 _t
(No.)_S 54 _t
(1,)_S 54 _t
(January)_S 55 _t
(1993)_S 54 _t
(\(republished)_S 1513 6120 _m
(quarterly\).)_S 122 _t
(Available)_S 61 _t
(by)_S 61 _t
(subscription)_S 61 _t
(from)_S 61 _t
(the)_S 61 _t
(National)_S 61 _t
(Technical)_S 61 _t
(Information)_S 61 _t
(Service)_S 61 _t
(\(NTIS\).)_S 960 5686 _m
(20.)_S 1513 5686 _m
(SQL)_S 50 _t
(Errata.)_S 99 _t
/Times-ItalicR 550 _ff
(Database)_S 49 _t
(Language)_S 50 _t
(SQL)_S 50 _t
(-)_S 49 _t
(Technical)_S 50 _t
(Corrigendum)_S 49 _t
(1)_S /Times-RomanR 550 _ff
(,)_S 50 _t
(ISO/IEC)_S 49 _t
(9075:1992)_S 50 _t
(TC)_S 49 _t
(1,)_S 50 _t
(document)_S 1513 5470 _m
(ISO/IEC)_S 37 _t
(JTC1/SC21)_S 36 _t
(Nxxxx)_S 37 _t
(\(post-ballot)_S 37 _t
(revision)_S 37 _t
(of)_S 36 _t
(SC21)_S 37 _t
(N8225\),)_S 37 _t
(American)_S 36 _t
(National)_S 37 _t
(Standards)_S 37 _t
(Institute,)_S 1513 5254 _m
(expected)_S 61 _t
(June)_S 61 _t
(1994.)_S 960 4820 _m
(21.)_S 1513 4820 _m
(SAMeDL.)_S 112 _t
/Times-ItalicR 550 _ff
(SQL/Ada)_S 56 _t
(Module)_S 57 _t
(Description)_S 56 _t
(Language)_S /Times-RomanR 550 _ff
(,)_S 56 _t
(ISO/IEC)_S 56 _t
(DIS)_S 56 _t
(12227,)_S 56 _t
(Draft)_S 56 _t
(International)_S 57 _t
(Standard,)_S 1513 4604 _m
(document)_S 61 _t
(ISO/IEC)_S 61 _t
(JTC1/SC22)_S 61 _t
(N1385,)_S 61 _t
(Spring)_S 61 _t
(1994.)_S 960 4170 _m
(22.)_S 1513 4170 _m
(NIST)_S 61 _t
(APP.)_S 120 _t
/Times-ItalicR 550 _ff
(Application)_S 60 _t
(Portability)_S 60 _t
(Profile)_S 60 _t
(\(APP\))_S 60 _t
(-)_S 60 _t
(Open)_S 60 _t
(System)_S 60 _t
(Environment)_S 60 _t
(Profile)_S /Times-RomanR 550 _ff
(,)_S 60 _t
(OSE/1)_S 60 _t
(Version)_S 1513 3954 _m
(2.0,)_S 61 _t
(NIST)_S 61 _t
(Special)_S 61 _t
(Publication)_S 61 _t
(500-210,)_S 61 _t
(June)_S 61 _t
(1993.)_S 960 650 _m
(44)_S _ep
_ed end end
%-12345X