The labelbook command gives an error when it needs to process a label name that has 30 characters or more:
These label names are legal, but the problem seems to be that labelbook.ado likes to create a local macro of the form v_`lblname', and so the additional two characters result in an error (since local macros may only have 31 characters or less).
For reference, I am on Stata/MP 17.0.
Code:
_v_<lblname> invalid name
For reference, I am on Stata/MP 17.0.
Comment