Best
practices specify that you avoid unnecessary procedure invocation.
One way to do this is to take advantage of procedures that accomplish
multiple tasks with one invocation.
Several procedures enable
you to perform multiple tasks or create multiple reports by invoking
the procedure only once. These include the following:
Note: BY-group processing can also
minimize unnecessary invocations of procedures.
To illustrate this principle,
examine features of the DATASETS procedure.