PING
0.9
Statistical data handling and processing in production environment
|
List default aggregates calculated when estimating EU-SILC indicators in a given year.
ref
: (option) input list of library reference(s), e.g. any string(s) in RDB
, RDB2
, EDB
, LDB
; incompatible with any of the parameters ind
or _ref_
(below);ind
: (option) input list of indicators; incompatible with any of the parameters ref
(above) or _ind_
(below);replace
: (option) boolean flag (yes/no
) set when the output table odsn
(see below) shall be overwritten in the case it already exists; default: replace=NO
, i.e. results will be appended to odsn
;cdsn
: (option) name of the metadata table containing the codes and reference libraries of all indicators created in production; it looks like this: code | survey | lib |
---|---|---|
DI01 | EUSILC | RDB |
DI02 | EUSILC | RDB |
DI03 | EUSILC | RDB |
DI04 | EUSILC | RDB |
DI05 | EUSILC | RDB |
di06 | ECHP | |
DI07 | EUSILC | RDB |
di07h | ECHP | |
... | ... | ... |
cdsn=META_INDICATOR_CODES
(see clib
below);clib
: (option) library where cdsn
is stored; default: clib=LIBCFG
.odsn
: (option) excerpt of the metadata table cdsn
where the output observations are:cdsn
for which the variable lib
matches any of the reference library(ies) listed in ref
when this argument is passed;cdsn
for which the variable code
matches any of the indicator(s) listed in ind
when this argument is passed instead;_ref_
: (option) name of the variable storing the output list of all reference libraries that contain any of the indicator(s) passed through ind
as input; incompatible with any of the parameters ref
(above) or _ind_
(below);_ind_
: (option) name of the variable storing the output list of indicators contained in any of the library(ies) passed through ref
as input.Given the table META_INDICATOR_CODES
in LIBCFG
, the following command:
will set list=EDB RDB
and create the following dsn
table:
code | survey | lib |
---|---|---|
E_MDDD11 | EUSILC | EDB |
PEPS01 | EUSILC | RDB |
See %_example_silc_ind_ref
for more examples.