The SAS language is a 4GL that underpins the SAS system, a suite of products centered around data processing and statistical procedures.
I would need to add to a date format variable 7 days. The variable is creation_date and is like 01JAN14:00:08:04. …
date sas daysI want to change any instances of a period in a macro variable to underscore. What am I doing wrong? %…
sas sas-macroIn PROC SQL, I need to select all rows where a column called "NAME" does not contain multiple values "abc", "…
sql sas proc-sqlI still don't understand the difference after reading this So, rather than asking what is the difference between functional vs …
r functional-programming sas procedural-programmingSample Code :- %Let a = begin; %let b1 = %str(&a); %let b2 = %nrstr(&a); %let b3 = %bquote(&…
sas sas-macroIn many mainstream programming languages you can use Boolean data-type (for instance, value can be either true or false) - …
data-structures sas booleanIf I have a numeric variable with a format, is there a way to get the formatted value as a …
sasAm looking for a piece of code, preferably OS independent and macro based, for deleting a text file (or any …
sas sas-macroI need a way to import a list of all SAS users from SAS metadata into an Excel worksheet. I …
excel sas admin administration sas-metadata