we return int * in routines

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
ItsVikas
Participant
Posts: 12
Joined: Tue Mar 11, 2008 3:19 am

we return int * in routines

Post by ItsVikas »

hi guys i used routine function in which i called one c program in that i want to return int * so can we do this?? if yes so in which datatype we can store it..
Regards
Vikas Agarwal
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

int.

But how do you intend to use it?
ItsVikas
Participant
Posts: 12
Joined: Tue Mar 11, 2008 3:19 am

can we use int * in datastage

Post by ItsVikas »

Sainath.Srinivasan wrote:int.

But how do you intend to use it? ...
i can use this inside me c program but i am unable to find out in which datatype i can define the int * in datatage like for char we have char * in routines(datastage so for the same i dont know for the int * so please help me out against the same
Regards
Vikas Agarwal
Post Reply