Chapter Contents |
Previous |
Next |
The FSVIEW Procedure |
FSVIEW <? | data-set <formula-name>> |
Arguments |
You can specify the following arguments with the FSVIEW command:
?
To select a data set, position the cursor on the desired data set name and press the ENTER key, or enter the desired data set name in the Member Name field.
<libref.>data-set-name<(data-set-options)> |
If you specify a data set that does not exist, a selection window is opened showing all available data sets. An error message in the selection window indicates that the specified data set does not exist.
If you omit this argument and do not specify ?
for a selection window, the most recently created data set (the one identified
in the _LAST_= system option) is selected. If no data set has previously been
created in the current SAS session, a selection window is opened showing all
available data sets.
You can add a list of data set options following the data set name. The options must be enclosed in parentheses. The FIRSTOBS= and OBS= options are ignored; all other data set options are valid. Refer to SAS Language Reference: Dictionary for a list and descriptions of data set options.
<libref.>catalog-name<.entry-name<.FORMULA>> |
Remember that all catalogs in the WORK library are erased when you end your SAS session.
For example, suppose you initiate an FSVIEW session with the following command:
fsview master.subscrib master.custom
When you end the FSVIEW session, the FORMULA entry MASTER.CUSTOM.SUBSCRIB.FORMULA is created.
If any of the variable names that are specified in the FORMULA entry do not match those in the data set to be displayed, then the FORMULA entry is not loaded, and an error message is displayed.
Using the FSVIEW Command |
The FSVIEW command always opens the data set for browsing. Use the MODIFY command to edit the displayed entries.
When you end an FSVIEW session that was initiated with the FSVIEW command, you return to the window that was active when the command was issued. Thus, the command is particularly useful when you want to view the contents of a data set while another interactive windowing procedure is executing.
The FSVIEW command does not support procedure options such as BROWSEONLY and NOADD. You must use the PROC FSVIEW statement rather than the FSVIEW command if you want to invoke the procedure with these options, or if you want to establish default procedure characteristics with the FORMAT, ID, INFORMAT, VAR, or WHERE statements.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.