Hi, I am trying to import an excel file into SAS using the proc import command. However, some texts in the excel file are truncated when imported into SAS (because some cells contain text that are very long). I tried to convert the excel file into .csv before importing into SAS, but because there are line breaks in the cells, each separate line is imported as a different variable in SAS. ex. the excel file looks like this: Case Comments 23 Positive IgG test. Negative IgM test. Patient hospitalized on Nov.12. Any solution to this? Thanks!
... View more