サーチ…


備考

START文は、その後の連続した検索(キーによる)のために読み込みをファイルに配置する方法を提供します。

START文の構文図

主要なリレーショナルには次のものが含まれます(ただしこれに限定されません)。

  • キーはそれよりも大きい

  • KEY IS>

  • キーはそれより少ない

  • キーは<

  • キーは等しい

  • KEY IS =

  • キーはそれより大きくありません

  • キーはありません>

  • キーはあまりない

  • キーはありません<

  • キーは同じではありません

  • キーはありません=

  • KEY IS <>

  • キーはそれより大きいか等しい

  • KEY IS> =

  • キーはそれほど少なくないか等しい

  • KEY IS <=

STARTの例

start indexing
   key is less than
       keyfield of indexing-record
   invalid key
       display "bad start: " keyfield of indexing-record
       set no-more-records to true
   not invalid key
       read indexing previous record
           at end set no-more-records to true
       end-read
end-start


Modified text is an extract of the original Stack Overflow Documentation
ライセンスを受けた CC BY-SA 3.0
所属していない Stack Overflow