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 common work area?

0 Answers  


What is trigger level in the context of TDQs?

2 Answers   IBM,


Can you access QSAM (seq ) files from CICS ?

2 Answers   IBM,


In SYMBOLIC Cursor Positioning after moving -1 to the length field also the cursor is not positioned in that particular field. Give reasons?

2 Answers   IBM,


Reading a record from a TSQ will logically delete the record from the Queue (True or False).

1 Answers  






If no exception handling is provided in the program, what will happen ?

1 Answers  


Name a few CICS programs which are generally used ?

0 Answers  


What is the significance of RDO?

1 Answers   IBM,


What does EIB mean?

3 Answers   IBM,


How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?

1 Answers   IBM,


What is the primary function of the Sign-on Table?

1 Answers  


Can you use occurs in bms map?

0 Answers  


Categories