Was this helpful?
CALL Examples
The following examples provide details.
Example 1:
The following example runs a default report on the "employee" table in column mode.
## call report (database="personnel",
##    name="employee", mode="column")
Example 2:
The following example runs QBF in the append mode with the QBFName "expenses," suppressing verbose messages.
## call qbf (database="personnel",
##  qbfname="expenses", flags="-mappend -s")
Last modified date: 11/28/2023