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

when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?

0 Answers   IBM,


Explain the difference between using the read command with into option and set option?

0 Answers  


what are the differences between and exec cics xctl and exec cics start command?

0 Answers   IBM,


What is meant by an AICA ABEND?

0 Answers  


Can you explain cics transaction gateway?

0 Answers  






What are the parameters that you have to give when you are using the CSSN transaction?

3 Answers  


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

1 Answers  


What are the recoverable cics resources?

0 Answers  


Can you explain cics translator?

0 Answers  


How do you rollback data written to an ESDS file?

1 Answers   IBM, Infosys,


Mention the 5 fields available in the symbolic map for every ?NAMED? field in the DFHMDI macro? Give a brief description of these fields (Not exceeding a line).

2 Answers   IBM,


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

1 Answers  


Categories