When a job is generated
and deployed from a SAS IT Resource Management client, the duplicate-data
property becomes a SAS macro variable. In this appendix, any reference
to the duplicate-data or DUPMODE property of a staging transformation
can also be interpreted to refer to the duplicate-data-checking macro
variable.
Note: If you edit the generated
source code to modify the mode for duplicate-data checking, then your
changes to the code will be lost if the job is regenerated or redeployed. Although
you can save the functionality of the source code to the local file
system, the original source code is preserved and the mode for duplicate-data
checking is not updated in the SAS Metadata Repository entries.
To implement duplicate-data-checking
macros, you must first set up processing without duplicate-data checking.
Afterward, you can choose whether to implement duplicate-data checking
by specifying parameters in the staging transformation.