Format specifications

From BR Wiki
Revision as of 22:09, 21 January 2013 by Laura (talk | contribs)
Jump to navigation Jump to search

The following table shows where and how each of Business Rules! format specifications may be used. The first column identifies the format specification.

The second column labeled "Description" gives a very brief description of the format specification's purpose. The columns labeled "S", "N" and "I" indicate whether the specification is a string, numeric or internal format spec.

The next two columns show what happens when the format specification is used with internal or external files, either for input (with the READ/REREAD statements) or for output (with the WRITE/REWRITE statements).

The column labeled "PRINT (Output)"Print shows what happens when the format specification is used with display files.

The last two columns show what happens when the format specification is used with full screen processing, either for input (with the INPUT FIELDS statement) or for output (with the PRINT FIELDS statement). Note that the information marked for INPUT FIELDS applies to RINPUT FIELDS when RINPUT FIELDS is used for input. Likewise, the information marked for PRINT FIELDS applies to RINPUT FIELDS when RINPUT FIELDS is used for output.

If there is an X in any of the last five columns, the format specification operates according to its intended purpose when it is used as indicated. If there is an error code number in the column, the format specification cannot be used with this type of file (the specified error will occur if usage is attempted). In some cases, the phrase "treats as " appears in the column; this means that the specification is accepted when used as indicated, but treated as if it were a different format specification.

See Also

  • File I/O (for more information about individual format specifications.)
  • Error 1006
  • Error 0816
  • Error 0862