Fraktal SAS Programming: Unterschied zwischen den Versionen

Aus phenixxenia.org
Zur Navigation springen Zur Suche springen
K
K
Zeile 2: Zeile 2:
 
[[Datei:logo0_ZAZY_com.png|frameless|250px|right|link=Kategorie:zazy|The wild side of SAS software engineering]]
 
[[Datei:logo0_ZAZY_com.png|frameless|250px|right|link=Kategorie:zazy|The wild side of SAS software engineering]]
  
'''Welcome to the ''Introduction to Fraktal SAS Programming''.'''  
+
'''Welcome to the ''Introduction to "Fraktal SAS Programming"''.'''  
  
 
'''The pages provided here are intended to serve as guidelines for ''Beginners in SAS Based Reporting from Database Tables.'''
 
'''The pages provided here are intended to serve as guidelines for ''Beginners in SAS Based Reporting from Database Tables.'''

Version vom 5. März 2014, 14:57 Uhr

The wild side of SAS software engineering

Welcome to the Introduction to "Fraktal SAS Programming".

The pages provided here are intended to serve as guidelines for Beginners in SAS Based Reporting from Database Tables.

Why "Fraktal"? Try this movie on measurement of coast lines by using Fractals (German audio)

We are using the term "Fraktal" with a "k" here to emphasize, that the programming concept introduced is derived from Fractal Geometry in Mathematics but not identical to it.


  1. Preface: Learn about appropriate positioning of the "SAS System" from "SAS Institute".
  2. Coding: Read important considerations on front-end program structure and back-end runtime behaviour.
  3. Macro: Find out how every single aspect from your workflow definition can easily be reflected and implemented.


Fraktal SAS Programming is considered to be "fractal" because the program archtitecture is suggested to use minimized i.e. smallest scale modules to comprise the implementation from. Unlike fractal curves segments, e.g. used in coast line measurement, the module size meets a lower limit introduced by syntactic properties. Nevertheless, the module size possible will range between a few lines and very few screen pages. Overall size of a module will very rarely reach 100 lines of code. This includes declares, communication and documentation as well as logic like loops and branches.

To make these guidelines compatible with the subject they present, the structure is likewise modularized to a maximum: It is comprised from half-page text slides, making single lessons that are easy to be learned one by one.