products/Sources/formale Sprachen/Isabelle/Tools/Metis/src image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]

Datei: sql.cbl   Sprache: Cobol

      * File: sql.cbl
        01 SQLOPT.
          05 SQLOPTHEADER.
              10 ALLOCATED   PIC 9(9) COMP-5.
              10 USED        PIC 9(9) COMP-5.
          05 SQLOPTIONS OCCURS 1 TO 50 DEPENDING ON ALLOCATED.
              10 SQLOPT-TYPE        PIC 9(9) COMP-5.
              10 SQLOPT-VAL         PIC 9(9) COMP-5.
              10 SQLOPT-VAL-PTR     REDEFINES SQLOPT-VAL.
      * 

[ Seitenstruktur0.15Drucken  etwas mehr zur Ethik  ]