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

Can dynamic calls be used in CICS?

0 Answers  


what is the differences between getting the system time with eibtime and asktime command?

0 Answers   IBM,


What is the use of tdq and tsq?

0 Answers  


TSQs can be written in the Main storage or Auxiliary storage (True or False).

1 Answers   IBM,


What is the primary aspect of CICS?

0 Answers  


Can you explain cics translator?

0 Answers  


how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.

0 Answers   HP,


Explain processing program table(ppt)?

0 Answers  


What is meant by an attribute byte?

0 Answers  


What is the process of converting the CICS commands into the equivalent host language statements called?

3 Answers  


Can you define cics task?

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  


Categories