Search found 22 matches

by vgundavarapu
Wed Jul 26, 2017 5:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job design - compare rows between datasets
Replies: 1
Views: 1997

Job design - compare rows between datasets

Hi I need a feedback on job design Where I have a requirement to compare two Rows between two datasets and return all rows from one dataset indicating which one matched. . Example Datasets A Id code 1. 1640. 2. 1427. Datasets B I'd. First code. Seccode. Third code fourthcode 1. 1427. 8200. 8000. 500...
by vgundavarapu
Fri May 05, 2017 9:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job design
Replies: 5
Views: 3986

Job design

Hi

I have requirement where I load data into target
Without landing data into datasets I have to load to fact table
With 10 lookups and 10million records how can we achieve this

We don't have enough space on dataset directories

Thks
by vgundavarapu
Tue May 27, 2014 11:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to make rows based on one column values
Replies: 4
Views: 2307

How to make rows based on one column values

Thank you very much. the sample code is working fine for me.


Thanks,
Ven
by vgundavarapu
Tue May 27, 2014 7:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to make rows based on one column values
Replies: 4
Views: 2307

Re: How to make rows based on one column values

Thank you very much for your reply.

Do you have any sample code for Transformer loop and Field function for your suggested solution.




Thanks,
Ven
by vgundavarapu
Tue May 27, 2014 3:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to make rows based on one column values
Replies: 4
Views: 2307

How to make rows based on one column values

Hi All, I have csv file as given below and I need to make csv file like example below, so could you please provide me idea how to get it using DataStage job stages. CSV File: EmpId EmpName KeyWords 100 Rick "Update,Delete" Basically KeyWords needs to be put into separate rows as shown in t...
by vgundavarapu
Wed May 14, 2014 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 256)
Replies: 5
Views: 5397

Parallel job reports failure (code 256)

Actually the stage name: DB2 UDB Load stage. Sorry for wrong name.

I am basically creating Datafile, control file and batch file using this stage, so that we can load the data into DB2 table later using this script and data files.



Thanks,
Venkata
by vgundavarapu
Wed May 14, 2014 1:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 256)
Replies: 5
Views: 5397

Re: Parallel job reports failure (code 256)

Hi All, I am getting the following error when I am running DS Job with DB2 USB Load Stage with create data file and load script, so could you please let me know if you have solutions. DB2 USB Load Stage is creating the issues and it looks to me that some environment variables are missing as per the ...
by vgundavarapu
Wed May 14, 2014 12:36 pm
Forum: General
Topic: Unzip a file in Linux from DataStage Execute Command
Replies: 4
Views: 2596

Unzip a file in Linux from DataStage Execute Command

Thank you Craig,

The following option is working fine for me.

Use the -d option to specify the target directory.


Thank you again.





Thanks,
Venkata
by vgundavarapu
Wed May 14, 2014 9:12 am
Forum: General
Topic: Unzip a file in Linux from DataStage Execute Command
Replies: 4
Views: 2596

Unzip a file in Linux from DataStage Executive Command

I didn't get any error. It is saying that it is processed.


Thanks,
Venkata
by vgundavarapu
Wed May 14, 2014 7:44 am
Forum: General
Topic: Unzip a file in Linux from DataStage Execute Command
Replies: 4
Views: 2596

Unzip a file in Linux from DataStage Execute Command

Hi All, I am trying to unzip a file (sample.zip) in Linux server from DataStage using the following command, but it is not unzipping and I am not getting any error. Basically I need to unzip any kind of compressed file. I can go with any kind of options. Please help me on this. ex: unzip /data/sampl...
by vgundavarapu
Wed May 14, 2014 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 256)
Replies: 5
Views: 5397

Parallel job reports failure (code 256)

Thank you for your reply.

This error is getting when use the DB2 USD Load stage to create data file and control files.

First time I am using this stage.

Thank you in advance for any kind of help.



Thanks,
Venkata
by vgundavarapu
Mon May 12, 2014 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 256)
Replies: 5
Views: 5397

Parallel job reports failure (code 256)

Hi All, I am getting the following error when I am running DS Job with DB2 USB Load Stage with create data file and load script, so could you please let me know if you have solutions. Parallel job reports failure (code 256) JVMDUMP006I Processing dump event "abort", detail "" - p...
by vgundavarapu
Tue Apr 22, 2014 5:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read whole XML file as a string and in DataStage.
Replies: 7
Views: 5643

How to read whole XML file as a string and in DataStage.

Hi Craig,

It's OK for me.

I have read online documents since morning as you mentioned, but I didn't find the correct solution so far.

I need to one thing is how to read whole XML file as String.


Thanks,
Venkata
by vgundavarapu
Tue Apr 22, 2014 3:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read whole XML file as a string and in DataStage.
Replies: 7
Views: 5643

How to read whole XML file as a string and in DataStage.

Thank you for your quick reply. I am using XML stage currently. I have read that online document, but they didn't mentioned exactly how to read whole XML file and map to one column. They only talked about retrieving two flat files and composed as XML file and load into DB2 table. In my case, I have ...
by vgundavarapu
Tue Apr 22, 2014 3:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read whole XML file as a string and in DataStage.
Replies: 7
Views: 5643

How to read whole XML file as a string and in DataStage.

Hi All,

I have XML file, so I need to read whole XML file as a string and map to one output column in DataStage. I have tried no. ways, but no luck. Please help on this.


Thanks,
Venkata