z/OS ISPF Planning and Customizing
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Move/Copy settings

z/OS ISPF Planning and Customizing
GC19-3623-00

MAXIMUM_GOOD_IEBCOPY_RETURN_CODE
Indicates the maximum return code from IEBCOPY that will allow Move/Copy processing to continue. Any return code higher than this value will be considered an error.

The default is 0.

USE_IEBCOPY_COPY_OR_COPYMOD_OPTION
Should ISPF use COPY or COPYMOD when invoking IEBCOPY to process load modules. Valid values are:
1
Use COPY if the target library block size is the same or greater than the source library block size, COPYMOD if the target block size is smaller.
2
Use COPY if the target library block size and source library block size are the same, COPYMOD if they are different.
3
Always use COPYMOD.

The default is 2.

WHEN_TO_USE_IEBCOPY
When should ISPF use IEBCOPY instead of a read/write loop to process load modules. Valid values are:
0
Only use IEBCOPY when processing a PDSE, or when copying from a larger block size to a smaller block size and COPYMOD was requested (see USE_IEBCOPY_COPY_OR_COPYMOD_OPTION).
1
Always use IEBCOPY for load modules.
2
Only use IEBCOPY for PDSEs.

The default is 0.

ALLOW_DATA_SET_CREATION_FOR_MOVE_COPY
If the target data set for Move/Copy does not exist, should the data set be created for the user. The user can specify either that the data set be created with the same characteristics as the original, or can specify the characteristics for the new data set. Valid values are YES and NO.

The default is YES.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014