PDA

View Full Version : Euro - Datumsfelder Datfmt *eur



malti
15-05-06, 07:43
Ich habe in meinen Datenbanken auf der AS 400 Euro-Datums-Felder. Ich habe da keine Schwierigkeiten bei der ILE-RPG Programmierung. Meine Kollegen bekommen beim Umwandeln in Cobol immer Fehler bei diesen Feldern. Da ich keine Ahnung von Cobol habe, meine Frage, lassen sich diese Felder in Cobol nicht verarbeiten?

Fuerchau
15-05-06, 07:53
Datetime host variables are supported only for ILE COBOL for iSeries.

Date, time, and timestamp fields are brought into your program only if you specify the *DATETIME option of the CRTCBLPGM CVTOPT parameter, or the DATETIME option of the PROCESS statement. Without one of these options, these fields become FILLER items.
Date, time, and timestamp fields are brought in as fixed-length character fields.

malti
15-05-06, 08:01
danke, hat super geklappt