What are the CICS commands available for program control?
What tables must be updated when adding a new transaction and program?
How can you accomplish breakpoint in intertest?
What is the CICS supplied transaction which performs syntax checking of a CICS command?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
Name a few CICS programs which are generally used ?
Name some translator and compile options and explain their meaning?
What are the various types of accesses that can be allowed by the SERVREQ option of the DFHFCT?
Before issuing an ASKTIME command what will be the values in the EIBDATE and EIBTIME fields ?
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 ?
What are the CICS tables? How to traverse from one screen (program) to another on CICS?
What is the common work area?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?