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 TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?
How errors are handled in CICS programs?
What is the process of converting the CICS commands into the equivalent host language statements called?
What will happen, if an out-of-range or negative value is specified in the LENGTH option of the SEND
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
Difference between TSQ & TDQ
What are some of the cics commands associated with interval control?
How many ways are there for initiating a transaction?
What is the command that is used to add a new record to the file?
What is the pic clause for the hhmmss type of data fields?
How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?