Preparing the Quantum run
To prepare a Quantum program for use with qtsas:
1 Write a separate tab statement for each axis (variable) you want in the data set. Variables which are not named in this way are ignored.
2 Convert all global filters (that is those on a/flt/tab statements) into axis-level filters.
3 Enter any numeric variables you want to include in the SAS data by using namedinc statements.
Note The keyword
noexport allows you to exclude specific elements in the Quantum run from the export. However, this does have some implications that you should be aware of. For further details, see
Output options.
See also