Search found 126 matches

by ranga1970
Sun Mar 13, 2005 2:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I want to load system date
Replies: 7
Views: 1559

I would like to load just date, time is not required, it is going to insert date, now what your suggestion for this call @date in stage variable and then call the stagevariable while loadign every record, thats what I did and it could not be loaded my question is now do I need to use Oconv and I con...
by ranga1970
Sat Mar 12, 2005 7:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: I want to load system date
Replies: 7
Views: 1559

I want to load system date

Hi, My database oracle 9 and A filed is defined as of TIMESTAMP(6), while loading a record, I want to load system date in to this filed, could some one help on this, I tried @date, Date(), but it dint help, with out this filed data is being loaded in to table perfectly, now I want to load system dat...
by ranga1970
Sat Feb 12, 2005 12:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple instances
Replies: 2
Views: 712

Multiple instances

Hi, I job by XFMLoad(MultipleInstances) In the designer I see it as XFMLOAD, but in director I see it as XFMLOAD_AZ, XFMLOAD_CO, XFMLOAD_NV How to define this condition as multiple instances, if i make changes to XFMLOAD will the changes be seen in all the three instances? could some please explain ...
by ranga1970
Fri Feb 11, 2005 12:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: breaking the flat file
Replies: 3
Views: 897

breaking the flat file

Hi I am getting zipped file and its attached .mkr file as my flatfile source, the files are huge and it taking lot of time to load, for testing purpose, I would like break the file in small fiels and loadthem and test them, if the test is successful then i want to load the full file, is there a way ...
by ranga1970
Thu Feb 10, 2005 7:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Out execution order
Replies: 1
Views: 427

Out execution order

Do we have any option to select the out execution order --------link1------------- XFM -------link2--------------ora ---------link3------------- I have three link from transformer to ora, if have an execution order set the order link1, link2, link3 does the insertion happen in the same order actuall...
by ranga1970
Thu Feb 10, 2005 5:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: about control break logic to figure out DELETE then INSERT
Replies: 1
Views: 563

about control break logic to figure out DELETE then INSERT

Hi,
I am using ora9 to load my data to oracle, how to incorporate control break logic to figure out DELETE then INSERT

thanks
by ranga1970
Thu Feb 10, 2005 11:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: flat file
Replies: 5
Views: 1163

flat file

Hi, I am having an flat file in fixed width format how could I find from this from what width to what width the a particular field is do the person who created it have to tell me or is thare any other method, I am new to flat files second question is how could we find how many records are present in...
by ranga1970
Wed Feb 09, 2005 6:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 0 and 1 in constraint
Replies: 2
Views: 1030

0 and 1 in constraint

Hi

Code: Select all


Inputlink ..... xfm ...... outputlink,  if we have constraint 0 in transform, 
what could this possiblly mean, this hashfile is used for lookup else where, to check change data capture
any input would be appreciated

thanks
by ranga1970
Wed Feb 09, 2005 3:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: un checking the read only atribute
Replies: 3
Views: 1277

un checking the read only atribute

Hi,
I had imported a read only job from production, I have make changes to it and send it back to production, my question is how to uncheck this read only option so that i can make changes to this job in development
by ranga1970
Sat Feb 05, 2005 4:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: changes made are appearing in job are not appearing in seque
Replies: 4
Views: 1260

changes made are appearing in job are not appearing in seque

Hi, I had created a server job, and i had mapped a field to a record, but later on it was found that that mapping is not correct and it was changed, this is brought through an hash file but the problem, when i run this job individually, tha job brings correct records, but when a sequencer runs the j...
by ranga1970
Thu Feb 03, 2005 7:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Constraint 0=1
Replies: 5
Views: 3080

Constraint 0=1

Folks, this is first time i am working for production support, I did develop lot of projects, so sorry for bombadring with stupid question, here is my todays question in the constraint I find 0=1 and this is link is used to do bulk load using ORABULK, can some tell me what does this mean thanks ranga
by ranga1970
Wed Feb 02, 2005 8:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: about # value
Replies: 3
Views: 1235

about # value

Code: Select all

If Trim(inXfmDataScrub.GENDER) # '' Then @TRUE Else @FALSE
What does this mean? does it mean Trim(inXfmDataScrub.GENDER) Is null then @True else @False?
thanks
by ranga1970
Wed Feb 02, 2005 8:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: about @False
Replies: 4
Views: 1512

KC, Ther is no lookup, then @False means nothing should go in right? is there some thing do with any keys The job Inputlink ------- @false -- outputlink1(all the primary key values) -------@False -- Ouputlink2(all primary keys + some values) -------@False -- Ouputlink2(all primary keys + All values)...
by ranga1970
Wed Feb 02, 2005 7:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: about @False
Replies: 4
Views: 1512

about @False

Hi,
I have a job which had one input link and four output link out of them 3 them have Constraint @ false and one nothing, no derivationsa no stage variables, what does this @False constraint do, any help appreciated
by ranga1970
Tue Feb 01, 2005 3:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not(Lookuplink.NotFound)
Replies: 4
Views: 1298

got the anwer, thanks, previously I was using IsNull only, but wanted to double check, thanks folks