Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What does ?Pseudo Conversational? mean?

Answers were Sorted based on User's Feedback



What does ?Pseudo Conversational? mean?..

Answer / savita

It is a mode of dialogue between program
and terminal which appears to the operator as a continuous
conversation but which is actually carried by a series of
tasks

EX:
Transaction TSK1
Program PROG1
PROCEDURE DIVISION.
:
EXEC CICS RECEIVE
END-EXEC.
:
EXEC CICS SEND
END-EXEC.
EXEC CICS RETURN
TRANSID (‘TSK2’)
END-EXEC.
Transaction TSK2
Program PROG2
PROCEDURE DIVISION.
:
EXEC CICS
RECEIVE
END-EXEC.
:
EXEC CICS SEND
END-EXEC.
EXEC CICS RETURN
END-EXEC.

Is This Answer Correct ?    3 Yes 1 No

What does ?Pseudo Conversational? mean?..

Answer / v@m$i

Non conversation seen to be a conversion.
i.e for user it appears to be in conversation but it does not exit. control returns to trans id and comm area.
when ever u perform action then again transaction execution started.

Is This Answer Correct ?    0 Yes 0 No

What does ?Pseudo Conversational? mean?..

Answer / chudar

the conversational technique used under muti threading
region. the pgm will be reside in mainmemory whenever it is
required and remove whenever it is no longer needed.

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More CICS Interview Questions

What is the difference between the NOHANDLE option and the IGNORE condition?

3 Answers  


what is an MDT in cics

4 Answers   Syntel,


What do the terms locality of reference and working set mean?

1 Answers  


What does the following transactions do?

1 Answers  


Name the two types of transient data queues?

0 Answers  


are we use the group by clause in cursors?

3 Answers   Cap Gemini,


What is the ABEND command and when would you use it?

2 Answers   IBM,


What are the CICS commands associated with transient data queue processing?

1 Answers  


What are the common cics service programs and explain their usage?

0 Answers  


What is the procedure to solve an ASRA ABEND?

0 Answers  


how i can enter into cics region in real time.

2 Answers   Cap Gemini,


Explain the difference between a symbolic map and physical map?

0 Answers  


Categories