TOMACT commands and format


The following formats are supported in TOMACT:

  • %TOMACT stc_name command
  • %TOMACT obj_name command (for obj_name without blanks)
  • %TOMACT set_name command (for set_name without blanks)
  • %TOMACT OBJ(obj_name)command
  • %TOMACT OBJECT(obj_name)command
  • %TOMACT SET(set_name)command

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.
Information
Example

IMFEXEC SELECT E('TOMACT OBJ(Test Object) UP REQ')

For object and set names with embedded blanks, specify the object or set name with the OBJ(), OBJECT(), or SET() keyword.

Information
Example
%TOMACT OBJ(TOM TEST OBJECT 1) RESET
%TOMACT OBJECT(TOM TEST OBJECT 1) UP REQ
%TOMACT SET(SET PROD) DOWN

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Ops Automation 8.4