What are the functions which are used for character handling functions?
No Answer is Posted For this Question
Be the First to Post Answer
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
i am importing large data from oracle to work library. in log there is a error message worklibrary space is not enough. then how to import the data safely to sas environment.
What is Transaction...? And what are Comment, Roll back n Save point..?
Name statements that are recognized at compile time only?
where to use sas business intelligence? : Sas-bi
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?
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
i have one dataset data l; input name: $ 25; cards; manoj is a good boy to krishna krishna is a god boy to malli malli is good boy to ramana ques: here i want "manoj" observations nubers
What are the difference between the sas data step and sas procs?
What is the length assigned to the target variable by the scan function?
Difference between informat and format?
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