| The 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 under OpenVMS z/OS |
| Table of Contents: | The FORMAT Procedure |
| Task | Statement | |
|---|---|---|
| Define formats and informats for variables. |
PROC FORMAT |
|
| Exclude catalog entries from processing by the FMTLIB and CNTLOUT= options. |
EXCLUDE |
|
| Create an informat for reading and converting raw data values. |
INVALUE |
|
| Create a template for printing numbers. |
PICTURE |
|
| Select catalog entries for processing by the FMTLIB and CNTLOUT= options. |
SELECT |
|
| Create a format that specifies character strings to use to print variable values. |
VALUE |
|
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.