How to make read-only routines in datastage

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
sriram_h
Participant
Posts: 9
Joined: Mon Apr 11, 2005 4:43 am

How to make read-only routines in datastage

Post by sriram_h »

How to make read-only routines in datastage?Is it possible ,if so How?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You can make them read-only using Version Control as part of promoting from development into test or production.

You can toggle the READONLY value in the DS_ROUTINES table (search for this one).

If it's a C routine, you can use operating system permissions to protect the source and/or compiled versions.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply