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 we want to add new column in the db2 table.How can add in the copybook?

2 Answers  


What is the common systems area (CSA)?

0 Answers   IBM,


Explain the various ways data can be passed between CICS programs.

2 Answers   IBM,


when an apllication is invoked via the exec cics start command with the from option, how does the application gain access to the common area?

1 Answers   IBM,


what is mapfail and when we get this error? during send map or receive map?

3 Answers   HP,


Where are transient data sets defined to CICS?

4 Answers  


How do you establish a starting position in a browse operation?

2 Answers   IBM,


What is the EIB (execute interface block)?

2 Answers   IBM,


What do the terms locality of reference and working set mean?

1 Answers  


I was asked in HSBC interview following questions: 1. A string was given " techincal seminar on cobol language" Interviewer asked me to calculate the number of vowels in this string.

5 Answers   HSBC,


Define the term mro (multi region operation)?

1 Answers  


what are the differences between temporary storage queue (tsq) and transient data quene (tdq)?

1 Answers   IBM,


Categories