What is the difference between physical map and symbolic map?
The physical map is the load module and the symbolic map is the data structure
The physical map is the data structure and the symbolic map is the load module
Physical map is mapped with addresses and the symbolic map is the logical one.
There is no difference
are the two outputs created as a result of generation of a map?
The load module and DBRMLIB
The map load and DBRMLIB
The map copybook and the load module
The MAPLIB and loadlib
What is CICS ?
Customer Interaction Control System
Consumer Information Control System
Customer Information Control System
Consumer Interaction Control System
What is CICS?
How do you use extended attributes?
Define EXTATT=YES and the correct terminal type.
Define EXTDATT=YES and the correct terminal type.
Define EXTATRB=YES and the correct terminal type
Define XTDATRB=YES and the correct terminal type.
What are the 3 working storage fields used for every field on the map?
Length, attribute and input field
Length, no.of fields and output field
Length, attribute and input/output field
Length, attribute and output field
What do you do if you do not want characters entered by the user to be folded to uppercase?
Use ASCI option on RECEIVE
Use ASIS option on RECEIVE
Use Unicode option on RECEIVE
Use ASCII option on RECEIVE
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?
DFHEIBDK, DFHCOMMAREA
DFHEIBLK, DFHCOMNAREA
DFHEEBLK, DFHCOMMAREA
DFHEIBLK, DFHCOMMAREA
In which table would you make an entry for a BMS map?
RPT
PCT
PPT
LCT
How do you read from a TSQ?
Permanent Storage read command
Transaction storage read command
Temp storage read command
None of the above