SAS 9.3を使用して、「。」の間の各文字列の部分を抽出したいと思います。(ドット)およびドットに続く'"'(二重引用符)。たとえば、下の1行目の結果はf2015_cnt_cont_lineになります。
<characteristic abc="[2015].f2015_cnt_cont_line" xxxxxxxx="8129" />
<characteristic abc="[2015].f2015_dbt_cont_line" xxxxxxxx="8134" />
<characteristic abc="[2015].f2015_ctl_tot_acct_bal" xxxxxxxx="8133" />
<characteristic abc="[2015].f2015_cnt_comb_line" xxxxxxxx="8118" />
<characteristic abc="[2015].f2015_dbt_comb_line" xxxxxxxx="8138" />
誰かが私が使用できる例を持っていますか?
ありがとうダン