IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

What does 'EXEC CICS ADDRESS TCTUA'


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Santoshhn

New User


Joined: 18 May 2005
Posts: 5

PostPosted: Thu Feb 09, 2006 3:46 pm
Reply with quote

EXEC CICS ADDRESS TCTUA(ADDRESS OF TRC800-TERMINAL-USERAREA)
TWA(ADDRESS OF NUMBER-TABLE) END-EXEC.


What does the above in syntax do..Can anyone explain in brief.

Thanks,
Santosh
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Sat Feb 11, 2006 10:59 pm
Reply with quote

Hi Santosh,

You can find the following by clicking "manuals" at the top left of this screen. It took me 30 secs to find it.

Code:
 
___ ADDRESS ____________________________________________________________
   |                                                                        |
   |   ADDRESS                                                              |
   |   [COMMAREA(ptr-ref)]                                                  |
   |   [ACEE(ptr-ref)]                                                      |
   |   [CWA(ptr-ref)]                                                       |
   |   [EIB(ptr-ref)]                                                       |
   |   [TCTUA(ptr-ref)]                                                     |
   |   [TWA(ptr-ref)]                                                       |
 | |                                                                        |
 | |   Condition: INVREQ                                                    |
   |                                                                        |
   |                                                                        |
   |________________________________________________________________________|

ADDRESS accesses the following areas: the communication area available to
the invoked program (COMMAREA), the access control environment element
(ACEE), the common work area (CWA), the EXEC interface block (EIB), the
terminal control table user area (TCTUA), and the transaction work area
(TWA).
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts JCL EXEC PARM data in C Java & MQSeries 2
Search our Forums:

Back to Top