wundergal2000
Technical User
Hi,
I have a text file in the following format
6387
Ret
-2 1.0048
-1 0.0064
0 -1.3263
1 -1.73829
2 -0.63282
5679
Ret
-2 -2.373
-1 0.3873
0 8.383
1 -7.38
2 0.373
So basically 6387 and 5679 are two different records..and under each record I have 5 different days ranging from 2 days before to two days after with corresponding values of returns.Now i have 80 different records like this one after the other on a text file. How Do I read this in sas and display it correctly? I would be very very very grateful for help on this!
--Nancy
I have a text file in the following format
6387
Ret
-2 1.0048
-1 0.0064
0 -1.3263
1 -1.73829
2 -0.63282
5679
Ret
-2 -2.373
-1 0.3873
0 8.383
1 -7.38
2 0.373
So basically 6387 and 5679 are two different records..and under each record I have 5 different days ranging from 2 days before to two days after with corresponding values of returns.Now i have 80 different records like this one after the other on a text file. How Do I read this in sas and display it correctly? I would be very very very grateful for help on this!
--Nancy