PING  0.9
Statistical data handling and processing in production environment
_DSTEST3

Test dataset #3.

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

Contents

The following table is stored in _dstest3:

color value
blue 1
blue 2
blue 3
green 3
green 4
red 2
red 3
red 4

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 _dstest<XX> storing the following table:

Example

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

%_dstest3;
%ds_print(_dstest3;

See also

%_dstestlib.