Previous Topic: SELECT(event_name,data_name,operand,mask,[grp_id])

Next Topic: STATUS(opt)

SPACE(nnn,nnn)

Controls dynamically allocated backup data sets; the default is 0,0. If DASD is used as the archive media, specifies a primary and secondary space allocation amount in cylinders.

Note: CAIENF always allocates DASD data sets with the RLSE operand so any unused space is freed.

STARTCCP(started_task_name | *,[FORCE])

Manually re-enables started tasks that have been placed out-of-service due to problems with the task that eventually caused it to exceed the restart maximum limit.

STARTCCP can be issued only after CAIENF is fully initialized (it cannot be specified in ENFPARMS).

started_task_name

A required parameter that specifies either:

FORCE

(Optional) Re-enables a dormant service even if it is not in an out-of-service state.

STARTCCP provides two distinct advantages over simply restarting a service using a console-issued z/OS START command:

STARTCCP is provided only as an emergency tool to re-enable faulty started tasks that have been placed out-of-service due to exceeding the restart_max limit.

A started task re-enabled with STARTCCP is not fully managed by CAICCI and will not be automatically restarted if it terminates unexpectedly. STARTCCP started tasks do however undergo proper disposal at CAIENF shutdown.

Examples:

STARTCCP(CCITCP)
STARTCCP(CCITCP,FORCE)
STARTCCP(*)