Each command model describes a valid CP command, its formats, and its operands. Command models are created through the syntax model command language facility.
You use the following set of clauses to define a syntax model.
Identifies a command by name. It signals the start of a command model definition and signals the end of a command model.
Identifies the VM privilege class required to use a particular format of a command. You can specify multiple FORMAT clauses for a single command to accommodate CP commands that have multiple formats.
Describes how you can break large command limiting models into smaller, more manageable syntax models.
Describes an individual command operand and its attributes.
Describes groups of command operands that relate or depend on each other. Typically, a GROUP clause describes keyword operands, required operands, optional operands, and mutually exclusive operand groups.
Places comments in the command model.
Places blank (or null) lines in the command model to make reading a command model easier.
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|