|
Generate an output report for all models. %print_model (indata = input data set,
output = output report);
| Where |
Is
Type... |
And
represents... |
| indata |
C |
Source data set containing transformation models. This
is specified with a two level dot notation: libname.dataname.
If only the libname is given, all the data in the specified library
will be documented. |
| output |
C (optional) |
The name of the output HTML report. If
none is specified, a file named PRINT_MODEL.HTML will be generated in
the current location. |
Details The reported HTML report contains an index
of all the data transformation models at the top with hyperlinks to the
details of each model. Example
%print_model (indata = inlib,
output = c:\temp\test.html); |