Chapter Contents |
Previous |
Next |
SEQ= |
Valid in: | configuration file, SAS invocation, OPTIONS statement, Systems Options window |
Category: | Input control: Data processing |
PROC OPTIONS GROUP= | INPUTCONTROL |
Syntax | |
Syntax Description | |
Details | |
See Also |
Syntax |
SEQ=n| MIN | MAX | hex |
Tip: | When SEQ=8, all eight characters in the sequence field are assumed to be numeric. |
Details |
Unless the S= or S2= system option specifies otherwise, SAS assumes an eight-character sequence field; however, some editors place some alphabetic information (for example, the file name) in the first several characters. The SEQ= value specifies the number of digits that are right justified in the eight-character field. For example, if you specify SEQ=5 for the sequence field AAA00010, SAS looks at only the last five characters of the eight-character sequence field and, if the characters are numeric, treats the entire eight-character field as a sequence field.
See Also |
System Options:
|
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.