Search found 37 matches

by abha.kalra
Wed Mar 15, 2006 11:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to extract the Data from MQ
Replies: 2
Views: 1405

Not able to extract the Data from MQ

Hi, i have problem with extracting data from MQ stage. for eg i am putting 2 records to MQ but while extracting messages it is coming as 16. there is some spaces coming in between . But i m not able to find out the reason why this is happening and how should i solve this issue. i also checked that d...
by abha.kalra
Wed Dec 28, 2005 12:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to track the lookup Result that is not matched by lookup
Replies: 2
Views: 1058

how to track the lookup Result that is not matched by lookup

Hi, In my job i m using a oracle lookup. I want keep track of all the recods that is matched by the lookup key and also that doesnot match. for this i m using the property - linkname.NOTFOUND(or NOT(linkname.NOTFOUND)) at constraint level,but it is not giving the desired result.it is sending all the...
by abha.kalra
Mon Dec 19, 2005 8:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to create a dynamic lookup in Datastage
Replies: 1
Views: 1386

how to create a dynamic lookup in Datastage

Hi,
i m created a hash file from the real time Database. i want that every time an entry is made in database should be reflect in hash file made in datastage without resetting the job or connection. can it be done in datastage?
by abha.kalra
Mon Dec 19, 2005 12:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to use oracle sequence in datastage job
Replies: 1
Views: 1033

how to use oracle sequence in datastage job

Hi,

my job requirement is , i have to use the nextvalue of an oracle sequence as an index in my target file which is a xml format.

how that can be done.

should i first make it as a lookup n then use the value?
by abha.kalra
Fri Dec 16, 2005 1:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to put records in copybook given in cobol format
Replies: 1
Views: 768

how to put records in copybook given in cobol format

Hi ,
i have a copybook(excel file) in COBOL Format with no records.
i have saved it as .TXT file and import the structure in DS. but i m not able to put any records in the file.

how can record be added to the file.
by abha.kalra
Fri Dec 16, 2005 12:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to understand the routines in datastage
Replies: 3
Views: 3074

How to understand the routines in datastage

give some information how to write datastage routine and how to understand the already written code. here is the some sample code. $INCLUDE DSINCLUDE JOBCONTROL.H Equate RoutineName To 'CoEGetLinkCounts' Equate RunIntfName to Arg_IntfName Equate RunJobName to Arg_JobName Equate AuditPath To @PATH:'/...
by abha.kalra
Tue Dec 06, 2005 12:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is this consider as load.
Replies: 1
Views: 863

Is this consider as load.

my job is generating 4 different type of XML Outputs using XML OUTPUT depending upon the 4 different type of conditions given in transformation
Is this consider as 4 loads or a part of mapping in order to make the time Estimation?