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 ? | 4 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 |
If -1 is moved to length for more than one field on a map, where will the cursor be positioned?
Can you define bms?
Can you access ESDS files from CICS ?
What RCT Entries will you make for a CICS DB2 program??
Looking at an CICS module how would one will identify that it is pseudo or full conversational?
Why must all CICS programs have a Linkage Section ?
Which is the CICS control program which governs the flow of control among the CICS application
When you compile a CICS program, the (pre)compiler puts an extra chunk of code. Where does it get stored
What is the pcp in the cics?
cics command level is?
The READ command with INTO option will read the record specified into the data area specified (True or False)
Explain how many exceptional condition can be given in a handle condition?