adwait


{ City } pune
< Country > india
* Profession *
User No # 50729
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 1
Users Marked my Answers as Wrong # 0
Questions / { adwait }
Questions Answers Category Views Company eMail




Answers / { adwait }

Question { 4744 }

What is the name of the facility provided by CICS to free
the application program form the problems caused


Answer

You can use CICS master transaction CEMT to purge the
transaction for which the application program caused error

Is This Answer Correct ?    0 Yes 0 No

Question { 3413 }

How do you invoke other programs? What are the pros and
cons of each method?


Answer

In COBOL - CICS, other programs can be invoked in 2 ways.
1. CALL
2. LINK/XCTL

Pros - Call -
1. Progrm definition not required.
2. no limit of data passing

Cons - Call -
1. Static

LINK / XCTL
This is a CICS way of calling program
Dyanamic calling

Cons - Link -
1. Data can be passed up to fullword binary.


Is This Answer Correct ?    1 Yes 0 No