0862

From BR Wiki
Revision as of 17:46, 28 June 2013 by Laura (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary:

Missing field length

Cause:

  1. The format specification does not list a field length.
  2. Missing ",RowSub,SelOne" from a Input List specification
  3. Incorrect syntax in a print fields statement, such as:
 print fields "2,2,Cr 10.[W]":"Forwarder:"


Remedy:

  1. Provide the missing information
  2. Provide the missing information
  3. Correct the syntax by replacing the inappropriate period with a comma.