DB2 - Include files for API create Databse EBCDIC

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Volker

    DB2 - Include files for API create Databse EBCDIC

    Hello,

    I have installed the IBM DB2 UDB Workgoup Server Edition on Linux.
    My problem ist to create a DB2, which sorted in EBCDIC.
    The IBM-DB2-Help tells me that it works with APIs and include files.
    But I do not find the include files in my installation. I searched on
    the IBM support page and on all CDROMs of the IBM DB2 but I did not find them.
    If I find the include files for COBOL or C/C++, which are necessary to
    create an EBCDIC-sorted-Database, that would help me a lot.
    Perhaps someone knows this problem and can help me..

    Thank you,
    Volker
  • Sherman Lau

    #2
    Re: DB2 - Include files for API create Databse EBCDIC

    In v8, you can find the EBCDIC-database sample program under
    sqllib/samples/c/dbcreate.c. dbcreate.c includes sqllib/include/sqle819a.h.

    Sherman

    "Volker" <volker.spitzle y@gmx.de> wrote in message
    news:32a26926.0 310290037.411a4 e74@posting.goo gle.com...[color=blue]
    > Hello,
    >
    > I have installed the IBM DB2 UDB Workgoup Server Edition on Linux.
    > My problem ist to create a DB2, which sorted in EBCDIC.
    > The IBM-DB2-Help tells me that it works with APIs and include files.
    > But I do not find the include files in my installation. I searched on
    > the IBM support page and on all CDROMs of the IBM DB2 but I did not find[/color]
    them.[color=blue]
    > If I find the include files for COBOL or C/C++, which are necessary to
    > create an EBCDIC-sorted-Database, that would help me a lot.
    > Perhaps someone knows this problem and can help me..
    >
    > Thank you,
    > Volker[/color]


    Comment

    Working...