.- help for ^nmlabel^ :: 2008-03-07 .- Create a list of variable names and variable labels --------------------------------------------------- ^nmlabel^ varlist^,^ [ ^num^ber ^col(^#^)^ ^skip^ ] Description ----------- ^nmlabel^ lists the names and variable labels for a list of variables that you provide. Options ------- ^number^ produces a numbered list. ^col(^#^)^ indicates the column in which the variable label will begin. By default, the label begins in column 12. ^skip^ will skip a line between the echoed command name and the listing of names and labels Examples -------- . ^use wf-lfp^ (Data from 1976 PSID-T Mroz) . ^nmlabel lfp k5^ lfp In paid labor force? 1=yes 0=no k5 # kids < 6 . ^nmlabel lfp k5, num^ #1: lfp In paid labor force? 1=yes 0=no #2: k5 # kids < 6 . ^nmlabel lfp k5, num col(15)^ #1: lfp In paid labor force? 1=yes 0=no #2: k5 # kids < 6 . ^nmlabel lfp k5, skip^ lfp In paid labor force? 1=yes 0=no k5 # kids < 6 .- Author: Scott Long - www.indiana.edu/~jslsoc/workflow.htm