What is the component?what are the different components
there using cobol and cics
Answer Posted / gourishanker
components used in cics-cobol are
TP :Transaction program (Actual code of the program)
PCT
FCT
RDO:The RDO is a CICS TP that allows a CICS systems
programmer to define the resources contained in the internal
control tables.
Task:A task executes the functions of the TP
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
Define RCT.
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
What is the primary aspect of CICS?
What is CICS ?
Mention the option used in a cics command to retrieve the response code after execution of the command?
With the use of an alternate index, how is a VSAM file accessed?
how do you fire a batch job from a cics txn ?
What is interval control?
Define primary objective of cics?
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.
Explain the primary significance of intra-partition and extra-partition tdqs ?
What are the uses of ppt in cics?
Explain the difference between dfhcommarea and tsq?
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?