How Do I Make a Data Column Numeric Continuous
I've been stumbling over this and haven't been able to find the proper syntax. In my data I have a column titled "InstHead_Serial", which is always a numeric value of 6 numeric characters, with no decimal. I want to treat the data as numeric in my analysis, but when it gets pulled in from our database it is character type data. I've been trying many permutations of the command below to conve...
vince_faller