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

Explain the means of supporting pseudo conversation
programming. (E.g. Storing and restoring of states)

Answer Posted / rohit

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 ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the thress bms options?

1059


What does EIB mean in CICS?

1229


Define temporary storage?

1120


Can ESDS files be accessed from CICS?

1254


Define TCT.

1221


How to establish dynamic cursor position on a map?

1113


Define task work area?

1370


Specify cics transaction initiation process?

1109


Explain the use of DCT ?

1120


Explain the uses that are associated to tsq and tdq ?

1134


Can you define temporary storage?

1186


difference between tsq and tdq?

1264


Explain the difference between a symbolic map and physical map?

1078


what is the most common way of building queue-id of a tsq?

1126


How errors are handled in CICS programs?

1170