Previous Topic: Example JCLNext Topic: ACCT OPEN (Open Accounting Tables)


Sample Report: ACCT EDIT

Date: mm/dd/ccyy ******************************************************************************** Page: 1 * CA Datacom/DB * Time: hh.mm.ss * General Utility * Release: 12 * Copyright © 2009 CA. All rights reserved. * SPnn ******************************************************************************** CONTROL CARD(S) .........1.........2.........3.........4.........5.........6.........7.........8 Œ ACCT OPTION=EDIT,DATABASE=ACCOUNTING FUNCTION=ACCT  DATABASE=ACCOUNTING OPTION=EDIT Ž

Œ

The command exactly as entered.



An analysis of keywords encountered and expected. Any errors found are flagged with a note in the left margin.

Ž

Any messages related to syntax processing.

Date: mm/dd/ccyy ******************************************************************************** Page: 2 * CA Datacom/DB * Time: hh.mm.ss * General Utility * Release: 12 * Copyright © 2009 CA. All rights reserved. * SPnn ******************************************************************************** Directory: PRODCXX ACCOUNTING EDIT OPTION FOR TABLE ACCOUNTING-A00(PROD) IN DATABASE  DBID OF ACCOUNTING BASE: 5 } DATABASE TABLE NAME: A00 } DATABASE KEY NAME: A00KY }  DATADICTIONARY KEY NAME: A00KY } STARTING AT OFFSET 00000 FOR A LENGTH OF 012 WITH DD NAME OF A00KY ELEMENT NAMES USED: DATE STARTING AT OFFSET 00024 FOR A LENGTH OF 006 WITH DD NAME OF DATE } ETIME STARTING AT OFFSET 00036 FOR A LENGTH OF 008 WITH DD NAME OF ETIME } JNAME STARTING AT OFFSET 00000 FOR A LENGTH OF 008 WITH DD NAME OF JNAME } LOGIO STARTING AT OFFSET 00064 FOR A LENGTH OF 004 WITH DD NAME OF LOGIO } REQS STARTING AT OFFSET 00060 FOR A LENGTH OF 004 WITH DD NAME OF REQS } RTIME STARTING AT OFFSET 00044 FOR A LENGTH OF 008 WITH DD NAME OF RTIME } RUNIT STARTING AT OFFSET 00008 FOR A LENGTH OF 004 WITH DD NAME OF RUNIT } SDATE STARTING AT OFFSET 00012 FOR A LENGTH OF 006 WITH DD NAME OF SDATE } STIME STARTING AT OFFSET 00018 FOR A LENGTH OF 006 WITH DD NAME OF STIME } TIME STARTING AT OFFSET 00030 FOR A LENGTH OF 006 WITH DD NAME OF TIME } WTIME STARTING AT OFFSET 00052 FOR A LENGTH OF 008 WITH DD NAME OF WTIME } STORAGE STATISTICS: NUMBER OF BYTES PER TABLE ENTRY: 102 } AMOUNT OF OUTPUT RECORD USED: 1926 BYTES } MINIMUM NUMBER OF TABLE ENTRIES: 019 } MINIMUM VALUE FOR MAXELRQ PARAMETER IN MULTI-USER STARTUP OPTIONS: 11 } DB13211I - ACCOUNTING DEFINITIONS FOR TABLE A00 NOW IN PRODUCTION STATUS



Message displaying table name or database name and version/status being cataloged.



Accounting database ID defined to CA Datacom/DB, followed by the table name and key name defined to CA Datacom/DB.

Length and offset for the specified key.

List of the elements in the table. One line for each element, identifying each element's offset and length.

Storage Statistics:

NUMBER OF BYTES PER TABLE ENTRY

Number of bytes in the internal accounting buffers required to hold one record from this table.

AMOUNT OF OUTPUT RECORD USED

Number of bytes in the PRM table record required to contain the compiled instructions to build this table.

MINIMUM NUMBER OF TABLE ENTRIES

Assuming a buffer size of 4096 specified in the Multi-User startup option ACCT, count of the minimum number of entries for this table that can be held in the internal accounting buffer.

MINIMUM VALUE FOR MAXELRQ PARAMETER IN MULTI-USER STARTUP OPTIONS

The minimum value required in the Multi-User startup option MAXELRQ based on the number of elements actually used.

Message indicating that the definitions for this accounting table have been placed in PRODuction status.

Date: mm/dd/ccyy ******************************************************************************** Page: 3 * CA Datacom/DB * Time: hh.mm.ss * General Utility * Release: 12 * Copyright © 2009 CA. All rights reserved. * SPnn ******************************************************************************** ACCOUNTING EDIT OPTION FOR TABLE ACCOUNTING-A02(PROD) IN DATABASE DBID OF ACCOUNTING BASE: 5 DATABASE TABLE NAME: A02 CONDITIONAL EXPRESSION: (TINDX="FF") DATABASE KEY NAME: A02KY DATADICTIONARY KEY NAME: A02KY STARTING AT OFFSET 00000 FOR A LENGTH OF 075 WITH DD NAME OF A02KY ELEMENT NAMES USED: BASE STARTING AT OFFSET 00000 FOR A LENGTH OF 002 WITH DD NAME OF BASE EXCPS STARTING AT OFFSET 00083 FOR A LENGTH OF 004 WITH DD NAME OF EXCPS REQS STARTING AT OFFSET 00075 FOR A LENGTH OF 004 WITH DD NAME OF REQS SETCT STARTING AT OFFSET 00079 FOR A LENGTH OF 004 WITH DD NAME OF SETCT SETKY STARTING AT OFFSET 00005 FOR A LENGTH OF 070 WITH DD NAME OF SETKY TABLE STARTING AT OFFSET 00002 FOR A LENGTH OF 003 WITH DD NAME OF TABLE STORAGE STATISTICS: NUMBER OF BYTES PER TABLE ENTRY: 121 AMOUNT OF OUTPUT RECORD USED: 1673 BYTES MINIMUM NUMBER OF TABLE ENTRIES: 019 MINIMUM VALUE FOR MAXELRQ PARAMETER IN MULTI-USER STARTUP OPTIONS: 06 DB13212I - NO EDITING ERRORS FOUND FOR ACCOUNTING TABLE A02

Display of the conditional expression that limits the accounting data that goes to this table. In this specific example, TINDX="FF" specifies that SELFR commands which cause a temporary index to be built have been selected to be recorded in this table.