what we will give in the ATI after reaching the trigger level eaither transation or program.
EXEC CICS
TRANSID()
TERMID()
TRIGGERLVL()
what we have to code eaither TRANSATION OR PROGRAM

Answers were Sorted based on User's Feedback



what we will give in the ATI after reaching the trigger level eaither transation or program. EXEC C..

Answer / tej

The above answer is correct, small addition - The transid
mentioned in the DFHDCT definition will be triggered when
the number of records in the TDQ reach the trigger level and
thereafter it will look for an associated program for this
transid in the PCT

Also, EXEC CICS is incorrect,

Here is the definition of Intra partition TDQ

DFHDCT TYPE=INTRA,
TRANSID(XXXX)
TRIGLEV(X)
DESTID=XXX1
RESUE=YES/NO

Is This Answer Correct ?    13 Yes 0 No

what we will give in the ATI after reaching the trigger level eaither transation or program. EXEC C..

Answer / sharath

ATI stands for Automatic task initiation.We need to specify
the transaction id in DCT which will be triggered when the
records in intrapartition tdq reach the trigger level
mentioned in DCT.

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More CICS Interview Questions

Which option of the PCT entry is used to specify the PF key to be pressed for initiating a transaction?

2 Answers   IBM,


What CICS command do you need to obtain the user logon-id?

1 Answers   IBM,


Mention one alternative aspect of CICS?

0 Answers  


Can you explain dfhmdf bms macro?

0 Answers  


Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?

2 Answers   Thomson,






how to make the entire screen protected. i.e., for example when we design a delete screen before deleting the details we need to popup a screen saying do u wish to delete(Y/N). When this screen appears i want to make the previous screen fields as protected.Please help me with the anser. i need the entire screen to be protected. Thanks in advance

3 Answers   Accenture,


How to handle exceptional conditions in cics?

0 Answers  


What is the attribute byte?

2 Answers   IBM,


which cics service transaction is used to gain accessibility to cics control tables? Mention the one that has the highest priority.?

0 Answers   IBM,


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

2 Answers  


The first step in the development of an application system is the Requirement Analysis(True or False).

1 Answers  


Explain page up and page down logic along with coding logic in cics?

3 Answers   Wipro,


Categories