View previous topic :: View next topic
|
Author |
Message |
av_sukumar
New User
Joined: 12 Oct 2004 Posts: 6
|
|
|
|
hi ,
i have a doubt in cics that
1. WHAT IS MIRROR TRANSACTIONS .
2. HOW WE WILL PASS THE DATA FROM ONE TERMINAL TO ANOTHER TERMINAL ( NOT THROUGH START)
3. CAN WE HAVE MORE THAN ONE REGIONS .
any one please tell me the asnwers .thank you bye. |
|
Back to top |
|
|
muthukumar
New User
Joined: 24 Mar 2004 Posts: 29
|
|
|
|
Hi Sukumar,
find the answers for 2 & 3rd question here.
2) we can pass data from one terminal to other with TSQ and TDQ's
3) we can have more than one CICS region.
regards
Muthu |
|
Back to top |
|
|
jz1b0c
Active User
Joined: 25 Jan 2004 Posts: 160 Location: Toronto, Canada
|
|
|
|
muthukumar wrote: |
Hi Sukumar,
find the answers for 2 & 3rd question here.
2) we can pass data from one terminal to other with TSQ and TDQ's
3) we can have more than one CICS region.
regards
Muthu |
==========
Muthu/Sukumar
TSQ and TDQ have their own purpose defined in CICS
TSQ is recommended to use to transfer the data bewteen the
programs/Tasks of a Same transaction.
TDQ is used for ATI (Automatic task initiation).
To transfer the data between terminal you have to use terminal commands like SEND
refer to this site for details Use [URL] BBCode for External Links see all the send commands in this.
3) Under one CICS environment you can have multiple regions
they are called AOR (Application online regions)
To switch between the regions you can use routing transaction
CRTE SYSID=AOR1
CRTE SYSID=AOR2... |
|
Back to top |
|
|
|