DFS2306X aaa-IS NOT IN THE RANGE FROM 1 TO 255

Explanation

Input data aaa was less than 1 or greater than 255; it must be numeric from l to 255.

System action

Validation of input data is completed. No further processing occurs because input data is invalid.

Programmer response

Correct the invalid input data and rerun the program.