Item %1 is too large to be used in %2. Item %1 is truncated to %3 bytes.
20
Cause . . . . . : Use of items with a size greater than %3 bytes in intrinsic function %2 will cause a storage overflow error during XML PARSE processing when running the program.
Recovery . . . : To reduce the storage required, use reference modification to specify only the part of %1 that contains data. If reference modification is not possible, you may need to move %1 into a smaller data item and specify this data item in intrinsic function %2.