How to create an external dataset with sas code?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
PROC SQL always ends with QUIT statement.Why cant you use RUN in PROQ SQL ?
What is PROC in SAS?
What is difference between (a-z) and (a--z)
how can you put a "trace" in your program? : Sas programming
why is a stop statement needed for the point=option on a set statement? : Sas programming
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
what is a post baseline?
how does sas know on which server the piece of code to be executed ? say if a proc olap code is written then how the sas application would detect on which server to execute.
how to add distinctly var variable values ex.. Data a; input var; datalines; 0 1 2 3 -1 -2 -3 ; run; adding all +ve value in one varibale n do the same for -ve too
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
how can you import .csv file in to sas? : Sas programming