View previous topic :: View next topic
|
Author |
Message |
vikas4u
New User
Joined: 12 Aug 2004 Posts: 14 Location: bangalore
|
|
|
|
plz. do reply......
CICS INT. QUEST.
1. What is the diff. b/w tdq & tsq ?
2. What is the diff. b/w intra & extra tdq ?
3. What for PPT & PCT used for ?
( i think trans id registered in PCT & prog. name in PPT )
4. Give an example where Pratically TDQ & TSQ are used ?
5. what is the seq. of operation do system undergoes for compiling cobol
embeded with sql,db2 &cics ?
6. What is ur cics region name ? ( 4 ch or 8 ch long )
7. define cics region ?
8. What is shop ?
IMMEDIATE REPLY WILL BE APRITIATED ? |
|
Back to top |
|
|
mcmillan
Site Admin
Joined: 18 May 2003 Posts: 1210 Location: India
|
|
|
|
Quote: |
What is the diff. b/w tdq & tsq ? |
TSQ - Temporary Stoage queue
TDQ - Trantient Data Queue
TDQ, you can use to read only one time. (No rewrite)
TSQ You can use like a buffer
Quote: |
What is the diff. b/w intra & extra tdq ? |
Intra TDQ, used to tranfer the data between CICS region
Extra TDQ used to transfer b/w CICS and other subsystems
Quote: |
What for PPT & PCT used for ? |
PPT- To register programs
PCT - To register Transactions
Give an example where Pratically TDQ & TSQ are used ?
TDQ: Message Passing
TSQ: MultiPaging
Quote: |
what is the seq. of operation do system undergoes for compiling cobol
embeded with sql,db2 &cics ? |
PreCompilation
Binding
Translation
Compilation
Pre-Linking
Linking
loading
Quote: |
What is ur cics region name |
A uniue name given for the collection users working on the same project.
Quote: |
define cics region ? |
See the above answer
!!!!!!!!!!!!!!!!!!!!!!!!!!! A place to buy something???????????????? |
|
Back to top |
|
|
chandrasekhar
New User
Joined: 29 Sep 2004 Posts: 35 Location: bangalore
|
|
|
|
DIFF. BETWEEN TDQ N TSQ
TDQ ::TEMPORARY DATA QUEUE
TSQ::TEMPORARY STORAGE QUEUE
FOR TDQ YOU HAVE TO DEFINE IN DESTINATION CONTROL TABLE PRIOR TO USE
BUT FOT TSQ IT IS NOT NECESSARY TO DEFINE
Q2.INTRA PARITIONS ARE READ DESTRUCTIVE
WHERE AS EXTRA ARE NOT
Q3. A CICS REGIONS MEANS A COLLECTION ON ONLINE USER
I AM A NEW USER THAS WHY IS THERE IS ANY WRONG THEN PLZ DO INFORM ME |
|
Back to top |
|
|
chandrasekhar
New User
Joined: 29 Sep 2004 Posts: 35 Location: bangalore
|
|
|
|
DIFF. BETWEEN TDQ N TSQ
TDQ ::TEMPORARY DATA QUEUE
TSQ::TEMPORARY STORAGE QUEUE
FOR TDQ YOU HAVE TO DEFINE IN DESTINATION CONTROL TABLE PRIOR TO USE
BUT FOT TSQ IT IS NOT NECESSARY TO DEFINE
Q2.INTRA PARITIONS ARE READ DESTRUCTIVE
WHERE AS EXTRA ARE NOT
Q3. A CICS REGIONS MEANS A COLLECTION ON ONLINE USER
I AM A NEW USER THAS WHY IS THERE IS ANY WRONG THEN PLZ DO INFORM ME |
|
Back to top |
|
|
|