| SAS System Options |
| Valid in: | configuration file, SAS invocation, OPTIONS statement, SAS System Options window |
| Category: | Input control: Data Processing |
| PROC OPTIONS GROUP= | INPUTCONTROL |
| Syntax | |
| Syntax Description | |
| Details | |
| Comparisons | |
| See Also |
Syntax |
| S=n| nK | nM | nG | nT| hexX | MIN | MAX |
specifies the length of statements and data in terms of 1 (bytes); 1,024 (kilobytes); 1,048,576 (megabytes); 1,073,741,824 (gigabytes); or 1,099,511,627,776 (terabytes). For example, a value of 8 specifies 8 bytes, and a value of 3m specifies 3,145,728 bytes.
specifies the length of statements and data as a hexadecimal number. You must specify the value beginning with a number (0-9), followed by an X. For example, the value 2dx sets the length of statements and data to 45.
| Details |
Input can be from either fixed-length or variable-length records. Both fixed-length and variable-length records can be sequenced or unsequenced. The location of the sequence numbers is determined by whether the file record format is fixed-length or variable-length.
SAS uses the value of S to determine whether to look for sequence numbers in the input, and to determine how to read the input:
| Comparisons |
The S= system option operates exactly like the S2= system option except that S2= controls input only from a %INCLUDE statement, an autoexec file, or an autocall macro file.
Operating Environment Information: The syntax that is shown here applies to the OPTIONS
statement. On the command line or in a configuration file, the syntax is specific
to your operating environment. For details, see the SAS documentation for
your operating environment. ![[cautionend]](../../../../common/63294/HTML/default/images/cautend.gif)
| See Also |
|
|
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.