1                                                          The SAS System                            09:10 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.87 seconds
      cpu time            0.57 seconds
      

NOTE: AUTOEXEC processing beginning; file is C:\test\fmtsum_test\testing\saspgm\autoexec.sas.


NOTE: AUTOEXEC processing completed.

1          /*------------------------------------------------------------*
2          * program:     fmtsum1.sas                                    *
3          * Description: Test the condition where the parameters:       *
4          *              fmtpath and datname are invalid.               *
5          * By:          Sy Truong, 6/26/2003                           *
6          *-------------------------------------------------------------*/
7          
8          
9          %fmtsum(fmtpath=);
NOTE: Libref _TEMPLIB was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: C:\test\fmtsum_test\testing\saspgm

  
ERROR: [fmtsum] is missing a required parameter FMTPATH. 
  
NOTE: PROCEDURE DISPLAY used (Total process time):
      real time           0.10 seconds
      cpu time            0.09 seconds
      

10         
11         *** Create a sample formats ***;
12         libname curlib '..\data';
NOTE: Libref CURLIB was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: C:\test\fmtsum_test\testing\data
2                                       The SAS System          09:10 Thursday, August 18, 2005

13         
14         proc format library=curlib.formats;
15            value samecode
16               1 = "one"
17               2 = "two"
18               3 = "three";
NOTE: Format SAMECODE is already on the library.
NOTE: Format SAMECODE has been written to CURLIB.FORMATS.
19         run;

NOTE: PROCEDURE FORMAT used (Total process time):
      real time           0.01 seconds
      cpu time            0.01 seconds
      

20         
21         %fmtsum(fmtpath=..\data,datname=invalid);
NOTE: Libname TEMPLIB refers to the same physical library as CURLIB.
NOTE: Libref TEMPLIB was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: C:\test\fmtsum_test\testing\data
NOTE: Libname LIBRARY refers to the same physical library as TEMPLIB.
NOTE: Libref LIBRARY was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: C:\test\fmtsum_test\testing\data

NOTE: PROCEDURE FORMAT used (Total process time):
      real time           0.06 seconds
      cpu time            0.03 seconds
      
NOTE: The data set WORK.FORMAT has 3 observations and 21 variables.

NOTE: Libref _TEMPLIB was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: C:\test\fmtsum_test\testing\saspgm

  
ERROR: [fmtsum] found in invalid data specification: invalid 
  
NOTE: PROCEDURE DISPLAY used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      

22         
23         %fmtsum(fmtpath=..\data,backcode=c:\invalid\path);
NOTE: Libname TEMPLIB refers to the same physical library as LIBRARY.
NOTE: Libref TEMPLIB was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: C:\test\fmtsum_test\testing\data
NOTE: Libname LIBRARY refers to the same physical library as TEMPLIB.
3                                       The SAS System          09:10 Thursday, August 18, 2005

NOTE: Libref LIBRARY was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: C:\test\fmtsum_test\testing\data

NOTE: PROCEDURE FORMAT used (Total process time):
      real time           0.03 seconds
      cpu time            0.00 seconds
      
NOTE: The data set WORK.FORMAT has 3 observations and 21 variables.

NOTE: Libref _TEMPLIB was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: C:\test\fmtsum_test\testing\saspgm

  
ERROR: [fmtsum] had in invalid path to the specified BACKCODE. 
  
NOTE: PROCEDURE DISPLAY used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      

24         
25         %fmtsum(fmtpath=c:\invalid\path);
NOTE: Library TEMPLIB does not exist.
NOTE: Libname LIBRARY refers to the same physical library as TEMPLIB.
WARNING: Library LIBRARY does not exist.
NOTE: Libref LIBRARY was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: c:\invalid\path

NOTE: PROCEDURE FORMAT used (Total process time):
      real time           0.01 seconds
      cpu time            0.00 seconds
      
ERROR: Catalog TEMPLIB.FORMATS does not exist.ERROR: Catalog TEMPLIB.FORMATS does not exist.ERROR: Catalog TEMPLIB.FORMATS does not exist.
NOTE: The SAS System stopped processing this step because of errors.
NOTE: SAS set option OBS=0 and will continue to check statements. 
      This may cause NOTE: No observations in data set.
WARNING: The data set WORK.FORMAT may be incomplete.  When this step was stopped there were 0 
         observations and 0 variables.
WARNING: Data set WORK.FORMAT was not replaced because this step was stopped.
NOTE: Libref _TEMPLIB was successfully assigned as follows: 
      Engine:        V9 
      Physical Name: C:\test\fmtsum_test\testing\saspgm



NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE DISPLAY used (Total process time):
      real time           0.00 seconds
4                                       The SAS System          09:10 Thursday, August 18, 2005

      cpu time            0.00 seconds
      
26         


ERROR: Errors printed on page 3.ERROR: Errors printed on page 3.ERROR: Errors printed on page 3.

NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414
NOTE: The SAS System used:
      real time           1.21 seconds
      cpu time            0.78 seconds
      
