Previous Topic: Unchangeable System Model Values

Next Topic: YCHKFUNPAR (Check Parameter Interfaces) Command

Example

To change the design standard to CUATEXT:

YCHGMDLVAL MDLVAL(YSAAFMT) + VALUE(*CUATEXT)

YCHKDTAMDL (Check Data Model) Command

Check data model is a process which reports on any integrity issues within a model.

Any integrity issues found are listed on the spooled output. The messages indicate the surrogate numbers that are in error, as well as the file in which the errors were found. Contact Product Support if any errors are reported by the Check Data Model command.

Optional

Parameters

The following are parameters for the YCHKDTAMDL command.

MDLLIB

Specifies the name of a CA 2E model to check for integrity. Values for this parameter are described in the following:

Example

To examine objects in model library UURMDL for corruption:

YCHKDTAMDL MDLLIB(UURMDL)

YCHKFUNACT (Check Function Action Diagram) Command

This command allows a user to analyze the action diagram of a list of functions. Only functions that appear on the input model list are processed.

A report provides details of any errors found. Functions that contain errors may optionally be added to an output model list.

Required

Parameters

The following are parameters for the YCHKFUNACT command.

MDLLST

The qualified name of the model object list that contains the functions to be checked. Values for this parameter are described in the following:

option

Specifies the action to be taken if an error is found in an action diagram. Values for this parameter are described in the following:

Outlst

The name of the model object list that receives output from the command. Values for this parameter are described in the following:

outlstopt

This parameter specifies the action taken if the output list already exists. Values for this parameter are described in the following:

Example

To check the action diagrams of all functions contained in the model object list APLIST in the current model library and print a report of all errors found:

YCHKFUNACT MDLLST(*MDLLIB/APLIST)