Michael Doran Home Page
Contact | Site Map | Search  
  Home > Archives > Using Scripts > vrprts-d
Using Scripts to Automate Voyager Tasks

vrprts-d

#!/bin/ksh

###############################
#
#  Voyager Reports & Notices
#      daily batch jobs
#
###############################

#################
#  Circulation
#################

# All Daily Jobs
# Updates shelving status and runs all notices (jobs 1-7)
/m1/voyager/xxxdb/sbin/Pcircjob -j12

# Transaction Exceptions
/m1/voyager/xxxdb/sbin/Pcircjob -j24

#################
#  Acquisitions
#################

# Order Claim/Cancel Processing
#/m1/voyager/xxxdb/sbin/Pacqjob -j1 # stopped 2-23-99

exit 0

doran@uta.edu