What is the different ways to initiate a task?

Answers were Sorted based on User's Feedback



What is the different ways to initiate a task?..

Answer / rajkumar

exec cics start end exec.
exec cics return end exec.
to entry in DCT table and initiate atomatic transaction.
entry in PLT table and initiate task.
entry in PCT table.
embedding four character tansid in top left most corner of
the screen.

Is This Answer Correct ?    5 Yes 1 No

What is the different ways to initiate a task?..

Answer / sahil

Following are the ways to initiate a TRANsaction :

a) Typing TRAN id and pressing enter
b) Once you press a key and control is returned to program in
psuedo-conversational mode
c) Using TRGLEVEL option in Destination Control Table for
TDQ's
d) Defining PF key in PCT table for a program
e) Using START command
f) Using PLT table

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CICS Interview Questions

what is the difference between task and transaction in cics?

5 Answers  


Can you define cemt?

0 Answers  


Explain the difference between link xctl?

0 Answers  


What is the procedure to solve an ASRA ABEND?

0 Answers  


Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?

0 Answers  


Name a few CICS programs which are generally used ?

0 Answers  


Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?

0 Answers  


Which transient data queue supports ATI?

2 Answers  


What is meant by an attribute byte?

0 Answers  


In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?

0 Answers  


What is fset?

0 Answers  


Define an asra?

0 Answers  


Categories