View previous topic :: View next topic |
Author |
Message |
AlbertoP Beginner
Joined: 17 Mar 2004 Posts: 8 Topics: 5 Location: Madrid-Spain
|
Posted: Thu Apr 15, 2004 6:29 am Post subject: Accounting for CICS threaths |
|
|
Hello,
In order to account CICS threats in previous versions of CICS, we had to compile the RCT table coding TOKENE=YES. With CICS Transaction Server 2.2, the RCT is not usable and this parameters is coded in CSD under the ACCOUNTREC attribute (as said in "CICS Resource Definition Guide", appendix 1.3.2) . But this attribute has four possible values (NONE, TXID, TASK and UOW) instead of 2 (TOKENE=YES & TOKENE=NO). Could anyone tell me which ACCOUNTREC value is equivalent to RCT |
|
Back to top |
|
|
Himesh CICS Forum Moderator
Joined: 20 Dec 2002 Posts: 80 Topics: 21 Location: Chicago
|
Posted: Thu Apr 15, 2004 9:55 am Post subject: |
|
|
AlbertoP,
ACCOUNTREC(UOW) is to be used for TOKENE=YES.
This link helped me out:
helpful link
Pls refer to VII. CICS Technical Notes
regards,
himesh |
|
Back to top |
|
|
AlbertoP Beginner
Joined: 17 Mar 2004 Posts: 8 Topics: 5 Location: Madrid-Spain
|
Posted: Fri Apr 16, 2004 12:53 am Post subject: |
|
|
Thanks a lot 4 ur help, Himesh .
Regards. |
|
Back to top |
|
|
|
|