STOP command for FRPBATCH

Use the STOP FRPBATCH command to stop an IMSRSC repository that is defined to the Repository Server (RS) catalog repository data sets.

Subsections:

Syntax

Read syntax diagramSkip visual syntax diagramSTOPREPOSITORY( repository_name)MAXWAIT(5,CONTINUE)MAXWAIT( seconds,CONTINUEABORTIGNORE)

Keywords

REPOSITORY()
This is a required keyword. The name of the repository data set to be stopped. The RS catalog repository data set cannot be stopped using the STOP command.
Requests that the RS stop this repository, preventing further connections to it. If the repository data sets are allocated, the server deallocates the data sets after all write operations are completed and closes the repository.
MAXWAIT(5 | seconds , CONTINUE | IGNORE | ABORT)
This keyword is optional. The maximum time (0-9999) in seconds that the utility waits for the STOP operation to be completed. The default is 5 seconds. A value of 0 means that the utility does not wait and returns a code immediately. MAXWAIT also specifies the action to be taken if the STOP operation has not been completed when the MAXWAIT period expires (when the request to the server to stop the user repository is successful but the batch utility is not able to confirm that the repository is in the requested state).
CONTINUE
Command processing continues even when the MAXWAIT period expires. The return code is set to 4.
IGNORE
Command processing continues even when the MAXWAIT period expires. No return code is set.
ABORT
Command processing is terminated when the MAXWAIT period expires. The return code is set to 8.