Ok, here is a weird one. I have a CLP that is using a timestamp to build a file name for FTP. To prevent duplicate filenames, I have a delay of one second in the CLP. This morning I noticed a user's job being stuck on the delay process for much longer than 1 second. One example took 1 hour and 20 minutes!
Amazingly, none of the users have mentioned this issue and no error messages are showing up in the job log. Has anyone ever had this problem or have any ideas what may be happening?
Here is the CLP snippet.
Looking at the job log, everything looks fine.
But check out the time stamps on those messages in the job log!
I really hope someone has seen something like this before.
Thanks in advance, Soup.
Amazingly, none of the users have mentioned this issue and no error messages are showing up in the job log. Has anyone ever had this problem or have any ideas what may be happening? Here is the CLP snippet.
Code:
0078.18 DLYJOB DLY(1) 0078.19 DLCOBJ OBJ((DMMFTPLOCK *DTAARA *EXCL)) 0078.20 MONMSG MSGID(CPF0000 MCH0000) 0078.21
Code:
7700 - CALL PGM(DMMPUT) /* The CALL command contains parame
*/
7818 - DLYJOB DLY(1)
7819 - DLCOBJ OBJ((DMMFTPLOCK *DTAARA *EXCL))
9600 - FTP RMTSYS('XX.XXX.XXX.XXX')
Code:
From . . . . . . . . . : XXXXXX
Date sent . . . . . . : 02/17/09 Time sent . . . . . . : 7:17:59
Message . . . . : 7818 - DLYJOB DLY(1)
Code:
From . . . . . . . . . : XXXXXXXX
Date sent . . . . . . : 02/17/09 Time sent . . . . . . : 08:39:01
Message . . . . : 7819 - DLCOBJ OBJ((DMMFTPLOCK *DTAARA *EXCL))
Thanks in advance, Soup.




Comment