Previous Topic: ContinuationNext Topic: Keywords and Constants


Default Values

An underlined code item denotes the default value. The system uses the default value unless you override it. You can override the default value by coding an option from the available list.

Example:

[parm1 | parm2 | parm3]

In this example, the code item parm1 is the default value, and this is used by the system when you do not specify any of the options. However, you can code parm1, parm2, or parm3.