Search found 98 matches

by iwin
Sun Jun 15, 2008 7:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Raw Data type
Replies: 0
Views: 523

Raw Data type

Hi All,
I am trying to find if a raw data type column has a null value. i cannot find any help in the doc or forum.

Thanks
by iwin
Sat Jun 14, 2008 12:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding if value is null or not in binary data type field
Replies: 0
Views: 575

Finding if value is null or not in binary data type field

Hi all, I am trying to find if the value of a field which is defined as binary data type as column defination is null or not. I tried doing isnull , isnotnull, length=0 or trim(colname)='' in transformer after the join Stage but none is working. Please let me know if u any idea how to handle null in...
by iwin
Wed Jun 04, 2008 4:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic
Replies: 1
Views: 848

Logic

Hi All, I have 3 different links with different column names but all have cust_id as key column and i have to merge them. INPUT: Source link1: Cust_id Col1 Col2 Source link2: Cust_id Col3 Col4 source link3: Cust_id Col5 OUTPUT: Target Link: Cust_id Col1 Col2 Col3 Col4 Col5 Col6 The data can come fro...
by iwin
Tue Jun 03, 2008 4:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Padding Zeros in Modify Stage
Replies: 1
Views: 1008

Padding Zeros in Modify Stage

Hi all,
I am trying to pad zeros to a varchar column, can i do it using modify stage instead of using transformer stage derivation.

Thanks.
by iwin
Tue Nov 20, 2007 7:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log warnings
Replies: 2
Views: 2216

Log warnings

Hey, I am trying to pull data from mainframes to a dataset. I have source then transformer and a dataset in the job design. when i run the job i get the following warnings. Transformer_22,2: APT_Decimal::ErrorBase: From: the source decimal has even precision, but non-zero in the leading nybble, or i...
by iwin
Tue Nov 06, 2007 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Iway -- Import Error
Replies: 1
Views: 959

Iway -- Import Error

Hi, I am importing a mainframe file with iway connector and when i try to view the data i get the following import error: #W IIS-DSEE-TFIG-00201 16:26:49(000) <iWay_Source,0> Field "TRANSACTION_TIME" has import error and no default value; data: {* * * * * *}, at offset: 6 >##E IIS-DSEE-IWA...
by iwin
Fri Oct 26, 2007 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: make_null and substring in modify stage.
Replies: 3
Views: 4298

Hey, Thanks for reply. But the first one ( make_null) doesnt have an input column. @null in server is assigned in transformer when there is no input column present. Which contradictions what u r just said in modify stage make_null(input colum_name). Handle null is used to null the traget value if we...
by iwin
Fri Oct 26, 2007 11:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: make_null and substring in modify stage.
Replies: 3
Views: 4298

make_null and substring in modify stage.

Hi, Can anyone give example of how to use make_null() (replacing @null in server)and substring(replacing trim in server) in modify stage. I tried using them with following examples but its not working: specification= new column=make_null() specification= new column=substring[0,7](old column) thanks ...
by iwin
Thu Oct 25, 2007 11:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage Conversions.
Replies: 4
Views: 1662

Thanks Arnold and Ray,
I did use [] after posting the topic but it didnt work and coming to other 2 columns, please suggest what is wrong. As i did try converting each columns in a seperate job to see what is wrong but i get the same error message.
by iwin
Thu Oct 25, 2007 3:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage Conversions.
Replies: 4
Views: 1662

Modify Stage Conversions.

Hi, I am trying to do 3 conversions on 3 different columns and i am using Modify Stage. 1) trim to 7 characters on CART 2) trim SITE 3) @null on MIN_PRES. Code: CART:string(7)=substring[0,7] (Mat) SITE=string_trim(Plant) MIN_PRES=make_null() I get the following errors after the run. Error: main_prog...
by iwin
Thu Feb 01, 2007 2:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequence Status
Replies: 2
Views: 849

narasimha wrote:Have you checked the "Automatically handle activities that fail" in the Job properties of the Job Sequence?
Ooops I missed it.

Thanks.
by iwin
Thu Feb 01, 2007 2:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequence Status
Replies: 2
Views: 849

Job Sequence Status

Hi, I Have a Sequencer which is scheduled daily and the sequencer runs few jobs. I'm trying to know if a job fails in a sequence then how can we make the status of the sequence as failed. As generally when a job fails in a seqence the log show the status of the job but still sequencer status is succ...
by iwin
Wed Jan 31, 2007 1:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Envirn Variables as Job Parameters
Replies: 3
Views: 882

chulett wrote:Don't declare them, let them 'default'.
I have a job that has only Envir variables as parameters, so i would assume that there should be an empty parameter file for that job.

Thanks.
by iwin
Wed Jan 31, 2007 1:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Envirn Variables as Job Parameters
Replies: 3
Views: 882

Envirn Variables as Job Parameters

Hi Guys, I have a job that has Envir variables declared as parameters in project level and i am now running this job from command line by dsjob which accept parameter file name. So if i declare the all parameters in this file with values , how do i utilize the envir variables as parameters. As the p...
by iwin
Wed Jan 31, 2007 12:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dsjob run Status Code
Replies: 5
Views: 3017

chulett wrote:They can be found in the dsapi.h file under $DSHOME/include:
Thanks Craig. It helps.