ERASE 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.

Erase-character symbol

Summary

Default value
C'@' (124)
Parameter type
User
Where set
By any user
Related products
All
Introduced
Model 204 V6.1 or earlier

== Description==

ERASE specifies the symbol for character deletion used in editing.

A character, decimal, or hexadecimal EBCDIC character code should be used to indicate the value of the parameter. For certain terminals, it is convenient to set ERASE to 109, which is the decimal representation of the code transmitted by the backspace key.

The use of ERASE is controlled by the EDIT parameter.