Hey Du
Ich codiere die Variable bsp. IE_01 in IE_001, damit alle IE_01 codierten Variablen miteinbezogen werden richtig?
Ich hab das dann versucht, aber die Variablen (umwandlung) müssen gleich viele Stellen haben also nahm ich
IE_01 to IE_10
dann kam aber folgende Meldung
RECODE IE01_28 to IE10_28 (1=1) (2=2) (3=0) (4=3) (5=4).
>Error # 4825 in column 19. Text: IE10_28
>The form VARX TO VARY to refer to a range of variables has been used
>incorrectly.
>This command not executed.
RECODE IE01 to IE010 (1=1) (2=2) (3=9999) (4=3) (5=4).
>Error # 726 in column 16. Text: IE010
>Invalid use of the TO convention. The numeric part of the names must be the
>same length. The last name is either too short (as in V001 to V09) or too
>long (as in V1 TO V09).
>This command not executed.
EXECUTE.
VALUE LABELS IE01 to IE010
>Warning # 4477. Command name: VALUE LABELS
>There is an unknown variable named before the keyword TO on the (ADD) VALUE
>LABELS command. The value labels will be applied only to the variable named
>after the TO.
>The error is associated with 'IE01'
>Warning # 4480. Command name: VALUE LABELS
>There is an unknown variable named after the keyword TO on the (ADD) VALUE
>LABELS command. The value labels will be applied only to the variable named
>before the TO.
>The error is associated with 'IE010'
1 'keine Gefährdung'
2 'geringgradige Gefährdung'
3 'mittelgradige Gefährdung'
4 'hochgradige Gefährdung '. .
>Warning # 4492 in column 28. Text: .
>The (ADD) VALUE LABELS command included a symbol other than a value where a
>value (either numeric or string) was expected. For compatibility with
>previous systems, a parenthesized value would have been acceptable. All value
>labels up to the next slash will be ignored.
-----
Was Du im Beispiel geschrieben hast, habe ich nicht ganz verstanden, muss ich das auch eingeben mit dem loop und so?!
Sorry hatte immer nur SPSS mit daten sachen aber nie Syntax als solches -.- *ich schäme mich* kannst Du mir das vielleicht nochmal genacu erklären

eins weiss ich sicher, nach meinem abschluss werde ich keinen beruf mit statistik ergreifen

danke auf jeden Fall für all die Hilfe, das macht mir hoffung mein problem irgendwann auch hinzubekommen ...