Search found 5 matches

by chakkara
Tue Jul 24, 2018 11:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieval of Pivotal Column values
Replies: 1
Views: 1472

Retrieval of Pivotal Column values

I got a requirement to convert columns into rows and then based on column names set default values corresponding to key. Tried using vertical pivot option in pivot enterprise but not able to compare the name values to set default value Below is the example : Input : Key Name 1 ABC 1 DEF 1 GHI 1 JKL ...
by chakkara
Thu Jul 19, 2018 11:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shifting and Truncating
Replies: 3
Views: 2570

Shifting and Truncating

Hi folks,

I have an input file which has 5 digit chars.

My requirement is to pad a character at the left most position and truncate the right most one. kindly suggest how to achieve this

Ex :

Input

1,ABCDE

Output:

1,SABCD
1,SSABC
1,SSSAB
1,SSSSA
1,SSSSS
by chakkara
Sun Jul 01, 2018 2:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Parameter Usage in Parallel job
Replies: 2
Views: 2428

Date Parameter Usage in Parallel job

I have a requirement to pass timestamp value which I got it from unix command in sequence job. One of the parallel jobs required parameter to be passed into it. But sequence job got failed because of Invalid param/limit value. Kindly suggest how to handle this scenario and pass date time value. Valu...
by chakkara
Fri Jun 29, 2018 9:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copying Header Record Count to Detail
Replies: 3
Views: 2297

Re: Copying Header Record Count to Detail

Please help me and provide permanent solution to handle this requirement.
by chakkara
Thu Jun 28, 2018 7:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Copying Header Record Count to Detail
Replies: 3
Views: 2297

Copying Header Record Count to Detail

Hi All, I have a requirement to copy header count and paste it in its detail records.I need logic to create col4 based on header. I tried splitting header and detail records and did left outer join with detail record link as primary. I did find duplicates and it got cross joined. Note : My file cont...