What is the different ways to initiate a task?
Answers were Sorted based on User's Feedback
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 |
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 |
What are the advantage of Model Data Set Table: it will be help to which among this DCB; LRECL; DISP; SPACE?
How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?
Explain the difference between using the read command with into option and set option?
What are the CICS commands available for program control?
Name the cics command used to access current date and time?
Which transient data queue supports ATI?
Which is the command used for terminating a browse operation?
TSQs can be written in the Main storage or Auxiliary storage (True or False).
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
Explain the term Transaction routing?
What are the CICS commands associated with transient data queue processing?
Explain cedf transaction commands?