datazoompuc / datazoom_social_Stata

Data Zoom provides free packages in Stata to access microdata from IBGE's household surveys. Data Zoom provides tools that help researchers standardize surveys across time, build panel databases and deflate nominal variables. Para descrição em Português, acesse: http://www.econ.puc-rio.br/datazoom/index.html
22 stars 9 forks source link

Error in 90s Old PME #106

Open IgorRigolon opened 8 months ago

IgorRigolon commented 8 months ago

Complaint sent by e-mail:

The code

datazoom_pmeantiga, years( 1992 ) original(...) saving(...) nid

returns an "invalid file specification" error.

Solution

In line 52 of our datazoom_pmeantiga.ado script, the code:

tempfile `PME`1'`mm'D`

must be changed to

tempfile PME`1'`mm'D,

as the local PME1'mm'D wasn’t yet defined.