Differences between revisions 5 and 17 (spanning 12 versions)
Revision 5 as of 2023-01-14 04:01:08
Size: 935
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:
== Data Model ==

 * [[SAS/DataStep|Data step]]
 * [[SAS/DataTypes|Data types]]
 * [[SAS/Metadata|Metadata]]
 * [[SAS/ODS|ODS]]


Line 12: Line 23:
 * [[SAS/DataStep|Data Step]]
Line 14: Line 24:
 * [[SAS/Formats|Formats]]
Line 16: Line 25:
 * [[SAS/ReadingData|Reading Data]]
Line 17: Line 27:
 * [[SAS/StringFunctions|String Functions]]
 * [[SAS/StringRoutines|String Routines]]
Line 33: Line 45:
 * [[SAS/Datasets|DATASETS]]
Line 35: Line 48:
 * [[SAS/GChart|GCHART]]
 * [[SAS/Import|IMPORT]]
Line 38: Line 53:
 * [[SAS/Reg|REG]]
Line 40: Line 56:
 * [[SAS/Summary|SUMMARY]]

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)