IOMOPERATE Procedure

Example 12: LIST TYPES Example

LIST TYPES Example

The following command:
PROC IOMOPERATE;
    LIST TYPES;
QUIT;
Returns output similar to the following:
1    PROC
1  !      IOMOPERATE;
2        LIST TYPES;

DataFlux Authentication Server
    Short type name  : DataFluxAuth
    Class identifier : 2d1bcdbf-f900-4ca9-85f6-95ecdbaf2122

SAS Metadata Server
    Short type name  : Metadata
    Class identifier : 0217e202-b560-11db-ad91-001083ff6836

SAS Object Spawner
    Short type name  : ObjectSpawner
    Class identifier : 0e3b1810-6646-11d5-8863-00c04f48bc53

SAS OLAP Server
    Short type name  : OLAP
    Class identifier : f3f46472-1e31-11d5-87c2-00c04f38f9f6

SAS Pooled Workspace Server
    Short type name  : PooledWorkspace
    Class identifier : 620963ee-32bf-4128-bf5f-4b0df8ff90eb

SAS Stored Process Server
    Short type name  : StoredProcess
    Class identifier : 15931e31-667f-11d5-8804-00c04f35ac8c

SAS Workspace Server
    Short type name  : Workspace
    Class identifier : 440196d4-90f0-11d0-9f41-00a024bb830c
NOTE: The LIST TYPES command completed.
3    QUIT;