Process Metadata (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]]
 +
{{SeitenNavigation1
 +
|links=xx_left.png
 +
|zurück=What is Metadata? (from Fraktal SAS Programming)
 +
|rechts=xx_right.png
 +
|vorwärts=Workflow Documentation (from Fraktal SAS Programming)
 +
|hoch=Duck_zazy_com.png
 +
|übersicht=Macro (from Fraktal SAS Programming)
 +
}}
 +
 
Although the following examples hold for every static METABASE design we will start over with consideration of dynamic metadata arrays that are read from database tables or datasets.
 
Although the following examples hold for every static METABASE design we will start over with consideration of dynamic metadata arrays that are read from database tables or datasets.
 
Using dynamic metadata arrays is commonly referred to as '''''DATA DRIVEN APPROACH''''' because processing depends on content of data tables.
 
Using dynamic metadata arrays is commonly referred to as '''''DATA DRIVEN APPROACH''''' because processing depends on content of data tables.
Zeile 13: Zeile 23:
 
* [[Process Metadata: Numbered (from Fraktal SAS Programming)|a set of numbered parameters (''"Numbered"'')]]
 
* [[Process Metadata: Numbered (from Fraktal SAS Programming)|a set of numbered parameters (''"Numbered"'')]]
 
* [[Process Metadata: Direct (from Fraktal SAS Programming)|a single parameter that is used repeatedly (''"Direct"'')]]
 
* [[Process Metadata: Direct (from Fraktal SAS Programming)|a single parameter that is used repeatedly (''"Direct"'')]]
 +
 +
{{SeitenNavigation1
 +
|links=xx_left.png
 +
|zurück=What is Metadata? (from Fraktal SAS Programming)
 +
|rechts=xx_right.png
 +
|vorwärts=Workflow Documentation (from Fraktal SAS Programming)
 +
|hoch=Duck_zazy_com.png
 +
|übersicht=Macro (from Fraktal SAS Programming)
 +
}}

Version vom 30. Januar 2014, 10:47 Uhr

Zurück

Übersicht

Vorwärts

Although the following examples hold for every static METABASE design we will start over with consideration of dynamic metadata arrays that are read from database tables or datasets. Using dynamic metadata arrays is commonly referred to as DATA DRIVEN APPROACH because processing depends on content of data tables.


Examples are based on the sample CLASS dataset and presentation will have three logical steps:

  1. generate the list itself
  2. obtain the number of elements
  3. utilize list elements


To accomplish this task we will use Data Steps along with PROCs SQL and PRINT in order to sketch three approaches:

Zurück

Übersicht

Vorwärts