Administrative Commands
TIBCO EMS Client for z/OS (CICS) provides an administrative transaction (S7MA) for controlling and monitoring various functions.
Command Syntax
The command syntax is as follows:
S7MA -command {-option | [-option value] | ...}
S7MA is followed by a hyphenated command, followed by one or more hyphenated command options. Some command options require a value. In addition, some commands have no options.
Case Sensitivity
For example, you specify the following commands on the command line:
S7MA –connstart –l –url SAMPLEURL -u -user sampleid
The resulting URL can be translated to sampleurl and the user can be translated to SAMPLEID.
Note that these parameters are useful for –url, -user, and –pwd. However, values for these cannot be mixed-case text, since such text is not supported by the S7MA transaction. For example, if a user is mixed-case, (such as MyUserName ), consult your administrator to change it to lowercase or uppercase.