

Compile (CM) Messages › › IDCMGPMV06 - Date field FIELD-1 is not valid sending operand for FIELD-2
IDCMGPMV06 - Date field FIELD-1 is not valid sending operand for FIELD-2
Reason:
FIELD-2 is part of a group structure, and is neither a type "D" (date) field nor a numeric field. Group MOVE/SET statements do not perform implicit conversions from date-fields like FIELD-1 into such target fields.
Action:
- Change the structure of the source so that FIELD-1 is numeric(N) or date (D).
- Change the structure including FIELD-2 so that it is alphanumeric.
- Change the name of the source or target fields (if MOVE BY NAME is used) so that FIELD-1 and FIELD-2 no longer correspond in the structure or make alternative changes to the group structures to prevent their participation in the group move. You must then MOVE FIELD-1 to FIELD-2 separately using $DATE.
- Recode the group move as a series of individual field moves, taking care to use the $DATE function to convert the date field to a alphanumeric format.
Copyright © 2015 CA Technologies.
All rights reserved.
 
|
|