suche 36x36
Neueste VersionenFixList
11.1.0.7 FixList
10.5.0.9 FixList
10.1.0.6 FixList
9.8.0.5 FixList
9.7.0.11 FixList
9.5.0.10 FixList
9.1.0.12 FixList
Haben Sie Probleme? - Kontaktieren Sie uns.
Kostenlos registrieren anmeldung-x26
Kontaktformular kontakt-x26

DB2 - Problembeschreibung

Problem IT25524 Status: Geschlossen

THE DB2DCLGN TOOL RETURNS INCORRECT OUTPUT FOR COBOL IN ZOS COMPATIBILITY
MODE

Produkt:
DB2 FOR LUW / DB2FORLUW / B10 - DB2
Problembeschreibung:
Once user creates table like:

db2 create table DCLGEN_TEST (c05 varchar(10) , c08
vargraphic(10)) organize by row

and execute the db2dclgn tool:

db2dclgn -d sample -t DCLGEN_TEST -l Cobol -z OS390


The output file is:

       01 DCLGEN_TEST.
         10 C05.
           49 C05-LEN PIC S9(4) COMP-5.
           49 C05-DAT PIC X(10).
         10 C08.
           49 C08-LEN PIC S9(4) COMP-5.
           49 C08-DAT PIC G(10) DISPLAY-1.


In the output above there are two problems:
- table containing underscore ( _ ) in its name is not converted
to hyphen ( - )
- The DAT keyword is specified for VARCHAR and VARGRAPHIC data
types should be TEXT


This APAR change is to correct output to expected one like
below:

       01 DCLGEN-TEST.
         10 C05.
           49 C05-LEN PIC S9(4) COMP-5.
           49 C05-TEXT PIC X(10).
         10 C08.
           49 C08-LEN PIC S9(4) COMP-5.
           49 C08-TEXT PIC G(10) DISPLAY-1.
Problem-Zusammenfassung:
****************************************************************
* USERS AFFECTED:                                              *
* ALL                                                          *
****************************************************************
* PROBLEM DESCRIPTION:                                         *
* See Error Description                                        *
****************************************************************
* RECOMMENDATION:                                              *
* Upgrade to Db2 Version 11.1 Mod 4 Fix Pack 4 or higher       *
****************************************************************
Local-Fix:
N/A
Lösung
Workaround
keiner bekannt / siehe Local-Fix
Weitere Daten
Datum - Problem gemeldet    :
Datum - Problem geschlossen :
Datum - der letzten Änderung:
28.06.2018
23.12.2018
23.12.2018
Problem behoben ab folgender Versionen (IBM BugInfos)
Problem behoben lt. FixList in der Version