[EMAIL PROTECTED] wrote on 07/27/2006 12:12:01 PM:

> I am having a problem with a straightforward read statement that is 
driving
> me crazy...
<snip>
>   open 'IM'  to  F.Item  else  null
<snip>
>     read  R.Item  from F.Item, This.Part   else  R.Item = ''

Are you sure the file is being opened?  I would put something on the else 
clause of the open to be sure.  I suspect you're just falling through, and 
never assigning F.Item, so you don't have a file handle available for the 
read.

Tim Snyder
Consulting I/T Specialist
U2 Consulting
North American Lab Services
IBM Software Group
717-545-6403
[EMAIL PROTECTED]
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to