IOMOPERATE Procedure

Example 9: Pausing an Object Spawner

Pausing an Object Spawner

The following command pauses the object spawner located on machine, myserver03.
PROC IOMOPERATE;
    CONNECT host='myserver03'
            port=8581
            user='sasadmin'
            pass='xxxxxxx'
            servertype=OBJECTSPAWNER;
    PAUSE SERVER;
QUIT;