Chapter Contents |
Previous |
Next |
The FORMS Procedure |
Requirements: | At least one LINE statement |
Reminder: | You can use the ATTRIB, FORMAT, and WHERE statements. See Chapter 3, "Statements with the Same Function in Multiple Procedures," for details. You can also use any global statements as well. See Chapter 2, "Fundamental Concepts for Using Base SAS Procedures," for a list. |
PROC FORMS <option(s)>;
|
To do this | Use this statement | |
---|---|---|
Produce a separate set of forms for each BY group | BY | |
Treat observations as if they appear multiple times in the input data set | FREQ | |
Specify the information to print on a line of the form unit | LINE |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.