LINE Statement Parameters
Specifies the line type.
Specifies the VTAM application identifier used by DC/UCF at runtime to open a VTAM access method control block (ACB) and prepare for communication with logical units.
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 DC/UCF to open a VTAM ACB.
Vtam-password must be the password specified for the DC/UCF application in the VTAM system definition.
Specifies the number of request parameter list (RPL) storage areas to be used by the SNA/VTAM line driver to support all logged-on logical units. This number represents the maximum number of write I/O requests that can be handled concurrently by the SNA/VTAM line.
Rpl-count must be an integer in the range 1 through 32,767. The default is 5.
Typically, rpl-count should be lower than the expected number of logical units in the line. 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:
|
Value |
Meaning |
|---|---|
|
LU |
General category; any logical unit, including non-pipeline LUs |
|
LU62 |
LU 6.2 support |
|
3600LU |
3600 full-function LU support |
|
3600PL |
3600 pipeline LU support |
|
3614 |
3614 devices |
Note: For more information about SNA and LU 6.2 system generation considerations, see SNA and LU 6.2 Considerations.
For VTAMLU types LU and LU62, determines whether the requesting system has verified the user ID. The default is NOT.
Specifies the physical terminal is connected to the system automatically. The user does not have to log on through VTAM to access the system.
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 whether a session bound using the physical terminal will be a bracket contention winner or loser.
Note: For LU 6.2 sessions, the multiple session service manager negotiates the numbers of contention winners and losers to be allowed with the remote LU. The CONTENTION parameter specification is used only for the initial count.
Specifies the session is a bracket contention winner. If a remote LU and the DC/UCF system attempt to allocate a conversation on the session at the same time, the DC/UCF system will have priority.
Specifies the session is a bracket contention loser. If a remote LU and the DC/UCF system attempt to allocate a conversation on the session at the same time, the remote LU will have priority.
Specifies the session is either a bracket contention winner or a bracket contention loser.
OFF is the default when you omit the CONTENTION parameter from the PTERM statement.
Specifies the physical terminal is not released when VTAM sends notification that another system is requesting a session with the logical unit.
Specifies the physical terminal is released when VTAM sends notification that another system is requesting a session with the logical unit only if a conversation is not currently allocated to the session. If a conversion is allocated, the physical terminal is released after the conversation terminates.
NOHOLD is the default when you specify neither HOLD nor NOHOLD in the PTERM statement.
Specifies whether an input function management header (FMH) is expected as a prefix to a request/response unit (RU).
Indicates that an FMH is expected. The FMH is not removed.
Indicates the FMH is not expected. The FMH is automatically removed.
NO is the default when you omit the INFMH parameter from the PTERM statement.
Specifies the maximum amount of data, in bytes, the DC/UCF system is to buffer before the user requests that data.
Input-limit-size must be an integer in the range 0 through 32,767. The default, 0, directs the DC/UCF system not to limit the amount of data buffered.
Identifies the mode table entry that contains the bind parameters to be used when initiating a session with the physical terminal.
Vtam-modeent-name must match the name specified by the LOGMODE parameter of the appropriate VTAM mode table entry.
Note: For real APPC support, vtam-modeent-name must match the name specified in the MODEENT parameter of a PTERM statement used to define a physical terminal for APPC.
You must name a mode table entry for logical unit type 6.2.
For more information about real APPC support, see Real APPC Support Considerations.
Specifies that VTAM is to use the default mode table entry for the logical unit.
NOMODEENT is the default when you specify neither MODEENT nor NOMODEENT in the PTERM statement.
Specifies the name of the VTAM node that will be associated with the terminal.
Vtam-minor-node-name must be the name of a VTAM minor node (logical unit) specified in the VTAM definition.
This parameter is required to create an executable system.
Specifies a default function management header (FMH) to be sent with all outbound transmissions for this logical unit.
Identifies the default FMH to be sent with all outbound transmissions.
Hex-fm-header-q is a 4- through 8-character hexadecimal literal enclosed in site-standard quotation marks that is included in every transmission.
Indicates that no default FMH exists.
NO is the default when you omit the OUTFMH parameter from the PTERM statement.
Specifies the physical terminal is disconnected automatically whenever a conversation on the session terminates.
Specifies the physical terminal is not disconnected automatically whenever a conversation on the session terminates; that is, the session will remain available for subsequent conversations. NORELEASE is recommended for greater efficiency.
NORELEASE is the default when you specify neither RELEASE nor NORELEASE in the PTERM statement.
NORELEASE should be specified for logical unit type 6.2.
For LU 6.2 sessions only, specifies the maximum level of synchronization to be allowed for a session that uses the physical terminal.
Directs the DC/UCF system to accept a bind with a synchronization level of CONFIRM or NONE.
Directs the DC/UCF system to accept a bind with a synchronization level of SYNCPOINT, CONFIRM, or NONE.
Directs the DC/UCF system not to accept a bind with a synchronization level of SYNCPOINT or CONFIRM.
Directs the DC/UCF system to accept the synchronization level specified in the bind parameters.
OFF is the default when you omit the SYNCLEVEL parameter from the PTERM statement.
|
Copyright © 2014 CA.
All rights reserved.
|
|