1                                                          The SAS System                            09:24 Thursday, August 18, 2005

NOTE: Unable to open SASUSER.REGSTRY. WORK.REGSTRY will be opened instead.
NOTE: All registry changes will be lost at the end of the session.

WARNING: Unable to copy SASUSER registry to WORK registry. Because of this, you will not see registry customizations during this 
         session.
NOTE: Unable to open SASUSER.PROFILE. WORK.PROFILE will be opened instead.
NOTE: All profile changes will be lost at the end of the session.
NOTE: Copyright (c) 2002-2003 by SAS Institute Inc., Cary, NC, USA. 
NOTE: SAS (r) 9.1 (TS1M3)
      Licensed to META-XCEED INC, Site 0035729001.
NOTE: This session is executing on the XP_HOME  platform.



NOTE: SAS initialization used:
      real time           0.85 seconds
      cpu time            0.51 seconds
      

NOTE: AUTOEXEC processing beginning; file is C:\test\fmtsum_test\testing\saspgm\autoexec.sas.


NOTE: AUTOEXEC processing completed.

1          /*-------------------------------------------------*
2            Program:     fmtsum4_back.sas
3            Description: Program automatically generated to
4                         contain PROC FORMAT code corresponding
5                         to format catalog summarized.
6            Date:        08/18/2005,  9:23:41 am
7          *--------------------------------------------------*/
8          
9          *** Generate the formats in the current work area ***;
10         PROC FORMAT;
11            value DIFFCODE
12               1 = "one"
13               2 = "two"
14               3 = "three"
15               4 = "four";
NOTE: Format DIFFCODE has been output.
16            value DIFFNAME
17               1 = "one"
18               2 = "two"
19               3 = "three";
NOTE: Format DIFFNAME has been output.
20            value SAMECODE
21               1 = "one"
22               2 = "two"
23               3 = "three";
NOTE: Format SAMECODE has been output.
24            value $CHARFMT
2                                       The SAS System          09:24 Thursday, August 18, 2005

25               "test 1" = "one"
26               "test 2" = "two"
27               "test 3" = "three"
28               "test 4" = "four"
29               "test 5" = "five";
NOTE: Format $CHARFMT has been output.
30            invalue INCODE
31               "one" = 1
32               "three" = 3
33               "two" = 2;
NOTE: Informat INCODE has been output.
34         run;

NOTE: PROCEDURE FORMAT used (Total process time):
      real time           0.07 seconds
      cpu time            0.01 seconds
      

NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414
NOTE: The SAS System used:
      real time           1.01 seconds
      cpu time            0.57 seconds
      
