Previous Topic: Parmlib DescriptionNext Topic: Parmlib and Symbolic Substitution


Parmlib Syntax

Each of the sample Parmlib members contains comments that document the member structure, how to customize that member, the member attributes, and valid attribute values.

In general, Parmlib members consist of the following:

Blank lines

Use blank lines for legibility. The program ignores blank lines.

;Comments

Comments always begin with a semicolon. Comments can start in any column. These statements are used for documentation, and readability. The program ignores comments.

<SectionNames>

Section names are always enclosed with greater than and less than signs ('<' and '>'). Sections are used to identify a common set of related Parmlib attributes. The order of sections within a Parmlib member is not important. Sections cannot be embedded or nested. Each new <SectionName> marks the end of the prior section.

Attribute=Values

The left side of the equal sign denotes the name of a particular attribute while the right side denotes its assigned value or values.

Observe the following: