Which date function advances a date, time or datetime value by a given interval?
No Answer is Posted For this Question
Be the First to Post Answer
How to create an external dataset with sas code?
how can u extract,transform and loading?
how to delete the duplicates by using proc sql?
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
Dear all, proc means data=dsn noprint completetypes; class trtmntgroup /preloadfmt; output out=tot n=n; format trtmntgroup trtf. ; by vstgrp descending severity; run; This is the code I used for AE table. I got the values without giving the variable ‘trtmntgroup(numeric)’ in var statement. And if I give the var statement for that variable i’m getting the same values.How is that possible? What is the difference between class and var statement? Could any one explain me how does proc means work at the back end. And what is the difference between _freq_ value and N value in proc means. Thanks and regards, Rajesh.
How the date 04oct1994 is stored in SAS,not only give the answer explain in brief?
How can I remove header from output data set?
what are several options for creating reports in web report studio? : Sas-bi
what is sas data set?
how to display duplicated observations in a data using base sas.
13 Answers HCL, TCS,
how to remove duplicates using proc sql?
what are sas bi dashboard components? : Sas-bi