Search found 3329 matches

by Sainath.Srinivasan
Tue Aug 04, 2009 5:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in counting the rows
Replies: 14
Views: 4614

Not sure what you want to achieve. Can you please rephrase your requirement.

Code: Select all

wc -m
gives you number of characters and not words. So it gives you 2 - 1 for zero and 1 for newline. If you want words, try

Code: Select all

wc -w
, which will give you 1.
by Sainath.Srinivasan
Tue Aug 04, 2009 5:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is it possible to pass a job parameter inside another?
Replies: 17
Views: 4499

Rather than using one parameter within another, you can concatenate both in the query as

Select ...
From ....
Where fieldname = '#parameter1# #parmaeter2#'
by Sainath.Srinivasan
Tue Aug 04, 2009 5:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue in counting the rows
Replies: 14
Views: 4614

You can do

Code: Select all

head -1 filename | cut -c1 
by Sainath.Srinivasan
Tue Aug 04, 2009 5:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Finding the error cause
Replies: 14
Views: 3921

Hash file appears to be constrained to 'update only' mode with the key missing.

Is that expected as part of your design ? Maybe it is out of sync.
by Sainath.Srinivasan
Tue Aug 04, 2009 1:41 am
Forum: IBM QualityStage
Topic: Replacing a substring with another using a Lookup
Replies: 4
Views: 2043

Is this a QualityStage question ?

Because qualitystage has different reference files which are used for tokens.
by Sainath.Srinivasan
Fri Jul 31, 2009 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSX output and Generated OSH
Replies: 9
Views: 3304

Are you sure you are not appending to the export file ?
by Sainath.Srinivasan
Fri Jul 31, 2009 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Improve performance
Replies: 20
Views: 6160

Hashed files are keyed by id and cannot return multiple rows.

All rows from your input will be passed to your reference unless you mention any constraint on the flow.
by Sainath.Srinivasan
Fri Jul 31, 2009 6:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: identify
Replies: 6
Views: 1167

Sunitha_cts, Can you please avoid posting your interview questions and expecting answers on this forum as it undermines the experience and knowledge people gained from hours of hard work. Personally I have seen people who promise too much in the interview, chat up for some time after joining but the...
by Sainath.Srinivasan
Fri Jul 31, 2009 2:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to install SAP PACK R/3 Client and Server
Replies: 7
Views: 3615

Can you rephrase the question.

Are you asking the count of DLLs in the pack?
by Sainath.Srinivasan
Fri Jul 31, 2009 2:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pass an entire SQLQuery as a parameter, in userdefined sql?
Replies: 3
Views: 1227

Lookout for any quote or special characters which may interrupt the string.
by Sainath.Srinivasan
Fri Jul 31, 2009 2:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join stage issue
Replies: 8
Views: 2012

Did you check the datatype, length etc of the joining columns ?

Is it a case sensitive match ?

What do the records which do not join have in common? Try to locate the keys of missing records in the counterpart source manually.
by Sainath.Srinivasan
Fri Jul 31, 2009 2:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rcp doesn't work correctly
Replies: 11
Views: 2914

Run the target in sequential mode.
by Sainath.Srinivasan
Thu Jul 30, 2009 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rcp doesn't work correctly
Replies: 11
Views: 2914

Re: rcp doesn't work

sezerman wrote: it works when 2 or 5 records but the third job has 16000 records and it doesn't work.
Define " doesn't work ".
by Sainath.Srinivasan
Thu Jul 30, 2009 7:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before job-subroutine --> need help
Replies: 40
Views: 10773

It may be useful to press ellipse (....) against the parameter name and select from there.
by Sainath.Srinivasan
Thu Jul 30, 2009 7:24 am
Forum: General
Topic: how to setup Oracle Enterprise Stage
Replies: 10
Views: 2106

chulett wrote:
Sainath.Srinivasan wrote:Also did you bounce your datastage instance after changes to dsenv ?
FYI - unnecessary.
I have found this necessary to load dsenv parameters part of datastage environment.

Some instances are when you hit library problems.