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


Looking at an CICS module how would one will identify that
it is pseudo or full conversational?

Answers were Sorted based on User's Feedback



Looking at an CICS module how would one will identify that it is pseudo or full conversational? ..

Answer / kasyap

If RETURN command with COMMAREA option follows the SEND command immediately then we can say it as a pseudo conversation mode

Is This Answer Correct ?    18 Yes 1 No

Looking at an CICS module how would one will identify that it is pseudo or full conversational? ..

Answer / ravi

when we see the program we can say by checking whethere the
EXEC CICS
RETURN TRANSID(TR1)
END-EXEC.

After every send command in CICS.

Is This Answer Correct ?    7 Yes 1 No

Looking at an CICS module how would one will identify that it is pseudo or full conversational? ..

Answer / rajesh reddy

After every send command there is a return command wth
TRANSID
EXEC CICS SEND

END-EXEC.

EXEC CICS RETURN
TRANSID('TSK')
END-EXEC.

Is This Answer Correct ?    3 Yes 0 No

Looking at an CICS module how would one will identify that it is pseudo or full conversational? ..

Answer / lu

when u see in the program there are PFKEY, and EIBCALEN = 0
send map else receive map...it's a pseudo.....

Is This Answer Correct ?    4 Yes 9 No

Looking at an CICS module how would one will identify that it is pseudo or full conversational? ..

Answer / smart

Basically all the CICS programs are pseudo conversational.
for this purpose the CICS/COBOL programs are compiled with
RENT,LIB,RESIDENT compiler options.

Is This Answer Correct ?    2 Yes 7 No

Post New Answer

More CICS Interview Questions

What is meant by an attribute byte?

0 Answers  


What is Quasi-reentrancy?

2 Answers   IBM,


How to handle exceptional conditions in cics?

0 Answers  


What is DFHEIBLK?

3 Answers   IBM,


What is the option that is used to erase all unprotected fields during a SEND MAP operation?

5 Answers   Kanbay,


How can you Define and Install the Maps & Mapset ?

5 Answers  


Explain the uses that are associated to tsq and tdq ?

0 Answers  


How do find length of the cursor in cics map ?

3 Answers   HCL,


Explain how to build up lu 6.2 communication?

0 Answers  


Explain the logical message in cics?

0 Answers  


What are the two outputs created as a result of generation of a map?

2 Answers   IBM,


Explain floating maps with illustration.

1 Answers   IBM,


Categories