-Binary file display code option
OPT ASCII [off | on]
off :display code>=0x80 as it is.(DBCS may be displayed)
on :display code>=0x80 as unprintable char.
#ifdef AIX
initial value is on.
#else
initial value is off.
#endif