Search found 92 matches

by adams06
Thu Dec 06, 2012 1:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle sequence for getting the value
Replies: 11
Views: 6908

Oracle sequence for getting the value

For every row from my input dataset, I need to add a column that has the nextval from my oracle sequence. So, for example, I need to join row 1 of my dataset with sequence.nextval, row2 with sequence.nextval, row3 with sequence.nextval and soforth, where sequence.nextval will be different (of course...
by adams06
Wed Aug 15, 2012 9:25 am
Forum: General
Topic: Object Variable or with variable not set
Replies: 11
Views: 12632

I cannot find the folder, By the way why we should edit that file only. Pls educate
by adams06
Thu Aug 09, 2012 8:32 am
Forum: General
Topic: Execute command activity
Replies: 1
Views: 1792

Execute command activity

Unix command sname.ksh -s username -p password -d sid -l logpath -c date How do we create a sequencer using Execute Command Activity stage. How do i need to pass the parameters to make it run successfull Do we need to specify the options -s, -p, -d, -l, -c in datastage parameters Thanks in advance
by adams06
Tue Apr 24, 2012 2:06 pm
Forum: General
Topic: Projects
Replies: 3
Views: 863

:)

How abt table def, routines,tranforms,shared containers

Is there any query?
by adams06
Tue Apr 24, 2012 10:05 am
Forum: General
Topic: Projects
Replies: 3
Views: 863

Projects

we have a project which is part of another project, What would be the best approach to separate them as two new development project.
by adams06
Wed Feb 01, 2012 11:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bus Error
Replies: 1
Views: 913

Bus Error

parallel job as sample: we are working on datastage 7.5 version + Oracle version 11 I did create a sample job, used Oracle_Enterprise stage as source When i view data(i.e Source) i am getting Bus Error My question is is oracle 11 compatable with datastage 7.5? It works fine for server jobs, But not ...
by adams06
Wed Dec 07, 2011 4:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom 14763 Variable previously undefined. Zero length s
Replies: 9
Views: 3273

Whats the job design?
by adams06
Wed Oct 19, 2011 2:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compare
Replies: 3
Views: 3243

123 with " "
by adams06
Wed Oct 19, 2011 11:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compare
Replies: 3
Views: 3243

compare

How can we compare a number with space
by adams06
Tue Jan 18, 2011 8:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: count routines
Replies: 1
Views: 1412

count routines

How to get the count of routines in a particular project
by adams06
Thu Aug 19, 2010 2:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValueConcurrent
Replies: 12
Views: 8366

do you want me to set intial value to null
by adams06
Thu Aug 19, 2010 1:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextValueConcurrent
Replies: 12
Views: 8366

I did a modification to stagevar If lkp.NOTFOUND and svOld <> svNew Then KeyMgtGetNextValueConcurrent Else lkp.ID I am assiging value for the first record olny, because the the next 2 records fall under the svOld = svNew condition How can i handle this? col1 col2 784654#19#1 6580 784654#19#2 784654#...
by adams06
Mon Aug 16, 2010 7:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: pass same value
Replies: 6
Views: 2693

For my eyes, all 3 of your lookups appear identical. So what is the purpose of having 3 when you can do with 1 ? Also what is your condition / business logic of results. Better give different values to the lookups - if that is your case. when i created the hashed file i assigned value 1 for seq num...
by adams06
Fri Aug 13, 2010 5:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: pass same value
Replies: 6
Views: 2693

Somehow, no matter how many times I read your post I am having trouble understanding your requirement. Can you be more clear on how your final output should look? How many records do you expect to see based upon the example you have provided? If i am writing to the same file i would like to see 3 r...