OnDemand Users Group

Support Forums => CMOD for Multiplatforms => Topic started by: tjspencer2 on February 22, 2017, 03:45:54 AM

Title: Question about unloading statements in CMOD 9.5
Post by: tjspencer2 on February 22, 2017, 03:45:54 AM
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?
Title: Re: Question about unloading statements in CMOD 9.5
Post by: Jaydeep Mehta on February 22, 2017, 09:56:24 AM
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


Title: Re: Question about unloading statements in CMOD 9.5
Post by: Justin Derrick on February 22, 2017, 11:32:22 AM
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.