Read Only Jobs

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
arunachalamev
Participant
Posts: 9
Joined: Tue Aug 30, 2005 11:08 pm

Read Only Jobs

Post by arunachalamev »

Hi all,

How do i covert a single job as read only in the dev box where other people are accessing.

Iam not an adminstrator and i also dont have the version control tool.

Thank in advance.

Cheers,
arun
Raghavendra
Participant
Posts: 147
Joined: Sat Apr 30, 2005 1:23 am
Location: Bangalore,India

Post by Raghavendra »

You can covert a single job as a read only job with the following approach:

1) Export the single Job from datastage to your local machine.
2) Change the Flag value in the souce code from 1 to 0 to make the job read only.
3) Reimport the job to the project folder now the job will be read only.

Please use adminstrator if you have or version control. Go for this approach if you don't have any other options.
Raghavendra
Participant
Posts: 147
Joined: Sat Apr 30, 2005 1:23 am
Location: Bangalore,India

Post by Raghavendra »

Just to add to the previous post nobody should access the job during the export and import process.
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

NAME is not the job name. NAME is link name and stage name. The job name is stored in DS_JOBS.
Mamu Kim
arunachalamev
Participant
Posts: 9
Joined: Tue Aug 30, 2005 11:08 pm

Post by arunachalamev »

Hi,

Thanks a lot for providing me with lots of information

Cheers,
Arun
Post Reply