Hmmm... the INZ() keyword works fine on my system...
Jeff Young wrote:
You can not initialize a data area.
The *DTAARA DEFINE statement defines the field FshDte, so you have duplicate definitions in your code. The first definition is a stand alone field, and the second is a data area.
If you make the changes above, you should not have any more problems.