ON ERROR NOTSUPPORTED
The ON ERROR NOTSUPPORTED option allows you to specify what action
BMC AMI Copy
is to take if a space or partition is an unsupported type in
BMC AMI Copy
.
ON ERROR NOTSUPPORTED syntax diagram

Values of ON ERROR NOTSUPPORTED
Value | Description |
|---|---|
ON ERROR NOTSUPPORTED END | ON ERROR NOSUPPORTED END, the default, indicates BMC AMI Copy is to terminate processing with a RC=12 if an unsupported type is encountered. |
ON ERROR NOTSUPPORTED SKIP | ON ERROR NOTSUPPORTED SKIP causes BMC AMI Copy to issue a message, skip over the space, and continue processing other spaces specified in SYSIN. |
The following table lists the types not supported by BMC AMI Copy and the error messages that BMC AMI Copy issues:
ON ERROR NOTSUPPORTED condition | BMC AMI Copy message issued |
|---|---|
A space has a page size or piece size that is not supported. | BMC30575E PAGESIZE = pageSizeValue IS NOT SUPPORTED |
Copy registration is required in SYSCOPY but parameters indicate the copy should be registered in BMCXCOPY. | BMC180064E OUTPUT FOR THIS SPACE CANNOT BE REGISTERED IN BMCXCOPY |
A copy created by DSNUTILB must be registered in SYSCOPY but parameters indicate the copy should be registered in BMCXCOPY. | BMC180062E COPY REQUIRES DSNUTILB, BUT THE OUTPUT PARAMETERS ARE NOT COMPATIBLE |
Related topic