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
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 |
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 |
Explain what is the massinsert option?
Explain the function of the terminal control table?
Kindly specify the pic clause for the data type of length option field type of data fields?
Explain how many conditions can you include in a single handle condition command?
If we wish to create bms executable, what are the basic steps that the user has to go through?
WHAT ARE THE VERBS IN CICS EQUAL TO ACCEPT,DISPLAY,VALUE?
For a CICS-DB2 program, how is the plan referenced?
What is the type of ppt in the cics?
what is invreq condition?
What are the differences between Temporary Storage Queue (TSQ) and Transient Data Queue (TDQ).?
What is the use of a TDQ, TSQ?
What is an AICA abend?