man1/ReqLogPar

Table of Contents

Name

ReqLogPar - request parameters value and print in database format

Synopsis

ReqLogPar <dbman_host>

Description

This program reads the stdin for a list of Label-RefName pairs. A request is formatted and sent to dbman for each command in the file. The value of the parameter is returned to the stdout in database format i.e. parameters are formatted according to DESC.CrtKey and DESC.MsgKey.

Arguments

dbman_host
The host where dbman is running.

File Format

# this is a list of parameters to save
# each parameter should appear on a line
# | chars are used to separate the fields
#
BM 01-1|CC |
DOSE |HEratio |
DOSE |ESratio1|
DOSE |ESratio2|

Examples

ReqLogPar csdev1 < par_list

Notes

This program is considered deprecated and may be removed in a future release.
Use ReqPar(1) instead.

Manual Page Revision

$Id: ReqLogPar.1,v 1.2 2007/10/03 17:31:55 kitchen Exp $


Table of Contents