What are the limitations for memory allocation for SAS variables
No Answer is Posted For this Question
Be the First to Post Answer
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
what is the difference between informat$8. $char8.
What are common programming errors committed in sas
What are the rows present in protocol Violation table?
2 Answers Accenture, Quintiles,
what is information maps?
What is the pound sign used for the DATA _NULL_?
where will go the observations that were deleted by delete statement?
What is the role of administrative users? : sas-grid-administration
% let A=3+4 what is result
If a variable contains letters or special characters, can it be numeric data type?
Describe 5 ways to do a “table lookup” in SAS?
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