Chapter Contents |
Previous |
Next |
FSLIST |
Category: | External File |
Syntax | |
Details | |
Examples | |
See Also |
Syntax |
CALL FSLIST(file<,options>); |
Type: Character
'CC'
'FORTCC'
'NOCC'
For CC or FORTCC, you can also specify an overprinting control option:
'OVP'
'NOOVP'
If you use the FORTCC option, the first column of each line in the external file is not displayed. The character in this column is interpreted as a carriage-control code. Under some operating systems, FORTRAN-style carriage control is the native carriage control. For these systems, the FORTCC and CC options produce the same behavior.
Under some operating systems, the CC option is the default for print files.
Type: Character
Details |
The FSLIST routine calls the FSLIST procedure, which opens the FSLIST window to display an external file for interactive browsing. This routine provides a convenient method for examining the information stored in an external file.
For more information about the commands that are available in the FSLIST procedure, see SAS Language Reference: Dictionary.
External files (files maintained by the host operating system rather than by SAS software) can contain various types of information:
Examples |
call fslist('myfile','fortcc ovp');
call fslist('"fslist.pub"');
Note: The form of the physical filename depends on the
host operating
system.
See Also |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.