Acquire/DASD JCL parameters and console commands
Acquire/DASD accepts the following JCL parameters:
PARM=QUIET Prevents all informational messages from being written
PARM=DEBUG Writes debug data to file //DEBUG
PARM=DEBUGM Writes special debug data to file //DEBUG
If no JCL parameter is provided, then informational messages will be written to the console. PARM=QUIET will still write warnings and errors should they be encountered.
You should not use the DEBUG or DEBUGM parameters unless requested by Precisely as they generate very large amounts of output.
Acquire/DASD accepts the following console commands:
STOP ACQDMON Requests Acquire/DASD to terminate
MODIFY ACQMON,<command> Passes <command> to Acquire/DASD <command> can be:
DEBUG Turn on debug mode
DEBUGM Turn on specific debugging mode
NODEBUG Turn off debug mode
RELOAD Restart Acquire/DASD, keep DEBUG file open if in use
RELOADC Restart Acquire/DASD, close/open DEBUG file if in use
RELOAD and RELOADC are designed to allow the dynamic replacement of parameters
If you want to shut Acquire/DASD down immediately it will cause no damage if you cancel the job or started task.