Each function performed by SQDutil has its own set of keywords and parameters. The following table summarizes the commands that can be issued to the SQDutil Utility.
Function | Description |
keygen | Generate NaCl keys used for authentication and encryption |
copy and move | Copy and move data from a source to target URL |
dump | Non-destructive dump of a z/OS LogStream |
clean | Remove data from a z/OS LogStream |
tag | Tag can be useful for indicating the "End of a Process" or any other condition that might be useful to a subscribing Apply Engine. |
*sqdcopyq QREPORT | Instructs running Engine to output current runtime statistics. Identical to sqdmon display <engine_agent> |
*sqdcopyq QTERM / QTERMI | Instructs running Engine to terminate. QTERM acts like sqdmon stop <engine_agent> |
Syntax
The general Syntax for SQDutil is:
sqdutil function [-p | --parm] [-p | -parm] [url_from [url_from] ...] [url_to]
An alternative Syntax is used only for the QREPORT, QTERM and QTERMI functions for backward compatibility.
sqdcopyq QREPORT | QTERM | QTERMI <engine_name>@SHM
Note: Most parameters have two forms, a single character abbreviated parm preceded by a single "-" (dash) or the long form, preceded by double "--" (dashes).