What is the access method used by DB2?
Answer / vrushanka
Virtual Storage Access method. Its handle by DBMS
internally. Its VSAM because all the DB2
databases/tablespaces recides on VSAM.
| Is This Answer Correct ? | 3 Yes | 1 No |
plz tell me abt PF key and PA keys
Explain the difference between and exec cics xctl and an exec cics link command?
Which is the command that is used to dump the main storage areas related to a task?
Explain how do you delete item 3 in a five-item tsq?
Name the macros used to define the following: MAP MAPSET FIELD
Can ESDS files be accessed from CICS?
Can you simply check if length = 0 for checking if a field was modified?
Which of the following statements correctly describe the syntax of CICS command language?
In an on-line environment, how can you prevent more than one user from accessing the same Transient Data Queue at the same time?
What is meant by an attribute byte?
What is the COMMAREA(communications area)?
There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?