Search found 3 matches

by Noozeethullah
Thu Apr 05, 2012 1:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job design
Replies: 6
Views: 3282

Job design

Hi guys I am stuck up with the job design for the below sql queries. Please help:

select empno from emp_1 minus select empno from emp_2;

I need the emp_1 rejected empno into the target file
by Noozeethullah
Tue Mar 20, 2012 11:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data masking
Replies: 4
Views: 2448

Thanks craig,Eric and Ray. Encyrption done by unix script by unix team. Thanks once again for swift reply.
by Noozeethullah
Tue Mar 20, 2012 7:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data masking
Replies: 4
Views: 2448

Data masking

Hi all, This is about encrypt the data for given particular data.

For ex: I have 5 columns: Cust_Name, Address, Amt, designation and DOB. From the above 5 columns i need Cust_Name and Address data to be encrypted. I use 8.1 version. How I can achieve it in DS?