Search found 35 matches

by vkhandel
Wed Oct 06, 2010 1:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between the parameter and parameter set
Replies: 2
Views: 3994

Re: Difference between the parameter and parameter set

parameter set is new functionality provided starting with v8x , wherein we can define a group of parameters as a "parameter set" at project level, and then can use that set in all of the jobs of concerned project. Thereby eliminating the need of defining the parameters in each job specific...
by vkhandel
Wed Oct 06, 2010 12:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split one row in multiple based on identifier
Replies: 6
Views: 3638

Is it confirmed that after first occurrances of "B" there would not be any occurrance of "A"? If that's the case, then you can use the Index() function in transformer to get the position of first occurrance of "B", and then use that to cut the input string into 2 column...
by vkhandel
Tue Oct 05, 2010 12:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passeing value to $APT_CONFIG_FILE at run time
Replies: 3
Views: 2398

Re: Passeing value to $APT_CONFIG_FILE at run time

dsjob -run -param '$APT_CONFIG_FILE'='/opt/IBM/InformationServer/Server/Configurations/${file_name}.apt'
by vkhandel
Fri Aug 06, 2010 2:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User-defined update statement in DB2 UDB API Stage
Replies: 3
Views: 3341

Thanks for the suggestion "Kris". That didn't worked though .. :((
As a workaround, I am updating table by generating UPDATE statements at run-time for each target table and directly executing them from UNIX.
by vkhandel
Tue Aug 03, 2010 10:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User-defined update statement in DB2 UDB API Stage
Replies: 3
Views: 3341

User-defined update statement in DB2 UDB API Stage

I have a requirement wherein I have to update the DB2 (on AS400) tables from the input dataset by passing the update statement as parameter. The input dataset schema is like - COL1, COL2, COL3, KEYCOL1, KEYCOL2, KEYCOL3 And say the target table schema is like - COLA, COLB, COLC, KEYCOLA, KEYCOLB, KE...
by vkhandel
Sun Jul 04, 2010 11:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File name in the reject link
Replies: 3
Views: 2350

Re: File name in the reject link

I have verified the solution. You could read the files using file-pattern and then reject using Column Import stage. You must get the file-names in reject from column import stage.
by vkhandel
Wed Jun 30, 2010 5:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File name in the reject link
Replies: 3
Views: 2350

Re: File name in the reject link

Hi All, I am using file pattern in sequential file to capture the data.I have a file name column to which populate the name of the file it is extracting.My problem is the reject link data is not showing the file name. How do I know which file is rejecting the data if file name is not populated in r...
by vkhandel
Fri Jun 11, 2010 7:32 am
Forum: General
Topic: Date columns in parallel job behaving peculiarly
Replies: 8
Views: 3939

I would suggest you to read DATE columns as VARCHAR (SQL Server stores date values in default format "%dd-%mm-%yyyy"), convert them in date using transformer and then load in ORACLE.
by vkhandel
Tue May 04, 2010 4:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Txt file tab problem
Replies: 3
Views: 1711

Re: Txt file tab problem

u can remove the tabs using "TR" command.

tr -d '\t' < {input file name} > {outut file name}
by vkhandel
Thu Mar 04, 2010 2:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extract data from a Database Field
Replies: 17
Views: 8630

The logic could be implemented in a transformer stage using stage variables as explained below - Suppose the input column name is "A" storing the entire string, i.e., "Austin+Texas;Blue+Sky;air-baloon+ride;Laptop+Pad;Grass+Green;Deep+; " Stage variable: SVarIndexString Derivation...
by vkhandel
Tue Jan 05, 2010 5:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregation
Replies: 2
Views: 1424

Re: Aggregation

Sorry for the copy/paste error ...
for C and D, you should use the following function -

Column for calculation = C
Minimum Value output column = C
Column for calculation = D
Minimum Value output column = D
by vkhandel
Tue Jan 05, 2010 5:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregation
Replies: 2
Views: 1424

Re: Aggregation

Have you tried using the "Aggregator Stage"? You can Hash/sort in input of Aggregator Stage on field "A", and then you can specify following properties in the stage --- Grouping key = A Aggregation type = calculation Column for calculation = B Sum output column = B Column for cal...
by vkhandel
Fri Oct 23, 2009 12:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared container related pop up message
Replies: 5
Views: 2513

Re: Shared container related pop up message

As a test, I converted the shared container to local, and it works correctly.
by vkhandel
Fri Oct 23, 2009 12:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared container related pop up message
Replies: 5
Views: 2513

Re: Shared container related pop up message

We are working on DataStage V 8.0.

We have not yet contacted official support provider.
by vkhandel
Fri Oct 23, 2009 12:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared container related pop up message
Replies: 5
Views: 2513

Re: Shared container related pop up message

Have you find any solution to your problem?
We are also facing the same issue.