Hi guys,
I have got hold of some 4GL code from a colleague, and trying to compile it on a RS6000 H70 running AIX 4.3.3 ML9 box I administer. I have used both the i4gl tool and the command line c4gl {file}.4gl -o {file}.4ge
But I get the following error message:
c4gl[462]: cc: not found.
I have traced the path of the program and tried a chmod 777 c4gl. But to no avail.
Also used the finderr 462 command. And I get the following information:
-462 File close error.
This statement reads a value from a BYTE or TEXT column into a file.
The database server copied the data to the file but got an
operating-system error when it closed the file. Check the accompanying
ISAM error code for more information, and look for operating-system
messages. Typical causes include lack of disk space and hardware
errors.
Anyone any ideas ?
Thanks in advance.
( "To become Wise, first you must ask Questions"
I have got hold of some 4GL code from a colleague, and trying to compile it on a RS6000 H70 running AIX 4.3.3 ML9 box I administer. I have used both the i4gl tool and the command line c4gl {file}.4gl -o {file}.4ge
But I get the following error message:
c4gl[462]: cc: not found.
I have traced the path of the program and tried a chmod 777 c4gl. But to no avail.
Also used the finderr 462 command. And I get the following information:
-462 File close error.
This statement reads a value from a BYTE or TEXT column into a file.
The database server copied the data to the file but got an
operating-system error when it closed the file. Check the accompanying
ISAM error code for more information, and look for operating-system
messages. Typical causes include lack of disk space and hardware
errors.
Anyone any ideas ?
Thanks in advance.
( "To become Wise, first you must ask Questions"