The FSEDIT Procedure |
The FSEDIT procedure enables you to edit a SAS data set one observation at a time. You can also use it to create a new SAS data set.
The procedure provides the tools for building applications for entering and editing data. An FSEDIT application provides a custom display in which each data entry field has a set of attributes that can
assign an initial value to the field
restrict the range of values that can be entered in the field
protect the field from editing
require that a value be entered in the field.
The applications can also include a SAS Component Language (SCL) program that
performs sophisticated error-checking and validation of values that are entered in the variable fields
displays computed values in special fields
manipulates values in other SAS data sets.
The FSEDIT procedure also enables you to call the FSLETTER procedure from within an FSEDIT session. This enables you to create form letters or reports that are personalized with information from the observations that are displayed by the FSEDIT procedure.
Note: You can also open the FSEDIT window by issuing an FSEDIT command from any SAS System command line.
The FSEDIT procedure does not leave an unedited copy of the original. If you need to preserve a copy of the original data, be sure to make a copy of the data set before you begin editing.
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.