Search found 5168 matches

by kumar_s
Fri Oct 13, 2006 7:12 am
Forum: General
Topic: Dynamic Meta Data
Replies: 6
Views: 3490

If only the newly added columns need to do lookup or transformation, you can try with lot of pre scripting. Just have three delimiterd varchar column defined in job. Spot the added column by script and add delimiter only that column and concatinate or add different delimiter to the rest of the colum...
by kumar_s
Fri Oct 13, 2006 7:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate Column value
Replies: 12
Views: 3664

Work out in reverse order. Sort it in desending.
You can do this using some stage variable in transformer.
Something like this,

Code: Select all

Initialize variable
Prev_b = ''
val_b = NULL


val_b = If Prev_b = Link.b Then val_b Else Prev_b
Prev_b = Link.b

Asign val_b to d.
by kumar_s
Fri Oct 13, 2006 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Designing a Generic Datastage job for multiple input sources
Replies: 8
Views: 7402

what is the desinged that you followed to create a uniform staging file?
Will seperate file stage look for each file?
If so to a touch in before job subroutine on each file before starting. So that, even if that file not present, the job can run with processing the empty file.
by kumar_s
Fri Oct 13, 2006 6:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Staging area
Replies: 14
Views: 3942

Best to have a Center Stage, with inner join on the Pacific.
by kumar_s
Fri Oct 13, 2006 6:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Designing a Generic Datastage job for multiple input sources
Replies: 8
Views: 7402

Welcome to Dsxchange!!!

You can schedule the job with a frequent interval, which actually first looks for the availability for all the files. If not quits after the check. If found, proceeds the process. :D
by kumar_s
Fri Oct 13, 2006 6:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: request with date of day
Replies: 13
Views: 5040

Check if dt_saisie has data for current data and for the given condition.
by kumar_s
Fri Oct 13, 2006 6:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Backup copies creations with After job subroutines
Replies: 13
Views: 3598

Strange to see file names declared in Administrator.
Reg txt, dont declare .txt in variable declaration.
eg: #$first_out# = first

cp #$OutputPath##$first_out#.txt #$OutputPath##$first_out#_`date +%Y%m%d`.txt
by kumar_s
Fri Oct 13, 2006 5:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Staging area
Replies: 14
Views: 3942

One disadvantage of stage left is that, it need to do a clean and boost up for every saturday nights.
by kumar_s
Fri Oct 13, 2006 5:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to create a customized report
Replies: 4
Views: 1450

What is the customization you are expecting?
by kumar_s
Fri Oct 13, 2006 5:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Backup copies creations with After job subroutines
Replies: 13
Views: 3598

No Need to hardcode, you parameter will work as it is. Avoid the $, unless given in the variable name.

cp #InputPath##first_in# #OutputPath##first_out#
by kumar_s
Fri Oct 13, 2006 5:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: passing arguments to the stored procedure in DS
Replies: 5
Views: 2157

Select the table that contain the policy_no thorugh a oracle stage and link it to the ODBC stage which calls the stroed procedure. The output of the OCI will the input for the ODBC.
by kumar_s
Fri Oct 13, 2006 5:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort: Input column does not promote to output column
Replies: 3
Views: 1433

Is all you input columns been propagated to output of the SORT stage. If you want to select only the required column, use transformer stage.
by kumar_s
Fri Oct 13, 2006 5:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row count
Replies: 5
Views: 1247

If you want to calculate the ouput record to seq file1 or seq file2, use @OUTROWNUM. If you want to get the count on total record that extracted by oracle stage, use @INROWNUM.
by kumar_s
Thu Oct 12, 2006 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: EBCDIC to ASCII Conversion
Replies: 7
Views: 1565

CFF stage is built effeciently to handle this type of data. If you able to provide the layout or the copybook, it will be easiest for you.
by kumar_s
Thu Oct 12, 2006 7:19 am
Forum: General
Topic: Release Note for 8.0
Replies: 10
Views: 5788

I couldnt check Vincent's recent blog related to TubeCast with my 64Kbps. I guess its something related to this release that too by next few months.