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 |
Hi Folks, In the Map, one field is having attribute FSET. I want to FSET OFF of that field through program. Can any body let me know the process? Thanks Praveen
Explain the difference between a package and a plan.
Name three ways the Modified Data Tag can be set on?
How do you unload data from DB2 tables into a PS file.write the code and how do you do it? what will be the syntax?
TSQs can be written in the Main storage or Auxiliary storage (True or False).
Explain the difference between a symbolic map and physical map?
What do the keywords MAPONLY and DATAONLY mean?
Explain what is a cursor in cics sql processing?
What is the meaning of the enq command?
Give certain situations where NEWCOPY is obligatory?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
What are the cics commands associated with task control?