App Connect

 View Only
  • 1.  Missing COBOL structure

    IBM Champion
    Posted Mon February 22, 2021 05:43 PM
    Operating System: # uname -a
    Linux SATELLITE-L50D-B 5.3.0-64-generic #58-Ubuntu SMP Fri Jul 10 19:33:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

    IBM Integration Toolkit

    Version: 10.0.0.22
    Build id: 10.0.0.22-20200824-1018

    I am trying to define a message model. Why is the structure missing when I try to create a new DFDL from a COBOL copybook INVOICES.cpy?



    This is what the INVOICES.cpy looks like:

    01 INVOICES.
    03 REQ-TYPE PIC X(5).
    03 MACHINE-CODE PIC XX.
    03 CachierId PIC X(12).
    03 CUSTLastName PIC X(15).
    03 CUSTFirstName PIC X(20).
    03 CUSTCompany PIC X(20).
    03 CUSTAddr1 PIC X(12).
    03 CUSTAddr2 PIC X(12).
    03 CUSTCity PIC X(10).
    03 CUSTState PIC X(10).
    03 CUSTCountry PIC X(5).
    03 CUSTMail PIC X(20).
    03 CUSTPhone PIC X(15).
    03 CUSTDOB PIC X(8).
    03 PurchaseCount PIC 9(3).
    03 Purchase OCCURS 0 TO 21 TIMES
    DEPENDING ON PurchaseCount.
    04 PurchaseId PIC X(10).
    04 ProductName PIC X(10).
    04 Amount PIC 9(2).
    04 Price PIC 9(8)V99.
    03 RETURN-COMMENT PIC X(50).

    What libraries are missing?


    ------------------------------
    Amit Kapila
    Integration Developer
    eComm Europe Limited
    London
    UK
    amitkapila@hotmail.com
    +44 (0)2085707240
    +44 (0)7976529902
    ------------------------------


  • 2.  RE: Missing COBOL structure

    Posted Tue February 23, 2021 09:55 AM
    Edited by Karen Broughton-Mabbitt Tue February 23, 2021 09:56 AM
    Hello Amit, Steve has responded to your question against the blog post, you can find the link here .

    ------------------------------
    ID Team IBM App Connect IBM UK
    IBM Integration Community
    IBM
    ------------------------------



  • 3.  RE: Missing COBOL structure

    IBM Champion
    Posted Tue February 23, 2021 10:58 AM
    Hi Steve, 

    Thanks for getting back to me. At least I have a reason for why this is happening. To be honest it's not a big problem. I'm using the developer edition. 
    I'm looking for an IIB Developer role. Any pointers for where I might find such a role? 

    Cheers, 

    Amit Kapila