Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Create Device Description (Finance) (CRTDEVFNC) command creates a device description for a finance device.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
DEVD | Device description | Name | Required, Positional 1 |
TYPE | Device type | 3624, 3694, 4704, *FNCICF | Required, Positional 2 |
LOCADR | Local location address | 01-FF | Required, Positional 3 |
RMTLOCNAME | Remote location | Communications name | Optional |
ONLINE | Online at IPL | *YES, *NO | Optional |
CTL | Attached controller | Name | Optional |
MAXLENRU | Maximum length of request unit | 8-4096, *CALC | Optional |
DEVCLS | Device class | *NONE, *SNPT | Optional |
ACTTMR | Activation timer | 1-2550, 170 | Optional |
INACTTMR | Inactivity timer | 1-30, *NOMAX, *SEC15, *SEC30 | Optional |
SNPTDEV | SNA pass-through device desc | Name, *NONE | Optional |
SNPTGRP | SNA pass-through group name | Name, *NONE | Optional |
TEXT | Text 'description' | Character value, *BLANK | 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 type of device this description represents.
Top |
Specifies the local location address for this device.
The type of controller to which the device is being attached determines which values are valid.
LOCADR 01 is used only to communicate with the system monitor session and is valid only if *FNCICF is specified for the Device type (TYPE) parameter.
Top |
Specifies the name of the remote location associated with the remote system with which this device 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 the maximum request unit (RU) length allowed.
Note: *CALC is the only allowed value for a 3624, 3694, or 4704 device type. If *FNCICF is specified for the Device type (TYPE) parameter and attached to either a 3694, 4730, 4731, 4732, or 4736 controller, *CALC or 256 are the only allowed values.
Top |
Specifies the device class for this device.
Top |
Specifies, for switched lines, the amount of time that the SNA pass-through support waits for the device to respond to the activation request from the host iSeries system. If the device does not respond within this time, it is considered not available.
This parameter is valid only when *SNPT is specified for the DEVCLS parameter.
Top |
Specifies, for devices connected using SNA pass-through support, a timeout value that measures the amount of time that the device is not bound to a host application. When the timeout value is exceeded, the session is ended.
Top |
Specifies the name of the associated SNA pass-through device that is attached to a host or advanced program-to-program communications (APPC) controller.
This parameter is valid only when *SNPT is specified for the DEVCLS parameter.
Top |
Specifies the name configured for a group of host devices in a configuration list (see CRTCFGL command). This indicates that this device is tied to any one of the devices in that group which is available.
This parameter is valid only when *SNPT is specified for the DEVCLS parameter.
Top |
Specifies the text that briefly describes the object.
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 |
Example 1: Changing a Finance Device Description
CHGDEVFNC DEVD(FNCDSP1) ONLINE(*YES)
This command changes the device description for the finance device FNCDSP1 so that the device will be varied on at IPL.
Example 2: Creating a Finance Device Description
CRTDEVFNC DEVD(FNCDSP1) TYPE(*FNCICF) LOCADR(01) CTL(FNCCTL1)
This command creates a finance device description named FNCDSP1. This is an ICF finance device with an address of X'01'. It is attached to the finance controller FNCCTL1.
Top |
Top |