Data Structures (from Fraktal SAS Programming): Unterschied zwischen den Versionen

Aus phenixxenia.org
Zur Navigation springen Zur Suche springen
K
K
Zeile 1: Zeile 1:
[[Kategorie:Zazy]]
+
[[Kategorie:zazy]]
 +
{{SeitenNavigation1
 +
|links=xx_left.png
 +
|zurück=Programming (from Fraktal SAS Programming)
 +
|rechts=xx_right.png
 +
|vorwärts=Preface (from Fraktal SAS Programming)
 +
|hoch=Duck_zazy_com.png
 +
|übersicht=Fraktal SAS Programming
 +
}}
  
 
== Why ''"Data Structures"''? ==
 
== Why ''"Data Structures"''? ==
Zeile 13: Zeile 21:
  
 
'''So, the answer is: ''"Data structures are the key to flexibility and efficiency in SAS programming!"'''''
 
'''So, the answer is: ''"Data structures are the key to flexibility and efficiency in SAS programming!"'''''
 +
 +
{{SeitenNavigation1
 +
|links=xx_left.png
 +
|zurück=Programming (from Fraktal SAS Programming)
 +
|rechts=xx_right.png
 +
|vorwärts=Preface (from Fraktal SAS Programming)
 +
|hoch=Duck_zazy_com.png
 +
|übersicht=Fraktal SAS Programming
 +
}}

Version vom 1. Juli 2014, 09:52 Uhr

Zurück

Übersicht

Vorwärts

Why "Data Structures"?

As in other software systems, SAS makes use of purpose-related data structures, being aware of the advantages emerging from appropriately structured data.

Apart from nowadays well known data tables and data views, SAS provides the programmer with a generalized approach on views beyond SQL views as well as ultra-fast read-only structures for left outer joins and, finally, a metadata repository in physical memory (!) with support for hierarchical modular programming.


So, the answer is: "Data structures are the key to flexibility and efficiency in SAS programming!"

Zurück

Übersicht

Vorwärts