t-bonham@scc.net Supermod
Joined: 18 Oct 2012 Posts: 30 Topics: 0 Location: Minneapolis, MN
|
Posted: Thu Jul 31, 2014 1:53 pm Post subject: |
|
|
The proper way to avoid S0C7 errors is to not allow 'junk' to be stored in your data files in the first place. Edit the input, and if it is junk, than reject it rather than put junk into your data files.
In the end, that is much easier for a system: there are usually only a few input programs, but many more processing & reporting programs. If you allow junk data to get into your data files, every one of the processing & reporting programs will have to have checks written in to catch the junk data before using it. If you have tight edits on the input to reject junk, than all the many programs after that which use the data can skip such testin |
|