Hi,
Does anybody (from SAS) know if there is a possibility to change the implicit maximum length for a character variable in the process
File/import /delimited file on a csv file (with the european delimitor ; in place of , in localized Excel)
The model of lines is of this kind
"s","o","m","thing very very long more than 500","","12.5"
After having indicated the number of lines for the guessingrows,the program show that for long character variable sas has a limit of $500. for the generated informat and formats.
Is there a system options that whithdraw this limit and accept length as 2000 (not 32000)?
TIA
Andre