Hi there,
We migrated from sas 9.2 to sas grid.
There is a script we ran in sas 9.2 UNIX as shown below, which ran fine.
sas -set parm1 "database" -set parm2 "schema" -set "parm3" "'user'" sas_code_file.sas
After migrating to SAS Grid and running same code in UNIX, i am getting following error
Sounds like whatever command your current installation has mapped to "sas" is not really a fully functioning version of the actual sas command. Usually that is a symptom of a shell script that is trying to pass its command line arguments down to the actual command it is trying to run and using the wrong method such that the individual tokens get confused as one string instead.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.