When an XCTL is done, does the tranid change ? Is a new
task created ? Does it cause an implicit
Answer Posted / guest
it does't change trans-id, the XCTL command invokes another
program option on this commandd , a copy of d data in d
area it names is passed to the invoked program and stored
in its DFHCOMMAREA field. becoz the invoked program
receives a copy of d data sent to it from d invoking
program , changes made to d data by the invoked program are
not reflected in d invoking program.
if the program u specify does not exist , a PGMIDERR
exceptional condition occures . in most cases , u don't
need to test for this condition.
when u use the XCTL command to invoke a program , the
invoking program ends and its memory allocations r released
since control will not return to it.
-> i causes an implicit.
-> it does not create new task it simply tranfers control
to one application program to another application program
at the same logical level.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what are the differences between and exec cics xctl and exec cics start command?
Explain the function of the load command?
Give the definition of COMMAREA ?
Name the cics command that gives the length of twa area?
What is program reentrance?
what are the commands used to gain exclusive control over a resource?
What is the term conversational programs means?
difference between tsq and tdq?
Can dynamic calls be used in CICS?
Explain how do you control cursor positioning?
How can you use dynamic calls in cics?
what is the most common way of building queue-id of a tsq?
What is a transid?
What are the types of processes to create a map in cics?
What is the cics command that is used to access current date and time?