[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

Command rjsd

NAME

Command rjsd :: Ref Job Set Description

SYNOPSIS

rjsd RefName TaskName JobName description

DESCRIPTION

The rjsd command is used to change the description of a job in a referential. The parameters are the referential name, the task name, the job name and the new description.

EXAMPLE

In this example, a job `my_job' is created in task `task1' in a referential named `my_ref'. This job is created with an initial description (`my first job'). The rjsd is used to change job description. rjl -d is used to print job description before and after change.

 
$ dio87d -d
$ dio87c ra my_ref
$ dio87c rta my_ref task1
$ dio87c rja my_ref task1 my_job "my first job"
$
$ dio87c -- rjl -d my_ref task1       
my_job     my first job
$
$ dio87c rjsd my_ref task1 my_job "new description"
$
$ dio87c -- rjl -d my_ref task1 
my_job     new description
$

ACCESS CONTROL

This function requires the `manage' privilege for the `referential' command family.

SEE ALSO



This document was generated by dom on September, 11 2005 using texi2html