Difference between revisions of "Running HPUX Jobs Manually"

From Vital Soft Wiki
Jump to: navigation, search
>Jeremyb
(Created page with "==Summary== The following information is a detailed overview of each of the Vital Signs Jobs and their supported parameters. ==JVSLOAD_MBRSHLN== This job extracts informatio...")
 
>Jeremyb
(JVSLOAD_HIST)
Line 10: Line 10:
 
This job extract information from sh-history and ln-history.
 
This job extract information from sh-history and ln-history.
  
 +
<pre>
 +
  Syntax:
 +
  ./JVSLOAD_HIST [YYYYMMDD] [CMNDFILE=1] [TYPE={HIST|DC|ALL}]
 +
                [DAYS=num_days] [LOOP=num_loops]
 +
 +
  - CMNDFILE=1 Force download of the command file.
 +
 +
  - YYYYMMDD  Extracts HIST records starting with the specified date.
 +
 +
  - TYPE=HIST  Extracts history transactions (all types)
 +
        =DC    Extracts binary data change records only.
 +
        =ALL  Extracts history transactions and data change records.
 +
 +
  - DAYS=num  The number of days to extract in a single find.
 +
              Default is one day.
 +
 +
  -LOOPS=num  The number of loops to make in a single run of the job.
 +
              Default is 30 loops.
 +
              Total dates extracted is DAYS * LOOPS. The maximum date
 +
              is determined by the current CU Business (Open) date.
 +
 +
This script must login as either 'botest', 'bolive' or 'bocu##' or 'boi###'.
 +
Based on LOGNAME, the extract will use the appropriate vital signs profile.
 +
</pre>
  
 
==JVSRELOAD==
 
==JVSRELOAD==

Revision as of 23:49, 30 November 2012

Summary

The following information is a detailed overview of each of the Vital Signs Jobs and their supported parameters.


JVSLOAD_MBRSHLN

This job extracts information from member-file, share-file, loan-file and loanapp.


JVSLOAD_HIST

This job extract information from sh-history and ln-history.

  Syntax:
  ./JVSLOAD_HIST [YYYYMMDD] [CMNDFILE=1] [TYPE={HIST|DC|ALL}]
                 [DAYS=num_days] [LOOP=num_loops]

  - CMNDFILE=1 Force download of the command file.

  - YYYYMMDD   Extracts HIST records starting with the specified date.

  - TYPE=HIST  Extracts history transactions (all types)
        =DC    Extracts binary data change records only.
        =ALL   Extracts history transactions and data change records.

  - DAYS=num   The number of days to extract in a single find.
               Default is one day.

  -LOOPS=num   The number of loops to make in a single run of the job.
               Default is 30 loops.
               Total dates extracted is DAYS * LOOPS. The maximum date
               is determined by the current CU Business (Open) date.

This script must login as either 'botest', 'bolive' or 'bocu##' or 'boi###'.
Based on LOGNAME, the extract will use the appropriate vital signs profile.

JVSRELOAD