z/OS DFSMShsm Implementation and Customization Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Filtering storage group and copy pool ARC0570I messages (return code 17 and 36)

z/OS DFSMShsm Implementation and Customization Guide
SC23-6869-01

During automatic backup, dump, and migration, SMS storage group and copy pool information is retrieved. If this information cannot be retrieved, message ARC0570I issued. Specifically:
  • return code 17 is issued when storage group information cannot be retrieved.
  • return code 36 is issued when copy pool information cannot be retrieved.

In an SMS environment these return codes can indicate an error. However, in a non-SMS environment these return codes do not provide meaningful information as storage groups and copy pools do not exist in a non-SMS environment.

Filtering message ARC0570I return code 17

Issue the following PATCH command to enable filtering of ARC0570I RC=17 messages:
PATCH .MCVT.+297 BITS(....1...)
Issue the following PATCH command to disable filtering of ARC0570I RC=17 messages:
PATCH .MCVT.+297 BITS(....0...)

Filtering message ARC0570I return code 36

Issue the following PATCH command to enable filtering of ARC0570I RC=36 messages:
PATCH .MCVT.+297 BITS(.....1..)
Issue the following PATCH command to disable filtering of ARC0570I RC=36 messages:
PATCH .MCVT.+297 BITS(.....0..)
Note: These return codes are not filtered when using the LIST command.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014