LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (March 2000)Back to main CICS-L pageJoin or leave CICS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 23 Mar 2000 09:32:11 +0930
Reply-To:     CICS List <CICS-L@LISTSERV.UGA.EDU>
Sender:       CICS List <CICS-L@LISTSERV.UGA.EDU>
From:         Gary LLOYD <glloyd@ADELAIDEBANK.COM.AU>
Subject:      Re: How can I free a task in DATACOM/Multiuser that doesn't havea
              se quence number.

I don't believe 'REQSEQNO=transid' is a valid option. The 'transid' you specify should in fact be the sequence number from the COMM STATUS, which in Bob's case does not exist.

We have had similar problems in the past and there is not a satisfactory solution. You can't bounce the MUF during the day - understandable. Bouncing CICS is another option - probably unacceptable too. Next down the line is to shutdown and restart CSF - probably also unacceptable. This also may not work due to the 'work in progress' that MUF believes is happening I suspect closing/opening the databases used by the now gone task will not work either. You can cancel the waiting tasks but will not be able to re-initiate them because they will hang again.

From memory, the first four characters in the RID field indicate the database, i.e. x'01E7' = dbid 487.

I suggest reporting this to CA but you may not get far without suitable doco - i.e. a dump of MUF, probably CICS as well so they can look at CSF, and details of the transactions life in CICS - i.e., start, end, abends, messages etc.

Sorry I can't really help. Gary

Sender: ------------------------------------------- Gary Lloyd - Adelaide Bank Tel. +61 8 8300-6235 Fax +61 8 8300-6219 Mob 0419-826-763 Email glloyd@adelaidebank.com.au Internet www.adelaidebank.com.au --------------------------------------------------------

>>> "Thompson, William" <wthompson@OKC.DISA.MIL> Thursday, 23 March 2000 6:50:58 >>> I think we had a similar problem and used COMM OPTION=REQABORT,REQSEQNO=transid

-----Original Message----- From: Bob Wing [mailto:bwing@CSEDGE.COM] Sent: Wednesday, March 22, 2000 1:16 PM To: CICS-L@LISTSERV.UGA.EDU Subject: How can I free a task in DATACOM/Multiuser that doesn't have a se quence number.

I have a task that was purged from CICS, but DATACOM thinks it's still running. This task is holding up several others in the same and different regions. Cycling the multiuser is not an option during peak hours. The task 127 is no longer in CICS and has no sequence number to do a request abort on. See output of comm status below. Any help would be appreciated.

F DBPRODCS,COMM STATUS DBPRODCS:245:0:DB01311I - COMM STATUS DBPRODCS:245:0:DB13101I - STATUS MULTI-USER AVAILABLE , SUBID=0 SVC=245 DBPRODCS:245:0:DB13102I - STATUS TASKS IN USE 0255, AVAILABLE 0065 DBPRODCS:245:0:DB13103I - STATUS JOB-AIGDAILY NUMBER-20753 TASK-250 DBPRODCS:245:0:DB13107I - STATUS NOT ACTIVE 001 DBPRODCS:245:0:DB13103I - STATUS JOB-BMGWALTX NUMBER-21852 TASK-255 DBPRODCS:245:0:DB13107I - STATUS NOT ACTIVE 001 DBPRODCS:245:0:DB13103I - STATUS JOB-CICSHART NUMBER-20077 TASK-112 DBPRODCS:245:0:DB13107I - STATUS NOT ACTIVE 041 DBPRODCS:245:0:DB13103I - STATUS JOB-CICSxxx NUMBER-20077 TASK-127 ID-1112-IBEK-HDG-55500 DBPRODCS:245:0:DB13107I - STATUS TASK ACTIVE DBPRODCS:245:0:DB13103I - STATUS JOB-CICSxxx NUMBER-20077 TASK-115 ID-1122-IBIV-HDG-62420 DBPRODCS:245:0:DB13107I - STATUS WAIT TASK OWNER-127 RID-01E7000A00061A3600 DBPRODCS:245:0:DB13108I - STATUS COMMAND-RDUKY SEQNO-533172 TIME-106:05 I/O-0000001 TXB-N DBPRODCS:245:0:DB13103I - STATUS JOB-CICSxxx NUMBER-20077 TASK-121 ID-1123-IBIQ-HDG-58065 DBPRODCS:245:0:DB13107I - STATUS WAIT TASK OWNER-127


Back to: Top of message | Previous page | Main CICS-L page