Well, a table on DB2 running on an AIX 4.3.3 server pointed to a path for example 'C:\ABC\EF\bin\..\GF\'. The 'bin' directory did not exist, but in AIX 4.3.3 the path worked fine becuase of the '\..\' (which cancelled the 'bin' dir).
In AIX 5.1, the table was unable to load since the 'bin' directory did not exist. Now I was wondering if I created a 'bin' directory, would the table work fine?... Which i tired and it worked! but I have to prove that in AIX 4.3.3, a path that does not exists (such as one given: 'C:\ABC\EF\bin\..\GF\'), works all the time.
It's hard to explain this.