Search found 7 matches

by lcduddridge
Tue Feb 15, 2005 9:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage PX course DS314PX
Replies: 4
Views: 2770

Learn it from ValueCap. They are ex-developers of PX. They can conduct on-site px course (with all bell and whistles).

My client organized training and I attended. It was great to know the framework architecture and OSH tricks. Ascential does not cover these topics.
by lcduddridge
Mon Feb 14, 2005 8:31 pm
Forum:
Topic: multiload vs enterprise stage in PX
Replies: 1
Views: 1518

Re: multiload vs enterprise stage in PX

Use Multi-load. Enterprise option used to be faster in V6 and in V7 it is slow ( it uses temp tables). Multi-load also a server plug-in. It needs to convert data from PX to Server to Sequential. So use Named pipe to move the data into Teradata. Does anyone have performance stats on enterprise vs mul...
by lcduddridge
Thu Feb 10, 2005 3:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Moving Datasets between servers
Replies: 5
Views: 3817

Yes. You can copy dataset from one machine to another. I have done it. I copied from Ver6.0 to Ver 7.1 on Solaris machine. This process is not straight forward. I have to set NFS mount point between the machines and use modified config.apt file and copied between the machines. (Use Orchadmin or osh ...
by lcduddridge
Tue Nov 30, 2004 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conversion of dataset from version 6.0 to 7.5
Replies: 2
Views: 1795

conversion of dataset from version 6.0 to 7.5

Hi Any one has experience in converting/moving dataset from one machine to another (from version 6.x to 7.x). I am have some issuess in reading version 6.0 dataset in 7.5 We have installed version 6.0 & 7.5 in the machine for upgrade and moved data sets from current production to new machine (wh...
by lcduddridge
Tue Nov 16, 2004 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exception handling
Replies: 4
Views: 3263

Re: Exception handling

Here is the basic stuff: 1) Use reject link in transformer, lookup stages to capture missing data 2) Use APT_DUMP_SCORE to get details 3) Read the OSH script to understand 4) Read log files to see what errors/warnings reported 5) When you gain experience, you can write custom DSRoutine to capture al...
by lcduddridge
Tue Nov 16, 2004 2:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting a Dataset
Replies: 3
Views: 3447

Re: Splitting a Dataset

You can split dataset in two ways 1) create a small job which reads the dataset and writes to another dataset. When you run, give the correct $APT_CONFIG_FILE which tells how to split the file (you have to create correct config file) 2) If you are familiar with unix, then use orchadmin command. Siva...
by lcduddridge
Tue Nov 16, 2004 1:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to check if a DataSet is null
Replies: 2
Views: 3533

Re: How to check if a DataSet is null

You can use DSJob routine that can check the total records from the file using "dsrecords" command from the unix prompt. You should write general routine which calls unix commands.


sconner wrote:Hi,

Is there a way in DataStage wherein we can check if the dataset is null or not?

cheers,
sconner