DB2 Developers Guide Book Flashcards

1
Q

What are the 5 environments that can access DB2 Data?

A

TSO, CICS, IMS/VS, CAF, RRSAF

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Each DB2 program must be connect to DB2 by an ____ ____, which is the mechanism by which an environment is connect to a DB2 subsystem.

A

Attachement Facility

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a thread?

A

Is a control structure used by DB2 to communicate with an application.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When is a thread established?

A

A thread is established for each embedded SQL Program that is executing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How is the thread used?

A

The thread is used to send requests to DB2, to send data from DB2 to the program, and to communicate (through SQLCA) the status of each SQL statement after it is executed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is SQLCA?

A

SQL Communication Area is a collection of variables that is updated at the end of the execution of every SQL statement.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is SQLDA?

A

An SQL Descriptor Area is a collection of variables that is required for execution of the SQL DESCRIBE statement.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly