PING  0.9
Statistical data handling and processing in production environment
_DSTEST34

Test dataset #34.

%_dstest34;
%_dstest34(lib=, _ds_=, verb=no, force=no);

Contents

The following table is stored in _dstest34:

geo year value
EU2720061
EU2520042
EA1320013
EU2720074
EU1520045
EA1220076
EA1220027
EU1520158
NMS1220159

Arguments

  • lib : (option) output library; default: lib is set to WORK;
  • verb : (option) boolean flag (yes/no) for verbose mode; default: no;
  • force : (option) boolean flag (yes/no) set to force the overwritting of the test dataset whenever it already exists; default: no.

Returns

_ds_ : (option) the full name (library+table) of the dataset _dstest34.

Example

To create dataset #34 in the WORKing directory and print it, simply launch:

%_dstest34;
%ds_print(_dstest34);

See also

%_dstestlib.