FCFL GET_NEXT_UOWDSN function
This function returns the failure information for the next data set that has a failure within the unit of work being browsed.
Input parameters
- BROWSE_TOKEN
- is the token for the browse, which was returned by a START_UOWDSN_BROWSE call.
Output parameters
- DSNAME
- is the 44-character name of the data set for which failure information is returned.
- [RLSACCESS]
- indicates whether the data set was last open in RLS or non-RLS access mode, and can have either
of these values:
RLS|NOTRLS - [CAUSE]
- indicates the cause of the failure, and can have any of these values:
CACHE|RLSSERVER|CONNECTION|DATASET|UNDEFINED - [RETAIN_REASON]
- indicates the reason for the failure, and can have any of these values:
RLSGONE|COMMITFAIL|IOERROR|DATASETFULL|INDEXRECFULL| OPENERROR|DELEXITERROR|DEADLOCK|BACKUPNONBWO| LOCKSTRUCFULL|FAILEDBKOUT|NOTAPPLIC|RR_COMMITFAIL| RR_INDOUBT - RESPONSE
- is DFHFCFL’s response to the call. It can have any of these values:
OK|INVALID|EXCEPTION|DISASTER - [REASON]
- is returned when RESPONSE is EXCEPTION, INVALID, or DISASTER. Possible values are:
RESPONSE Possible REASON values EXCEPTION END_OF_LIST INVALID INVALID_BROWSE_TOKEN DISASTER DISASTER_PERCOLATION
ABEND