Using PROC IOMOPERATE to Configure the SAS/CONNECT Spawner

PROC IOMOPERATE, which administers SAS servers that support the SAS IOM infrastructure, supports the management of the SAS/CONNECT Spawner. Here are a few of the PROC IOMOPERATE statements that are available for managing the SAS/CONNECT spawner:
  • LIST DEFINED SERVERS
  • LIST SPAWNED SERVERS
  • REFRESH CONFIG
  • STOP SPAWNED
The syntax for connecting to the SAS/CONNECT spawner using PROC IOMOPERATE is as follows:
PROC IOMOPERATE;
CONNECT <connect-options>;
<optional-argument(s)>;
QUIT;
For documentation and syntax for the IOMOPERATE procedure, see SAS Intelligence Platform: Application Server Administration Guide on the SAS Intelligence Platform Product Documentation page.