vovjobstocognos: Usage Message
USAGE:
% vovjobstocognos [options] JOBFILE [OUTFILE]
If jobfile is '-', stdin is used, permitting use in a pipeline
If no outfile is given, stdout is used
BASIC OPTIONS:
-v -- Increase verbosity.
-dir <dir> -- Specify a 'jobs log' directory to monitor
-registry <dir> -- Use the registry to compute the directories.
-out <file> -- Name of output file.
-maxsize <size> -- Max size of output file (in bytes).
Files are rotated when they become larger
than maxsize.
ADVANCED OPTIONS:
-mf file Specify full field mapping file (see documentation)
-mi file Specify incremental field mapping file (see documentation)
-pf file Load file containing user-defined Tcl procedures
-sh Show header line with Cognos field names
-sm Show field mapping that is in use
EXAMPLES:
% vovjobstocognos -dir vnc.swd/jobs -dir vnc82.swd/jobs -out cognos.txt
% vovjobstocognos -registry $VOVDIR/local/registry -out cognos.txt
% vovjobstocognos -in file ... -out cognos.txt
THE CONFIG FILE:
This script also uses an optional configuration file that
can be changed on the fly.
The configuration file, if it exists, is called config.tcl
The main procedure to be called in the file is j2cAddDir <DIRECTORY>
Example of config.tcl file:
# This is a configuration file for vovjobstocognos
j2cAddDir /users/cadmgr/vnc/vnc82.swd/jobs
j2cAddDir /users/cadmgr/vnc/vnc814.swd/jobs