What controls the format of the data area when saved from NaturalOne? (e.g., New Internal vs Define Data)
We have a situation where NaturalOne will save the data area as Define Data format (seen only when data area is unloaded). See sample below.
This is only happening for one of our developers so we are thinking it is a NaturalOne setting. I have looked over the settings and could not find anything related.
We are using NaturalOne 9.1.1
Any input would be appreciated.
What we see in UNLOAD (Define Data format)
*S**DEFINE DATA LOCAL
*S**1 VARIABLE1 (A10)
*S**1 VARIABLE2 (A20)
*S**1 VARIABLE3 (A30)
*S**END-DEFINE
*E
What we are expecting to see (New Internal format)
*S**DEFINE DATA LOCAL
*S**/*DF 0000 A 10 1VARIABLE1
*S**/*DF 0000 A 10 1VARIABLE2
*S**/*DF 0000 A 10 1VARIABLE3
*S**END-DEFINE
*E