Previous Topic: OPSLOG DEFINE—Define an OPSLOGNext Topic: OPSLOG LIST—List All OPSLOG Definitions


OPSLOG DELETE—Delete an OPSLOG

The OPSLOG DELETE command tells CA OPS/MVS to delete the definition for an OPSLOG.

This command has the following format:

ADDRESS OPSCTL "OPSLOG {DELETE(logname)} optional-keywords"
  SYSTEM(sysid)
  SYSWAIT(nnn)
DELETE(logname)

Defines the one- to sixteen-character log name.

SYSTEM and SYSWAIT

(Optional) You may specify the SYSTEM and SYSWAIT keywords described in Keywords Common to ADDRESS OPSCTL OPSLOG Commands in this chapter.

Example: DELETE command

This command deletes the definition for an OPSLOG with a log name of TempLog. TempLog must be defined but not active or live at the time this command is executed.

ADDRESS OPSCTL "OPSLOG DELETE(TempLog)”