Re: [U2] UniVerse Internal Date Blackout

2006-06-10 Thread Ray Wurlod
See http://www.pickwiki.com/cgi-bin/wiki.pl?Date_Conversion_With_ICONV for a discussion of how ICONV deals with wholly numeric external dates. --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

[U2] UniVerse Internal Date Blackout

2006-06-09 Thread gcanedy
We just ran into a strange issue where LIST/SELECT cannot resolve an internal date - and it's for a block of one full year. From May 1, 2006 (14001) through April 30, 2007 (14365), if you try to SELECT records in a file using the internal date value where the DICT item has a D2/ (or similar)

RE: [U2] UniVerse Internal Date Blackout

2006-06-09 Thread Robert Paterson
... But worth a look... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 09 Jun 2006 15:16 To: u2-users@listserver.u2ug.org Subject: [U2] UniVerse Internal Date Blackout We just ran into a strange issue where LIST/SELECT cannot resolve

RE: [U2] UniVerse Internal Date Blackout

2006-06-09 Thread Peter Veenhof
PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, June 09, 2006 10:16 AM To: u2-users@listserver.u2ug.org Subject: [U2] UniVerse Internal Date Blackout We just ran into a strange issue where LIST/SELECT cannot resolve an internal date - and it's for a block of one full year. From May 1

RE: [U2] UniVerse Internal Date Blackout

2006-06-09 Thread Brian Leach
? Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 09 June 2006 15:16 To: u2-users@listserver.u2ug.org Subject: [U2] UniVerse Internal Date Blackout We just ran into a strange issue where LIST/SELECT cannot resolve

Re: [U2] UniVerse Internal Date Blackout

2006-06-09 Thread Allen Egerton
[EMAIL PROTECTED] wrote: We just ran into a strange issue where LIST/SELECT cannot resolve an internal date - and it's for a block of one full year. SNIP SELECT TESTFILE WITH DATE 14366 Bad data 14366 for conversion D2/. Unconverted data used for selection. SNIP I can't replicate your

RE: [U2] UniVerse Internal Date Blackout

2006-06-09 Thread Les Hewkin
Snyder [mailto:[EMAIL PROTECTED] Sent: 09 June 2006 16:03 To: u2-users@listserver.u2ug.org Subject: Re: [U2] UniVerse Internal Date Blackout [EMAIL PROTECTED] wrote on 06/09/2006 10:16:08 AM: SELECT TESTFILE WITH DATE 14000 Bad data 14000 for conversion D2/. Unconverted data used

Re: [U2] UniVerse Internal Date Blackout

2006-06-09 Thread gcanedy
Pointing out the obvious was very helpful, thanks. Gives me great confidence in dealing with IBM on odd issues such as this. We're dealing with report code written by a vendor (who knows what bizarre reason they had), and found the issue when the report wasn't returning expected results. We

RE: [U2] UniVerse Internal Date Blackout

2006-06-09 Thread gcanedy
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, June 09, 2006 10:16 AM To: u2-users@listserver.u2ug.org Subject: [U2] UniVerse Internal Date Blackout We just ran into a strange issue where LIST/SELECT cannot resolve an internal date - and it's

Re: [U2] UniVerse Internal Date Blackout

2006-06-09 Thread Timothy Snyder
[EMAIL PROTECTED] wrote on 06/09/2006 11:40:36 AM: Pointing out the obvious was very helpful, thanks. Gives me great confidence in dealing with IBM on odd issues such as this. We're dealing with report code written by a vendor (who knows what bizarre reason they had), and found the issue

RE: [U2] UniVerse Internal Date Blackout

2006-06-09 Thread Mark Eastwood
@listserver.u2ug.org Subject: Re: [U2] UniVerse Internal Date Blackout Pointing out the obvious was very helpful, thanks. Gives me great confidence in dealing with IBM on odd issues such as this. We're dealing with report code written by a vendor (who knows what bizarre reason they had), and found the issue when