Output Dataset Specifications

When a procedure writes its output to a dataset, the dataset that is to be created can be specified in one of two ways:

Optional Output Datasets

If an output dataset is marked "(optional)" then the output dataset can remain unspecified, and the procedure will run without generating that particular output dataset. This can cause certain procedures to run much faster, as they can skip potentially-expensive processing.