File Attribute Assignment

──┬─ <Boolean file attribute> ─┬────────────────────────────────┬──────┤
  │                            └─ = ── <Boolean expression> ────┤
  ├─ <file name file attribute> ── = ── <file name> ────────────┤
  ├─ <integer file attribute> ── = ── <integer expression> ─────┤
  ├─ <long file name file attribute> ── = ── <long file name> ──┤
  ├─ <long title file attribute> ── = ── <long file title> ─────┤
  ├─ <mnemonic file attribute> ── = ── <file mnemonic primary> ─┤
  ├─ <name file attribute> ── = ── <name> ──────────────────────┤
  ├─ <real file attribute> ── = ── <real expression> ───────────┤
  ├─ <string file attribute> ── = ── <string expression> ───────┤
  ├─ <title file attribute> ── = ── <file title> ───────────────┤
  ├─ <device kind assignment> ──────────────────────────────────┤
  └─ <serial number assignment> ────────────────────────────────┘

Explanation

The file attribute assignment assigns values to the attributes of files referenced in a WFL job. File attribute assignments can be used in file declarations, file assignment statements, and file equations. Attribute values in file declarations must be constants or constant expressions.

The correspondence between the types of file attributes referred to in this manual and the types described in the File Attributes Programming Reference Manual are described in Using File Attributes later in this section.