Displaying File Processing Statements: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
#REDIRECT[[:Category:Displaying File Processing Statements]]
;[[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 Display|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.
 
<noinclude>
[[Category:Summary of Statements]]
</noinclude>

Latest revision as of 01:11, 16 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.