Generating LOAD statements
To statically allocate the data set
You can provide a data set name to the DD statement.
To override the SYSCNTL DD name default, use the CNTLDDN keyword in the UNLOAD command.
To override the SYSPUNCH DD name default, use the STMTDDN keyword on the UNLD command.
For more information see, SYSCNTL and SYSPUNCH DD statements.
To dynamically allocate the data set
Instead of providing a data set name with the DD statement, you can dynamically allocate the data set by using one of the following methods. If you dynamically allocate the data set, the value of the OVERRIDEOUTPUT parameter determines the method that BMC AMI Unload uses.
- Provide the data set name in the XULDDYNM-unload-data-set-and-discards-automation-control-point.
Provide the data set name in an BMC-AMI-Unload-OUTPUT-command in your unload SYSIN.
You must place the OUTPUT command before the UNLOAD statement in your SYSIN.
If SYSCNTL, SYSPUNCH, or an alternative DD is not allocated, BMC AMI Unload assumes that you want to bypass generation of the LOAD statement and does not issue an error message.