ProvideX V8.20 > Language Reference > 4. System Variables
557
DSZ System Variable
    Data Space Size Available to User
Numeric System Variable
Contents
Integer, amount of data work space available to the user.
Description
The DSZ variable contains a numeric value that indicates the size (in bytes) of the
available data work space for the user. You can set the size value either in the START
directive or as an argument in the ProvideX command (using -SZ).
Examples
->?DSZ
291094
EOM System Variable
    End of Message Character String
String System Variable
Contents
String, End-Of-Message character.
Description
This system variable contains the End-Of-Message character string that ended the
user's last input from the terminal. The contents of this variable will vary based on
the type of terminal being used.
See Also
DEF sysvar= Define System Variables, p.75
Examples
The carriage return (not printable) is the EOM:
->?HTA(EOM)
0D