Does anyone know how to append a decimal to a data set name?
For example, I would like to be able to produce something like this:
mylib.Parameter.25
mylib.Parameter.50
mylib.Parameter.75
etc.
I am producing several hundred datasets in this way, with the decimals coded as parameters in a macro.
Obviously, the problem is that SAS tries to read the decimal as a library name, or something along those lines. Any ideas as to how I can get around this?
For example, I would like to be able to produce something like this:
mylib.Parameter.25
mylib.Parameter.50
mylib.Parameter.75
etc.
I am producing several hundred datasets in this way, with the decimals coded as parameters in a macro.
Obviously, the problem is that SAS tries to read the decimal as a library name, or something along those lines. Any ideas as to how I can get around this?