what is the function of catx syntax? : Sas-administrator
No Answer is Posted For this Question
Be the First to Post Answer
Where do the database management systems store data and how do u import them.
What do you feel about hardcoding?
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
Give e an example of..
Are you familiar with special input delimiters How are they used?
what is Global Symbol table and Local symbol table?
What report output formats can you generate using SAS?
what are the advantages of using SAS in clinical data mangement? why should not we use other software products in managing clinical data?
What is the role of sas grid administrator? : sas-grid-administration
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
SAS System ?
Hi I have list of products in a dataset, which are classified by other name for eg:- there is a product A> Malambo Shiraz Malbec 750ML(0388) which is a Red wine.Now i need to generate a report where it shows if this product appears then it should b displayed as red wine,similarly for other products and other classification. I dont wan use proc format.