Michael Doran Home Page
Contact | Site Map | Search  
  Home > Archives > Using Scripts > vrprts-w
This page is deprecated: please read archives disclaimer.

Using Scripts to Automate Voyager Tasks

vrprts-w

#!/bin/ksh

###############################
#
#  Voyager Reports & Notices
#      weekly batch jobs
#
###############################

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

# Missing in Transit Report
/m1/voyager/xxxdb/sbin/Pcircjob -j22

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

exit 0