The spss formats are created and placed into a work.formats catalog when the data is imported using proc import. ROC IMPORT OUT= WORK.cluster0 DATAFILE= "C:\Users\micha\Dropbox\1. Dissertation\Paper 2\Data\ACHA-NCHA FALL 2015 REFERENCE GROUP-1R BLIND-SAWDEY.sav" DBMS=SPSS REPLACE;RUN; I then continued to use the work folder as in this program, there is quite a bit of recoding and checking of recodes happening. Later on in the program, I needed to then take the recoded data set and save it as a permanent to be used at a later time for merging it back with data that we conducted a latent class analysis with in mplus. The problem that arises, is, even when saving the data to a permanent dataset, the formats folder is a temp.formats. This is what I cannot overcome
... View more