RS/642: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „Kategorie:Twiggi {| class = "wikitable" |Summary | RS/642 is a flexible, data independent and parameter controlled architecture for programming of SAS mac…“) |
K |
||
Zeile 18: | Zeile 18: | ||
#The system is aimed at serving as a base for an extendable system that provides mechanisms for shaping input datasets, processing calculations and generating SAS datasets with ready made text content. | #The system is aimed at serving as a base for an extendable system that provides mechanisms for shaping input datasets, processing calculations and generating SAS datasets with ready made text content. | ||
#RS/642 interacts with and makes use of other programs, modules, systems and datasets available. Communication and information interchange use SAS macrovariables, environment variables from the operating system and data structures compatible with the SAS System. | #RS/642 interacts with and makes use of other programs, modules, systems and datasets available. Communication and information interchange use SAS macrovariables, environment variables from the operating system and data structures compatible with the SAS System. | ||
− | Input data streams will require preprocessing in general by assigning formats and labels. Output datasets will need postprocessing using merge and set operations mainly. | + | #Input data streams will require preprocessing in general by assigning formats and labels. Output datasets will need postprocessing using merge and set operations mainly. |
#Module size is kept small (three screen pages at maximum) for maintainability and avoids hard-coded references to any application related information like data types, labels and formats. | #Module size is kept small (three screen pages at maximum) for maintainability and avoids hard-coded references to any application related information like data types, labels and formats. | ||
− | Coding style makes broad use of automatic documentation and generation of meta data and lookup tables at runtime. | + | #Coding style makes broad use of automatic documentation and generation of meta data and lookup tables at runtime. |
|} | |} |
Version vom 6. Januar 2016, 16:50 Uhr
Summary |
RS/642 is a flexible, data independent and parameter controlled architecture for programming of SAS macro systems. |
Infosite | |
Description |
|