what type of graphs we will create(for 2+years candidates)?
No Answer is Posted For this Question
Be the First to Post Answer
what are _numeric_ and _character_ and what do they do? : Sas programming
Name statements that are recognized at compile time only?
how to generate report for 0 observation dataset?
Have you ever linked SAS code, If so, describe the link and any required statements used to either process the code or the step itself?
How could you generate test data with no input data?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
How to merge the data using merge statement and proc format? Is the result is same ?
Can we use where and having clauses in a single SAS program. ex: proc sql; select a,b,c from test where state in 'KA' and having <some condition>. Is the above program run correctly, if not why ?
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
What Proc glm does?
Hi, I need to create a SAS Map of USA using SAS Graphs(Proc Gmap).The data i have dosent contain any co-ordinates of USA cities or counties or states, and the zip codes are diffrent in the data i have from the zip code in the Maps.US dataset in the Maps Library for SAS MAPS. the data i have is a sales report. i have to generate the maps according to the states,cities aligned in the sales data, HELP Appriciated
What is the maximum and minimum length of macro variable