Sleep statement resolved problem

When application server running on Unix.

Example:

#!/bin/ksh
## New 5.0 slib format
# TIGSIA81: JOB SKELETON FOR ISSUE TICKET REPORT
# tmp/IPARMS files removed to guarantee this jobs
# IPARM files are used.
mv -f ${PASSPORT}/tmp/I*$$* ${PASSPORT}/tmp_hist
sleep 10
. $PPBATCH $1 tibia81 0 0

Reply