Cics Interview Questions
Cics Interview Questions
html
Move -1 to the length attribute of the field aand use the CURSOR option.
The physical map is the load module and the symbolic map is the data structure.
1 of 7 09-12-2010 09:38
CICS INTERVIEW QUESTIONS http://www.mainframegurukul.com/srcsinc/cics.html
Defines the display/transmission of field. most cases is an output field from the program.
7. What are the 3 working storage fields used for every field on the map? –
Modified Data Tag. Bit in the attribute byte indicating modification of field on screen. Happens on an input operation.
On EOF yes.
Use ASIS???
13. What are SEND MAP MAPONLY & SEND MAP DATAONLY ?
MAPONLY - to send the map alone, without any data. Eg: used for sending Menu screens.
DATAONLY - to send data alone, without sending the screen layout again. Eg: used for refreshing the screen data.
PF keys wake up the task and transmit modified data, PA keys only wake up the task.
16. Can you use OCCURS in a BMS map? If you do, what are the issues related with its use?
Yes.
18. How is the storage determined in the symbolic map, if you have multiple maps?
Storage for maps redefine the first. This means largest map has to be the first.
20. Can you simply check if length = 0 for checking if a field was modified?
2 of 7 09-12-2010 09:38
CICS INTERVIEW QUESTIONS http://www.mainframegurukul.com/srcsinc/cics.html
53. What do you do if you do not want characters entered by the user to be folded to uppercase ?
55. What are the steps you go through to a create a BMS executable?
56. 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? -
DFHEIBLK, DFHCOMMAREA.
57. List all the CICS tables and explain their contents. –
PPT SIT
PCT JCT
FCT SNT
DCT SRT
RCT TCT
58. I have written a CICS program. What tables should I setup to run this program? –
59. In which table would you make an entry for a BMS map? –
PPT
Use a GETMAIN
63. What are the restrictions while using GETMAIN and FREEMAIN? –
?????????????????????
3 of 7 09-12-2010 09:38
CICS INTERVIEW QUESTIONS http://www.mainframegurukul.com/srcsinc/cics.html
87. If I create a TSQ from one transaction, can I read it from another transaction? –
Extra partition TDQs are datasets used for communication b’n CICS and other CICS/Batch regions. Intrapartition TDQs are
queues for communication within regn.
For intrapartition TDQs specify the # records at which ATI happens. not applicable for extra partition TDQs.
Define an extrapartition TDQ as an internal reader and write the JCL to it. Terminate the JCL with /*EOF.
If recovery is needed.
95. I have TSQ with 15 items. I want to delete the 10th item. How do I do that?
??????????????????????????
Yes.
EXEC CICS SYNCPOINT. Assuming it is a LUW. This will not end the Xn.
When a program has been used in CICS atleast once and then changed and recompiled.
4 of 7 09-12-2010 09:38
CICS INTERVIEW QUESTIONS http://www.mainframegurukul.com/srcsinc/cics.html
Yes, the called routine must be defined in PPT and the calling program must use CALL identifier..
105. Suppose pgm A passes 30 bytes to pgm B thru commarea and pgm B has defined its DFHCOMMAREA to be 50 bytes . Is
there a problem ?
53) When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an
55. Can a CICS region be attached to more than one DB2 subsystem ?
??????????????????????/
56. What determines the DB2 subsystem to which a particular CICS region is attached ?
???????????????????????????????
?????????????????????????????????
Same as 36.
START is used to start a new task. It is a interval control command. XCTL is used to pass control to a program within the same
task. It is a program control command.
61. Can you have CICS code in a copybook? If yes, what happens during compilation?
Runaway Task.
64) I invoke a transaction from CICS. The program has a code: MOVE DFHCOMMAREA TO WS-AREA. What happens to this
transaction? What happens to the other transactions?
Junk may get moved in. Will cause Storage violation. ????
???????????????????????????????
5 of 7 09-12-2010 09:38
CICS INTERVIEW QUESTIONS http://www.mainframegurukul.com/srcsinc/cics.html
65. How do I find the name of the CICS region inside my COBOL program?
??????????????????????????
Zero.
68. How will you access a VSAM file using an alternate index?
Thru the path. Define path as an FCT and use normal File control commands.
Define the file as recoverable. in cases where records have been inserted into the file, you may need to run a batch program to
logically delete the inserted records.
70. I have done a START BROWSE on a VSAM dataset. Can I do another START BROWSE without doing an END
BROWSE?
No.
No.
Yes.
----
CICS is a telecommunications monitor software product from IBM. The IBM mainframe operating systems are batch and
time-sharing. CICS supports the development and execution of online applications. It does this by
CICS itself is batch job running on the operating system with high priority. CICS does scheduling of programs that run under the
CICS region.
??????????????????????????????????
?????????????????????????????????????
6 of 7 09-12-2010 09:38
CICS INTERVIEW QUESTIONS http://www.mainframegurukul.com/srcsinc/cics.html
7 of 7 09-12-2010 09:38