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

cics interview question


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vikas4u

New User


Joined: 12 Aug 2004
Posts: 14
Location: bangalore

PostPosted: Thu Sep 30, 2004 10:44 am
Reply with quote

plz. do reply......

CICS INT. QUEST. icon_eek.gif

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 ?

icon_arrow.gif IMMEDIATE REPLY WILL BE APRITIATED ?
Back to top
View user's profile Send private message
mcmillan

Site Admin


Joined: 18 May 2003
Posts: 1210
Location: India

PostPosted: Thu Sep 30, 2004 8:37 pm
Reply with quote

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

Quote:
What is shop ?


!!!!!!!!!!!!!!!!!!!!!!!!!!! A place to buy something????????????????
Back to top
View user's profile Send private message
chandrasekhar

New User


Joined: 29 Sep 2004
Posts: 35
Location: bangalore

PostPosted: Wed Oct 06, 2004 8:41 pm
Reply with quote

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
View user's profile Send private message
chandrasekhar

New User


Joined: 29 Sep 2004
Posts: 35
Location: bangalore

PostPosted: Wed Oct 06, 2004 8:42 pm
Reply with quote

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
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
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 Parallelization in CICS to reduce res... CICS 4
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top