BookmarkSubscribeRSS Feed
Emara
Calcite | Level 5

Dear all,

I  run a SAS code and I got results.My results are now in a long row vector of dimension 1x100000. I need to export this row vector to an excel file to make further computations. I don't want to run the code once again because to took a long time to give me the results.The results are attached.

Thanks,

Aya

1 REPLY 1
Reeza
Super User

I don't know much about IML but you can always move your matrix to a data set then use a standard PROC EXPORT.

Writing data from a matrix to a SAS data set - The DO Loop