Search found 32 matches

by AshishDevassy
Tue Mar 31, 2015 9:24 am
Forum: General
Topic: DB2 CONNECTOR - Without Cataloging
Replies: 4
Views: 2035

ODBC connector.
But in order to do that you will need an entry in the ini file.
by AshishDevassy
Tue Mar 31, 2015 8:05 am
Forum: General
Topic: Add Parameter - Script
Replies: 8
Views: 4463

Here is what you can try. Take the DSX of all the jobs. If you open the DSX in the edit mode the section of declaration of Parameter sets is towards the beginning (and its a standard kind of declaration). You can probably write a simple shell script to edit the DSXs and add these lines. Hopefully th...
by AshishDevassy
Thu Mar 26, 2015 2:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output Stage formatting issue
Replies: 2
Views: 1878

Do you have an xsd for this output ?
by AshishDevassy
Thu Mar 26, 2015 9:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find out the bytes moved by a datastage job
Replies: 13
Views: 9180

for example
Table A - Bytes per record 100
No of records loaded last night 500
bytes loaded - 50000

That's the best that I can think of ...
by AshishDevassy
Thu Mar 26, 2015 8:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Add column to input
Replies: 13
Views: 5623

Is there a reason that you dont wish to use transformer ?
by AshishDevassy
Thu Mar 26, 2015 8:03 am
Forum: General
Topic: SQL Server: Importing Table Definitions.
Replies: 2
Views: 2572

Yea You will need to create an odbc entry for the databases that you want to import the tables from.
by AshishDevassy
Thu Mar 26, 2015 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find out the bytes moved by a datastage job
Replies: 13
Views: 9180

Yea What Ray said was more or less a last resort.. The reason behind this exercise is to see the amount of data that we are moving using ETL. Management request :) And it had me curious too I generated a performance Report for a job and That had a chart which had a bytes used by the job (doesn't loo...
by AshishDevassy
Wed Mar 25, 2015 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find out the bytes moved by a datastage job
Replies: 13
Views: 9180

How to find out the bytes moved by a datastage job

Hey
I need to see how many bytes are moved by the data stage jobs.

tried a few Environment variables
like cc_msg_level
and some APT variables , no luck.
The job logs just show the record counts.

Is there any way ?
by AshishDevassy
Wed Mar 18, 2015 12:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting VarChar into Oracle Timestamp (Date)
Replies: 5
Views: 2626

alright.
Here's what you can try.
Read the data as varchar. Use transformer to extract the data before the ' ' and then use type conversion function to change it to date.
by AshishDevassy
Wed Mar 18, 2015 10:42 am
Forum: General
Topic: Unable to add new parameters to a dsx
Replies: 14
Views: 8684

Oh. OK I thought I read $APT variable -0 assumed user was talking about the adding the admin variables to the job. NVM
by AshishDevassy
Wed Mar 18, 2015 10:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting VarChar into Oracle Timestamp (Date)
Replies: 5
Views: 2626

If its 'MM'/DD/YYY HH:MI shouldn't the data be 06.14.2014 16:07 ?
by AshishDevassy
Wed Mar 18, 2015 9:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Node Configuration Clarification?
Replies: 2
Views: 1925

You should be fine either ways.
by AshishDevassy
Wed Mar 18, 2015 9:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Format of decimal value in sequential files
Replies: 6
Views: 3296

if nothing works.

Split the input decimal number into 2 (delimit on decimal point). 1.signficand 2.mantissa

Leftpad the significand and right pad the mantissa with zeroes (length as pr requirement) and then concatenate the two.
by AshishDevassy
Wed Mar 18, 2015 9:44 am
Forum: General
Topic: Unable to add new parameters to a dsx
Replies: 14
Views: 8684

@kiran_h Yes it is doable , But the manual additions are not straight forward. For Environment variables its more complicated and for parameter sets its less so. For Parameter Sets you may just need to add a bunch of statements towards the declaration section of the DSX but for the ENvironment varia...
by AshishDevassy
Tue Mar 17, 2015 1:40 pm
Forum: General
Topic: Unable to add new parameters to a dsx
Replies: 14
Views: 8684

Re: Unable to add new parameters to a dsx

Try the same process but instead of the taking a standard dsx may be try with the XML option. I ll try and replicate the this here. WIll let you know what I find POST - edit So I did this experiment at my end. Simple job. Took the dsx , changed the job took the dsx (added an environment variable and...