PDF4PRO ⚡AMP

Modern search engine that looking for books and documents around the web

Example: tourism industry

SUGI 27: PROC FORMAT in Action - SAS

Paper 56-27 PROC FORMAT in ActionJack N Shoemaker, ThotWave Technologies, Cary, NCABSTRACTThe PROC FORMAT subsystem provides an efficient and compactway to store all sorts of facts and data for data-driven paper will focus on PROC FORMAT in Action . That is,building user-defined formats from existing tables and using PROCFORMAT in conjunction with other SAS procedures likeSUMMARY, FREQ, TABULATE, REPORT, and PRINT. Sincethese other SAS procedures are FORMAT -aware, judicious use ofuser-defined formats can save hours of coding and result in morerobust, data-driven IS SAS ?That may seem like an odd question to pose to a group of SAS programmers and developers.

proc format; value sex 1 = ‘Female’ 2 = ‘Male’; run; The code above will create a numeric format called SEX. The PROC FORMAT block contains three statements each terminating wit a semicolon. The first statement calls PROC FORMAT. The second statement is a value clause that defines the name and contents of the user-defined format.

Tags:

  Corps, Content, Format, Proc format

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Spam in document Broken preview Other abuse

Transcription of SUGI 27: PROC FORMAT in Action - SAS

Related search queries