Re: [U2] LIST EVAL and DATES

2005-08-22 Thread Martin Phillips
When I request a date field inside an eval statement the date is returned in the internal numeric format. Is there a function I can use to return the textual format? For UniVerse, try LIST ... EVAL DATE CONV D2 For Unidata, change CONV to CNV. The CONV field qualifier sets the

RE: [U2] LIST EVAL and DATES

2005-08-22 Thread Tom Dodds
You could do something like this: LIST filename EVAL @RECORD6 CONV D2/ Where the CONV D2/ would be applied to the result of the EVAL @RECORD6. Is that what you were looking for? Tom Dodds [EMAIL PROTECTED] 630-235-2975 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL