[U2] Unidata 6.1 Opening a File Dictionary issue

2008-12-18 Thread Jeff Ritchie
Hi all, Have some weirdness at the edge of town going down here code 0032D.KEY = BANKS 0033* 0034OPEN 'DICT', D.KEY TO D.FILE ELSE 0035 PRINT UNABLE TO OPEN DICTIONARY :D.FILE 0036 STOP 0037END /code Am receiving an unassigned error on line 34 with a

RE: [U2] Unidata 6.1 Opening a File Dictionary issue

2008-12-18 Thread Marvin R. Fisher
...@listserver.u2ug.org [mailto:owner-u2-us...@listserver.u2ug.org] On Behalf Of Jeff Ritchie Sent: Thursday, December 18, 2008 4:05 PM To: u2-users@listserver.u2ug.org Subject: [U2] Unidata 6.1 Opening a File Dictionary issue Hi all, Have some weirdness at the edge of town going down here

RE: [U2] Unidata 6.1 Opening a File Dictionary issue

2008-12-18 Thread Jeff Ritchie
@listserver.u2ug.org Subject: RE: [U2] Unidata 6.1 Opening a File Dictionary issue Don't know why that would error as assigning a file name to a variable is often used, however your error message in line 35 should end with D.KEY as D.FILE is a file handle. Marvin R. Fisher Technical Resource Group A Pipeline Group

RE: [U2] Unidata 6.1 Opening a File Dictionary issue

2008-12-18 Thread Marvin R. Fisher
...@lawsocnsw.asn.au Sent: Thursday, December 18, 2008 7:49 PM To: u2-users@listserver.u2ug.org u2-users@listserver.u2ug.org Subject: RE: [U2] Unidata 6.1 Opening a File Dictionary issue Marvin, That did the trick, issue with the filename extract was causing mayhem Jeff -Original Message- From: owner-u2-us