A figurative constant cannot be passed to a parameter defined with OPTIONS(*STRING).
30
Cause . . . . . : When a prototyped parameter is defined with OPTIONS(*STRING), a figurative constant is not valid as a passed parameter. The parameter is ignored.
Recovery . . . : Correct the parameter. Compile again.
Technical description . . . . . . . . : If a single byte is required, replace the figurative constant with a literal. Otherwise, replace the figurative constant with a field initialized to the figurative constant.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.