[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
rjsd RefName TaskName JobName description
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.
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 $ |