First  |  Prev |  Next  |  Last
Pages: 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
Ordering Transposed Columns
Dear all: This is the data i have .. The output desired is 'want' dataset data have; input pat ds $ vis res $ code $ term $; cards; 1 2 1 X ABC PQR 1 2 2 X DEF STU 1 2 12 X GHI VYZ 1 3 15 X JKL CHS 1 3 10 X MNO MNO ; run; proc sort data = have; by pat ds code term; run; ... 14 Jun 2010 17:21
correlation coefficient
Hi, I would like to get correlation coefficient that calculates obs 1~2, obs 1~3, obs 1~4, obs 1~5, obs 1~6 ... etc Thanks, db data input input date :mmddyy10. time :time8.0 stock1 stock2; format date:mmddyy10. time :time8.0; cards; 01/04/2010 7:00:00 5989.5 1115.25 01/04/2010 7:01:00 5998.5 1116 01/0... 14 Jun 2010 21:49
How to resolve macro variable in double qoutes inside single quotes
How to resolve macro variable in double qoutes inside single quotes right now it is saving as by name keltnerand&dsn2 %macro createExcel( dsn2 = xyz); some code .... then put '[SAVE.AS("c:\temp\keltnerand&dsn2..xls")]'; %mend; Thanks Sunny ... 14 Jun 2010 20:42
data manipulation question
Hi, Could you help me with a code that will do the job below? Thank you very much. data test; input temperature value; cards; -20 23.25 -10 19.9 0 16.9 10 14.3 20 12.1 30 10.3 40 8.9 50 7.9 60 7.2 70 7.0 80 7.3 90 7.7 ; run; Using the above data, I'd like to create a new variable "... 14 Jun 2010 15:07
date and time format
Hi, I am trying to make date variable to be a date format and time variable to be a time format. But my current logic give me just character format in date and time variable. Could anyone tell me why date and time don't convert to mmddyy10 and time8.0 format ? Thanks data temp; format date :mmddyy10. ... 14 Jun 2010 05:10
Features of Project-drive.net
• Dashboard • Gantt Charts • Timesheet Module • User-friendly Interface • Project Management Templates • Workflows and Links • Resource Allocations • Document Sharing and Management • Automated Communication Tools • Scheduling and Calendars • Recurring Tasks • Reporting • Cost Analysis and Budgeting • Expo... 14 Jun 2010 03:00
correlation coefficient by date and time
Hi, Does anyone know how to calculate cumulative correlation coefficient by date and time ? I would like to calculate correlation coefficient that start from 7:00:00 and finishes at 21:00:00 every day. Currently logic gives me rolling window of correlation coefficient. Thanks, db data input; format date:mmdd... 13 Jun 2010 21:35
2010 FIFA World Cup Real Madrid Club football jersey
2010 FIFA World Cup Real Madrid Club football jersey http://picasaweb.google.ca/113858744773724803250/ 2010 FIFA World Cup Real Madrid Club football jersey http://picasaweb.google.ca/113858744773724803250/ 2010 FIFA World Cup Real Madrid Club football jersey http://picasaweb.google.ca/113858744773724803250/ ... 12 Jun 2010 23:41
Installing SAS 9.2 in 64 bit machine, x64 WIN7
Dear All, Just a quick question, whether I can install SAS9.2 in a 64 bit machine with x64 WIN7, which I used to install in a 32 bit machine with XP before?? Also whether SAS differentiates x64 and x86 versions separately? Thanks ... 22 Jun 2010 17:08
Data Structure
Dear All: I have two datasets Lab , AE Lab Pat lab Day 1 BUN 1 1 BUN 23 1 BUN 30 1 BUN 46 1 BUN 56 AE Pat Seq Day_AE 1 1 19 1 2 29 1 3 40 1 4 43 1 ... 14 Jun 2010 03:00
First  |  Prev |  Next  |  Last
Pages: 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38