What is Call attach facility? How does it work?
Answer / mani
Call Attach Facility is used for application programs that
run under batch to establish a connection with db2.It is an
alternative to DSN command processor and provides greater
control over the execution environment.
Programs using CAF can
1)Access DB2 from address spaces where there is no TSO,
CICS, or IMS
2)Access the Instrumentation Facility Interface (IFI)
3)Access DB2 from multiple tasks within an address space
4)Control the connection to DB2 explicitly
5)Connect to DB2 implicitly, using a default subsystem ID
and plan name
6)Receive a signal from DB2 on start-up or shutdown.
The Call Attach Facility is being slowly replaced by the
more powerful RRS (resource recovery services) attachment
facility.
| Is This Answer Correct ? | 5 Yes | 2 No |
What is the difference between spufi and qmf?
what is the Foreign key? explain?
What is the syntax for creating a table in the db2 database?
wht happens if we close cursor with cursor with hold option?
Is Cursor exicutable ?
What is package in cobol db2?
How and when does the db2 enforces the unique key?
how to unload different table data into different gdg files/ vsam files.
How to resolve -407 sql code in DB2?
How many databases can be created inside an instance in db2 ?
What is the COBOL picture clause for a DB2 column defined as DECIMAL(11,2)?
How do you check for a null value in a db2 column?