Announcement

Collapse
No announcement yet.

Informix Datentyp Float in Cobol

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Informix Datentyp Float in Cobol

    Ich will einen Informix Entladebestand per Cobol-Programm verarbeiten. Wie wäre ein Feld vom Typ Float(64,8) in Cobol zu definieren ?

    viele Grüße, Stefan

  • #2
    Wenn ich mich recht erinnere PIC S9(64)V9(8)
    Christian

    Comment


    • #3
      Hallo Christian,

      in Cobol kann ich numerische Felder nur max. 18-stellig definieren !

      Gruß, Stefan

      Comment


      • #4
        Hallo,

        probier mal nur
        01 meinfloat comp-1

        ohne PIC - für ein float vielleicht auch comp-2 - (float, double float)

        Gruß
        Uschi

        Comment


        • #5
          Hallo an alle,

          danke für die Tipps - hat sehr gut geholfen.

          Gruß, Stefan

          Comment

          Working...
          X