Search found 53125 matches

by ray.wurlod
Mon Dec 06, 2010 11:21 pm
Forum: General
Topic: Datastage 8.1 Installation Error (FdatastageEngine34023)
Replies: 4
Views: 2210

Do you have a valid license file?
by ray.wurlod
Mon Dec 06, 2010 11:20 pm
Forum: General
Topic: DataStage vs. COBOL performance benchmarks
Replies: 5
Views: 3777

IBM have a product called DataStage (mainframe edition) that can generate good quality COBOL as well as the JCL to compile and run it.
by ray.wurlod
Mon Dec 06, 2010 4:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compliation Error in lookup
Replies: 6
Views: 4470

With only 10 rows in the reference data set, this is a perfect fit to use a Lookup stage (unless the rows are each 1M in size!)
by ray.wurlod
Mon Dec 06, 2010 4:12 pm
Forum: General
Topic: DataStage vs. COBOL performance benchmarks
Replies: 5
Views: 3777

Don't have any benchmarks but my experience suggests that well-written COBOL would probably beat DataStage fairly easily. So the question boils down to just how good these COBOL programmers are, particularly with respect to accessing (remote?) DB2 databases.
by ray.wurlod
Mon Dec 06, 2010 4:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cant figure out how to write out to varchar(1024) in sybase
Replies: 4
Views: 1499

Can you lie and specify Long VarChar (1024) data type in your job?
by ray.wurlod
Mon Dec 06, 2010 4:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compliation Error in lookup
Replies: 6
Views: 4470

It's still a requirement that the reference data set can fit in memory. Does your 10 million+ row reference data set fit in memory?

Can you push the join back into the database, with a BETWEEN condition in the join specification?
by ray.wurlod
Mon Dec 06, 2010 4:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC connection to Foxpro
Replies: 9
Views: 3803

If it's urgent sign up with your official support provider for priority service.

DSXchange is an all-volunteer site whose members post as and when they can.
by ray.wurlod
Mon Dec 06, 2010 1:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Do we need to change the sql_type in parallel?
Replies: 2
Views: 1148

No. The leading zeroes are added when the value is displayed or converted to string to show that precision and scale are being handled correctly. The value is correct.
by ray.wurlod
Mon Dec 06, 2010 1:16 pm
Forum: General
Topic: Installing Datastage 8.1 Client and patches on Windows 7
Replies: 1
Views: 3136

Try running the update installer in console mode. Also make sure that you are using the correct version of the update installer (approx. 176 for Fix Pack 1 - the latest version of the update installed does not work with FP1).
by ray.wurlod
Mon Dec 06, 2010 1:13 pm
Forum: General
Topic: Not able to connect to isadmin web console
Replies: 2
Views: 1658

You can't open it with just the URL any more. You need the pathname of the start page. For example www.machine.com:9080/index/login.asp (this might not be correct; I've done it from memory).
by ray.wurlod
Mon Dec 06, 2010 1:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Seq File not getting created ds_seqopen() problem
Replies: 4
Views: 1844

Don't have the file open in any other application.
by ray.wurlod
Mon Dec 06, 2010 1:09 pm
Forum: General
Topic: Datastage Scheduler stopped working
Replies: 10
Views: 2762

The IBM support portal can usually be found at www.ibm.com/support/xx/yy where xx is your country and yy your language, for example www.ibm.com/support/au/en for Australia/English.
by ray.wurlod
Mon Dec 06, 2010 1:06 pm
Forum: General
Topic: Connecting DataStage Client to a Remote Server over WAN
Replies: 3
Views: 1619

Yes it's possible. Communication is via TCP/IP port number 31538.

Life gets a lot more complex once you upgrade to version 8.
by ray.wurlod
Mon Dec 06, 2010 1:04 pm
Forum: IBM QualityStage
Topic: Ruleset that reads from a database table.
Replies: 1
Views: 1234

There is not.
by ray.wurlod
Mon Dec 06, 2010 5:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job slow in reading sequential file
Replies: 4
Views: 2511

Get rid of the database stage to do your test. You will be amazed at what you see.