LINKUP 5294 WITH DL5294 FIRMWARE
140
NOTE
If you plan to have print output sent by specific workstations to a specific remote
printer, you must use the Create Print File CRTPF command. Enter the printer device
description in the DEV parameter and the particular OUTQ for spooling. Make sure the
Print File exists prior to including it in the PRTFILE parameter for creating the printer
description.
CRTDEVD Command — Example 1:
::CRTDEVD DEVD (LINK2S1) DEVADR(000120) DEVTYPE (5251) + MODEL (11) CTLU(DL51CU)
ONLINE(*YES) DROP (*NO) WSCADR(*NONE) + TEXT('LINKUP TERMINAL A1')
::CRTDEVD DEVD(LINKWS2) DEVADR(020120) DEVTYPE(5251) + MODEL(11) CTLU(DL51CU)
ONLINE(*YES) DROP(*NO) P (LINKP1)WSCADR(*NONE) TEXT(;LINKUP TERMINAL
A2')
CRTDEVD Command — Example 2
::CRTDEVD DEVD(LINKP1) DEVADR(030120) DEVTYPE(5256) + MODEL(0002) CTLU(DL51CU)
ONLINE(*YES) DROP(*NO) WSCADR(*NONE) + TEXT('LINKUP PRINTER P1')
STEP 5. Add Workstation Entries for Subsystem
After the appropriate device descriptions are generated, the workstations must be assigned to a
particular subsystem. Workstation job entries are added to the specified subsystem description through
the ADDWSE command. Each entry describes one or more workstations that are to be controlled by the
system. The workstations identified in the workstation entries are allowed to sign on to or enter the
subsystem and execute jobs.
If every workstation of a particular type is to be included in a particular subsystem, only that workstation
type should be entered in the WRKSTNTYPE command parameter. When you enter a workstation type,
such as 5251, as opposed to a specific workstation description (which would be entered for the WRKSTN
parameter), the system assigns all workstations of that type to the same interactive subsystem and not on
an individual basis. The WRKSTN parameter specifies to the subsystem which device description will be
included (by the DEVTYPE parameter of the CRTDEVD command).
NOTE
A value must be specified for either the WRKSTN or the WRKSTNTYPE parameter, but
not both.
::ADDWSE SBSD(QINTER) WRKSTNTYPE(5251) JOBD(*SBSD) + MAXACT(*NOMAX)
AT(*SIGNON)
STEP 6. Vary Communication Line ON
Before the control unit and its attached devices can be varied active, the communication line to which
they will be attached must be varied on. The VRYLIN command varies the specified line active or
inactive depending on the STATUS Parameter.
::VRYLIN LINE(LINKUPL1) STATUS(*ON)