Greetings everyone,
I am an intermediate Stata user become familiarized with it's programming. I am trying to generate variable labels for a survey we did but it is telling me that their is a character limit of 80. I used the following code:
lab var variable "variable label"
Is there a way to force the command to make the label longer or is this a limitation of Stata?
I am an intermediate Stata user become familiarized with it's programming. I am trying to generate variable labels for a survey we did but it is telling me that their is a character limit of 80. I used the following code:
lab var variable "variable label"
Is there a way to force the command to make the label longer or is this a limitation of Stata?
Comment