EDP 556
    Main | Class SummaryMid Term Program & Output | Student-generated Problem Sets | Statistical Resources
 
Mid Term Objectives

Category 1:  Move data around the Internet

Category 2:  General info re programming for large datasets

1.

 2.  Syntax error example:  INPUT age gender id
                                        PROC means;
                                            error at end of first line:  SAS will read proc and means
                                            as variables because the semicolon after id is missing
    Semantical error:  Is SAS doing what you want?  Keep log or documentation.

Category 3:  Getting data into a SAS dataset

Category 4:  Creating new datafiles Category 5:  Recoding and functions
  Category 6:  Basic procs