IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  IDL Grammer on unbounded array

    Posted Tue July 03, 2007 04:31 AM

    Hi,

    In the EntireX communicator v7.3.2 documentation, section Software AG IDL Grammer - Array Definition, it has the following statement on unbounded arrays.

    On the other hand, in the documentation of Natural v6.2.3, section Natural RPC Restrictions and Limitations, it states that

    [quote]
    Variable Arrays in Subprograms

    If the parameter data area of the subprogram contains a variable number of occurrences (


    #webMethods
    #Mainframe-Integration
    #EntireX


  • 2.  RE: IDL Grammer on unbounded array

    Posted Thu July 19, 2007 04:36 PM
    1. No.
    2. What is called “Unbounded arrays” in EntireX corresponds to “X-arrays” in Natural. Arrays in Natural using the

    #EntireX
    #webMethods
    #Mainframe-Integration


  • 3.  RE: IDL Grammer on unbounded array

    Posted Fri July 20, 2007 11:58 PM
    1. this is a bit awkward: the X-Array is defined to Natural with the 1:* notation, but is represented in the IDL as 1:V

    #webMethods
    #Mainframe-Integration
    #EntireX