Control exit return codes - assure_mimix - 10.0

Assure MIMIX Promoter User Guide

Product type
Software
Portfolio
Integrate
Product family
Assure
Product
Assure MIMIX™ Software
Version
10.0
Language
English
Product name
Assure MIMIX
Title
Assure MIMIX Promoter User Guide
Topic type
How Do I
Copyright
2021
First publish date
1999

The following codes can be returned to the control exit point from either a control exit program or a control service program. The return codes are all integer variables. Service routines specify the return code value on the return from the routine. Programs need to set the return code value in the control area structure that is passed to the program:

Control exit return codes

Action

Value

Implied usage for CPYACTF

Continue

0

Continue the copy

Retry

1

Redo the current step, then retry this exit point

Stop

2

Stop copy, but no error was reported

Error

3

Stop copy, an error was reported