[Migrated content. Thread originally posted on 03 August 2010]
I am using ACU4GL FOR MSSQL.I have a code like this:
...
WRITE FILE1-RECORD.
...
I am trying to write a record to my table "FILE1".
The key value of FILE1 is valid but a non-key field value of FILE1 is NOT valid.
My code does NOT give me any warning on "WRITE".
When I try to find out my record in FILE1 table, I could not find it.
I would like to know how I could let my code report "writing fails" to me?



