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

 

hello,
I made a job to save some image files in a github repository. At each execution of the job I should delete the files present and replace them with those of the current execution. At the moment I am having difficulty with this Can someone help me?
 

 

1 ACCEPTED SOLUTION

Accepted Solutions
Sajid01
Meteorite | Level 14

Typically authorized users administrators can delete file.

However that is not how Git is run.
When a new image file is uploaded and its has the same name as the old file,then

you would only see the new version of the file.

Deleting the old is not needed.

 

View solution in original post

3 REPLIES 3
maguiremq
SAS Super FREQ

In theory, when you push these changes, they overwrite whatever exists in your GitHub repository. They don't need to be deleted.

 

Is this something SAS specific? If so, please provide the SAS issue.

tarheel13
Rhodochrosite | Level 12

What does this have to do with SAS programming?

Sajid01
Meteorite | Level 14

Typically authorized users administrators can delete file.

However that is not how Git is run.
When a new image file is uploaded and its has the same name as the old file,then

you would only see the new version of the file.

Deleting the old is not needed.

 

sas-innovate-wordmark-2025-midnight.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

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
  • 3 replies
  • 716 views
  • 0 likes
  • 4 in conversation