remove trailing spaces inside SAS macro
I want to remove the trailing spaces on variable inside the macro, i have tried TRIM, STRIP, %LET nothing is working. Can I get help on this please?
remove trailing spaces inside SAS macro
I want to remove the trailing spaces on variable inside the macro, i have tried TRIM, STRIP, %LET nothing is working. Can I get help on this please?
Macrovariable does not resolve when using %scan
Here is a very simplified version of my SAS code. I am not seeing the logic here. It resolves fine without the %scan function, and the displayed name suggests it resolves just fine. Why the warning “AUC_ not resolved”?
Macrovariable does not resolve when using %scan
Here is a very simplified version of my SAS code. I am not seeing the logic here. It resolves fine without the %scan function, and the displayed name suggests it resolves just fine. Why the warning “AUC_ not resolved”?
Macrovariable does not resolve when using %scan
Here is a very simplified version of my SAS code. I am not seeing the logic here. It resolves fine without the %scan function, and the displayed name suggests it resolves just fine. Why the warning “AUC_ not resolved”?
How to make first row as the header while importing an excel (xlsm) file into SAS
I have a excel sheet (Xlsm) that I wanted to export , issue is that the first row is supposed to be the header. How do I replace the header with the first row while importing. Please not that I cannot make changes to the base file.
How to convert first row of a SAS dataset into header
I have a dataset where the row that I need as a header is present as a datarow. I want to convert that first row into header .
Macro to create variable number of buckets with variable boundaries
I’m relatively new to SAS, so I might overlook basic features of SAS which I’m not aware of.
Macro to create variable number of buckets with variable boundaries
I’m relatively new to SAS, so I might overlook basic features of SAS which I’m not aware of.
Macro to create variable number of buckets with variable boundaries
I’m relatively new to SAS, so I might overlook basic features of SAS which I’m not aware of.