When you generate a table through ASF, the following steps take place:
|
Name |
Object |
Description |
|---|---|---|
|
RFUR-nnnnnn-DATA |
record |
The record type in which rows of the table are stored as record occurrences. |
|
RFUR-nnnnnn-OOAK |
record |
The CA IDMS/DB-defined OOAK record. |
|
RFUS-nnnnnn-SET |
set |
An unsorted indexed set defined if the storage sequence of the table is NEXT, PRIOR, FIRST, or LAST. |
|
RFPS-nnnnnn-SET |
set |
An indexed set defined if the storage sequence of the table is designated by the key number of an index key. |
|
RFFS-nnnnnn-yyyy |
set |
One for each fast access key defined on the Extended Key Definition screen (refer to the chapter "Extended Functions of ASF"). Yyyy refers to the field definition number for the column, assigned in the FDEFREC. |
|
RFKS-nnnnnn-zzzz |
set |
One for each additional key defined on the Extended Key Definition screen that is not used as the storage sequence. Zzzz is the key number of the additional key. |
|
Name |
Description |
|---|---|
|
ASF-RDEF-REC |
The table definition record |
|
RFUR-nnnnnn-OOAK |
The system-defined OOAK record |
|
RFUR-nnnnnn-DATA |
The record used to store rows of the table |
|
RFUR-nnnnnn-WORK |
An IDD work record, included if any work fields are defined for the table |
The logical record is named by modifying the table name to conform to COBOL naming conventions, as shown below.
Special characters and spaces are changed to hyphens:
Leading and trailing hyphens are deleted:
Lowercase letters are translated to uppercase letters:
Multiple repeating embedded hyphens are reduced to one hyphen:
Numbers in the first position are preceded by an R:
Names longer than 16 characters are truncated:
JOBS AND APPLICANTS becomes JOBS-AND-APPLICA
|
Name |
Description |
|---|---|
|
RDnnnnnn-PREMAP |
The premap process |
|
RDnnnnnn-CLEAR |
The response process for the [Clear] key |
|
RDnnnnnn-ENTER |
The response process for the [Enter] key |
|
RDnnnnnn-PA1 |
The response process for the [PA1] key |
|
RDnnnnnn-PF1 |
The response process for the [PF1] key |
|
RDnnnnnn-PF2 |
The response process for the [PF2] key |
|
RDnnnnnn-PF3 |
The response process for the [PF3] key |
The first two steps above apply only to stored tables. For views, ASF performs steps 3 through 5 only.
|
Copyright © 2014 CA.
All rights reserved.
|
|