z/OS DFSMSdfp Utilities
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


SELECT Statement

z/OS DFSMSdfp Utilities
SC23-6864-00

The SELECT statement is used with the MOVE PDS or COPY PDS statement to select members to be moved or copied, and to optionally rename these members. The SELECT statement cannot be used with either the EXCLUDE or REPLACE statement to modify the same MOVE PDS or COPY PDS statement. The SELECT statement is invalid when data is unloaded or when unloaded data is moved or copied. Because the source data set is scratched, members not selected in a MOVE PDS operation cannot be recovered.

The syntax of the SELECT statement is:

Label Statement Parameters
[label] SELECT MEMBER={(name1 [,name2][,...])|
    ((name1,newname1) [,(name2,newname2)][,...])}
where:
MEMBER={(name1 [,name2][,...])| ((name1,newname1) [,(name2,newname2)][,...])}
specifies the names of the members to be moved or copied by a MOVE or COPY PDS operation, and, optionally, new names to be assigned to the members.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014