private void previewQueryCommand(ObjMgrProperties objMgrProps) {
/*
* Get object type, props object, and lookup name
*/
String type = objMgrProps.getObjType();
ObjStoreAttrs osa = objMgrProps.getObjStoreAttrs();
String lookupName = objMgrProps.getLookupName();
Globals.stdOutPrintln(ar.getString(ar.I_PREVIEW_QUERY));
Globals.stdOutPrintln("");
Globals.stdOutPrintln(lookupName);