I'm working on two loops, one for downloadig data from a website from stata and the other one for transforming some files of the latter data into .dta files. The issue is that I ran the first loop and everything went fine. It is imporant to notice that before the first loop there's a [#delimit] ](I ran it with that) and a [#delimit cr] at the end of the second loop; and then when I ran the second loop, that error from the title pops up.
I have doubts on whether I should have ran the second loop with or without #delimit cr or it is about something else.
Thanks in advanced for your response.
Related Posts with r(198) programm error: code follows on th same line as open braces
egen rowtotal with missing valuesHello, My code is this: Code: egen rm=rowmiss( var1- var10) . . egen Audit=rowtotal( var1- var…
How to add names to points on a spatial graph using spmap.Dear all, I have managed to plot the spatial boundaries on the map and the locations of different p…
seemingly unrelated regressionHello every one I have a problem with SUER model i ran these commands HTML Code: logistic Fraud …
How to generate percentage values in a 3 way frequency table?Dear Friends; I am trying to work out my descriptive tables where I have to obtain a table of corre…
How to add zero before the observation in a variable?Dear Stata user, Suppose, I have a varibale named "price", which ranges from the 3291 (4 digits) to …
Subscribe to:
Post Comments (Atom)
0 Response to r(198) programm error: code follows on th same line as open braces
Post a Comment