Search found 15603 matches

by ArndW
Tue Jul 29, 2008 11:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Limit rows disabled
Replies: 9
Views: 3013

This is because you cannot limit the number of rows via this method in Parallel jobs, only for server jobs.
by ArndW
Tue Jul 29, 2008 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: output from hashed file
Replies: 47
Views: 11788

Your width per line is over the default of 80. Try "SET.TERM.TYPE WIDTH 132".
by ArndW
Tue Jul 29, 2008 9:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs running very longtime
Replies: 11
Views: 3895

What does "truss -p 20832" show?
by ArndW
Tue Jul 29, 2008 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs running very longtime
Replies: 11
Views: 3895

There are several things I would do. Ask your DBA to see if sessions are open to SQL Server, and check to see if the job is still running as a UNIX process. Are any of these processes using CPU or IO? Use "truss" or your OS's equivalent to see which system calls are being used. That's for starters, ...
by ArndW
Tue Jul 29, 2008 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: migration thorugh cobol code and Datastage PX
Replies: 13
Views: 6819

The question is rather vague, so I would say (with regards to metrics) that COBOL is a 13 while DataStage is a 23. Seriously, what are you looking for? Total effort required for each? Shortest project runtime? Least resources? Best looking code? Is the DB2 target on the host or on a UNIX machine? Do...
by ArndW
Tue Jul 29, 2008 8:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to add/create a project in DataStage 8x
Replies: 1
Views: 915

You might be able to use the command line "dsadmin -createproject", but I would suggest contacting support on this issue. I had a similar case many months ago and we were in contact with support. We had even done a fresh install with the same issue. Unfortunately I cannot remember what finally happe...
by ArndW
Mon Jul 28, 2008 4:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: db2 right function in ODBC stage
Replies: 2
Views: 1323

It probably defaults to the longest string when "creating" a new column. Have you tried using CAST to limit this to a CHAR(3)?
by ArndW
Mon Jul 28, 2008 4:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS nodes vs partion
Replies: 2
Views: 920

The PX engine documentation uses "nodes" and "partitions" interchangeably to mean the same thing.
by ArndW
Mon Jul 28, 2008 3:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage sever job - Memory usage issue
Replies: 3
Views: 2521

Memory usage can be monitored with system tools. The normal method of starting many other jobs is thorugh use of a job sequence. If you call the jobs from a transform they will most likely all get started at roughly the same time unless you build in a "-wait". How much memory is half of your server'...
by ArndW
Mon Jul 28, 2008 2:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning
Replies: 2
Views: 1097

Are you using LOAD method in the Oracle stage? The message seems to indicate the Oracle stage, but you can test by replacing it with a peek to see if the error remains.
by ArndW
Mon Jul 28, 2008 1:22 am
Forum: General
Topic: Link Collector top down creates file - how do I get around t
Replies: 2
Views: 838

That is a strange scenario. What collection algorithm did you specify in the link collector?
by ArndW
Sun Jul 27, 2008 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Format of SQL command in DSExecute
Replies: 5
Views: 4265

DB2 allows you to split the SQL over several calls, as it keeps the connected session "alive", whilst sqlplus does not. The internet is alive with examples of how to use sqlplus from the command line.
by ArndW
Sun Jul 27, 2008 6:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Format of SQL command in DSExecute
Replies: 5
Views: 4265

The exact format depends upon which sql command line program you use. For the moment, just open up a DOS "CMD" window. If you can enter and execute a one-liner from there then you can do so from DataStage as well.
by ArndW
Sat Jul 26, 2008 11:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job sequencer closes automatically
Replies: 4
Views: 1228

These patches are available through IBM; I do not know of a public location where these are accessible. But the problem you describe is known and is fixed in a patch, if that is any consolation.
by ArndW
Sat Jul 26, 2008 7:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Timestamp value comparision in transformer
Replies: 4
Views: 1351

I looked at the "to_date" and thought to myself that this cannot be server. I guess it isn't PX, either ;)