TEST command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
m (misc formatting)
Line 6: Line 6:
<dd>Sets up a single-user test environment for an application subsystem
<dd>Sets up a single-user test environment for an application subsystem
</dl>
</dl>
==Syntax==
==Syntax==
<p class="syntax">TEST [DEBUG] [STATS] [SUBSYSTEM] <i>subsystemname</i>
<p class="syntax">TEST [DEBUG] [STATS] [SUBSYSTEM] <span class="term">subsystemname</span> <span class="term">parameters</span>
  <i>parameters</i>
</p>
</p>
   
   
<b>Where:</b>
Where:
<table>  
<table>  
<tr>
<tr>
<th><var>DEBUG</var></th>
<th><var>DEBUG</var></th>
<td> 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.</td>
<td>Displays the value of the communication global variable at the terminal before the next procedure is included. You can then specify a different procedure by entering another value. The procedure displayed is included next if you press ENTER without providing a new value.</td>
</tr>
</tr>
   
   
<tr>
<tr>
<th><var>STATS</var></th>
<th><var>STATS</var></th>
<td> displays since-last statistics after the execution of each procedure.</td>
<td>Displays since-last statistics after the execution of each procedure.</td>
</tr>
</tr>
   
   
<tr>
<tr>
<th><var>SUBSYSTEM</var></th>
<th><var>SUBSYSTEM</var></th>
<td> indicates that the term following it is the subsystem name.</td>
<td>Indicates that the term following it is the subsystem name.</td>
</tr>
</tr>
   
   
<tr>
<tr>
<th>subsystemname</th>
<th>subsystemname</th>
<td> is the name of the application subsystem, comprised of a maximum of 10 characters.</td>
<td>The name of the application subsystem, comprised of a maximum of 10 characters.</td>
</tr>
</tr>
   
   
<tr>
<tr>
<th>parameters</th>
<th>parameters</th>
<td> specify subsystem-specific parameters. As many as 255 characters of information can be entered.</td>
<td>Subsystem-specific parameters. As many as 255 characters of information can be entered.</td>
</tr>
</tr>
</table>
</table>
==Usage notes==
==Usage notes==
<p>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.</p>
<p>
<p>All error and informational messages that are not suppressed by the user's MSGCTL parameter are displayed.  </p>
The <var>TEST</var> command sets up a single-user test environment for an application subsystem. The application subsystem must be stopped before entering the <var>TEST</var> command.</p>
<p>
All error and informational messages that are not suppressed by the user's <var>MSGCTL</var> parameter are displayed.  </p>
 
[[Category:Commands]]
[[Category:Commands]]

Revision as of 17:15, 30 November 2016

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. You can then specify a different procedure by entering another value. The procedure displayed is included next if you press 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 The name of the application subsystem, comprised of a maximum of 10 characters.
parameters 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.