CONTROL command


Syntax:

  CONTROL [VAR varname] options

A GoServe control action (such as moving the audit file, resetting counters, or requesting statistics) is initiated, and a result string is either placed in a Rexx variable or returned to the client.

This is used for controlling the GoServe server from the filter, either directly or on request from a remote client or from another process on the same machine -- for information on ways to do this, see "Remote control of GoServe".

The possible options are:

The result of a CONTROL command is a single string, which may include multiple lines, separated by Carriage Return-Line Feed (CR-LF, ASCII '0d0a'x) sequences. The exact format is not defined. The result string is either placed in a variable or returned to the client:


[ previous section | GoServe | next section ]

From 'goserve.doc', version 2.32.
Copyright © International Business Machines Corporation, 1993, 1995.
All rights reserved.