>USE [ Silhouette Reference Manual ] MPE/iX 5.0 Documentation
Silhouette Reference Manual
>USE
The >USE command opens a data communication line.
SYNTAX
>USE dsline
PARAMETERS
dsline The name, or number, of the data communication line to be opened.
DISCUSSION
The >USE command opens a DS line for use by the current configuration
file. It can also be used to open a DS line closed by the >RELEASE
command. The line must be specified in the configuration file.
EXAMPLE
The following example shows opening a DS line and generating a STATUS
report indicating the name of the opened DS line.
>USE MPEXL950
Please be patient. This may take a minute or two to execute. (MPMSG 80)
USE req. to CP: Successful execution of function / request. (RQMSG 0)
>STATUS
===== ========== S i l h o u e t t e S T A T U S ============
1:28:15
* PRIMARY SECONDARY
- - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - -
LOGFILE record # = 4674 (001) | LOGFILE record # = 4674 (001)
time = 1:13:15 | time = 1:13:15
|
outstanding= 0 recs | FLAGS
max ever = 4674 recs |
|
SENT logical = 4674 recs | DATABASE opens = 0 paths
physical = 197 blocks | transact. = 0 outst.
| Open mode = 4 UNLOCK
|
[ current status ] | [ current status ]
- - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - -
LINES OPEN : MPEXL950
=========================================================================
>
ADDITIONAL DISCUSSION
See Chapter 5.
MPE/iX 5.0 Documentation