|
Chapter Contents |
Previous |
Next |
| Details of the FACTEX Procedure |
For example, in the specifications
cvals=('String 1' 'A longer string')
cvals=('String 1' 'String 2')
the first value in the first CVALS= specification is padded with seven
trailing blanks. One consequence is that it no longer matches the
`String 1' of the second specification. To match two such
values (for example, when merging two designs), use the TRIM function in
the DATA step (see SAS Language Reference: Dictionary
for details).
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.