EOL: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
The "EOL=spec" parameter indicates the end-of-line separator for the data file being opened. The EOL keyword and equal (=) symbol are required. The "spec" keyword must be replaced with one of three options: LF (line feed), CRLF (carriage return, line feed and Ctrl-Z for end of file marker), or NONE. If either CRLF or LF is specified, then both are accepted as valid record delimiters for input; they are removed from incoming data. The syntax for this parameter can be inserted into any diagram that calls for the EOL=spec parameter.
The "EOL=spec" parameter indicates the end-of-line separator for the data file being opened. The EOL keyword and equal (=) symbol are required. The "spec" keyword must be replaced with one of three options: LF (line feed), CRLF (carriage return, line feed and Ctrl-Z for end of file marker), or NONE. If either CRLF or LF is specified, then both are accepted as valid record delimiters for input; they are removed from incoming data. The syntax for this parameter can be inserted into any diagram that calls for the EOL=spec parameter.
EOL={LF|CRLF|NONE}


[[Image:Eol.png|400px]]<br>
[[Image:Eol.png|400px]]<br>
Line 6: Line 8:
# EOL=CRLF for DOS systems;<br>
# EOL=CRLF for DOS systems;<br>
# EOL=LF for Unix / Linux systems.
# EOL=LF for Unix / Linux systems.
===Standard Out===
{{:Std_out}}
Used in:
*[[Open]] statements
<noinclude>
[[Category:All Parameters]]
</noinclude>

Latest revision as of 15:43, 23 September 2014

The "EOL=spec" parameter indicates the end-of-line separator for the data file being opened. The EOL keyword and equal (=) symbol are required. The "spec" keyword must be replaced with one of three options: LF (line feed), CRLF (carriage return, line feed and Ctrl-Z for end of file marker), or NONE. If either CRLF or LF is specified, then both are accepted as valid record delimiters for input; they are removed from incoming data. The syntax for this parameter can be inserted into any diagram that calls for the EOL=spec parameter.

EOL={LF|CRLF|NONE}


Defaults

  1. EOL=CRLF for DOS systems;
  2. EOL=LF for Unix / Linux systems.

Standard Out

If you specify “Name= STD_OUT:” in an OPEN display file statement, all output to this file is redirected to standard out.


Used in: