Previous Topic: Scratch AreaNext Topic: Messages


Queue Area

At trace definition time, you can use the following formula to calculate the required number of bytes per dialog in the queue area (DDLDCRUN):

59 + (total-lines * 205)

where total-lines is the total number of lines in all replays for the dialog.

For example, if the dialog has replays of 30, 60, and 100 lines, the number of bytes for the dialog is:

59 + (190 * 250) = 47500, or approximately 47.5K.

To calculate the total number of bytes, add the number of bytes for each dialog.

System Requirements

Item

Requirement

Operating Environment

CA IDMS and CA ADS

Terminal Type

IBM 3270-type, including 3279 color display.

Subschema

IDMSNWKA

Storage Requirements

 

 

Definition Time

Execution Time

Program Pool

one copy, multiple users

average session: 120K

7.5K

Storage Pool

each user

average: 12K

average session: 3K

Scratch Area

each dialog

# screens * (# lines) * (100)

2619 + (# lines * 172)

Queue Area

each dialog

59 + (# lines * 205)