Hello, when I type
in Stata, it returns
Normally, when I type something like
in Stata, it returns nothing (at least for me), so I want to know the meaning of ((null)) here. I read https://www.stata.com/manuals/duse.pdf, but it says nothing about ((null)). Moreover, the data looks fine when I type "list", "d", etc. I'd really appreciate your guidance.
Code:
use "Fct - Stnd Ent", clear
Code:
((null))
Code:
use data, clear,
Comment