What will happen if the TDQ that you want to delete is not
in the DCT?
Answers were Sorted based on User's Feedback
Answer / kumar
whenever we want to do operations on registered entries, at
first the entry was checked in the respective tables and
then only the operation is processed.
As the queue name is not present in the DCT so an error
will occur i.e, QIDERR (Queue ID Error)
| Is This Answer Correct ? | 8 Yes | 0 No |
Explain the difference among the EXEC LINK, EXEC XCTL and Cobol II static call statements in CICS.
How to dsect parameter is used in bms?
In a particular cics program, what is the procedure to allocate dynamic memory?
Give the definition of COMMAREA ?
Explain the primary function of the processing program table (ppt)?
Can you define mdt?
IN CICS APPLICATION PROGRAM, INSTEAD OF HARDCODING MAP AND MPASET NAMES WHILE SENDING AND REIEVING ...CAN WE DO LIKE THIS ??? MOVE MAP AND MAPSET NAMES TO WORKING STORAGE SECTION VARIABLES AND USE THOSE VARIABLES WHILE SENDING AND RECIEVING MAP.IF YES, HOW CAN WE MOVE MAP INPUT , OUTPUT VARIABLES. IF ANYBODY KNOWS THIS PLEASE POST THE ANSWER
Define TCT.
Name some important fields in the EIB block ?
Why is GETMAIN command needed?? Will program not work if we do not give GETMAIN?
Explain the difference between tsq and tdq
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?