INQUIRE DATA MAPPING REPRESENTATION
-
CALL SEQUENCE
CALL PQDMR (WKID, DMI, TYPE, MLDR, ERRIND, DMM, LDR, DATREC)
INPUT PARAMETERS
- INTEGER WKID
- Workstation identifier
- INTEGER DMI
- Data mapping index
- INTEGER TYPE
- Type of return value(PSET,PREALI)
- INTEGER MLDR
- Dimension of data record array
OUTPUT PARAMETERS
- INTEGER ERRIND
- Error indicator
- INTEGER DMM
- Data mapping method
- INTEGER LDR
- Length of data record array
- CHARACTER*80DATREC(MLDR)
- Data mapping data record
PHIGS STATE
(PHOP, WSOP,*,*)
EFFECT
Returns the components contained in the data mapping representation of the data
mapping table in workstation WKID's workstation state list. If
the data is available, error indicator is returned as 0.
If the inquired information is available, the error indicator is returned as 0
and values are returned in the output parameters.
If the specified data mapping index is not present in the data mapping bundle
table, and the specified type of returned value is REALIZED, the representation
for data mapping index 1 is returned.
If the inquired information is not available, the values returned in the output
parameters are implementation dependent and the error indicator is set to one
of the following error numbers to indicate the reason for non-availability:
See SET DATA MAPPING METHOD for a description of the data mapping method data
record.
ERRORS
- 3
Ignoring function, function requires state (PHOP, WSOP,*,*)
- 54
- Ignoring function, the specified workstation is not open
- 59
- Ignoring function, the specified workstation does not have output
capability (i.e. the workstation category is neither OUTPUT, OUTIN, nor MO)
- 100
- Ignoring function, the bundle index value is less than one
- 101
- Ignoring function, the specified representation has not been
defined
SEE ALSO
set data mapping representation, inquire predefined data mapping representation.