IOMOPERATE Procedure

Example 10: Continuing an Object Spawner

Continuing an Object Spawner

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