Search found 53125 matches

by ray.wurlod
Wed Jun 23, 2010 4:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic to get the ID with last date
Replies: 6
Views: 1667

Please re-read my earlier post. It contains two solutions.
by ray.wurlod
Wed Jun 23, 2010 4:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration file modification
Replies: 10
Views: 2873

{ node "node1" { fastname "abcd123" pools "" resource disk "/inputdir/DataSets/DataSets_N1" {pools ""} resource scratchdisk "/inputdir/Scratch/Scratch_N1" {pools ""} } node "node2" { fastname "abcd123" pools &...
by ray.wurlod
Wed Jun 23, 2010 4:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing Runtime parameter using $UserStatus
Replies: 11
Views: 13612

@UserStatus is not available in other processes.

Look at the job log for job 2 to see what it actually received. Did you pick the activity variable from the expression editor when filling in the parameter value expression in the Job activity Job2_Activity?
by ray.wurlod
Wed Jun 23, 2010 2:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while loading data to DB2 table
Replies: 8
Views: 6613

lib64 if you have a 64-bit version of DataStage (e.g. on AIX 6.1) or lib32 if you have a 32-bit version of DataStage. DataStage is just another client application as far as DB2 is concerned. We are using DataStage 8.1 to connect to DB2 versions 7.1.1, 9.5 and 9.7. Based on that combination, I would ...
by ray.wurlod
Wed Jun 23, 2010 2:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing Runtime parameter using $UserStatus
Replies: 11
Views: 13612

1. Job1_Activity.$UserStatus - pick it from the list of operands in an expression.

2. Job1_Activity.$UserStatus - pick it from the list of operands in the expression editor.
by ray.wurlod
Wed Jun 23, 2010 1:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Understanding Timestamp datatype
Replies: 6
Views: 5049

Import table definitions. Load the imported table definitions into job designs. Never create table definitions in job designs where the table already exists.
by ray.wurlod
Wed Jun 23, 2010 1:26 am
Forum: General
Topic: Architecture Diagram of Datastage
Replies: 3
Views: 4706

It's all in the manuals. And probably searchable at DSXchange. Radically different between versions 7 and 8.
by ray.wurlod
Wed Jun 23, 2010 1:25 am
Forum: General
Topic: File processing based on the feed
Replies: 7
Views: 1700

No, just use a DIR /B command. The output of that command can be used as your "list of things" for a Start Loop activity, or may be interrogated using the Index() function in a User Variables activity to get the Boolean values that determine whether jobs will run or not.
by ray.wurlod
Wed Jun 23, 2010 1:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic to get the ID with last date
Replies: 6
Views: 1667

Sort by date and capture the last row (sort and tail commands).
Sort by date in descending order and capture the first row (sort and head commands).
Because this is a parallel job, you do have MKS Toolkit installed and can therefore use UNIX commands such as sort, tail and head.
by ray.wurlod
Wed Jun 23, 2010 1:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to access activity variable value if not connected
Replies: 1
Views: 843

Because routine1 is not upstream of routineE1, there is no mechanism apart from storage on disk (doesn't have to be a hashed file) for routineE1 to access activity variables of routine1. In short, "no".
by ray.wurlod
Wed Jun 23, 2010 1:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Grid Configuration
Replies: 8
Views: 2745

No real performance difference over an equivalently configured cluster of machines. However, the grid management software means that you can get more processors if they are free of other tasks, and can also manage events such as losing one of the machines completely - it simply does not schedule tas...
by ray.wurlod
Wed Jun 23, 2010 1:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: is there any trial version of DS PX for windows
Replies: 4
Views: 1196

It has always been the case that you can request IBM for an evaluation version, but you have to convince them that there's a good likelihood of a sale (check the prices before committing!) and it will have a very limited lifespan on its license.
by ray.wurlod
Wed Jun 23, 2010 1:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can the DataStage jobs back-up be automated?
Replies: 16
Views: 10514

Harini wrote:But i would want all the jobs as a single dsx file. Is it possible to do that?
It is not possible. You could construct a single DSX file out of the individual job DSX files, which would involve removing the individual files' headers and creating a header for the combined file.
by ray.wurlod
Wed Jun 23, 2010 1:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Understanding Timestamp datatype
Replies: 6
Views: 5049

You should only ever work with imported table definitions.
by ray.wurlod
Wed Jun 23, 2010 1:13 am
Forum: General
Topic: Exceptional DS ADMIN
Replies: 5
Views: 2150

Of course it's possible. But it's typically not a separate role. Typically it falls within the purview of an Information Server administrator (though it can be separate, particularly on larger installations).