Creates a user-defined query.
DPSMakeQuery <QueryName>
DPSMakeQuery creates the given query in the query system. If the query name contains blanks, it must be in quotation marks. The query is initially empty.
You must have the $editor system variable set to your editor. This editor must be able to accept the syntax <editor name> <filename> from the operating system prompt.
The following command creates the Past_Due_Inventory query:
DPSMakeQuery Past_Due_Inventory
The following command shows the same query being created, but with blanks instead of underscores in its name:
DPSMakeQuery "Past Due Inventory"