Search found 53125 matches

by ray.wurlod
Thu Nov 25, 2010 1:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Find numeric characters in a string
Replies: 5
Views: 1926

Server job or parallel job?
by ray.wurlod
Thu Nov 25, 2010 1:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Removing Duplicates
Replies: 6
Views: 2192

Do it with stage variables in a Transformer stage. Detect that the value is the same as in the previous row. If so, add prefix and suffix, and increment the stage variable that contains the suffix.
by ray.wurlod
Thu Nov 25, 2010 1:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: GET FILENAME
Replies: 37
Views: 9673

Code: Select all

Filename = Field(Pathname, "/", Count(Pathname,"/") + 1, 1)
by ray.wurlod
Thu Nov 25, 2010 2:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records missing in the sequential file
Replies: 15
Views: 6954

Or you might just be lucky with the timing.
by ray.wurlod
Thu Nov 25, 2010 2:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding CFF file....
Replies: 4
Views: 1383

For the data file yes. For the COBOL file definition maybe - you can also import the "table definition" from a COBOL FD from the client, and usually do because they usually arrive via email.
by ray.wurlod
Thu Nov 25, 2010 12:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records missing in the sequential file
Replies: 15
Views: 6954

Yes, the same issue as with the Sequential File stage - only one writer for each file. Another solution would be to write to separate files then cat them together in an after-job subroutine running ExecSH.
by ray.wurlod
Thu Nov 25, 2010 12:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA 01002 with ODBC Connector stage
Replies: 2
Views: 3933

This is happening in your Oracle database, not in DataStage. Pull out the query you are using and talk with your Oracle DBA about why it might be generating this error.
by ray.wurlod
Wed Nov 24, 2010 11:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records missing in the sequential file
Replies: 15
Views: 6954

Any database table. Or, as you note, a server shared container writing to a hashed file.
by ray.wurlod
Wed Nov 24, 2010 11:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing a query to a shared container
Replies: 6
Views: 2608

Is this from the log when you used the parameter? Because it looks to me very much like the CASE statement is properly included in the query.
by ray.wurlod
Wed Nov 24, 2010 4:01 pm
Forum: IBM QualityStage
Topic: cass changing names
Replies: 7
Views: 3193

The obvious one is to compare the output record to the original. Simply carry all the fields through (or join them downstream of the CASS stage).
by ray.wurlod
Wed Nov 24, 2010 3:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unable to login to IBM Information server web console
Replies: 4
Views: 2382

It's whatever whoever installed the product set it to. There is no default value.

It still doesn't look like an Information Server error to me. Ask at your site about whether the message means anything within the Windows environment (for example).
by ray.wurlod
Wed Nov 24, 2010 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Gotcha
Replies: 1
Views: 1037

Thank you for saving lots of other half days. :D
by ray.wurlod
Wed Nov 24, 2010 3:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding CFF file....
Replies: 4
Views: 1383

Make very certain that you include the terminating dot on each line of the file definition. Note also the character position on its line where "01" begins - you need to provide this information when importing the table definition from the COBOL file definition. If you want to stick with tr...
by ray.wurlod
Wed Nov 24, 2010 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex flat file reading
Replies: 5
Views: 1791

What about filenames ending in .dis ?
:lol:
by ray.wurlod
Wed Nov 24, 2010 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Count Of records
Replies: 12
Views: 3093

dr.murthy wrote:inrow num it doesnot give count the number of records
Yes it does.