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 :
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 |