ADD command for FRPBATCH
Use the ADD FRPBATCH command to add an IMSRSC repository to the Repository Server (RS) catalog repository data sets.
Subsections:
Syntax
Keywords
- REPOSITORY()
- This is a required keyword. The name of the repository. The name can be up to 44 characters long. Valid characters are A-Z (uppercase only), 0-9, and the following symbols: number sign (#), dollar sign ($), at sign (@), period (.), and underscore (_). All lower case characters are converted to uppercase.
- REPDSN1RID()
- This is a required keyword. The primary repository index data set (RID). A valid existing VSAM key sequenced data set (KSDS) name is required for the repository to initialize.
- REPDSN1RMD()
- This is a required keyword. The primary repository member data set (RMD). A valid existing VSAM KSDS name is required for the repository to initialize.
- REPDSN2RID()
- This is a required keyword. The secondary RID. A valid existing VSAM KSDS name is required for the repository to initialize.
- REPDSN2RMD()
- This is a required keyword. The secondary RMD. A valid existing VSAM KSDS name is required for the repository to initialize.
- REPDSN3RID()
- This keyword is optional. The spare RID. If this parameter is not specified, the spare data set is set to NONE. If specified, it must be a valid VSAM KSDS data set name or NULL. Setting the REPDSN3 data set pair to NULL results in its status being set to NONE. The spare is not allocated until data set recovery processing is initiated.
- REPDSN3RMD()
- This keyword is optional. The spare RMD. If this parameter is not specified, the spare data set is set to NONE. If specified, it must be a valid VSAM KSDS data set name or NULL. Setting the REPDSN3 data set pair to NULL results in its status being set to NONE. The spare is not allocated until data set recovery processing is initiated.
- 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.
