data task; input id date date9. visit; cards; 101 01jan2015 1 101 02jan2015 2 101 06jan2015 3 102 04jan2015 1 102 07jan2015 2 102 12jan2015 3 103 06jan2015 1 103 13jan2015 2 ; run; write a program to find out missing dates between visits by each subject.
1 2762Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
1631Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
1872if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
CTS,
1555Hi im new to sas. I have a file with some charecter variables and some numeric variables now i want to load charecter variables into one datastep and numeric variables into another data step pls let me know Thanks
2 3010I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
1700Below is the table. Required to be output should be the highest number of each student_id. Example. Student_id Subject Marks 1 Hindi 86 2 Hindi 70 3 English 80 . Calculate sum and average marks for each group of student_id Example. Student_id Subject Marks Total Marks Average 1 English 40 181 60.33333 2 English 67 196 65.33333 3 English 80 160 53.33333 PLEASE PROVIDE THE CODE OF ABOVE PROBLEMS
1 2926
How does proc sql work?
What is connection profile? : sas-grid-administration
What are the data types in sas?
why is sas data integration studio important? : Sas-di
What are the advantages of using sas?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
what is sas metadata repository? : Sas-bi
what is information maps?
explain about sas business intelligence? : Sas-bi
What do the mod and int function do? : Sas programming
What is the differnce between SDTM 3.1.2 to 3.1.1 version
Which command is used to save logs in the external file?
What is the difference between the proc sql and data step?
What are the ways to do a “table lookup” in sas?