Specifying output destinations

Specify output destinations to tell Workload Automation Programming Language where to send output records.

The destinations can be either a DD statement or an asterisk (*). Specify an asterisk (*) to write the output to the external data queue. If you specify the equal sign (=) as the output destination, the output is written to the same destination as its parent record.

Many different segments can be written to the same output destination.

If you specify a DD statement that is not allocated, the first command requiring the DD statement issues a warning message (setting return code 4), and the output destination is suppressed.