PING  0.9
Statistical data handling and processing in production environment
silc_ref2lib

Retrieve the actual (physical) library associated to a EU-SILC reference.

%let lib=%silc_ref2lib(ref);

Argument

ref : input library reference, e.g. any string in RDB, RDB2, EDB, LDB.

Returns

lib : library associated to the reference ref.

Example

Running for instance:

%let lib=%silc_ref2lib(RDB);

will set: lib=LIBCRDB.

See %_example_silc_ref2library for more examples.

See also

%silc_db_locate, %silc_ind_ref.