Hello everyone
I am writing a - label define - command in STATA and it is too long. I would like to organize it in the do file such that it is written in many lines and at the same time I can run it either directly from the do file or by copying and pasting it in the command window. Is there any way to do this?
An example is:
label define one_digit 1 "Managers" 2 "Professionals" 3 "Technicians and Associate Professionals" 4 "Clerical Support Workers" 5 "Services and Sales Workers" 6 "Skilled Agricultural, Forestry and Fishery Workers" 7 "Craft and Related Trades Workers" 8 "Plant and Machine Operators and Assemblers" 9 "Elementary Occupations"
Thanks a lot
I am writing a - label define - command in STATA and it is too long. I would like to organize it in the do file such that it is written in many lines and at the same time I can run it either directly from the do file or by copying and pasting it in the command window. Is there any way to do this?
An example is:
label define one_digit 1 "Managers" 2 "Professionals" 3 "Technicians and Associate Professionals" 4 "Clerical Support Workers" 5 "Services and Sales Workers" 6 "Skilled Agricultural, Forestry and Fishery Workers" 7 "Craft and Related Trades Workers" 8 "Plant and Machine Operators and Assemblers" 9 "Elementary Occupations"
Thanks a lot
Comment