I've been having trouble uplodading some csv files into SAS. Others I have trouble getting in. I don't know if the file is too big or the format is off. I've attached the error code message. Please help
Well, not going through the full log, however there are warnings in there about data not matching input format:
NOTE: Invalid data for dispensing_provider_identifier in line 5506983 15-18.RULE: ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0 5506983 2803549,78124,<UK>,66685100101,15.50 36id=2803549 issuer_identifier=78124 dispensing_provider_identifier=.
national_drug_code=66685100101 allowed_total_cost_amount=15.5
The drug_dispensing variable is numeric, expecting a number, you have <UK> which is character, therefore this will fail.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.