proc.ri

Command/PROC, Releases: AP and R83

Reset input buffers.

Syntax

ri{start.parameter}

Description

'resets' either the entire PROC input buffer, or all of the locations following a specified location.

This command resets both input buffers to null. The 'start.parameter' indicates the 'starting' position to reset. All parameters following the specified parameter and the entire secondary input buffer are cleared.

Example

ri
Clears both input buffers.

ss
ri
sp
Clears only the secondary input buffer.

See Also

Command Name Type Description
proc.ro Command Resets output buffer.
proc.sp Command Select primary input buffer.
proc Definition List of PROC subjects.
ue.a1a2 User Exit Deletes input buffer to end of line.
UE.6193 User Exit Shortens the input string to last 3 characters.
proc.ss Command Selects secondary input buffer.
sib Definition Description of Secondary Input Buffer.
primary.input.buffer Definition Description of Primary Input Buffer.
pob Definition Description of Primary Output Buffer.
sob Definition Description of Secondary Output Buffer.
proc.go Command Goto statement label.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.