How can we initiate a transaction from batch?
Answer Posted / mainframe.rahulz
Transaction is a concept in which each program is identified
by a TRAN-ID in CICS.
I think we have a concept called XCTL and LINK where we can
call Transaction from our Batch.
Correct Me if i am Wrong.
| Is This Answer Correct ? | 2 Yes | 16 No |
Post New Answer View All Answers
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
Explain the difference between a physical bms mapset and a logical bms mapset?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
Define cedf?
What are the main uses of the transaction in the cics?
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
what are transient data sets defined to cics?
Define transient data?
What is the pcp in the cics?
What is the cics command that is used to access current date and time?
Can you explain common systems area?
Explain cebr transaction commands?
What are the cics commands associated with task control?
How to get the cursor position when we receive a map?
Is length = 0 sufficient to ascertain that the field has been modified?