Previous Topic: Accounting Table Record Description

Next Topic: Sample Reports


Data Element Assignments for CA Datacom/DB

The table below associates a processing rule with each of the fields in the CA JARS record supplied by the CA JARS CA Datacom/DB Interface.

Data Element Assignments For CA Datacom/DB Data:

CA JARS Element

Source/Literal

Processing Rule ID

CPU ID

' '

8

File ID

'7'

8

Reader Start Date

SDATE

2

Reader Start Time

STIME

2

Job Name

JNAME

1

Job/Step Ind

'11'

8

Step Number

 

3

Processing ID

'C'

8

Record ID

' '

8

Start Time

STIME

2

Start Date

SDATE

2

Job Class

PRTY

1

Stop Time

STIME+ETIME

4

Programmer Name

JNAME+RUNIT+OPRID

5

Step Name

'*Datacom*'

8

Program Name

UID01

1

Elapsed Time

ETIME

6

CPU Time

RTIME

6

Wait Time

WTIME

6

Rdr I/O Count

EXCDT

9

Prt I/O Count

EXCIX

9

Pun I/O Count

LOGDT

9

Tape I/O Count

LOGIX

9

Disk I/O Count

EXCPS-(EXCDT+EXCIX)

9

Other I/O Count

LOGIO-(LOGDT+LOGIX)

9

Total I/O Count

EXCDT+EXCIX+EXCPS+LOGDT+
LOGIX+ LOGIO

9

Day of Week Code

SDATE

7

Processing rule IDs (position 3) are described as follows.

Processing Rules

  1. Straight Move: For character fields, left-justified if possible, low-order character truncation of blank filling; for numeric field, type conversion is permitted; high-order digit truncation may be possible but is considered unlikely; scale must not change.
  2. The minimum start date and time from the accounting table records that created the summary record.
  3. Number of log records that created the summary record.
  4. Derive the time from the start time (STIME) plus the elapsed time (ETIME). This is a calculated estimated time. The maximum time is kept.
  5. Concatenate items.
  6. Convert units in microseconds to JARS MINUTES, DEC=5.
  7. Derive day of week code from result of rule 2.
  8. Constant.
  9. Accumulated according to jobname (JNAME) and run unit (RUNIT).