When an XCTL is done, does the tranid change ? Is a new
task created ? Does it cause an implicit

Answers were Sorted based on User's Feedback



When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an implicit..

Answer / 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

When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an implicit..

Answer / bobby

it also causes an implicit SYNCPOINT.

Is This Answer Correct ?    3 Yes 0 No

When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an implicit..

Answer / jaga

XCTL can be used to pass control to other program
PROGRAM ('PROGRAMNAME')
COMMAREA(DFHCOMMAREA)
LENGTH(EIBCALEN)
No transid is not changes.implicit synpoint id defined.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More CICS Interview Questions

If no exception handling is provided in the program, what will happen ?

1 Answers  


Give certain situations where NEWCOPY is obligatory?

0 Answers  


List all the CICS tables and explain their contents.

3 Answers   IBM,


The read of a record from an Intrapartition TDQ is not destructive(True or False).

1 Answers  


How to make protected field in BMS invisible through application program?

1 Answers   HP,






What are the cics transactions?

0 Answers  


What is DEQ?

0 Answers  


Define cedf?

0 Answers  


Do you receive the attribute byte in the symbolic map?

2 Answers   IBM,


Explain the difference between getting the system time with eibtime and asktime command?

0 Answers  


Mention the option used in a cics command to retrieve the response code after execution of the command?

0 Answers  


mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?

0 Answers   IBM,


Categories