Page 1 of 1

How to make read-only routines in datastage

Posted: Mon Apr 18, 2005 10:26 pm
by sriram_h
How to make read-only routines in datastage?Is it possible ,if so How?

Posted: Tue Apr 19, 2005 12:42 am
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.