TEST command

From m204wiki
Revision as of 01:05, 28 February 2013 by Alex (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Privileges
Defined in the subsystem definition
Function
Sets up a single-user test environment for an application subsystem

Syntax

TEST [DEBUG] [STATS] [SUBSYSTEM] subsystemname parameters

Where:

DEBUG displays the value of the communication global variable at the terminal before the next procedure is included. The user can then specify a different procedure by entering another value. The procedure displayed is included next if the user presses ENTER without providing a new value.
STATS displays since-last statistics after the execution of each procedure.
SUBSYSTEM indicates that the term following it is the subsystem name.
subsystemname is the name of the application subsystem, comprised of a maximum of 10 characters.
parameters specify subsystem-specific parameters. As many as 255 characters of information can be entered.

Usage notes

The TEST command sets up a single-user test environment for an application subsystem. The application subsystem must be stopped before entering the TEST command.

All error and informational messages that are not suppressed by the user's MSGCTL parameter are displayed.