Hi there,
is there a Option to Examine to ignore NAT1308 Errors? I want to do the following:
[code]
DEFINE DATA
LOCAL
01 #A (A12)
END-DEFINE
#A := 'F
Hi there,
is there a Option to Examine to ignore NAT1308 Errors? I want to do the following:
[code]
DEFINE DATA
LOCAL
01 #A (A12)
END-DEFINE
#A := 'F
The Natural-Help for NAT1308 says:
So I think you have to use the “not-so-smart-solution”.
But you’re right. I would prefer a truncation option for the EXAMINE … REPLACE statement, too.
What about that:
[code]
DEFINE DATA
LOCAL
01 #A (A) DYNAMIC
END-DEFINE
#A := 'F
Dynamic Variables are not enabled here. Our Sysadmin has still the V31COMP on. (I know that i could change this, but not when i commit the Sources to the Productionsystem) :-/
Greetings Sascha