* =======================================================. * Author: Jan Goebel *. * Date: Wed Dec 4 17:41:44 CET 2013 *. * *. * This script converts the "normal" SOEP data files *. * (100 or 95%) into the SOEP Teaching Version (50 %) *. * *. * ======================================================*. * =========================================== *. * Here you can define the correct directories *. * Note the trailing slashes! *. * If you define soepdatadir and outdatadir *. * to be the same the original SOEP data *. * will be OVERWRITTEN with the teaching *. * version!!! *. * =========================================== *. define !pathin() "/daten/user/soepdist/make_v29/data_de/spss/" !enddefine. define !pathout()"./spss50/" !enddefine. get file = !pathin + 'hconsum.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: hconsum". save outfile = !pathout + 'hconsum.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'abroad.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: abroad". save outfile = !pathout + 'abroad.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ah.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ah". save outfile = !pathout + 'ah.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ahbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ahbrutto". save outfile = !pathout + 'ahbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ahgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ahgen". save outfile = !pathout + 'ahgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'akind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: akind". save outfile = !pathout + 'akind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ap.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ap". save outfile = !pathout + 'ap.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'apausl.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: apausl". save outfile = !pathout + 'apausl.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'apbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: apbrutto". save outfile = !pathout + 'apbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'apequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: apequiv". save outfile = !pathout + 'apequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'apgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: apgen". save outfile = !pathout + 'apgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'apkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: apkal". save outfile = !pathout + 'apkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'artkalen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: artkalen". save outfile = !pathout + 'artkalen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bah.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bah". save outfile = !pathout + 'bah.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bahbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bahbrutto". save outfile = !pathout + 'bahbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bahgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bahgen". save outfile = !pathout + 'bahgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bakind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bakind". save outfile = !pathout + 'bakind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bap.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bap". save outfile = !pathout + 'bap.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bapage17.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bapage17". save outfile = !pathout + 'bapage17.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bapbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bapbrutto". save outfile = !pathout + 'bapbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bapequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bapequiv". save outfile = !pathout + 'bapequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bapgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bapgen". save outfile = !pathout + 'bapgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bapkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bapkal". save outfile = !pathout + 'bapkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bapluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bapluecke". save outfile = !pathout + 'bapluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bavp.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bavp". save outfile = !pathout + 'bavp.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bbh.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bbh". save outfile = !pathout + 'bbh.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bbhbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bbhbrutto". save outfile = !pathout + 'bbhbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bbhgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bbhgen". save outfile = !pathout + 'bbhgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bbkind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bbkind". save outfile = !pathout + 'bbkind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bbp.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bbp". save outfile = !pathout + 'bbp.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bbpage17.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bbpage17". save outfile = !pathout + 'bbpage17.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bbpbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bbpbrutto". save outfile = !pathout + 'bbpbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bbpequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bbpequiv". save outfile = !pathout + 'bbpequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bbpgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bbpgen". save outfile = !pathout + 'bbpgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bbpkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bbpkal". save outfile = !pathout + 'bbpkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bbpluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bbpluecke". save outfile = !pathout + 'bbpluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bbvp.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bbvp". save outfile = !pathout + 'bbvp.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bch.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bch". save outfile = !pathout + 'bch.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bchbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bchbrutto". save outfile = !pathout + 'bchbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bchgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bchgen". save outfile = !pathout + 'bchgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bckind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bckind". save outfile = !pathout + 'bckind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bcp.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bcp". save outfile = !pathout + 'bcp.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bcpage17.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bcpage17". save outfile = !pathout + 'bcpage17.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bcpbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bcpbrutto". save outfile = !pathout + 'bcpbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bcpgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bcpgen". save outfile = !pathout + 'bcpgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bcpkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bcpkal". save outfile = !pathout + 'bcpkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bcpequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bcpequiv". save outfile = !pathout + 'bcpequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bcvp.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bcvp". save outfile = !pathout + 'bcvp.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bh.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bh". save outfile = !pathout + 'bh.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bhbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bhbrutto". save outfile = !pathout + 'bhbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bhgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bhgen". save outfile = !pathout + 'bhgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bioage01.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bioage01". save outfile = !pathout + 'bioage01.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bioage03.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bioage03". save outfile = !pathout + 'bioage03.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bioage06.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bioage06". save outfile = !pathout + 'bioage06.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bioage08a.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bioage08a". save outfile = !pathout + 'bioage08a.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bioage08b.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bioage08b". save outfile = !pathout + 'bioage08b.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bioage10.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bioage10". save outfile = !pathout + 'bioage10.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bioage17.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bioage17". save outfile = !pathout + 'bioage17.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bioagel.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bioagel". save outfile = !pathout + 'bioagel.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'biobirth.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: biobirth". save outfile = !pathout + 'biobirth.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'biobrthm.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: biobrthm". save outfile = !pathout + 'biobrthm.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'biocouplm.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: biocouplm". save outfile = !pathout + 'biocouplm.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'biocouply.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: biocouply". save outfile = !pathout + 'biocouply.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bioedu.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bioedu". save outfile = !pathout + 'bioedu.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bioimmig.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bioimmig". save outfile = !pathout + 'bioimmig.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'biojob.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: biojob". save outfile = !pathout + 'biojob.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'biomarsm.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: biomarsm". save outfile = !pathout + 'biomarsm.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'biomarsy.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: biomarsy". save outfile = !pathout + 'biomarsy.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bioparen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bioparen". save outfile = !pathout + 'bioparen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bioresid.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bioresid". save outfile = !pathout + 'bioresid.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'biosib.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: biosib". save outfile = !pathout + 'biosib.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'biosoc.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: biosoc". save outfile = !pathout + 'biosoc.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'biotwin.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: biotwin". save outfile = !pathout + 'biotwin.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bkind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bkind". save outfile = !pathout + 'bkind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bp.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bp". save outfile = !pathout + 'bp.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bpausl.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bpausl". save outfile = !pathout + 'bpausl.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bpbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bpbrutto". save outfile = !pathout + 'bpbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bpequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bpequiv". save outfile = !pathout + 'bpequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bpgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bpgen". save outfile = !pathout + 'bpgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bpkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bpkal". save outfile = !pathout + 'bpkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'bpluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: bpluecke". save outfile = !pathout + 'bpluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ch.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ch". save outfile = !pathout + 'ch.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'chbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: chbrutto". save outfile = !pathout + 'chbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'chgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: chgen". save outfile = !pathout + 'chgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'cirdef.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: cirdef". save outfile = !pathout + 'cirdef.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ckind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ckind". save outfile = !pathout + 'ckind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'cogdj.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: cogdj". save outfile = !pathout + 'cogdj.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'cognit.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: cognit". save outfile = !pathout + 'cognit.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'cp.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: cp". save outfile = !pathout + 'cp.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'cpausl.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: cpausl". save outfile = !pathout + 'cpausl.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'cpbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: cpbrutto". save outfile = !pathout + 'cpbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'cpequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: cpequiv". save outfile = !pathout + 'cpequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'cpgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: cpgen". save outfile = !pathout + 'cpgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'cpkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: cpkal". save outfile = !pathout + 'cpkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'cpluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: cpluecke". save outfile = !pathout + 'cpluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'design.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: design". save outfile = !pathout + 'design.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'dh.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: dh". save outfile = !pathout + 'dh.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'dhbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: dhbrutto". save outfile = !pathout + 'dhbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'dhgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: dhgen". save outfile = !pathout + 'dhgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'dkind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: dkind". save outfile = !pathout + 'dkind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'dp.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: dp". save outfile = !pathout + 'dp.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'dpausl.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: dpausl". save outfile = !pathout + 'dpausl.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'dpbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: dpbrutto". save outfile = !pathout + 'dpbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'dpequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: dpequiv". save outfile = !pathout + 'dpequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'dpgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: dpgen". save outfile = !pathout + 'dpgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'dpkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: dpkal". save outfile = !pathout + 'dpkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'dpluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: dpluecke". save outfile = !pathout + 'dpluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'eh.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: eh". save outfile = !pathout + 'eh.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ehbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ehbrutto". save outfile = !pathout + 'ehbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ehgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ehgen". save outfile = !pathout + 'ehgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'einkalen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: einkalen". save outfile = !pathout + 'einkalen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ekind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ekind". save outfile = !pathout + 'ekind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ep.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ep". save outfile = !pathout + 'ep.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'epausl.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: epausl". save outfile = !pathout + 'epausl.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'epbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: epbrutto". save outfile = !pathout + 'epbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'epequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: epequiv". save outfile = !pathout + 'epequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'epgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: epgen". save outfile = !pathout + 'epgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'epkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: epkal". save outfile = !pathout + 'epkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'epluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: epluecke". save outfile = !pathout + 'epluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ev.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ev". save outfile = !pathout + 'ev.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'exit.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: exit". save outfile = !pathout + 'exit.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'fh.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: fh". save outfile = !pathout + 'fh.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'fhbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: fhbrutto". save outfile = !pathout + 'fhbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'fhgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: fhgen". save outfile = !pathout + 'fhgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'fkind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: fkind". save outfile = !pathout + 'fkind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'fp.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: fp". save outfile = !pathout + 'fp.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'fpausl.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: fpausl". save outfile = !pathout + 'fpausl.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'fpbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: fpbrutto". save outfile = !pathout + 'fpbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'fpequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: fpequiv". save outfile = !pathout + 'fpequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'fpgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: fpgen". save outfile = !pathout + 'fpgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'fpkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: fpkal". save outfile = !pathout + 'fpkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'fpluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: fpluecke". save outfile = !pathout + 'fpluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'gh.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: gh". save outfile = !pathout + 'gh.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ghbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ghbrutto". save outfile = !pathout + 'ghbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ghgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ghgen". save outfile = !pathout + 'ghgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ghost.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ghost". save outfile = !pathout + 'ghost.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'gkind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: gkind". save outfile = !pathout + 'gkind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'gp.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: gp". save outfile = !pathout + 'gp.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'gpausl.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: gpausl". save outfile = !pathout + 'gpausl.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'gpbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: gpbrutto". save outfile = !pathout + 'gpbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'gpequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: gpequiv". save outfile = !pathout + 'gpequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'gpgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: gpgen". save outfile = !pathout + 'gpgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'gpkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: gpkal". save outfile = !pathout + 'gpkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'gpkalost.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: gpkalost". save outfile = !pathout + 'gpkalost.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'gpluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: gpluecke". save outfile = !pathout + 'gpluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'gpost.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: gpost". save outfile = !pathout + 'gpost.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'gripstr.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: gripstr". save outfile = !pathout + 'gripstr.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'hbrutt00.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: hbrutt00". save outfile = !pathout + 'hbrutt00.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'hbrutt02.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: hbrutt02". save outfile = !pathout + 'hbrutt02.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'hbrutt06.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: hbrutt06". save outfile = !pathout + 'hbrutt06.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'hbrutt09.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: hbrutt09". save outfile = !pathout + 'hbrutt09.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'hbrutt11.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: hbrutt11". save outfile = !pathout + 'hbrutt11.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'hbrutt12.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: hbrutt12". save outfile = !pathout + 'hbrutt12.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'hbrutt84.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: hbrutt84". save outfile = !pathout + 'hbrutt84.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'hbrutt98.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: hbrutt98". save outfile = !pathout + 'hbrutt98.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'health.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: health". save outfile = !pathout + 'health.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'hh.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: hh". save outfile = !pathout + 'hh.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'hhbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: hhbrutto". save outfile = !pathout + 'hhbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'hhgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: hhgen". save outfile = !pathout + 'hhgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'hhrf.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: hhrf". save outfile = !pathout + 'hhrf.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'hkind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: hkind". save outfile = !pathout + 'hkind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'hp.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: hp". save outfile = !pathout + 'hp.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'hpausl.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: hpausl". save outfile = !pathout + 'hpausl.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'hpbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: hpbrutto". save outfile = !pathout + 'hpbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'hpequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: hpequiv". save outfile = !pathout + 'hpequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'hpfad.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: hpfad". save outfile = !pathout + 'hpfad.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'hpgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: hpgen". save outfile = !pathout + 'hpgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'hpkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: hpkal". save outfile = !pathout + 'hpkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'hpkalost.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: hpkalost". save outfile = !pathout + 'hpkalost.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'hpluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: hpluecke". save outfile = !pathout + 'hpluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'hpost.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: hpost". save outfile = !pathout + 'hpost.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'hwealth.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: hwealth". save outfile = !pathout + 'hwealth.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ih.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ih". save outfile = !pathout + 'ih.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ihbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ihbrutto". save outfile = !pathout + 'ihbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ihgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ihgen". save outfile = !pathout + 'ihgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ikind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ikind". save outfile = !pathout + 'ikind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'intview.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: intview". save outfile = !pathout + 'intview.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ip.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ip". save outfile = !pathout + 'ip.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ipausl.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ipausl". save outfile = !pathout + 'ipausl.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ipbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ipbrutto". save outfile = !pathout + 'ipbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ipequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ipequiv". save outfile = !pathout + 'ipequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ipgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ipgen". save outfile = !pathout + 'ipgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ipkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ipkal". save outfile = !pathout + 'ipkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ipluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ipluecke". save outfile = !pathout + 'ipluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'jh.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: jh". save outfile = !pathout + 'jh.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'jhbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: jhbrutto". save outfile = !pathout + 'jhbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'jhgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: jhgen". save outfile = !pathout + 'jhgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'jkind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: jkind". save outfile = !pathout + 'jkind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'jp.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: jp". save outfile = !pathout + 'jp.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'jpausl.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: jpausl". save outfile = !pathout + 'jpausl.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'jpbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: jpbrutto". save outfile = !pathout + 'jpbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'jpequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: jpequiv". save outfile = !pathout + 'jpequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'jpgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: jpgen". save outfile = !pathout + 'jpgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'jpkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: jpkal". save outfile = !pathout + 'jpkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'jpluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: jpluecke". save outfile = !pathout + 'jpluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'kh.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: kh". save outfile = !pathout + 'kh.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'khbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: khbrutto". save outfile = !pathout + 'khbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'khgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: khgen". save outfile = !pathout + 'khgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'kidlong.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: kidlong". save outfile = !pathout + 'kidlong.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'kkind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: kkind". save outfile = !pathout + 'kkind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'kp.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: kp". save outfile = !pathout + 'kp.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'kpausl.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: kpausl". save outfile = !pathout + 'kpausl.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'kpbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: kpbrutto". save outfile = !pathout + 'kpbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'kpequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: kpequiv". save outfile = !pathout + 'kpequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'kpgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: kpgen". save outfile = !pathout + 'kpgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'kpkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: kpkal". save outfile = !pathout + 'kpkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'kpluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: kpluecke". save outfile = !pathout + 'kpluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'lh.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: lh". save outfile = !pathout + 'lh.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'lhbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: lhbrutto". save outfile = !pathout + 'lhbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'lhgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: lhgen". save outfile = !pathout + 'lhgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'lifespell.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: lifespell". save outfile = !pathout + 'lifespell.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'lkind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: lkind". save outfile = !pathout + 'lkind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'lp.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: lp". save outfile = !pathout + 'lp.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'lpausl.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: lpausl". save outfile = !pathout + 'lpausl.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'lpbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: lpbrutto". save outfile = !pathout + 'lpbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'lpequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: lpequiv". save outfile = !pathout + 'lpequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'lpgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: lpgen". save outfile = !pathout + 'lpgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'lpkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: lpkal". save outfile = !pathout + 'lpkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'lpluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: lpluecke". save outfile = !pathout + 'lpluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'mh.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: mh". save outfile = !pathout + 'mh.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'mhbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: mhbrutto". save outfile = !pathout + 'mhbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'mhgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: mhgen". save outfile = !pathout + 'mhgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'mihinc.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: mihinc". save outfile = !pathout + 'mihinc.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'mkind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: mkind". save outfile = !pathout + 'mkind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'mp.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: mp". save outfile = !pathout + 'mp.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'mpbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: mpbrutto". save outfile = !pathout + 'mpbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'mpequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: mpequiv". save outfile = !pathout + 'mpequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'mpgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: mpgen". save outfile = !pathout + 'mpgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'mpkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: mpkal". save outfile = !pathout + 'mpkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'mpluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: mpluecke". save outfile = !pathout + 'mpluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'nh.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: nh". save outfile = !pathout + 'nh.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'nhbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: nhbrutto". save outfile = !pathout + 'nhbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'nhgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: nhgen". save outfile = !pathout + 'nhgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'nkind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: nkind". save outfile = !pathout + 'nkind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'np.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: np". save outfile = !pathout + 'np.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'npbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: npbrutto". save outfile = !pathout + 'npbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'npequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: npequiv". save outfile = !pathout + 'npequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'npgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: npgen". save outfile = !pathout + 'npgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'npkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: npkal". save outfile = !pathout + 'npkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'npluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: npluecke". save outfile = !pathout + 'npluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'oh.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: oh". save outfile = !pathout + 'oh.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ohbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ohbrutto". save outfile = !pathout + 'ohbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ohgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ohgen". save outfile = !pathout + 'ohgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'okind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: okind". save outfile = !pathout + 'okind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'op.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: op". save outfile = !pathout + 'op.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'opbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: opbrutto". save outfile = !pathout + 'opbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'opequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: opequiv". save outfile = !pathout + 'opequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'opgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: opgen". save outfile = !pathout + 'opgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'opkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: opkal". save outfile = !pathout + 'opkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'opluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: opluecke". save outfile = !pathout + 'opluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'pbiospe.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: pbiospe". save outfile = !pathout + 'pbiospe.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'pbr_exit.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: pbr_exit". save outfile = !pathout + 'pbr_exit.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'pbr_hhch.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: pbr_hhch". save outfile = !pathout + 'pbr_hhch.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'pflege.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: pflege". save outfile = !pathout + 'pflege.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ph.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ph". save outfile = !pathout + 'ph.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'phbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: phbrutto". save outfile = !pathout + 'phbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'phgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: phgen". save outfile = !pathout + 'phgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'phrf.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: phrf". save outfile = !pathout + 'phrf.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'pkind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: pkind". save outfile = !pathout + 'pkind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'pp.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: pp". save outfile = !pathout + 'pp.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ppbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ppbrutto". save outfile = !pathout + 'ppbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ppequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ppequiv". save outfile = !pathout + 'ppequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ppfad.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ppfad". save outfile = !pathout + 'ppfad.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ppgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ppgen". save outfile = !pathout + 'ppgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ppkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ppkal". save outfile = !pathout + 'ppkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ppluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ppluecke". save outfile = !pathout + 'ppluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'pwealth.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: pwealth". save outfile = !pathout + 'pwealth.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'qh.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: qh". save outfile = !pathout + 'qh.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'qhbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: qhbrutto". save outfile = !pathout + 'qhbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'qhgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: qhgen". save outfile = !pathout + 'qhgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'qkind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: qkind". save outfile = !pathout + 'qkind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'qp.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: qp". save outfile = !pathout + 'qp.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'qpbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: qpbrutto". save outfile = !pathout + 'qpbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'qpequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: qpequiv". save outfile = !pathout + 'qpequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'qpgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: qpgen". save outfile = !pathout + 'qpgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'qpkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: qpkal". save outfile = !pathout + 'qpkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'qpluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: qpluecke". save outfile = !pathout + 'qpluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'rh.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: rh". save outfile = !pathout + 'rh.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'rhbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: rhbrutto". save outfile = !pathout + 'rhbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'rhgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: rhgen". save outfile = !pathout + 'rhgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'rkind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: rkind". save outfile = !pathout + 'rkind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'rp.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: rp". save outfile = !pathout + 'rp.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'rpbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: rpbrutto". save outfile = !pathout + 'rpbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'rpequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: rpequiv". save outfile = !pathout + 'rpequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'rpgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: rpgen". save outfile = !pathout + 'rpgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'rpkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: rpkal". save outfile = !pathout + 'rpkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'rpluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: rpluecke". save outfile = !pathout + 'rpluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'sh.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: sh". save outfile = !pathout + 'sh.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'shbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: shbrutto". save outfile = !pathout + 'shbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'shgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: shgen". save outfile = !pathout + 'shgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'skind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: skind". save outfile = !pathout + 'skind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'sozkalen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: sozkalen". save outfile = !pathout + 'sozkalen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'sp.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: sp". save outfile = !pathout + 'sp.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'spbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: spbrutto". save outfile = !pathout + 'spbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'spequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: spequiv". save outfile = !pathout + 'spequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'spgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: spgen". save outfile = !pathout + 'spgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'spkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: spkal". save outfile = !pathout + 'spkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'spluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: spluecke". save outfile = !pathout + 'spluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'th.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: th". save outfile = !pathout + 'th.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'thbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: thbrutto". save outfile = !pathout + 'thbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'thgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: thgen". save outfile = !pathout + 'thgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'timepref.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: timepref". save outfile = !pathout + 'timepref.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'tkind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: tkind". save outfile = !pathout + 'tkind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'tp.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: tp". save outfile = !pathout + 'tp.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'tpbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: tpbrutto". save outfile = !pathout + 'tpbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'tpequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: tpequiv". save outfile = !pathout + 'tpequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'tpgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: tpgen". save outfile = !pathout + 'tpgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'tpkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: tpkal". save outfile = !pathout + 'tpkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'tpluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: tpluecke". save outfile = !pathout + 'tpluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'trust.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: trust". save outfile = !pathout + 'trust.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'uh.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: uh". save outfile = !pathout + 'uh.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'uhbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: uhbrutto". save outfile = !pathout + 'uhbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'uhgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: uhgen". save outfile = !pathout + 'uhgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ukind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ukind". save outfile = !pathout + 'ukind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'up.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: up". save outfile = !pathout + 'up.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'upbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: upbrutto". save outfile = !pathout + 'upbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'upequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: upequiv". save outfile = !pathout + 'upequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'upgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: upgen". save outfile = !pathout + 'upgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'upkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: upkal". save outfile = !pathout + 'upkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'upluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: upluecke". save outfile = !pathout + 'upluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'vh.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: vh". save outfile = !pathout + 'vh.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'vhbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: vhbrutto". save outfile = !pathout + 'vhbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'vhgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: vhgen". save outfile = !pathout + 'vhgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'vkind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: vkind". save outfile = !pathout + 'vkind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'vp.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: vp". save outfile = !pathout + 'vp.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'vpbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: vpbrutto". save outfile = !pathout + 'vpbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'vpequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: vpequiv". save outfile = !pathout + 'vpequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'vpgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: vpgen". save outfile = !pathout + 'vpgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'vpkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: vpkal". save outfile = !pathout + 'vpkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'vpluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: vpluecke". save outfile = !pathout + 'vpluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'wh.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: wh". save outfile = !pathout + 'wh.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'whbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: whbrutto". save outfile = !pathout + 'whbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'whgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: whgen". save outfile = !pathout + 'whgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'wkind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: wkind". save outfile = !pathout + 'wkind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'wp.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: wp". save outfile = !pathout + 'wp.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'wpage17.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: wpage17". save outfile = !pathout + 'wpage17.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'wpbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: wpbrutto". save outfile = !pathout + 'wpbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'wpequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: wpequiv". save outfile = !pathout + 'wpequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'wpgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: wpgen". save outfile = !pathout + 'wpgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'wpkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: wpkal". save outfile = !pathout + 'wpkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'wpluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: wpluecke". save outfile = !pathout + 'wpluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'xh.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: xh". save outfile = !pathout + 'xh.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'xhbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: xhbrutto". save outfile = !pathout + 'xhbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'xhgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: xhgen". save outfile = !pathout + 'xhgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'xkind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: xkind". save outfile = !pathout + 'xkind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'xp.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: xp". save outfile = !pathout + 'xp.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'xpage17.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: xpage17". save outfile = !pathout + 'xpage17.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'xpbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: xpbrutto". save outfile = !pathout + 'xpbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'xpequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: xpequiv". save outfile = !pathout + 'xpequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'xpgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: xpgen". save outfile = !pathout + 'xpgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'xpkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: xpkal". save outfile = !pathout + 'xpkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'xpluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: xpluecke". save outfile = !pathout + 'xpluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'yh.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: yh". save outfile = !pathout + 'yh.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'yhbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: yhbrutto". save outfile = !pathout + 'yhbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'yhgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: yhgen". save outfile = !pathout + 'yhgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ykind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ykind". save outfile = !pathout + 'ykind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'yp.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: yp". save outfile = !pathout + 'yp.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ypage17.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ypage17". save outfile = !pathout + 'ypage17.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ypbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ypbrutto". save outfile = !pathout + 'ypbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ypequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ypequiv". save outfile = !pathout + 'ypequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ypgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ypgen". save outfile = !pathout + 'ypgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ypkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ypkal". save outfile = !pathout + 'ypkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'ypluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: ypluecke". save outfile = !pathout + 'ypluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'zh.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: zh". save outfile = !pathout + 'zh.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'zhbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: zhbrutto". save outfile = !pathout + 'zhbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'zhgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: zhgen". save outfile = !pathout + 'zhgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'zkind.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: zkind". save outfile = !pathout + 'zkind.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'zp.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: zp". save outfile = !pathout + 'zp.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'zpage17.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: zpage17". save outfile = !pathout + 'zpage17.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'zpbrutto.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: zpbrutto". save outfile = !pathout + 'zpbrutto.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'zpequiv.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: zpequiv". save outfile = !pathout + 'zpequiv.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'zpgen.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: zpgen". save outfile = !pathout + 'zpgen.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'zpkal.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: zpkal". save outfile = !pathout + 'zpkal.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'zpluecke.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: zpluecke". save outfile = !pathout + 'zpluecke.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------. get file = !pathin + 'zvp.sav'. match files file = * /table = !pathin + 'cirdef.sav' /by hhnr. select if rgroup20>10. freq rgroup20. file label "SOEP.v29@school: zvp". save outfile = !pathout + 'zvp.sav' /drop = rgroup20, ksample /compressed. execute. *----------------------------------------------.