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 |
Can dynamic calls be used in CICS?
what is the differences between getting the system time with eibtime and asktime command?
What is the use of tdq and tsq?
TSQs can be written in the Main storage or Auxiliary storage (True or False).
What is the primary aspect of CICS?
Can you explain cics translator?
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.
Explain processing program table(ppt)?
What is meant by an attribute byte?
What is the process of converting the CICS commands into the equivalent host language statements called?
Can you define cics task?
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?