Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Create Device Description (SNA Host) (CRTDEVHOST) command creates a device description for a Systems Network Architecture (SNA) host system device.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
DEVD | Device description | Name | Required, Positional 1 |
LOCADR | Local location address | 01-FF | Required, Positional 2 |
RMTLOCNAME | Remote location | Communications name | Required, Positional 3 |
ONLINE | Online at IPL | *YES, *NO | Optional |
CTL | Attached controller | Name | Optional |
APPTYPE | Application type | *RJE, *EML, *PGM | Optional |
MAXLENRU | Maximum length of request unit | *CALC, 241, 245, 247, 256, 497, 501, 503, 512, 768, 1009, 1015, 1024, 1280, 1536, 1792, 2048, 2304, 2560, 2816, 3072, 3328, 3584, 3840, 4096 | Optional |
EMLDEV | Emulated device | 3278, 3284, 3286, 3287, 3288, 3289 | Optional |
EMLKBD | Emulated keyboard | *UPPER, *LOWER | Optional |
EMLNUMLCK | Emulated numeric lock | *NO, *YES | Optional |
EMLWRKSTN | Emulation work station | Name, *ANY | Optional |
ENDSSNHOST | End session with host | *UNBIND, *RSHUTD | Optional |
TEXT | Text 'description' | Character value, *BLANK | Optional |
DEPLOCNAME | Dependent location name | Communications name, *NONE | Optional |
AUT | Authority | Name, *CHANGE, *ALL, *USE, *EXCLUDE, *LIBCRTAUT | Optional |
Top |
Specifies the name of the device description.
This is a required parameter.
Top |
Specifies the local location address for this device.
Valid values range from 01 to FF.
Top |
Specifies the name of the remote location with which your program communicates.
Top |
Specifies whether this object is automatically varied on at initial program load (IPL).
Top |
Specifies the name of the controller description to which this device is attached.
Note: To use this device for communicating with a remote location that resides on the same system as the local location, specify a controller description that was created with LINKTYPE (*LOCAL) specified.
Top |
Specifies what application type is used by this device.
Top |
Specifies the maximum request unit (RU) length allowed.
Top |
Specifies that this program device entry is used to send and receive 3270 data streams. The emulation device parameter consists of an emulation device type and an emulation device data format. The emulation device data format specifies the format of the type 3270 data stream being sent or received. A 20- or 32-byte common header that contains type 3270 command and data flow information is located at the start of the I/O buffer that is sending or receiving the type 3270 data stream. This parameter applies only to SNUF communications. This parameter can be specified as a list of two values (elements) or as a single value (*NONE).
Top |
Specifies the type of 3278 display keyboard that is emulated. This parameter is valid only when *EML is specified for the Application type (APPTYPE) parameter.
Top |
Specifies whether numeric input fields only allow numeric data on a 5250 keyboard. The value can be specified for this parameter only if *EML is specified for the Application type (APPTYPE) parameter.
Top |
The emulation work station associates an emulation device with a real display or printer device. The device address is reserved for use exclusively by that work station. If no device or *ANY is specified, any work station can use the emulation device.
Top |
Specifies how the host device ends a session with the host system.
Top |
Specifies the text that briefly describes the object.
Top |
Specifies the dependent local location name used for Dependent LU Requester (DLUR), providing additional security for the connection. If this name is filled in, an activation request (SNA ACTLU) from a Dependent LU Server (DLUS) node must reference this name or it is rejected.
Remote DLUS nodes may optionally accept unsolicited reply PSIDs (Product Set IDs) from the iSeries for auto-definition of LUs at the DLUS node. If so, then this name will be sent to the DLUS node in the reply PSID and it will be returned on the ACTLU request.
If unsolicited reply PSIDs are not supported by the DLUS node, then there will have to be close coordination of the PU name definitions on both systems.
Top |
Specifies the authority you are giving to users who do not have specific authority for the object, who are not on an authorization list, and whose group profile or supplemental group profiles do not have specific authority for the object.
Top |
CRTDEVHOST DEVD(COMMDSP1) LOCADR(FE) RMTLOCNAME(SYS) CTL(HOSTCTL001) APPTYPE(*EML) EMLDEV(3284)
This command creates a device description for an SNA host communications device named COMMDSP1. The address of the device is X'FE'. It is attached to the controller HOSTCTL001 and communicates with SYS. This device uses 3270 emulation to emulate a 3284 printer.
Top |
Top |