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
Explain the difference between dfhcommarea and tsq?
How to establish dynamic cursor position on a map?
What is the term bms in cics?
What is frset?
How do we pass parameters into a CICS –DB2 program
Define the term function request shipping?
Explain the cics command that is used for reading a record from the tdq?
What are the common cics service programs and explain their usage?
What Are Send Map Maponly & Send Map Dataonly ?
If we wish to create bms executable, what are the basic steps that the user has to go through?
Explain how do you set the mdt option to on status, even if data is not entered?
What is the cics command that is used to access current date and time?
Explain how do you delete item 3 in a five-item tsq?
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
Can you define cemt?