Chapter Contents |
Previous |
Next |
The FSLIST Procedure |
The FSLIST command provides a handy way to initiate an FSLIST session from any SAS System window. The command allows you to use either a fileref or a filename to specify the file to browse. It also allows you to specify how carriage-control information is interpreted.
FSLIST Command Syntax |
FSLIST <*|?| file-specification <carriage-control-option <overprinting-option>>> |
Note: OVP is ignored if NOCC is in effect.
FSLIST Command Arguments |
Note: Only filerefs defined within the current SAS session appear in
the selection list. Under some operating environments, it is possible to allocate
filerefs outside of the SAS System. Such filerefs do not appear in the selection
list that is displayed by the FSLIST command.
To select a file, position the cursor on the corresponding fileref and
press ENTER.
Note: The selection window is not opened if no filerefs have been defined
in the current SAS session. Instead, an error message is printed, instructing
you to enter a filename with the FSLIST command.
If the specified file is not found, a selection window is opened showing all available filerefs.
If you do not specify any of these three arguments, a selection window is opened that shows the available filerefs (as if you had used the ? argument). The selection window is not opened if no filerefs have been defined in the current SAS session. Instead, an error message is printed that instructs you to enter a filename with the FSLIST command.
FSLIST Command Options |
CC | uses the native carriage-control characters of the host 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. |
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).
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.