LINE Statement Parameters
Specifies the line type.
Specifies the VTAM application identifier used by the DC/UCF system at runtime to sign on to VTAM.
Vtam-application-id must match the system identifier specified for the DC/UCF system in the VTAM system definition.
The APPLICATION IDENTIFICATION parameter is required to create an executable system.
Specifies the line is treated as a connect-type line.
CONNECT is the default when you specify neither CONNECT nor NOCONNECT in the LINE statement.
Specifies the line is not treated as a connect-type line.
Specifies the password used by the system to sign on to VTAM.
Vtam-password must be the password specified for the DC/UCF application in the VTAM system definition.
Specifies that a read buffer is permanently allocated for the duration of a session. The buffer is allocated at connection time and released at session termination.
Specifies that a read buffer is dynamically allocated only for the duration of an input operation.
NOPERMREADBUF is the default when neither PERMREADBUF nor NOPERMREADBUF is specified in the LINE statement.
Specifies the number of entries in the VTAM request parameter list (RPL). This number represents the maximum number of write I/O requests that can be handled concurrently by the VTAM line.
Rpl-count must be an integer in the range 1 through 32,767. The default is 5.
Typically, rpl-count should be 20 percent of the number of physical terminals in the line, plus the number of printers. An insufficient RPL count value will result in degraded response time.
PTERM Statement Parameters
Specifies the device type for the physical terminal. Valid values are:
This parameter is for documentation only. The actual device type is determined from information provided by VTAM when the user logs on.
Specifies the physical terminal is connected to the system automatically. The user does not have to log on through VTAM to access the system.
If you specify ACQUIRE, you must also specify the NAME parameter.
Specifies the physical terminal is not connected to the system automatically. The user must log on through VTAM, supplying the DC/UCF system identifier.
NOACQUIRE is the default when you specify neither ACQUIRE nor NOACQUIRE in the PTERM statement.
Specifies the physical terminal has formfeed capabilities.
Note: FORMFEED is invalid for physical terminal types V3277, V3278, and V3279.
Specifies the physical terminal does not have formfeed capabilities.
NOFORMFEED is the default when you specify neither FORMFEED nor NOFORMFEED in the PTERM statement.
Specifies the device is not released when VTAM notifies DC/UCF that another system is requesting a session with this device.
Specifies the device is released when VTAM notifies DC/UCF that another system is requesting a session with this device. If the request specifies a printer, DC/UCF will release the printer when all currently queued reports have been printed.
NOHOLD is the default when you specify neither HOLD nor NOHOLD in the PTERM statement.
Specifies the model number of the physical terminal. Valid model numbers for each physical terminal type are:
|
Physical terminal type |
Model number |
|---|---|
|
V3277 |
1 and 2 |
|
V3278 |
1 through 5 |
|
V3279 |
2 and 3 |
|
V3284 |
1 and 2 |
|
V3286 |
1 and 2 |
|
V3287 |
1 and 2 |
|
V3288 |
2 |
|
V3289 |
1 and 2 |
The default is 2 for all physical terminal types.
Reserves the physical terminal element for the specified VTAM minor node.
Vtam-minor-node-name must be the name of a VTAM minor node (logical unit) specified in the VTAM definition.
You must specify the NAME parameter for printers.
Defines the physical terminal as a generic terminal to which any VTAM minor node can be connected.
NONAME is the default when you specify neither NAME nor NONAME in the PTERM statement.
For printer terminals only, specifies the printer is automatically released after each report is printed. If other reports are queued to the printer, DC/UCF will subsequently reacquire the printer.
For printer terminals only, specifies the printer is not released automatically after a report is printed. The printer will be held by the DC/UCF system until notified by VTAM that another system is requesting the device. Subsequent action by DC/UCF depends on the HOLD/NOHOLD specification.
NORELEASE is the default when you specify neither RELEASE nor NORELEASE in the PTERM statement.
Note: For more information about sample DC/UCF configuration using VTAM, see DC/UCF System Generation Statements. For more information about VTAMLST entries, see VTAMLST Entries.
|
Copyright © 2014 CA.
All rights reserved.
|
|