PING  0.9
Statistical data handling and processing in production environment
Extraction

Select and append data from bulk databases (e.g., cross-sectional raw H, P, D and R tables) given a period and/or a list of countries.

%silc_db_select(time, geo=, db=, odsn=, ilib=, olib=,
cds_ctryxzone=META_COUNTRYXZONE, clib=LIBCFG);

Arguments

Returns

odsn : output reference table(s) created as a concatenation (i.e. append operation) ot the bulk datasets extracted from the databases in db; in practice, all bulk datasets (files) with generic name of the form c&yy.&_db where:

are retrieved from the database library ilib.

Examples

Run %_example_silc_db_select for examples.

Reference

Carr, D.W. (2008): "When PROC APPEND may make more sense than the DATA STEP".

See also

%silc_ds_extract, %meta_countryxzone.