What is SAS? What are the functions does it performs?
No Answer is Posted For this Question
Be the First to Post Answer
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
What is the SAS data set?
Describe the ways in which you can create macro variables?
Name and describe few sas character functions that are used for data cleaning in brief.
How to write duplicate records into a separate dataset using sort?
Hi im new to sas. I have a file with some charecter variables and some numeric variables now i want to load charecter variables into one datastep and numeric variables into another data step pls let me know Thanks
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? : sas-macro
What are the functions which are used for character handling functions?
What is the purpose of using the N=PS option?
What is factor analysis?
Hi, I have one dataset, could you please ans for this. id amount paid_amount 1 700 400 2 900 250 3 300 300 a 400 250 b 500 320 c 800 650 x 200 190 y 900 250 z 300 180 i want create new dataset having id and paid_amount who are paid high amount comparing amount. ex: 1d paid_amount 3 300 c 650 x 190
In the SAS Data step what is the difference between the subsetting done by Where and subsetting done by If?