NIPO ODIN Version 5.17

*LABEL

Purpose

Defines a text label for the question's export.

Syntax

*LABEL <text>

Description

This command must be specified on a *QUESTION with a question type definition. This command gives the possibility to attach an export label to a question that replaces the question text. The label doesn't have to be unique.

Arguments

text
The text that must be used as the question label. The maximum length of a label name is 65 characters. Label names containing spaces must be enclosed by double quotes.

Example

*QUESTION 1 *CODES L1 *VAR Sex *LABEL Gender
Int. type the respondents gender

1:Male
2:Female

*QUESTION 2 *NUMBER L2 *VAR Age *LABEL "Age of respondent"
Could you please tell me your age?

Export result in NIPO Diana / Nvision Script

*Sex *SNG 61L1: Gender
1:Male
2:Female

*Age 62L2: Age of respondent

Export result in IBM SPSS

VARIABLE LABELS
Sex 'Gender'
Age 'Age of respondent'

See Also