Search found 135 matches

by srinivas.nettalam
Wed Apr 20, 2011 3:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: any routine or function similar to DSSetUserStatus in px?
Replies: 1
Views: 1412

any routine or function similar to DSSetUserStatus in px?

Do we have any routine or function similar to DSSetUserStatus in paralle jobs or px transformer??
by srinivas.nettalam
Wed Apr 20, 2011 3:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: routine similar to SetUserStatus in parallel?
Replies: 0
Views: 1213

routine similar to SetUserStatus in parallel?

Do we have a routine in parallel which is similar to the one in Server Jobs i.e for eg SetUserStatus(%Arg1%) ?
by srinivas.nettalam
Tue Apr 19, 2011 3:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem in writing the data to sequential file(txt file)
Replies: 7
Views: 2617

GJ_Stage wrote:Hi ,

Can you explain what is the flow (i .e what are the stages are used) to create this seq file.
Got the solution...record delimiter string =DOS prompt has to be selected instead of record delimiter =unix newline
by srinivas.nettalam
Tue Apr 19, 2011 1:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem in writing the data to sequential file(txt file)
Replies: 7
Views: 2617

chulett wrote:Where are you looking at the file, on Windows? ...
Yes
by srinivas.nettalam
Tue Apr 19, 2011 12:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem in writing the data to sequential file(txt file)
Replies: 7
Views: 2617

problem in writing the data to sequential file(txt file)

Hi All, When I am checking the text file created in one of our jobs the records are written as below example Col1 Col2 Col3 111,AAA,Y 222,BBB,Y 333,CCC,N First line with column names and the records are written in the same line instead of a newline. What could be the issue? format used Delimiter =co...
by srinivas.nettalam
Wed Apr 13, 2011 4:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: separate values of a single column to 2 columns
Replies: 1
Views: 1499

separate values of a single column to 2 columns

source data : ColumnA ----------- 111 AAA 222 BBB 333 CCC Output: Col1 Col2 111 AAA 222 BBB 333 CCC I assume we can achieve this with the design Src-->Txfm (constraint alpha and num functions and generate dummy column with sequence numbers)----> numbers& alphabets------merge--->col1 col2 I am st...
by srinivas.nettalam
Wed Apr 13, 2011 12:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup stage warning
Replies: 4
Views: 3343

It is always good to use null(yes) for output columns in lookup stage so that you can capture NULL for non matched records otherwise you might endup seeing '*******' for date columns and empty string returns for varchar fields and 0 for numeric fileds
by srinivas.nettalam
Tue Apr 12, 2011 1:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: same stage variable names in one or more transformers???
Replies: 1
Views: 1179

same stage variable names in one or more transformers???

can we use same stagevariable names in one or more transformers in a single job?? FYI it is not an interview question..just flashed in my mind while working on stage variables.If yes ,then each stage variable pertains to that particular transformer similar to a variable used in object oriented progr...
by srinivas.nettalam
Mon Apr 11, 2011 1:05 am
Forum: General
Topic: multiple start loop and end loop activities in sequence?
Replies: 3
Views: 2463

multiple start loop and end loop activities in sequence?

I have to develop a sequence where nested loops have to be incorporated.would the sequence allow multiple start loop and end loop acitivies in one sequence?
by srinivas.nettalam
Fri Apr 01, 2011 5:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can the state file be read parallely in different jobs?
Replies: 3
Views: 1744

Re: Can the state file be read parallely in different jobs?

chulett wrote:
srinivas.nettalam wrote:I am not convinced that it can be read parallel and I assume there would be lot of discrepencies in generating the sequence numbers in this scenario. Am I right?
Short answer? Nope.
Thanks
by srinivas.nettalam
Wed Mar 30, 2011 1:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can the state file be read parallely in different jobs?
Replies: 3
Views: 1744

Can the state file be read parallely in different jobs?

Hi All, I recently shifted my company and here I have been told that they are running few jobs that copy data from source to a landing area.All these jobs run parallely and read same state file.Also they mentioned if the surrogate key generator generates a number eg 100 in the first job it doesn't g...
by srinivas.nettalam
Fri Mar 18, 2011 3:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling error
Replies: 5
Views: 3873

Re: Null handling error

soumya5891 wrote:Check the nullability defined in the Output column.It should be null.
just to handle that i am handling null in the derivation so tht it always has values
by srinivas.nettalam
Fri Mar 18, 2011 3:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling error
Replies: 5
Views: 3873

Re: Null handling error

viswanath123 wrote:U might hve confused with that.. Normally Null handling is done for Nullable fields.
I meant not nullable field in the end not from the input..sorry