Office XP Web Services with DataStage SOA

Dedicated to DataStage and DataStage TX editions featuring IBM<sup>®</sup> Service-Oriented Architectures.

Moderators: chulett, rschirm

Post Reply
winnekj
Participant
Posts: 1
Joined: Mon May 17, 2004 6:42 am

Office XP Web Services with DataStage SOA

Post by winnekj »

I am using Excel to invoke a Datastage RTI job. It's works great when the datastage job returns one row, but I cannot seem to process an array correctly. Has anyone coded VB for handling this? I have a included a snippet below that works for the one row return. Any help is appreciated!

Ken


Dim Info As New clsws_GetTNA
Dim name As String
Dim r_set As String

r_set = Info.wsm_CustomerAssets(name)
Set r_setRange = Range("B6")

r_setRange.Value = r_set
Post Reply