Search found 42 matches

by jayantthakore
Wed Feb 01, 2006 11:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DATASTAGE SEQUENCER
Replies: 5
Views: 4026

DATASTAGE SEQUENCER

Hi,
Prety simple one for all of you..........

If the sequence of job abort in some middle stage of the sequencer.Wat setting need to be done to restart the job from that point only after rectifying the error.

Thanks
Jayant
by jayantthakore
Fri Jan 06, 2006 5:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing parameters through a file
Replies: 11
Views: 4599

Yaa its possible you need to have a shell Script which read a file which have all your job parameter values.
Now call this shell script from the before job subroutine promt to get the values.

Hope you r getting me....!!!!!!!!!!!!
by jayantthakore
Fri Jan 06, 2006 5:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cofigaration File
Replies: 2
Views: 1125

Cofigaration File

Hi,
Can anyone provide me information on how to read a Cofig File .Some link or some material on that.Plus i would like to know more on the following Configuration: processing nodes, node pools, resources, resource pools
by jayantthakore
Fri Jan 06, 2006 4:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing parameters through a file
Replies: 11
Views: 4599

hii,
You can do it on the Unix prompt throgh a shell script..............
You will have a file which will contain all the parameters in the same order as the job..
In the Before job Subroutine you can call this file to assign the values to the parameter.
by jayantthakore
Mon Jan 02, 2006 10:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Warning
Replies: 1
Views: 1031

Transformer Warning

Loading to Db2 API Stage.
I am getting warning in thew transfor stage saying:
Error in Assignment.

Can anyone tell me.
Wat kind of error this is.....??
by jayantthakore
Fri Dec 23, 2005 2:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RANDOM SURROGATE KEY
Replies: 7
Views: 4450

RANDOM SURROGATE KEY

Hi, I am generating unique key in transformer on the basis of @NUMPARTITION and @PARTITIONNUM . Though it is generating unique keys but the order is random.Cause more columns are passing throgh 1 node.Its a 5 node file. I have tried RoundRobin partition also. Nothing happening!!!!!!! I want to gener...
by jayantthakore
Wed Oct 05, 2005 4:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: READING OSH
Replies: 3
Views: 2404

thanks a lot
by jayantthakore
Mon Oct 03, 2005 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: READING OSH
Replies: 3
Views: 2404

READING OSH

HII,
A SIMPLE ONE
When I do sort on the link the osh reads:

tsort -key ARR_ID_AUDIT -cs -asc -key OBAL_WORK_OF_DT -cs -asc -key OBAL_SYS_ID -cs -asc -key OBAL_BAL_CD -cs -asc -nonStable.


what does this -cs means.
I am unable to understand.
thanks
Jayant
by jayantthakore
Tue Sep 27, 2005 5:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Max Value in date column
Replies: 10
Views: 6682

Max Value in date column

Hii all,
I have a column which has date value [SAMPLE(1900-01-01)] in a character (10) field.I have to find the max date out of this column.Max function is not working. Can you help me on this

thanks
Jayant
by jayantthakore
Mon Sep 12, 2005 10:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal to String Conversion
Replies: 5
Views: 3341

I am viewing the correct file. The data I view is "^L?" for a field "23.4". .Delimiters are also in place to view it as a CSV. I have tried the String to Decimal format.Can you give the complete format to be written. Wat is the function used in a modify Stage?? Thanks for respons...
by jayantthakore
Mon Sep 12, 2005 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal to String Conversion
Replies: 5
Views: 3341

Decimal to String Conversion

Hii, I have 3 decimal fields and all other are char fields.When i view it in unix it give garbage in all decimal field and other char fields are fine.When I view the file in Datastage Sequential File Stage I view all the records properly.I think the problem is in Decimal fields,So i put the Decimalt...
by jayantthakore
Wed Aug 31, 2005 4:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning - "User inserted sort"
Replies: 4
Views: 6773

Hi,

Are you changing the name of the Sort key Column and then using it for Aggregation?
You might get this warning if the Sort and Aggregating keys are different or are not in same order.

Thanks
regards
Jayant
by jayantthakore
Wed Aug 10, 2005 2:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null detection after joiner
Replies: 10
Views: 7330

Hii Kumar, Wat I concluded from your situation is that.......... You need to put a constraint and find which record is a copy, or which need to be edited, or dropped. You can check key column it and assign a stage variable as 1 if the record is new. If key matches club all non key columns and then c...
by jayantthakore
Wed Aug 10, 2005 2:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wrapper problem
Replies: 3
Views: 1312

I have donr that too........
But it is of no use ...........
I msde a new wrapper but the same problem exist.........
by jayantthakore
Mon Aug 08, 2005 11:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wrapper problem
Replies: 3
Views: 1312

Wrapper problem

hii, I am generating a simple wrapper to sort two files and give output on a single file.I am generating the wrapper.Noting happens.But it doesn't pop up any window stating successful generation of wrapper or the error. But when i implement it in the job. It throws a error main_program: Could not lo...