![]() |
PING
0.9
Statistical data handling and processing in production environment
|
Test dataset #37.
%_dstest37; %_dstest37(lib=, _ds_=, verb=no, force=no);
The following table is stored in _dstest37
:
geo | time | EQ_INC20 | RB050a |
---|---|---|---|
BE | 2009 | 10 | 10 |
MK | 2010 | 50 | 10 |
EE | 2011 | 60 | 10 |
FI | 2012 | 20 | 20 |
UK | 2013 | 10 | 20 |
IT | 2015 | 40 | 20 |
lib
: (option) output library; default: lib
is set to WORK
;verb
: (option) boolean flag (yes/no
) set 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
._ds_
: (option) the full name (library+table) of the dataset _dstest37
.
To create dataset #37 in the WORK
ing directory and print it, simply launch:
%_dstest37; %ds_print(_dstest37);