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 |
In SYMBOLIC Cursor Positioning after moving -1 to the length field also the cursor is not positioned in that particular field. Give reasons?
How many exceptional condition can be given in a HANDLE CONDITION?
How do you dynamically set the CURSOR position to a specific field?
what is the purpose of using link ?
What is the use of mdt (modified data tag)?
Explain how DSECT parameter is used in BMS ?
What is meant by pseudo-conversation?
How can you start a CICS transaction other than by keying the Transaction ID at the terminal?
Explain the means of supporting pseudo conversation programming. (E.g. Storing and restoring of states)
What is TSQ and TDQ.what is the the difference? when you for tsq and when you go for tdq?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
What is a cursor in CICS sql processing?