If you specify
file-specification with
the FSLIST command, then you can also use the following options. These
options are not valid with the ? argument, or when no argument is
used:
- CC | FORTCC | NOCC
-
indicates whether carriage-control
characters are used to format the display.
If the FSLIST procedure
can determine from the file's attributes that the file contains carriage-control
information, then that carriage-control information is used to format
the displayed text (the CC option is the default). Otherwise, the
entire contents of the file are treated as text (the NOCC option is
the default).
You can specify one
of the following values for this option:
- CC
-
uses the native carriage-control
characters of the operating environment.
- FORTCC
-
uses FORTRAN-style
carriage control. See the discussion of the PROC FSLIST statement's
FORTCC option for details.
- NOCC
-
treats carriage-control
characters as regular text.
- OVP | NOOVP
-
indicates whether the
carriage-control code for overprinting is honored. OVP causes the
overprint code to be honored; NOOVP causes it to be ignored. The default
is NOOVP. The OVP option is ignored if NOCC is in effect.