Search found 6 matches

by spallam
Tue May 20, 2008 3:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Abort/Fail PX job
Replies: 6
Views: 2521

How to Abort/Fail PX job

Thanks Ray.world..

As u said we always strive to create jobs that do not abort , but unfortunately our requirement is quite opposite for a particular(single job).



Once again thanks for your helpul guidence.....


regards
Sai
by spallam
Tue May 20, 2008 12:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Abort/Fail PX job
Replies: 6
Views: 2521

How to Abort/Fail PX job

Hi All,

Please guide me about how to abort or fail a PX job based on particular condition not mets in the source file data while job is running .

As in server jobs we have facility to useUtilityWarningToLog . Same way is there any facility available in PX jobs?



regards
Sai
by spallam
Tue May 20, 2008 12:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: scd type 2 implementation!!
Replies: 10
Views: 4819

Above Casestudy can be solved by using stage variables/routines Job flow will be as below: source----->sort stage---->transformer----target Above in the Sort stage do sort the start_date as desc, contrid as asc(based on the key columns). In XFM use the stagevariables accordingly .............. *Note...
by spallam
Fri Nov 23, 2007 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion of Varchar(yymmdd) to timestamp
Replies: 1
Views: 1006

Conversion of Varchar(yymmdd) to timestamp

Hi All, In sequential file(source) ,one of the column is of varchar adatatype and sample data comimg is 071109 which represents 07 is year,11 is month ,09 is day. The requirement is to load the above column data into oracle table and the dataype is timestamp in table. Case: 1 Using ----StringToTimes...
by spallam
Thu Nov 01, 2007 12:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OCI stage as hash file in server job
Replies: 1
Views: 1044

OCI stage as hash file in server job

Hi all, How to implement the below mentioned in PX job using OCI/..which satges In server job a hash file created from table(AMALGT) is been used in a particular job as lookup hash file and also the same hash file as one of the target for inserting new found datafrom aparticular field.(i.e used dyna...