Search found 53125 matches

by ray.wurlod
Wed Aug 23, 2006 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Control Language Reference?
Replies: 4
Views: 1406

They also exist in on-line help. Open the Index and type in DSG and you'll be right where you need to be.
by ray.wurlod
Wed Aug 23, 2006 8:40 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Can not create PSDB
Replies: 11
Views: 8433

No and yes. ProfileStage works quite happily with DB2 as the PSDB. It's installing the PSDB on Oracle on Windows 2003 Server where we have the problem. We recreated the problem exactly with a new copy of the software today. This information, complete with screen shots, has been sent to the support p...
by ray.wurlod
Wed Aug 23, 2006 3:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot logon to Datastage- error 80011, 81011
Replies: 8
Views: 8721

Make sure that there's an entry for the DataStage RPC daemon (using port number 31538) in the /etc/services file. Make sure that any DataStage user, including interactive users on the server, have run the $DSHOME/dsenv script. Omit can only be used if DataStage server is running on Windows platform....
by ray.wurlod
Wed Aug 23, 2006 3:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: User defined varibales
Replies: 1
Views: 848

Welcome aboard. :D You use encrypted job parameters in exactly the same way as any other job parameter types. To supply the default value double-click in the cell which opens an editor in which you have to enter the encrypted value twice, identically. To make reference to the job parameter in a fiel...
by ray.wurlod
Wed Aug 23, 2006 3:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting File Names
Replies: 5
Views: 1996

I'm sure there's a property for this, but can't recall its name. Search the forum - you'll probably find it.
by ray.wurlod
Wed Aug 23, 2006 3:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What's DB2 API stage?
Replies: 5
Views: 1439

Beyond that, because of a bug in the DB2 Enterprise stage, you can not use it with DB2 Connect to access tables on mainframe or AS/400 systems; you must use DB2 API stage.

I wonder if the certification exam requires you to be aware of bugs. :?:
by ray.wurlod
Wed Aug 23, 2006 3:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Export for multiple column sets
Replies: 1
Views: 947

Transformer stages can perform both pieces of functionality. Depending on how they're combined (fixed width) you may be able to use a Modify stage to separate them later.
by ray.wurlod
Wed Aug 23, 2006 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Overall limits of DataStage
Replies: 5
Views: 2429

ODBC is limited to 400 columns and a row length of 16KB by default. These limits can be changed by setting MAXFETCHCOLS and MAXFETCHBUFF respectively in the uvodbc.config file. There is no documented limit for the Sequential File import, other than the tedium of checking that each column definition ...
by ray.wurlod
Wed Aug 23, 2006 3:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Overall limits of DataStage
Replies: 5
Views: 2429

ODBC is limited to 400 columns and a row length of 16KB by default. These limits can be changed by setting MAXFETCHCOLS and MAXFETCHBUFF respectively in the uvodbc.config file. There is no documented limit for the Sequential File import, other than the tedium of checking that each column definition ...
by ray.wurlod
Wed Aug 23, 2006 2:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: multiple links to the same file in one job
Replies: 6
Views: 1526

The operating system will not permit multiple writers to a Sequential File.

Therefore the parallel Sequential File mandatorily executes in sequential mode and imposes a Collector on its input link.
by ray.wurlod
Wed Aug 23, 2006 2:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to check if a column is blank
Replies: 3
Views: 727

This can not work in a parallel job, where a CHAR must contain the correct number of characters.
by ray.wurlod
Wed Aug 23, 2006 2:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Specifying APT_CONFIG_FILE
Replies: 2
Views: 982

Why not test your theory? Make $APT_CONFIG_FILE a job parameter, and supply a legal non-default value through a -param option on your dsjob command line. Look in the "Job started" event or the configuration file event in the job log to determine what parameter value was actually used.
by ray.wurlod
Wed Aug 23, 2006 2:49 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Can not create PSDB
Replies: 11
Views: 8433

This afternoon a patch is arriving. It's apparently related to the Oracle installation - we could create a DB2 PSDB quite happily. Will post again when results to hand. Vendor claims it was successful at their place.
by ray.wurlod
Wed Aug 23, 2006 2:47 am
Forum: Site/Forum
Topic: Ken Hits 4000
Replies: 17
Views: 8798

Let me be the first to second that! 8)
by ray.wurlod
Tue Aug 22, 2006 8:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MS SQL Server Load stage equivalent in PX in UNIX??
Replies: 7
Views: 2840

Sequential File stage which you then FTP to Windows and initiate the bulk load into SQL Server.