Differences between revisions 2 and 17 (spanning 15 versions)
Revision 2 as of 2022-06-08 20:51:50
Size: 561
Comment:
Revision 17 as of 2024-04-25 15:27:36
Size: 1461
Comment: PROC REG
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

'''SAS''' is an interpretted, static-typed programming language and a proprietary application to run programs written in that language. There is no other implementation of the language.
Line 9: Line 11:
== Syntax == == Data Model ==
Line 11: Line 13:
 * [[SAS/DataStep|Data Step]]
 * [[SAS/Formats|Formats]]
 * [[SAS/DataStep|Data step]]
 * [[SAS/DataTypes|Data types]]
 * [[SAS/Metadata|Metadata]]
 * [[SAS/ODS|ODS]]



== Language ==

 * [[SAS/AggregatingData|Aggregating Data]]
 * [[SAS/Expressions|Expressions]]
 * [[SAS/JoiningData|Joining Data]]
 * [[SAS/ReadingData|Reading Data]]
Line 14: Line 27:
 * [[SAS/StringFunctions|String Functions]]
 * [[SAS/StringRoutines|String Routines]]
Line 27: Line 42:
 * [[SAS/ANOVA|ANOVA]]
Line 29: Line 45:
 * [[SAS/Datasets|DATASETS]]
 * [[SAS/Format|FORMAT]]
Line 30: Line 48:
 * [[SAS/GChart|GCHART]]
 * [[SAS/Import|IMPORT]]
 * [[SAS/Logistic|LOGISTIC]]
Line 32: Line 53:
 * [[SAS/Reg|REG]]
Line 34: Line 56:
 * [[SAS/Summary|SUMMARY]]
 * [[SAS/SurveyFreq|SURVEYFREQ]]
 * [[SAS/SurveyImpute|SURVEYIMPUTE]]
 * [[SAS/SurveyLogistic|SURVEYLOGISTIC]]
 * [[SAS/SurveyMeans|SURVEYMEANS]]
Line 35: Line 62:
 * [[SAS/XCopy|XCOPY]]

SAS

SAS is an interpretted, static-typed programming language and a proprietary application to run programs written in that language. There is no other implementation of the language.


Data Model

Language

Macro Programming

Procedures


CategoryRicottone

SAS (last edited 2024-04-25 15:27:36 by DominicRicottone)