when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
IBM,
1225which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?
IBM,
1184what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
IBM,
1186
Mention the types of job control statements?
Can you define ppt and what are its uses?
What is a bind in db2?
What is ibm db2 client?
What is an mdt (modified data tag)?
Define primary objective of cics?
What is qsam?
What is condition checking in jcl? Is this possible?
What is blu acceleration in db2?
what operation is performed by job statement?
How to find the maximum value in a column in the db2 database?
What is commarea (communications area)?
In the house keeping section of an MVS assembly language program, like the one below STM R14,R12,12(R13) BASR R12,R0 USING *,R12,R11 LA R11,2048 LA R11,2048(R11,R12) .... .... 1. What if BASR R12,R0 IS NOT PRECEDE USING *,R12,R11? 2. USING (base address), REGISTER does USING directive says assembler to treat particular Register as a base register with the mentioned base address..in the above case * i.e current location counter..well if that is the case why we need BASR R12,R0 ? 3. What if I write like STM R14,R12,12(R13) BASR R12,R0 LA R11,2048 LA R11,2048(R11,R12) USING *,R12,R11 there is no address resolution being calculated in both LA statements so is it a right way to set Base register?..will there be any issues with Domain regarding R11 and R12?
List out the three types of page locks that can be held.
How do get the result of your program directly on your pc?