How to insert a variable in spss? -


i wanted inserted variable in middle of data file through syntax, not find way this, know how do?

regards,

ramamoorthy.

 match files file=* /keep=var1 var2 var3 .  execute. 

using syntax can order variables in way want.


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

html - Accumulated Depreciation of Assets on php -

#1062 - Duplicate entry '' for key 'unique_id' When Trying to add UNIQUE KEY (MySQL) -