You are here: Available Utilities > L > LBYPROC > Handling Return Codes

Handling Return Codes

Include these INI options in the LBYPROC control group to control processing and handle the return codes generated during a promotion.

< LBYPROC >
  TermLevel =
  ZeroPromote =

Option

Description

TermLevel

Use this option to tell the utility what to do when it encounters an error. You have these choices:

None - Enter None if you want processing to continue regardless of any warnings or errors.

Error - Enter Error if you want processing to stop if there is an error code.

Warning - Enter Warning if you want processing to stop if there is a warning or error code.

The default is None.

ZeroPromote

When processing a promotion, the system may encounter a situation where there is no data or no change is made. Use this option to tell the system how to handle this situation. You have these choices:

Success - Enter Success if you want the condition of no data or no change to be treated as a successful operation. The return code is zero (0).

Warning - Enter Warning if you want the condition of no data or no change to be treated as a warning. The return code is 4.

Error - Enter Error if you want the condition of no data or no change to be treated as an error. The return code is 8.

The default is Success.