BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
thanikondharish
Fluorite | Level 6

err.PNG

how to avoid that note

1 ACCEPTED SOLUTION

Accepted Solutions
Ksharp
Super User

It is not right way to use FDELETE().

 

data _null_;

rc=filename('x','d:\phani\data.txt');

rc=fdelete('x');

run;

View solution in original post

4 REPLIES 4
Ksharp
Super User

It is not right way to use FDELETE().

 

data _null_;

rc=filename('x','d:\phani\data.txt');

rc=fdelete('x');

run;

thanikondharish
Fluorite | Level 6
you used rc two times can you explain that?
Ksharp
Super User

It is nothing, you can use other variable name .like

 

rx=fdelete('x');

VDD
Ammonite | Level 13 VDD
Ammonite | Level 13
Hope that you understand the power of SAS and don't start using wildcards or macro calls for this type of processing until you understand what your doing and want the commands do. Otherwise You may have to call IT support for restores.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 1606 views
  • 1 like
  • 3 in conversation