UPDATE command for FRPBATCH

Use the UPDATE FRPBATCH command to update an IMSRSC repository definition in the Repository Server (RS) catalog repository data sets. Use this command to change the IMSRSC repository data sets or the AUTOOPEN specification of a repository.

Subsections:

Syntax

Read syntax diagramSkip visual syntax diagramUPDATEREPOSITORY( repository_name)REPDSN1RID(ds1_rid_dsnameNULL)REPDSN1RMD(ds1_rmd_dsnameNULL)REPDSN2RID(ds2_rid_dsnameNULL)REPDSN2RMD(ds2_rmd_dsnameNULL)REPDSN3RID(ds3_rid_dsnameNULL)REPDSN3RMD(ds3_rmd_dsnameNULL)AUTOOPEN(YES)AUTOOPEN(NO)SECURITYCLASS(NULL)SECURITYCLASS( securityclassname)

Keywords

REPOSITORY()
This is a required keyword. The name of the repository to be updated. "CATALOG" is reserved and cannot be updated.
REPDSN1RID()
This is an optional keyword. The name of the primary repository index data set (RID). If this parameter is omitted, or if NULL is specified, the data set is not updated.

If you specify REPDSN1RMD, but do not want to update this parameter, you still must specify this parameter (with NULL).

REPDSN1RMD()
This is an optional keyword. The name of the primary repository member data set (RMD). If this parameter is omitted, or if NULL is specified, the data set is not updated.

If you specify REPDSN1RID(), but do not want to update this parameter, you still must specify this parameter (with NULL).

REPDSN2RID()
This is an optional keyword. The name of the secondary RID. If this parameter is omitted, or if NULL is specified, the data set is not updated.

If you specify REPDSN2RMD(), but do not want to update this parameter, you still must specify this parameter (with NULL).

REPDSN2RMD()
This is an optional keyword. The name of the secondary RMD. If this parameter is omitted, or if NULL is specified, the data set is not updated.

If you specify REPDSN2RID(), but do not want to update this parameter, you still must specify this parameter (with NULL).

REPDSN3RID()
This keyword is optional. The name of the spare RID. If this parameter is omitted, or if NULL is specified, the data set is not updated.

If you specify REPDSN3RMD(), but do not want to update this parameter, you still must specify this parameter (with NULL).

REPDSN3RMD()
This keyword is optional. The name of the spare RMD. If this parameter is omitted, or if NULL is specified, the data set is not updated.

If you specify REPDSN3RID(), but do not want to update this parameter, you still must specify this parameter (with NULL).

AUTOOPEN(YES | NO)
This keyword is optional. Specifies when repository data sets are allocated.
YES
Repository data sets are allocated when the repository is started. This is the default.
NO
Repository data sets are allocated when you first connect to the repository.
SECURITYCLASS(NULL | securityclassname)
This keyword is optional. Specifies the name of the security class to be used for the user repository. The name must be left-aligned, an 8-byte name with trailing contiguous spaces. The first character must be alphabetic and subsequent name characters alphanumeric.
If this parameter is omitted, or if NULL is specified, there is no security for this user repository. The name specified can be the same name as the SECURITYCLASS specified for the RS address space in the FRPCFG member of the IMS PROCLIB data set.