Displaying DJC network (DISPDJC) *CALL,DISPDJC

Function

Use DISPDJC to display the status of a dependent job control network on a printer.

Syntax


1 *CALL
1 *X
2  , DISPDJC
1!  , OUT = ( PRT )
1  , OUT =
2.1  devname
2.1 ?  / devnum
2.1  ( type )
2.1  ( type , group )
2.1  ( , group )
1!  , NET = ALL
1  , NET = djnet

Parameters

OUT=
Specifies the printer to be used. You can select the printer by specifying one of the following:
devname
Specifies the name of the device.
devnum or /devnum
Specifies a 3-digit or 4-digit hexadecimal device number. A slash (/) preceding the device number is not required. Device numbers can be specified by any of the following formats:
ddd dddd /ddd /dddd
where ddd and dddd represent the device numbers.
type
Specifies the type of device. Only a printer may be specified. If type is omitted, PRT is assumed.
group
Specifies the group of devices to which the printer belongs. Group names are defined by the DGROUP keyword on the DEVICE initialization statement; typical group names might be FLOOR1 or LOCAL. When a group name is specified, the first available printer in the group is selected.

If you omit the OUT= parameter, the system selects the first available printer.

NET=djnet or ALL
Specifies the name of the DJC network to be displayed. If ALL is coded, all networks in the system are displayed.