Page 1 of 1

Routine - Code not visible to anybody

Posted: Wed Feb 15, 2006 11:26 pm
by anupam
Hi,

I have created a Routine, I want that the code should not be visible to anybody.

What is the method of doing this.

Posted: Wed Feb 15, 2006 11:46 pm
by ray.wurlod
Delete the code after compiling.

Use a white font! :lol:

What is it you want to achieve? Does "anybody" include yourself?!!
If it's a money issue, adding a copyright notice should suffice, or making it read-only.

You can create routines as external UniVerse routines, globally catalog them and create interludes to them. This is a lot of work, probably for no great gain. And will it work once DataStage is no longer based on a UniVerse-like engine (that is, in the next release)?

Posted: Thu Feb 16, 2006 12:02 am
by anupam
Actually, the code which i have written should not be visible to any developers and operation members.

Nothing related with Money Issues.

Have i told you that I am back in Reliance Mumbai.

Posted: Thu Feb 16, 2006 12:07 am
by anupam
Can i have some way where in, The code tab is disabled.

Posted: Thu Feb 16, 2006 12:41 am
by sanjay
Hi Ray

Its Funny answer u gave :lol: :lol: :lol: :lol:


sanjay


anupam wrote:Can i have some way where in, The code tab is disabled.

Posted: Thu Feb 16, 2006 12:54 am
by kcshankar
Hi Anupam,
Try this link to create
Secure Routine


regards
kcs

Posted: Thu Feb 16, 2006 12:54 am
by Sunshine2323
Hi Anupam,

You can write the routine and then export the routine without the source code.
Then import it, in this case the code tab will be disabled.

Hopefully this helps:)

Posted: Thu Feb 16, 2006 1:02 am
by anupam
Hi Anupam,
Try this link to create
Secure Routine


This is not the valid link.

Can you pls check abnd provide me the right one.

Posted: Thu Feb 16, 2006 1:43 am
by kcshankar
Hi,

Search the forum for Creating a secure routine.That post will elaborate(By Ray) on
You can create routines as external UniVerse routines, globally catalog them and create interludes to them. This is a lot of work, probably for no great gain. And will it work once DataStage is no longer based on a UniVerse-like engine (that is, in the next release)?




regards
kcs

Posted: Thu Feb 16, 2006 3:57 am
by ray.wurlod
That post sums it up fairly well - create the code in a separate subdirectory in the project which you can protect with O/S permissions.