FORMAT Procedure
Restriction: |
You cannot use a SELECT statement and an EXCLUDE statement
within the same PROC FORMAT step.
|
Tip: |
You can also use appropriate global
statements with this procedure. See Global Statements for a list.
|
See: |
FORMAT Procedure: z/OS in SAS Companion for z/OS |
Syntax
PROC FORMAT <option(s)>;
INVALUE <$>name <(informat-option(s))><value-range-set(s)>;
PICTURE name <(format-option(s))><value-range-set-1 <(picture-1-option(s))>>
<...value-range-set-n <(picture-n-option(s))>>;
VALUE <$>name <(format-option(s))><value-range-set(s)>;
Table of Procedure Tasks
Copyright © SAS Institute Inc. All rights reserved.