Search found 149 matches

by hitmanthesilentassasin
Thu Mar 18, 2010 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: bittest function in parallel jobs
Replies: 2
Views: 2071

bittest function in parallel jobs

Hi,

is there a function similar to bittest in parallel? if yes, then what is it?

Thanks,
by hitmanthesilentassasin
Wed Mar 10, 2010 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to remove header and trailer from records.
Replies: 27
Views: 14858

you have to define that in the filter option of the sequential file stage.
by hitmanthesilentassasin
Wed Mar 10, 2010 9:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to remove header and trailer from records.
Replies: 27
Views: 14858

try this in your filter option of either sequential file or cff.

Code: Select all

 sed '1d;$d' 
or

Code: Select all

 sed '/HDR/d; /TRL/d'
by hitmanthesilentassasin
Wed Mar 10, 2010 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to populate low values
Replies: 6
Views: 2396

thanks for the reply. Can I use \X00 value in transformer or define \x0000 in the null field value and define the character set as ebcidic in the sequential file stage to populate 4 0's in the hex format?
by hitmanthesilentassasin
Wed Mar 10, 2010 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to populate low values
Replies: 6
Views: 2396

well, I am not able to find the option where I can define the value as hex in the complex flat file stage. Please help me find that?
by hitmanthesilentassasin
Fri Mar 05, 2010 9:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to populate low values
Replies: 6
Views: 2396

thanks for the reply arndw 1. well, I want to set default of low value(0) wherever I have to write null. this would inturn be used in main frames. to load in a database. 2. I have few files for which I am not able to determine how to read the data. the data format is signed packed hex data that I am...
by hitmanthesilentassasin
Fri Mar 05, 2010 6:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to populate low values
Replies: 6
Views: 2396

How to populate low values

I have below mentioned 2 questions. could some one please be kind enough to help me understand and solve the issue? 1. I am not sure how to populate the 0's as the low values. using the datastage. the field is of type pic x(004). 2. is there a way to find the nls format without actually knowing the ...
by hitmanthesilentassasin
Wed Jan 06, 2010 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: exchanging values between current record and next record
Replies: 1
Views: 822

exchanging values between current record and next record

Hi I have few questions. Please let me know your thoughts about the below metioned approaches. 1. there would be a source file XXXX which has to be split into 1000 different parts. for each part there is a column key_id which is generated as a sequence number. However the starting value of the seque...
by hitmanthesilentassasin
Wed Apr 01, 2009 8:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Different ways to recover scd type 2 data load failure
Replies: 4
Views: 1840

I am more looking into multiple options from which we can decide from what suits best for our needs. Probably a some web link reference will also give me a starting point as I am not able to find the right web site which describes recovery options
by hitmanthesilentassasin
Wed Apr 01, 2009 12:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Different ways to recover scd type 2 data load failure
Replies: 4
Views: 1840

I meant reverting the table to the state that it was before the job load started.
by hitmanthesilentassasin
Wed Apr 01, 2009 11:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Different ways to recover scd type 2 data load failure
Replies: 4
Views: 1840

Different ways to recover scd type 2 data load failure

Hi , We have implemented scd type 2 functionality using datastage px jobs. However, We would like to automate the recovery of the data when job fails in between the load. Could you please suggest me the different possible methods? and we should be ok even if we have to go beyond ds like using a shel...
by hitmanthesilentassasin
Mon Jun 30, 2008 11:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to read the data properly
Replies: 1
Views: 1129

yes, you are right. I have declared both the fields as varchar(10). However, to test i have also tried integer for the first field and date for the second field.
by hitmanthesilentassasin
Thu Jun 26, 2008 3:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conductor node, Section leader and player help
Replies: 6
Views: 2982

I am looking for an answer something similar to the above one. But, he doesnt seem to be confident. can some one confirm it?
by hitmanthesilentassasin
Thu Jun 26, 2008 12:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conductor node, Section leader and player help
Replies: 6
Views: 2982

Conductor node, Section leader and player help

Hi,

Could some one please help me arrange the hierarchy of Conductor node, Section leader and player in the image.

Thanks for the help

Image
by hitmanthesilentassasin
Tue Jun 17, 2008 12:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to add environment variables?
Replies: 7
Views: 2804

Hey Chulett and deanwalker first Apologies if you felt i was arguing. My first understanding was they are system defined. anyways, let me try to define them and check. Ill post the result what i get when i am done.