EDIT parameter

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Edit control

Summary

Default value
0
Parameter type
User
Where set
By any user
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The type of line editing

EDIT controls whether or not the ERASE and FLUSH editing characters are recognized by the Model 204 line editor. The characters defined by the ERASE and FLUSH parameters can delete information only if editing is in effect for an input line.

Valid settings of EDIT are:

Setting Meaning
0 No editing.
1 Edit user terminal input.
4 Edit procedure input.
5 Edit input from user terminal and procedures.