Is there a way to unload a statement from CMOD that is part of a larger load file without unloading all statements in that load file? Example: I have a load file with 100 statements in it numbered with IDs 1 to 100. Is there a way for me to JUST unload the statement 85 from that load file without unloading anything else in that load file?
Hi..
You can use the arsdoc delete command to unload single statement .
arsdoc delete would delete only the documents (index and storage objects) that are identified by the query passed as an arguement.
Read this http://ODUG.net/index.php?topic=196.0
https://www.ibm.com/support/knowledgecenter/SSEPCD_9.5.0/com.ibm.ondemand.administeringmp.doc/doddo009.htm
Just to clarify:
arsdoc delete doesn't delete objects in storage, only the metadata. If you were compelled by a court to produce a document, you would still have a copy on disk, and would have to go and find it and retrieve it for the court. Without the metadata for that document, it won't be easy.
-JD.