I have written a CICS program. What tables should I setup
to run this program?
Answer Posted / lalit verma
Entries should be made in the following Tables :
PPT(Processing Program Table)
PCT(Program Control Table)
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
What is the common systems area?
Can you define temporary storage?
Can you explain enq and deq used in cics?
What is a transid?
cics command level is?
What is the term bms in cics?
What is the pic clause for the data type of length option field type of data fields?
What is the pic clause for the hhmmss type of data fields?
Explain the use of DCT ?
What is DEQ?
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.
Sync points cannot be requested by the application programs? State true or false
Kindly specify the pic clause for the hhmmss type of data fields?
how can you prevent more than one user from accessing the same transient data queue?