Neoview SQL Reference Manual (R2.4 SP2)

the data. Error 8551 with an accompanying file system error 59 or error 1071 is returned in this
case.
Example of PURGEDATA
This example purges the data in the specified table. If the table has indexes, their data is also
purged.
PURGEDATA myschema.mytable;
PURGEDATA Utility 221