TOMACT commands and format
The following TOMACT commands are available for objects:
TOMACT command | Description |
|---|---|
UP REQ | Starts the object with its parents |
UP NOREQ | Starts the object without its parents |
DOWN DEP | Stops the object with its children |
DOWN NODEP | Stops the object without its children |
BOUNCE | Stops and restarts an object |
MOVE | System transfers the object to another TOM PAS |
RESET DEP | Returns the status of the object and its children to ACTIVE or STOPPED |
RESET REQ | Returns the status of the object and its parents to ACTIVE or STOPPED |
RESETC DEP | Returns the status of the object and its children to ACTIVE or STOPPED and resets cmd count to 0 |
RESETC REQ | Returns the status of the object and its parents to ACTIVE or STOPPED and resets cmd count to 0 |
MVS MA DEP X | Shuts down the current system in an orderly way |
The following TOMACT commands are available for objects (PTF BQO3961 applied):
TOMACT command | Description |
|---|---|
UP REQ | Starts the object with its parents disregarding schedule and dependency specifications |
UP NOREQ | Starts the object without its parents disregarding schedule and dependency specifications |
UPEARLY REQ | Starts the object with its parents based on schedule and dependency specifications |
UPEARLY NOREQ | Starts the object without its parents based on schedule and dependency specifications |
DOWN DEP | Stops the object with its children |
DOWN NODEP | Stop the object without its children |
DOWNEARLY DEP | Stops the object with its children |
DOWNEARLY NODEP | Stop the object without its children |
MOVE | System transfers the object to another TOM PAS |
MOVE DEP | System transfers the object and its dependents to another TOM PAS |
ENABLE | Activate TOM’s control at the OPT=CNTL level over the named object |
DISABLE | Suspends TOM’s control at the OPT=CNTL level over the named object |
BOUNCE | Stops and restarts an object |
RESET DEP | Returns the status of the object and its children to ACTIVE or STOPPED |
RESET REQ | Returns the status of the object and its parents to ACTIVE or STOPPED |
RESETC DEP | Returns the status of the object and its children to ACTIVE or STOPPED and resets cmd count to 0 |
RESETC REQ | Returns the status of the object and its parents to ACTIVE or STOPPED and resets cmd count to 0 |
MVS MA DEP X | Shuts down the current system in an orderly way |
The following TOMACT commands are available for sets in TOMACT:
TOMACT command | Description |
|---|---|
UP | Starts a set |
DOWN | Stops a set |
BOUNCE | Stops and restarts a set |
MOVE | System transfers the set to another TOM PAS |
RESET | Returns the status of the set to ACTIVE or STOPPED |
The following TOMACT commands are available for sets in TOMACT (PTF BQO3961 applied):
TOMACT command | Description |
|---|---|
UPEARLY | Starts the members of a set based on schedule and dependency specifications |
DOWNEARLY | Stops the members of a set |
ENABLE | Activates TOM’s control at the OPT=CNTL level over the objects in the named set |
DISABLE | Suspends TOM’s control at the OPT=CNTL level over the objects in the named set |
UP | Starts a set |
DOWN | Stops a set |
BOUNCE | Stops and restarts a set |
MOVE | System transfers the set to another TOM PAS |
MOVE DEP | System transfers the members of the set and their dependents to another TOM PAS |
RESET | Returns the status of the set to ACTIVE or STOPPED |
For objects and sets with mixed-case names, specify UCPARMS=NO in UBBPARM member AAOEXPxx and schedule TOMACT:
- From the AAO Journal - Type percent sign (%) and press Enter. Specify EXEC name and mixed-case parms on the displayed EXEC Execution dialog.
- From another EXEC - Use IMFEXEC SELECT statement to call TOMACT with mixed-case object or set name. Enclose the EXEC name and parameters in single quotes.
For object and set names with embedded blanks, specify the object or set name with the OBJ(), OBJECT(), or SET() keyword.