I have a large dataset with multiple variables.
Using two of these variables, et1 and bl1, I would like to create output datasets with the categories of each variable.
Et1 has seven levels which are coded as numeric (although I have a format that is applied to the numerical categories.
Bl1 has four level which are also coded as numeric (once again there is a format to this as well).
I would like to create 28 output datasets (et1 * 7 and bl1 * 4 = 28), ideally using the format names as dataset names.
Cheers, John