Search found 93 matches

by joesat
Thu Nov 29, 2007 11:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Weird Behaviour of dsjob -lparams
Replies: 9
Views: 3519

I agree with you, Craig. The -lparams command SHOULD work irrespective of whether the job is aborted/restartable or otherwise. And yes, the Status is shown as '0'. Let me brief you on the nature of my 'wrapper script'. 1. The script will take two parameters: proj name and job name. 2. The dsjob -lpa...
by joesat
Wed Nov 28, 2007 5:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Weird Behaviour of dsjob -lparams
Replies: 9
Views: 3519

Chulett,
I checked with another job that had finished status... this one also shows a different list of parameters... really do not know what's wrong, 'cause all I am trying to do is execute the -lparams command :cry:
by joesat
Wed Nov 28, 2007 3:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Weird Behaviour of dsjob -lparams
Replies: 9
Views: 3519

Chulett,
I checked with another job that had finished status... this one also shows a different list of parameters... really do not know what's wrong, 'cause all I am trying to do is execute the -lparams command :(
by joesat
Wed Nov 28, 2007 3:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Weird Behaviour of dsjob -lparams
Replies: 9
Views: 3519

I executed the command in the usual manner, ie. dsjob -lparams projname job1 But the result of this command yields a set of parameters which are not used in the job 'job1'. Rather it yields a set of parameters from some other job 'job2'. And yes Chulett, the job 'job1' was in an 'Aborted/Restartable...
by joesat
Mon Nov 26, 2007 11:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Weird Behaviour of dsjob -lparams
Replies: 9
Views: 3519

Weird Behaviour of dsjob -lparams

Hi, I am trying to list the job parameters and use it in a shell script. The -lparams worked perfectly. But after testing it for several jobs and sequences, we found some strange behaviour. The dsjob -lparams was executed for a sequence as before. But it returned a different set of parameters. We co...
by joesat
Wed Oct 17, 2007 2:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling with Date column
Replies: 4
Views: 1369

If I use it as you say I get the following warning for each record of the input,
When checking operator: When validating export schema: At field "DATE_COLUMN": Exporting nullable field without null handling properties
by joesat
Wed Oct 17, 2007 2:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling with Date column
Replies: 4
Views: 1369

If I use it as you say I get the following warning for each record of the input,
When checking operator: When validating export schema: At field "DATE_COLUMN": Exporting nullable field without null handling properties
by joesat
Tue Oct 16, 2007 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Current Row and Previous Row
Replies: 6
Views: 5449

I have a similar kind of requirement so I thought I'd ask here itself. Which stage variable should we give in the derivation for the Output Columns? That is, should the stage variable prefixed 'prev' be used or the one with 'curr' be used? When I use 'prev' the first row is displayed with empty rows...
by joesat
Thu Oct 11, 2007 11:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling with Date column
Replies: 4
Views: 1369

Null handling with Date column

Hi, I am trying to redesign a Cosort program into PX. Right now I am checking out the metadata details. The input file has a date column which can have null values. As reported in different topics in this forum, I set the metadata as Date(10) with Nullable property to 'Yes' and the Null Field Value ...
by joesat
Tue Sep 18, 2007 11:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replicating Syncsort in PX
Replies: 4
Views: 1425

We are using a two node configuration. And like I had mentioned earlier, the sort stage uses hash partitioning and the remove dups stage uses 'same' partitioning.
by joesat
Tue Sep 18, 2007 10:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replicating Syncsort in PX
Replies: 4
Views: 1425

Stefan, by 'inserted sort' do you mean the 'perform sort' option within the sort stage and the remove dups stage? If that is so, yes I have disabled them. And yes I have used the keys in the order that you have shown. I guess the warnings are not an issue. The problem is that the sorted data is jumb...
by joesat
Mon Sep 17, 2007 11:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replicating Syncsort in PX
Replies: 4
Views: 1425

Replicating Syncsort in PX

I have to replicate the following scenario in DataStage. There is a sequential file which has been sorted using five different keys in descending order using a SyncSort program. The output of this file is given to another SyncSort program which uses three keys (these three are part of the five used ...
by joesat
Mon Sep 17, 2007 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Case Study with SyncSort
Replies: 0
Views: 494

Case Study with SyncSort

I have to replicate the following scenario in DataStage. There is a sequential file which has been sorted using five different keys in descending order using a SyncSort program. The output of this file is given to another SyncSort program which uses three keys (these three are part of the five used ...
by joesat
Fri Sep 14, 2007 7:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Memory size for Decimal and Numeric types
Replies: 1
Views: 1000

Memory size for Decimal and Numeric types

According to the DataStage PX documentation, the size for Double is 8 bytes, Float is 4 bytes. What is the storage szie for Decimal and Numeric types? And what is the range for these types?
by joesat
Wed Sep 05, 2007 3:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: import error and no default value for only one column?
Replies: 10
Views: 8131

so what exactly is the difference between a NULL field and an EMPTY field? For example, my record looks like this in a sequential file: 10.00||20.00 where all the fields are decimal values. But when I use the View Data option in Datastage, the record is displayed as 10.00 NULL 20.00 So how does one ...