what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
how we can create optional or required parameters in SAS macro...
How would you identify a macro variable? : sas-macro
How to create an external dataset with sas code?
What is the use of divide function?
What are common programming errors committed in sas
When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?
How we can create SAS USER DEFINED CODE?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set.
How to read the file names of a text files from a shared drive using SAS?
how can you sort the dataset having millions of OBS(instead of sort procedure?
i have a null dataset with 20 variables. i want to upload the variables which contain name like a or k or anything in another dataset.how can we create the dataset?