@Lakshmi_G90 wrote:
Hi All,
Hope All doing Good !
Here my query is as below.
We are getting an error when run a EG project.
Error:
ERROR: Physical file does not exist XX:\XX\SASWORK\_TD10804_AP-943-SAS-WVP_\#LN000.
But here _TD10804_AP-943-SAS-WVP_, #LN000 are the System generated back-end files after executing a job in SAS.
Please let us know the solution for this issue.
It never hurts to show the code you used to generate an error. Copy code and errors from the log and paste into a code box opened using the forum's {I} or "running man" icons.
You say
System generated back-end files after executing a job in SAS.
So where is your code in relation to the code that generates that file? if you try to reference file for reading before it has been created then it doesn't exist. You may need to show your code.
Most of time a #LN000 type reference is a SAS generated file reference and not part of an actual file name.