<?xml version='1.0' encoding='UTF-8' ?> <EXPXML name="THB_MC.xml" fileout="C:/temp/TransferBank/THB_MC.txt" filetype="txt" processtype="file"> <INIT> double sum=0; Double d=null; Integer i = null; int reccount= 0; </INIT> <DATA> <COL type="string" >I0</COL> <!-- Record type ���˭� ��� status �������� 0 --> <COL type="data" width="10">dbInq.getString("memployee","employeeid")</COL><!-- ������ú 10 ��� 0 ��ҧ˹�Ҩ��ú: 10 --> <COL type="data" width ="35">dbInq.getString("memployee","efname").toUpperCase()+" "+dbInq.getString("memployee","elname").toUpperCase()</COL><!-- ���� ʡ�� ��Ǿ�����˭� ����ѹ : 35--> <COL type="data" width="10" >dbInq.getString("accountno")</COL> <COL type="data">fs.addBlank(10,"0","left",dbInq.getString("amount"))</COL> <COL type="string">0000</COL><!-- Filler ��� 0 : 4 --> <COL type="string">5</COL><!-- Transection Code => 5 --> <COL type="string">00000</COL><!-- Space ��� 0 : 5 --> <COL type="formula">sum += d.parseDouble(dbInq.getString("amount"))</COL> <COL type="formula">reccount++</COL> <COL type="string">newline</COL> </DATA> </EXPXML>