Nevermind, I finally figured it out. Pretty simple....but I'm not exactly programming minded. Quotes were keeping it from registering variables.
DO I=1 TO 9;
DO J=1 TO 9;
X=PUT(I,1.);
Y=PUT(J,1.)...
I have variable I defined as being 50 characters long that contains information I need to access in the format ,#,#, where # is a single digit 1-9. Unfortunately, this 50 characters is a free-write comment and so the data I'm looking for won't be in any given position. I am self-taught with sas...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.