CSD GETNEXTLIST

Get the next list in a list browse.

CSD GETNEXTLIST

Read syntax diagramSkip visual syntax diagramCSDGETNEXTLISTLIST( data-area)

Conditions: CSDERR, END, ILLOGIC, NOTAUTH

Description

The CSD GETNEXTLIST command returns the name of the next list in a browse started by a CSD STARTBRLIST command.

Options

LIST(data-area)
Returns the 8-character name of the list.

Conditions

CSDERR
RESP2 value:
1
The CSD cannot be read.
4
The CSD is being used by another CICS system and is not configured for sharing.
5
Insufficient VSAM strings (CSDSTRNO system initialization parameter value) are available to run the EXEC CICS CSD command.
END
RESP2 value:
1
The CSD contains no more lists.
ILLOGIC
RESP2 value:
1
A list browse is not in progress.
NOTAUTH
RESP2 value:
100
The user associated with the issuing task is not authorized to use this command.