Previous Topic: TIEUGVWNext Topic: When to Run TIEUGVW


How to Invoke TIEUGVW

TIEUGVW can be run for one model or for all models in the encyclopedia. It can be run in either foreground or background mode.

The syntax to run TIEUGVW for one model only is the following:

TSO %TIEUGVW MODEL('model name') BATCH

The MODEL parameter is required. The BATCH parameter (background) is optional. The default is ONLINE (foreground).

The syntax to run TIEUGVW against all models in the encyclopedia is the following:

%TIEUGVW MODEL('REPORT ALL MODELS IN ENCY') BATCH

The MODEL parameter must be 'REPORT ALL MODELS IN ENCY'. The BATCH parameter (background) is optional, but is recommended if you run against the encyclopedia. The default is ONLINE (foreground).