Hello,
Has anyone had issues importing and Exporting DBase (5) files? We're trying to import a file with boolean expressions. When imported, the boolean expressions (yes or No) values are converted to SAS boolean values (0 or 1). But when we update the file and try to export it again, the boolean columns retain their integer formats and are now "1.0000" instead of YES in the resulting dbase file. I know that we can get around this by coding in Character Yes/No values but is there an option that can be set somewhere to retain the boolean format without the additional intervention?
Has anyone come across this?