T
Tim Kuehn
Guest
I've had repeated issues in PDS w/class caching - particularly when I move a class from one location to another. For example I had a class in x/y/c.cls that I moved to x/y/z/c.cls - and PDS'll still remember the old location and put in a USING statement that points to the old location. When it goes to compile it naturally doesn't find it and I get the same kind of "Data type" error reported by the OP. I've had to re-arrange the USING statement to hold the correct location and put it before a USING that points to some other code in the old location.
Continue reading...
Continue reading...