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 2855Hi,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)?
1692Hello 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
1952if 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,
1621Hi 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 3134I 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
1764Below 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 3019
How necessary is it to be creative in your work?
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
Differentiate between proc means and proc summary.
how to generate the test data in sas without input data? : Sas-administrator
What do the put and input function do?
what type of graphs we will create(for 2+years candidates)?
Give an example where SAS fails to convert character value to numeric value automatically?
what is the difference between infile and input? : Sas-administrator
What is interleaving in SAS?
Which command is used to perform sorting in sas program?
What makes sas stand out to be the best over other data analytics tools?
how would you create multiple observations from a single observation? : Sas programming
What is data _null_?
Explain data step in SAS