Format specifications: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:


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.
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.
{| class="wikitable" border="1" style="border-style: solid; border-width: 1px"
! rowspan="5" rowspan="2"|Type
!
!
!
!
! style="text-align:left;"| Internal
! Display
! Full Screen
|-
! rowspan="5"|Read/Reread
! Write/Rewrite
! Print
! Input Fields
! Print Fields
|-
! Format
! Description
! S
! N
! I
! (Input)
! (Output)
! (Output)
! (Input)
! (Output)
|-
|Orange
|10
|7.00
|-
|}


[[File:Formatspec1.jpg|900px]]
[[File:Formatspec1.jpg|900px]]

Revision as of 15:58, 6 July 2015

The page presents a summary chart of format specifications. Also see Category:Format Specifications and File I/O for detailed descriptions of each format.

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.

Type Internal Display Full Screen
Read/Reread Write/Rewrite Print Input Fields Print Fields
Format Description S N I (Input) (Output) (Output) (Input) (Output)
Orange 10 7.00

See Also