I am having a problem with a CICS tran that is started with a time parameter. It is started by another transaction that
executes at 2:00 A.M. It does some file checking and then the transaction reseeds itself to execute at 9:00 P.M. The problem I am having is that the program keeps re-executing itself every 10 seconds until 3:00 A.M. and then it behaves normally. Here is the command I am using. The value of WS-RESEED-TIME is 210000.
EXEC CICS START
TIME (WS-RESEED-TIME)
TRANSID (WS-PGM-TRANID)
RESP (WS-RESPONSE)
REQID (WS-PGM-REQID)
END-EXEC
executes at 2:00 A.M. It does some file checking and then the transaction reseeds itself to execute at 9:00 P.M. The problem I am having is that the program keeps re-executing itself every 10 seconds until 3:00 A.M. and then it behaves normally. Here is the command I am using. The value of WS-RESEED-TIME is 210000.
EXEC CICS START
TIME (WS-RESEED-TIME)
TRANSID (WS-PGM-TRANID)
RESP (WS-RESPONSE)
REQID (WS-PGM-REQID)
END-EXEC