Category:Displaying File Processing Statements: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "These statements relate to displaying file processing.")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
These statements relate to displaying file processing.
{{:Displaying File Processing Statements}}
 
<noinclude>
[[Category:Statements]]
</noinclude>

Latest revision as of 21:56, 15 July 2013

TRACE (T)

Displays or prints each line number as it is executed.

CLOSE (CL)

Deactivates an open file.

Input (IN)

Inputs data from a record, screen, window or other device and assigns values to specified variables.

Linput (LI)

Inputs data from a record, screen, window or other device and assigns an entire record to a string variable.

OPEN (OPE) display

Activates a display file for input or output.

PRINT (PR)

Creates or adds a new unformatted record to a file, or outputs to the screen, printer, window or other device. Also activates the printer's or CPU's bell.

PRINT USING (PR U)

Creates or adds a new formatted record to a file, or outputs to the screen, printer, window or other device.

RINPUT (RI)

Displays the value of a string variable on the bottom line of the screen or window, allows the operator to change the value, then updates the value of the string variable.

Pages in category "Displaying File Processing Statements"

The following 8 pages are in this category, out of 8 total.