is it possible to create TDQ's and TSQ's dynamically,How
Answer / pullareddy
We can create TSQ Dynamically, but not TDQ. while creating
TDQ we registered it with DCT(Destination Control Table).
for TSQ we no need.
| Is This Answer Correct ? | 23 Yes | 2 No |
Explain the purpose of the program list table?
Can dynamic calls be used in CICS?
What is the pic clause for the hhmmss type of data fields?
How to implement function keys in cics ...Interview ask me there is requirement to include two function key in the program F1 and F2 Keys...when F1 key is press record should be inserted into database after reading the input file and when F2 is press ,record should be updated in databased...explain about the entire process including testing also..?please expain in step by step ?
1 Answers HeadStrong, Polaris,
What is the COMMAREA(communications area)?
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
Can you define cemt?
What is CICS ?
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
What are extra partition & intra partition TDQs?
how can we establish a link between two maps using a cobol application program....lets say how can u use 'back' in a map ..to come back on previous .
Explain how do you intitiate another transaction?