.- help for ^labjl^ (STB-59: dm84) .- The ^labjl^ utility adds the numeric code to a value label (or removes it) ------------------------------------------------------------------------- ^labjl^ varlist [^,^ ^a^dd ^r^emove ^no^align ^n(^#^)^] Description ----------- ^labjl^ adds the numeric code of a defined value label to each label. Use it when you wish to see the numeric code and the label in tables, etc. The routine can add the numerical value, as well as restore the original label. The routine does NOT change any data values only labels. Options ------- ^add^ specifies that the value is to be added to the label (the default). ^remove^ specifies that the value is to be removed from the label when the numerical code is equal to the first nonblank part of the label. ^noalign^ specifies that the numeric codes will not be left aligned. ^n(^#^)^ specifies that the user wants to increase the limit of codes. Default is the interval from 0 to 25. Example -------- * We use ^tabulate^ before and after using ^labjl^: . ^tabulate sex^ . ^labjl sex, add^ . ^tabulate sex^ Or, if you do not wish to left align the codes: . ^labjl sex, add noalign^ . ^labjl sex, remove^ . ^tabulate sex^ If you wish to add numerical code to all variables for which value labels have been defined, just type: . ^labjl _all, add^ Or, to remove again: . ^labjl _all, remove^ Author ------- Jens M. Lauritsen, jm.lauritsen@@dadlnet.dk County of Funen, Odense, Denmark Also see --------- On-line: help for @vallab@, @value label@