Hi everyone,

I wanted to bring this up in the forum in case I'm missing something obvious, and it's not actually a bug. The following code will create a do file with the value labels in Stata 15, but will create a blank do file in Stata 16.

Code:
sysuse auto, clear
label save using formatfile, replace
Am I missing something here?

Thanks,
John