IC_ERROR keyword

The IC_ERROR keyword specifies to terminate all image copy processes for all database data sets when an error occurs in one of the image copy processes.

Functions that support this keyword
  • Image Copy function
  • Create Image Copy function
Statements that support this keyword
GLOBAL statement
Site default option
Supported
Related keywords
Format
Read syntax diagramSkip visual syntax diagramIC_ERROR=CONTSTOP
CONT
Image copy processing continues even if an error occurs.
STOP
Image copy processing for all database data sets terminates when an error occurs in one of the image copy processes.
Default value
IC_ERROR=CONT
Usage notes
  • IC_ERROR=STOP does not take effect if the return code of the error is changed to 8 or less with the Return Code Handling option (HPSRETCD control statement).
  • If both IC_ERROR=STOP and SHDW_ERROR=STOP are specified, SHDW_ERROR=STOP is ignored.