How do you use the do loop if you don’t know how many times you should execute the do loop?
No Answer is Posted For this Question
Be the First to Post Answer
How to get part of string form the source string without using sub string function in SAS?
how do you read binary data in sas?
what is the difference between nodup and nodupkey options? : Sas programming
CHOOSE ANY ONE OF THE PROCEDURE FOLLOWING TO GENERATE THE REPORTS? HOW CAN YOU SAY IT IS BETTER THAN THE OTHER? AND DEFERENCIATE THESE TWO ? 1). REPORT PROCEDURE 2). TABULATE PROCEDURE
What are the data types in sas?
In the flow of DATA step processing, what is the first action in a typical DATA Step?
I am looking to buy a sas advance book. So any one can guide me that which one i should buy.
Approximately what date is represented by the SAS date value of 730?
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
what are sas bi dashboard components? : Sas-bi
Can you explain the process of calendar?
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.