DESCRIPTION Statement

Syntax: DESCRIPTION 'text'

This statement inserts the specified text into the application or library. The DESCRIPTION statement is useful for embedding source control or copyright information into an application or library.

The <text> field is a one line string enclosed in single quotation marks.

Example

The following example inserts the text Template Program into the application or library being defined.

DESCRIPTION 'Template Program'


[Back: Specify that Segment is Shared]
[Next: EXETYPE Statement]