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

Command ri

NAME

Command ri :: Ref Information

SYNOPSIS

ri [options] RefName

DESCRIPTION

The ri function returns information on a referential. The parameter is the referential name.

Three options can be used to format output :

EXAMPLE

In this example, a referential named `myref' is created and 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
$

ACCESS CONTROL

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

SEE ALSO



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