Search found 73 matches

by pkll
Fri Jun 23, 2017 6:46 am
Forum: General
Topic: datastage accelerator for datastage coding standards?
Replies: 4
Views: 3384

We might need XMETA table names to fetch stage names,link names used as part of each jobs.And also jobs part of each sequence.
(based on the names given to each,we need to validate if required naming standards had been followed.)
by pkll
Fri Jun 23, 2017 4:04 am
Forum: General
Topic: datastage accelerator for datastage coding standards?
Replies: 4
Views: 3384

datastage accelerator for datastage coding standards?

Hi All,

Do we have any idea how to build a data stage accelerator for data stage coding standards?

Thanks for advanced help...
by pkll
Thu May 25, 2017 4:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to add Carriage return in the swift file
Replies: 2
Views: 2403

How to add Carriage return in the swift file

Hi All,

Can you please explain how to Add Carriage return in the swift file in data stage?

Thanks for your Advanced Help :D :D
by pkll
Tue Feb 21, 2017 4:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Columns dynamically from sequential file and masking
Replies: 5
Views: 2986

Columns dynamically from sequential file and masking

Hi All, I have below requirement.Please help me how to resolve? Picking the columns dynamically from sequential file and masking the data. Example: File contains 20 columns out of these 20 columns i need to mask the data for the columns 4,7,13,19. Next run same file contains 50 columns out of these ...
by pkll
Mon May 25, 2015 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex flatfile warning
Replies: 5
Views: 3665

chulett wrote:Your metadata doesn't match what it found in the file. Perhaps your EOR setting?
Yes it is working properly.....In meta data total length is 160 .but, data file length is 161 charactes.
now it is working .....
by pkll
Mon May 25, 2015 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage requirement?
Replies: 2
Views: 2169

Thanks for your reply....working fine.
by pkll
Sun May 24, 2015 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage requirement?
Replies: 2
Views: 2169

datastage requirement?

Hi all,

in data stage i have one requirement.
In data stage i have to assin if

Monday = A or
Tuesday = B or
Wednesday = C or
Thursday =D or
Friday = E or
Saturday = F or
Sunday = G.

Let me know how to find today is monday or tuesday or ........Sunday.

Thanks for your advanced help....
by pkll
Thu May 21, 2015 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Complex flatfile warning
Replies: 5
Views: 3665

Complex flatfile warning

HI All,

I am getting below warning message.Let me know how to resolve warning

Import consumed only 460bytes of the record's 461 bytes (no further warnings will be generated from this partition)

My source is Complex flatfile and fixed with data.
by pkll
Wed Mar 18, 2015 5:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Node Configuration Clarification?
Replies: 2
Views: 1854

Dataset Node Configuration Clarification?

Hi All, i have one doubt... 1.I have two jobs , first job output(dataset) is second job input.If i will execute first job is eight nodes and second job is two nodes, second job will execute with out warnings or not? 2.I have two jobs , first job output(dataset) is second job input.If i will execute ...
by pkll
Thu Sep 04, 2014 7:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unknown error in Datastage
Replies: 7
Views: 10285

Thanks for all replies...

I got solution.

After I added APT_NO_IOCOMM_OPTIMIZATION environment variable it is working fine...
by pkll
Wed Sep 03, 2014 5:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unknown error in Datastage
Replies: 7
Views: 10285

Hi Priyadarshi kunal, I am using 9.1 version.I am getting this error only one job when I am using multi node configuration. Could you please let me know in which situation this error will come. I have not faced this error previously. Anyone please help me how to resolve this error... Thanks in Advan...
by pkll
Tue Sep 02, 2014 3:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unknown error in Datastage
Replies: 7
Views: 10285

Unknown error in Datastage

Hi All, I am getting below error. APT_IOPort::readBlkVirt: read for block header,partition 0,[fd,5], returned-1 with error 10,054(Unknown error). When I executing job with single node I am not getting any error or warning messages.But, when I am executing four nodes I am getting above fatal error.Bu...
by pkll
Tue Aug 26, 2014 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert INT to TINY INT in datastage?
Replies: 2
Views: 5345

convert INT to TINY INT in datastage?

Hi All, My source column datatype is INT 2 and My output column datatype is TINY INT 3 when I execute job I am getting below warning message. Implicit conversion from source type int8 to result type uint8 possible range limitation Please advice me how to convert INT to TINY INT in datastage? Thanks ...
by pkll
Tue Aug 05, 2014 10:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Logic?
Replies: 3
Views: 3055

Transformer Logic?

Hi All, I have some records in EFF_DATE column. In this i have some NULL values and '0001-01-01' and '1559-01-01' records and i have some after 1990's records. if date > 1800 i need to pass same input date value. if date is NULL value i need to pass Null value only.when date is '0001-01-01' and '155...
by pkll
Mon Aug 04, 2014 3:40 am
Forum: General
Topic: ODBC ISSUE(Datetime field overflow)
Replies: 7
Views: 4909

Thanks Eric,

Right now it is working fine .In my date field three values are coming before 1753.
After I wrote constrain in Transformer Stage it is working fine.


Thanks for all replies!!!