When reading in this csv I just want the data as I am making my own variable names, therefore I do not want the first line of the output. I am unable to alter the data so is there away to delete or not read in this first row? The picture was too large to upload but it basically shows a line with titles and then data following.
thanks!
Use the firstobs=2 option in the infile statement to make SAS start reading in line 2 of the csv.
Use the firstobs=2 option in the infile statement to make SAS start reading in line 2 of the csv.
CFC_SAS_Communities_400x225.jpg
It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.