![]() |
PING
0.9
Statistical data handling and processing in production environment
|
Test dataset #32.
%_dstest32; %_dstest32(lib=, _ds_=, verb=no, force=no);
The following table is stored in _dstest32:
| geo | value |
|---|---|
| BE | 0 |
| AT | 0.1 |
| BG | 0.2 |
| LU | 0.3 |
| FR | 0.4 |
| IT | 0.5 |
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._ds_ : (option) the full name (library+table) of the dataset _dstest32.
To create dataset #32 in the WORKing directory and print it, simply launch:
%_dstest32; %ds_print(_dstest32);