09-18-2012, 12:39 PM
Hi There,
Can anyone plz help me out in below issue.......
i'm retreiving 2 address values from mainframe DB screen i.e sender address and receipient address.......i want to put those results in excel sheet containing "Sender address" as 1st column name and "Receipient address" as 2nd column name.I'm using below code for this.
Could any1 plz help me in this,appreciate ur help.
Can anyone plz help me out in below issue.......
i'm retreiving 2 address values from mainframe DB screen i.e sender address and receipient address.......i want to put those results in excel sheet containing "Sender address" as 1st column name and "Receipient address" as 2nd column name.I'm using below code for this.
Code:
DataTable("Billto_Address", Input_Data)=Billto_Address
DataTable("Shipper_Address", Input_Data)=Shipper_Address
Could any1 plz help me in this,appreciate ur help.