IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Data masking by IBM Optim


IBM Mainframe Forums -> DB2
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic :: View next topic  
Author Message
jayaprasad

New User


Joined: 25 Feb 2009
Posts: 2
Location: Bangalore

PostPosted: Fri Oct 07, 2011 1:42 am
Reply with quote

Hi,

We have a below scenario for data masking name filed.
1) John$Doe to be changed to Adam$Sam
2) -John Doe to be changed -Adam Sam

We need few built in functions which can be used to mask a part of name before the special char or either side of the special character.

Currently we are trying to do it uing an EXIT module, but want to avoid writing exit module.

Please suggest an alternative.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Oct 07, 2011 2:02 am
Reply with quote

Hello and welcome to the forum,

Why do you think this is a db2 topic?

What is "IBM Optim"?

You will probably have to write something because external files will also need the same "masking". . .
Back to top
View user's profile Send private message
jayaprasad

New User


Joined: 25 Feb 2009
Posts: 2
Location: Bangalore

PostPosted: Fri Oct 07, 2011 2:04 am
Reply with quote

I posted it under DB2 since I need to mask the data on DB2 tables.

IBM Optim is kinda ETL tool which helps in doing data masking.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Oct 07, 2011 2:04 am
Reply with quote

Follow on:

Do NOT multi-post the same question in multiple topics.

The duplicate has been removed.

If you want this moved to some other part of the forum, post this in a reply and your topic will be relocated.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Oct 07, 2011 2:20 am
Reply with quote

why not read the product manual ???
asking questions on niche products rarely yields useful replies
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Oct 07, 2011 3:01 am
Reply with quote

Hello,

Quote:
IBM Optim is kinda ETL tool which helps in doing data masking.
Specific to db2? What about vsam or sequential data that contains names?

The more info you provide, the better suggestions we can make.

I suspect that to get what you want, you will need to write code. Knowing what the product documentation says shoud surely help you. . .
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Fri Oct 07, 2011 3:36 am
Reply with quote

dick scherrer wrote:
Hello,

Quote:
IBM Optim is kinda ETL tool which helps in doing data masking.
Specific to db2? What about vsam or sequential data that contains names?

Knowing a little about Optim, I can say with assurance that it is not limited to working with DB2 sources (we are currently looking at using it with IMS), although its internal data are held in DB2 tables.
Back to top
View user's profile Send private message
GuyC

Senior Member


Joined: 11 Aug 2009
Posts: 1281
Location: Belgium

PostPosted: Fri Oct 07, 2011 3:31 pm
Reply with quote

Optim is a suite of products
Optim move
Optim datastudio
optim database manager
optim performance manager
optim ..
Back to top
View user's profile Send private message
daveporcelan

Active Member


Joined: 01 Dec 2006
Posts: 792
Location: Pennsylvania

PostPosted: Fri Oct 07, 2011 5:51 pm
Reply with quote

IBM Optim does have data masking capabilities, but they cost extra.

We had the same situation as you, and chose to go the External Exit route.

This was easy to write in Cobol, and gave us the flexibility to do exactly what we wanted.
Back to top
View user's profile Send private message
gkpabbati

New User


Joined: 25 May 2005
Posts: 3
Location: Hyderabad

PostPosted: Thu Aug 16, 2012 2:48 pm
Reply with quote

Hi,

Can someone let me know more info on the usage of optim tool? SHare with me the e-manual or softcopy if any on this tool.

Thanks,
Gopala KP
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Thu Aug 16, 2012 3:01 pm
Reply with quote

As it seems to be an IBM product the manual should be on the IBM website. Did you try googling for it. Loads of hits. Stop being lazy resurrcting old topics and do your own research.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   This topic is locked: you cannot edit posts or make replies. View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts How to save SYSLOG as text data via P... All Other Mainframe Topics 1
No new posts Store the data for fixed length COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top