陌上小熊遇小兔 发表于 2013-3-2 14:10 
十分感谢!!我自己做了一下,应该就是这个样子了。不过在sureg语句上面需要再加上syntax 否则运行结果就 ...
冒昧请问,,怎么我做了之后没有任何反应。
capture drop program bootaaaa.
program bootaaaa, rclass
1. syntax [if][in]
2. sureg ( jytotal1 fo41 cfps_gender cfps_age fp510 finc1 wb401 wb402 ch6 fml2016_count younger eld provcdz
> b provcdxb) (shuxue fo41 jytotal1 cfps_gender cfps_age wb401 wb402 fml2016_count younger eld tb4_a14_f14 t
> b4_a14_m14) `if' `in'
3. return scalar aaaaaaaaaaaaa=[jytotal1]_b[fo41]*[shuxue]_b[jytotal1]
4. end