What is the difference between START and XCTL? How do you
determine when to use either option?
Answers were Sorted based on User's Feedback
Answer / abhijit
START is used to start a transaction either from a
application program or in the background. Once the
transaction is started the application program moves ahead
in the processing. XCTL is used to transfer control to
another program(not a transasction). Once the XCTL command
is completed the calling program does not expect the
control to come back to itself.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ra
START: is basically used to initiate a cics transaction on
any remote trimal or printer
XCTL: is used to transfere control on prgram level form one
program to another program
Is This Answer Correct ? | 2 Yes | 0 No |
If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?
How is addressability achieved to the data outside programs working-storage.?
Name the two types of transient data queues?
What are the terms cics generally means?
What?s the CICS command used to access current date and time?
What is the pic clause for the hhmmss type of data fields?
Name the cics command that gives the length of twa area?
How can the fact that EIBCALEN is equal to zeros be of use to an application programmer?
What is the tcp in the cisc?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
Can you define cics task?
How do you access storage outside your CICS program?