[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
ri [options] RefName
ri
function returns information on a referential. The parameter
is the referential name.
Three options can be used to format output :
ri
is used to print informations about this referential.
rp
is used to plan a new day. The referential is locked
(`Locked=TRUE)') until end of day creation process.
$ dio87d -d $ dio87c -- ra myref $ dio87c ri myref Ref Name: myref Locked: False $ $ dio87c rp myref "2004-02-18" myday $ $ dio87c ri myref Ref Name: myref Locked: True $ |