Posts by Ana Ferreira • 31 points
1 post
- 
		3 votes1 answer1180 viewsQ: How to use scan for a numeric variable [SAS]I have a table like this: Lista_id 1 4 7 10 (In total are 100 numbers) I want to call them to a macro that I created. I was trying to do it with Scan, but I read that it was only for text variables.…