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 a mapset?

2 Answers  


What is the EIB parameter and the CICS command used to implement Pseudo-Conversational technique using single PCT ? Single PPT entry?

1 Answers   IBM,


what we will give in the ATI after reaching the trigger level eaither transation or program. EXEC CICS TRANSID() TERMID() TRIGGERLVL() what we have to code eaither TRANSATION OR PROGRAM

2 Answers   TCS,


Can you define ppt and what are its uses?

0 Answers  


How do you use extended attributes ?

1 Answers   IBM,






what is 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   IBM,


Define the attribute byte?

0 Answers  


There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?

3 Answers  


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,


What do you mean by CEMT?

0 Answers  


What is the term conversational programs means?

0 Answers  


What is journal recovery?

0 Answers  


Categories