Hi all.
An event that cannot be understood has occurred....
Windows error when trying to delete a SAS Dataset using Proc datasets.
For example, if the deletion target is t1, an error occurs for another table t2!
proc datasets lib = test1 nolist nowarn memtype = (data view);
delete t1;
quit;
ERROR: Windows error code: 18 in hc_member_data for D:\xxxxx\t2.sas7bdat
Certainly at the same time another process is also deleting and creating the data of t2 in another process.
Why does that occur in the process that manipulates t1?
By the way, SASM6 is used.
Regards.
proc datasets lib = test1 nolist nowarn memtype=view;
delete t1;
run;quit;
- Cheers -
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.