Hi,
I've been running into the issue below where stata stops recognizing my commands and instead lists them as part of a numbered list.

Thanks for the help.

. use PSPS_10_SUPPRESS, clear

.
. forvalues x = 11/21{
2.
. append using PSPS_`x'_SUPPRESS, force
3. 4 5total patients if hcpcs_cd="93016"
6. . total submitted_service_cnt if hcpcs_cd="93016"
7. total submitted_service_cnt if hcpcs_cd="93016"
8. save "XXXX\PSPSall.dta"
9. exit, clear
10. exit, clear
11.