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 the into and the set option in the exec cics receive map command?
What is the cics command level?
Name a few CICS programs which are generally used ?
What are the recoverable cics resources?
Explain how do you intitiate another transaction?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
What is the cics command that is used to access current date and time?
What are the cics transactions?
What does the 'cebr:cics' transactions do?
Explain how do you handle errors in cics programs?
Highlight the difference between a symbolic map and physical map?
Define an asra?
Can you define temporary storage?
In a CICS program, how will you read a VSAM file?
which transient data queue support ati?