What is the most common way of building queue-id of a TSQ?
(Name the constituents of the Queue ID).
Answers were Sorted based on User's Feedback
Answer / s9kumar
Generally, It is a combination of term-id and transaction-id.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / maxcc0
dttttann
d: division id(eg. A for accounts, B for budget)
tttt: terminal id(eibtrmid)
a: application code(a,b,c..)
nn: queue number(1,2,..).
| Is This Answer Correct ? | 0 Yes | 1 No |
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
Explain how to handle exceptional conditions in CICS.
What are different system tables used in CICS?
Particular area has been affected in cics screen, what is the process to find?
When you do a START, what will the value of EIBCALEN?
I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program
How to establish dynamic cursor position on a map?
Explain 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?
What are the cics commands associated with task control?
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
What is fset?
Explain the difference between the xctl and link commands?