help nlabel
-------------------------------------------------------------------------------

Make various labels

Syntax

nlabel [varname] [, options]

options Description ------------------------------------------------------------------------- Main label(string) specify variable label add(string) text to add to label to make tlabel vlabel(string) value label name note(string) variable note shortlabel(string) specify clabel tlabel(string) specify tlabel ctlabel copies label to tlabel without other changes clear clears tlabel and clabel uselabel imports label in order to allow simple tlabel formation -------------------------------------------------------------------------

Description

nalabel allows multiple label and note entry for a varname. If entered without options nlabel displays all available labels and notes.

Options

+------+ ----+ Main +-------------------------------------------------------------

label specifies variable label.

add creates a tlabel from the label + add(string).

tlabel specifies the tlabel directly.

shortlabel specifies the clabel.

vlabel specifies the value label name.

ctlabel copies label entered to tlabel without any other changes.

clear clears the existing clabel and {cmdvlabel}.

note specifies notes for the variable.

uselabel sets label to existing label. Used to make add and ctlabel work without keyboard entry of label.

Examples

. nlabel sex,l(Gender) a((% male)) n(Male =1) v(sexlabel) s(sex)

. nlabel sex sex: label: Gender tlabel: Gender (% male) clabel: sex value label: sexlabel Notes on sex: 1. Male =1

F. Wolfe

Also see