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 2002)Back to main CICS-L pageJoin or leave CICS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 19 Mar 2002 14:56:28 -0800
Reply-To:     CICS List <CICS-L@LISTSERV.UGA.EDU>
Sender:       CICS List <CICS-L@LISTSERV.UGA.EDU>
From:         Bob Hildreth <Bob.Hildreth@VOPAKUSA.COM>
Subject:      Re: TCTUA
Content-Type: text/plain; charset="iso-8859-1"

You have not assigned a TCTUA length. If you are using the standard terminal type definitions, you will need to make your own copy, and assign the TCTUA area.

Bob Hildreth VOPAK USA Kirkland, WA.

-----Original Message----- From: Ping Chiao [mailto:Ping.Chiao@NSC.COM] Sent: Tuesday, March 19, 2002 2:43 PM To: CICS-L@LISTSERV.UGA.EDU Subject: TCTUA

Hi, I was wondering on the TCTUA thing: We have a program that has following statements: EXEC CICS ASSIGN TCTUALENG(TCTUALNG) END-EXEC.

IF TCTUALNG > 0 EXEC CICS ADDRESS TCTUA(ADDRESS OF TCTUA-USER-AREA) END-EXEC ELSE MOVE 'TCTUA NOT AVAILABLE ===> SYSTEM ERROR' TO ERRMSGO GO TO 9000-EOJ. Why the TCTUALNG always return '0' ? We are using terminal autoinstall, and it is a self-contained CICS TS 1.3 region (no separate TOR). I'd appreciate someone could shed some light on this. TIA, Ping


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