RHEL 6.6
We’re seeing a date/time field getting truncated on a copy from an input date field format (modified to 14 characters) to an output timestamp field (26 characters). The logic is to copy PV2-8 (expected admit date) to PV1-44 (admit date/time) if PV1-44 is not populated. The input data is a date/time (CCYYMMDDHHMMSS) and is getting chopped down to just date (CCYYMMDD). This doesn’t seem like the correct translation response since the receiving field is larger than the sending field. Our work-around has been to use PATHCOPY instead of COPY on the field, which is giving us the desired output.
Is this a bug, I mean, feature?
Thanks!