BookmarkSubscribeRSS Feed
Gil_
Quartz | Level 8
I have a
libname test 'h:/report';

It brings 2 days input1 and input2
I need to append a daily file

Proc append base=test.input1
Data=test.input2 force;
Run;
Which works
I do a proc sort Nodup
By date ticket;
Run,

The data appends and removes the dups. The issue is if I run script and it saves 5 days worth of data .the issue if I refer the library next day to pull the 5 days and it's blank data is not stored for future refer

1 REPLY 1
Doc_Duke
Rhodochrosite | Level 12

please just post a question once.  Edit the original if you need to.

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
  • 1 reply
  • 600 views
  • 0 likes
  • 2 in conversation