jrowden773
Programmer
- Oct 19, 2007
- 9
Hello I am modifying a program that haves two integer fields one called (screen field)@CDATE and the other (field from file)RCDATE that are 6 character fields. Now my problem is is that @CDATE is *MDY format while RCDATE is in *YMD format and I'm trying to get the RCDATE format to *MDY also so when I do a :
EVAL @CDATE = RCDATE
They both have the same format.
EVAL @CDATE = RCDATE
They both have the same format.