Hi,
I've inherited SAS platforms that have the following folder structure:
- Dev: /sas/config/Lev1
- Staging: /sas/Config/Lev1
Notice the 'C'apital c on the staging (Config). If it was MS-Windows we wouldn't bother, but it's Linux, which means case sensitive.
This adds a burden when writing bash scripts for various maintenance purposes. WHERE can we update/change the folder once it's deployed?
Thank you,
You could write your bash scripts to ignore case in the instance(s) where you're checking/using the path indicated in the post.
Join us for SAS Community Trivia
SAS Bowl XXXVI, Data Simulation
Wednesday, December 13, 2023, at 10 a.m. ET | #SASBowl
Hi Joe,
I like your answer, but it gives me some chills as well. This sounds like 'correcting' a folder name after deployment is not possible, which is pretty sad. What if we had the following:
- Dev: /sas/config/Lev1
- Staging: /sas/config/Lev2
I'm still stuck with a wrong folder.:-(
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
Learn how to install the SAS Viya CLI and a few commands you may find useful in this video by SAS’ Darrell Barton.
Find more tutorials on the SAS Users YouTube channel.