What is the use of divide function?
No Answer is Posted For this Question
Be the First to Post Answer
What are the table names in oracle database...?
How do you add a number to a macro variable?
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C
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
Briefly describe 5 ways to do a "table lookup" in sas.
how could you generate test data with no input data? : Sas programming
how will you locate the sas platform applications? : Sas-bi
How could i automate the code in the scenario:Every month one new data set will be created for that perticular month transaction list.Now i would like to update the data in the source table by appending every month data automatically. jan---set jan; feb---set jan feb; mar---set jan mar;
what are sas bi dashboard components? : Sas-bi
SAS System ?
Give some examples where proc report’s defaults are same as proc print’s defaults?
What do the put and input function do?