Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

There is no default value.

Examples

Panel
Html bobswift
<pre>
dsn_delete_exclude    sys1.*,sys2.*,app.prod.data
</pre>

This example excludes all data sets starting with SYS1. and SYS2. and fully-qualified data set APP.PROD.DATA from UAG data set delete processing. UAG will never delete these data sets, even when it would be necessary to successfully execute or re-run a job.
 

Panel
Html bobswift
<pre>
dsn_delete_exclude    sys1.*
dsn_delete_exclude    sys2.*
dsn_delete_exclude    app.prod.data
</pre>

This example excludes the same data sets as the previous example from delete processing. The DSN_DELETE_EXCLUDE option is used multiple times to specify each of the data sets to be excluded instead of a comma-separated list of data set names.
 

Panel
Html bobswift
<pre>
dsn_delete_exclude    *
</pre>

This example excludes all data sets from delete processing.