DISCARD JOURNALMODEL

Remove a journal model definition.

DISCARD JOURNALMODEL

Read syntax diagramSkip visual syntax diagramDISCARD JOURNALMODEL( data-value)

Conditions: NOTAUTH, NOTFND

Description

The DISCARD JOURNALMODEL command makes a JOURNALMODEL definition ineligible as a model for defining journals in local CICS system. The JOURNALMODEL definition itself is not discarded or otherwise modified, nor is there any effect on existing journals defined using the model. These journals continue to use their existing definitions unless they are discarded using a DISCARD JOURNALNAME command.

See Discarding resource definitions for general information about discards.

Options

JOURNALMODEL(data-value)
specifies the 8-character name of the journal model that you want to remove.

Conditions

NOTAUTH
RESP2 values:
100
The user associated with the issuing task is not authorized to use this command.
NOTFND
RESP2 values:
1
The journal model name was not found.