Ricerca…


Osservazioni

L'istruzione START fornisce un modo per posizionare una lettura in un file per il successivo recupero sequenziale (per chiave).

Diagramma di sintassi dell'istruzione START

La chiave relazionale può includere (ma non è limitata a):

  • LA CHIAVE È PIÙ GRANDE

  • CHIAVE È>

  • LA CHIAVE È MENO DI

  • CHIAVE È <

  • LA CHIAVE È PARI AL

  • CHIAVE È =

  • LA CHIAVE NON È PIÙ GRANDE

  • LA CHIAVE NON È>

  • LA CHIAVE NON È MENO DI QUANTO

  • CHIAVE NON È <

  • LA CHIAVE NON È UGUALE

  • CHIAVE NON È =

  • CHIAVE È <>

  • LA CHIAVE È MAGGIORE O PARI AL

  • CHIAVE È> =

  • LA CHIAVE È MENO O PARI AL

  • CHIAVE È <=

START esempio

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
Autorizzato sotto CC BY-SA 3.0
Non affiliato con Stack Overflow