SDEC ETHCMGET (3588)    REMOTE PROCEDURE (8994)

Name Value
NAME SDEC ETHCMGET
TAG ETHCMGET
ROUTINE SDEC
RETURN VALUE TYPE GLOBAL ARRAY
AVAILABILITY RESTRICTED
INACTIVE ACTIVE
WORD WRAP ON FALSE
DESCRIPTION
Return the ID, Name, and Abbreviation for each entry in the RACE AND 
ETHNICITY COLLECTION METHOD file 10.3.
RETURN PARAMETER DESCRIPTION
 ; Successful Return: Global Array in which each array entry
 ;     M errors are trapped by the use of M and Kernel error handling.
 ;     The RPC execution stops and the RPC Broker sends the error 
generated
 ;     text back to the client.
 ; contains an IEN, name, and abbreviation
 ; from file 10.3:
 ;    IEN ^ NAME ^ ABBR
 ; Caught Exception Return:
 ;   A single entry in the Global Array in the format "-1^<error text>"
 ;   "T00020RETURNCODE^T00100TEXT"
 ; Unexpected Exception Return:
 ;     Handled by the RPC Broker.