Skip to Main Content
Due to the recent acquisition by IBM, the Adabas & Natural Ideas Portal does not contain ideas from products ApplinX and EntireX any longer. Please refer to the IBM Ideas Portal for these products from now on (IBMid required). Existing content will be migrated during the next few weeks.
Status Not in Plan
Categories Natural (NAT)
Created by Paul Grünböck
Created on Jul 15, 2021

Extract IDL should create the same IDL for Natural source & object (LUW & MF)

The extracted IDL from Natural source and/or object differs depending on the plattform (LUW or MF).

The extracted IDL should be the same on all platforms independent regardless of the extraction source.

If my Natural source contains this PDA:

DEFINE DATA PARAMETER
1 IN-GROUP /* IN
2 INPARM (A) DYNAMIC
1 OUT-GROUP /* OUT
2 OUTPARM (A) DYNAMIC
END-DEFINE

I would expect this extracted IDL from source and object (SYMGEN=ON)

define data parameter
1 IN-GROUP In /* IN
2 INPARM (AV)
1 OUT-GROUP Out /* OUT
2 OUTPARM (AV)
end-define

This is true for :

  • Natural source on MF
  • Natural source on LUW
  • Natural object on MF

The extracted IDL from Natural object on LUW is missing the group information:

define data parameter
1 inparm (AV)
1 outparm (AV)
end-define

Created on Brainstorm 07/10/2018 06:41
Brainstorm ID 6112
  • +2