INQUIRE DEFAULT DISPLAY UPDATE STATE
-
CALL SEQUENCE
CALL PQDDUS (WTYPE, ERRIND, DEFMOD, MODMOD).
INPUT PARAMETERS
- INTEGER WTYPE
- Workstation type.
OUTPUT PARAMETERS
- INTEGER ERRIND
- Error indicator
- INTEGER DEFMOD
- Default deferral mode
- PASAP :
- 0 (ASAP).
- PBNIG :
- 1 (BNIG).
- PBNIL :
- 2 (BNIL).
- PASTI :
- 3 (ASTI).
- PWAITD :
- 4 (WAIT).
- INTEGER MODMOD
- Default modification mode
- PNIVE :
- 0 (NIVE).
- PUWOR :
- 1 (UWOR).
- PUQUM :
- 2 (UQUM).
PHIGS STATES
(PHOP, *, *, *).
EFFECT
Returns the default deferral mode and modification mode for workstations of
type WTYPE. If the data is available, error indicator is returned as
0.
The data is read from the workstation description table of type
WTYPE.
ERRORS
- 2
Ignoring function, function requires state (PHOP, *,*,*)
- 52
- Ignoring function, workstation type not recognized by the implementation
- 51
- Ignoring function, this information is not yet available for this generic
workstation type: open a workstation of this type and use the specific
workstation type
- 59
- Ignoring function, the specified workstation does not have output
capability (i.e. the workstation category is neither OUTPUT, OUTIN, nor MO)
- 62
- Ignoring function, this information is not available for this MO
workstation type
SEE ALSO
set display update state, inquire display update state.