Previous Topic: Processing Entry RecordsNext Topic: Maintaining Cross-Reference Records


Activating and Changing Entry Records

To activate a newly created or modified entry record, issue the ACFSERVE RELOAD XREF command. This command dynamically updates the source entry records cross‑reference table. If you do not use this command, any changes to this cross‑reference table are not effective until you IPL the service machine. For details, see the “Defining Structured Infostorage Records” chapter.

Changing Entry Records

Use the CHANGE subcommand under the ENTRY setting to add sources to a source group or update existing source groups. The syntax for this CHANGE subcommand is:

       {      *              }
CHange { recordname          }
       { LIKE(recmask)       }
 
       { [ OLDDATA(olddata) ]}
       { [ NEWDATA(newdata) ]}
       { [ VERDATA(verdata) ]}
 
         [ DSN(dsn)         ]
         [ CLEAR            ]
*

Indicates you want to change the last record of this type processed since establishing the ENTRY setting with a specific type‑code.

recordname

Specifies the one‑ to eight‑character entry record name record to be changed.

LIKE(recmask)

Selects only entry records that match the specified mask. (Never use the same record name for an SGP entry record and SRC entry record.)

OLDDATA(olddata)

Specifies old data information.

VERDATA(verdata)

Specifies verification data.

NEWDATA(newdata)

Specifies new data.

DSN(dsn)

Specifies a filename for authorization control. Any user that can access this file can modify the entry record.

CLEAR

Clears an existing entry record of all data items. It eliminates all data items (except for DSN) before adding the NEWDATA operand data.

Examples

You must specify at least one of the following operands: CLEAR, DSN, NEWDATA, OLDDATA, VERDATA. You can specify more than one.

For information on how to activate a changed entry record, see the Activating and Changing Entry Records section.

Displaying Entry Records

Use the LIST subcommand under the ENTRY setting to list a record name or all entries that match a record name mask.


      { *              }
List  { recordname     }
      { LIKE(recmask)  }
*

Specifies that you want to list the last record of this type processed since you established the ENTRY setting with a specific type code.

recordname

Specifies that you want to list the one‑ to eight‑character name of an individual entry record.

LIKE(recmask)

Selects only entry records that match the mask you specified.

LIST RM433 TYP: SGP ENTRY RM433 3 DATA ITEMS GRAF0490 GRAF0491 GRAF0492

Deleting Entry Records

Use the DELETE subcommand under the ENTRY setting to remove a record name or all entries that match a record name mask. The syntax is:


       { *             }
DELete { recordname    }
       { LIKE(recmask) }
*

Specifies that you want to delete the last record of this type processed since you established the ENTRY setting with a specific type code.

recordname

Specifies that you want to delete the one‑to eight‑character name of an individual entry record.

LIKE(recmask)

Selects only entry records that match the mask you specified.

Ending Entry Record Processing

When you have finished processing entry records, enter the following command:

END

This exits you from the ACF command setting.