IGZ0223S   Argument-1 for function function-name in program program-name at line line-number was less than zero or greater than 29.

Explanation

Input argument to function FACTORIAL is greater than 29 or less than 0.

System action

The application was terminated.

Programmer response

Check that the function argument is in the valid range.

Symbolic Feedback Code

IGZ06V