Hi,
Recently we have migrated a sas application from AIX (SAS9.3) to Linux(SAS9.4). In this application, there is a functionality to write a sas dataset with it's index file to an external windows drive. This windows drive is mounted on the AIX and Linux servers.
In the Linux server,when the program is trying to write the sas dataset with it's index on to windows drive, it is throwing the below message.
ERROR: Permanent copy of file TP_OUT.AAAAAAA.INDEX was deleted. ERROR: Permanent copy of file TP_OUT.AAAAAAA.INDEX was deleted.
The program code is taken from a SAS Data Integration job and submitted as a standalone sas program. The functionality is , if the sas dataset with it's index is available, the process deletes them and creates them and then appends the data using proc append.
Also,in the Windows location, it is shown as locked. TP_OUT.AAAAAAA.SAS7BNDX.LCK
No clue why the index is failing here. Any help is appreciated.
... View more