PDSSTATS supports the following values:
Update the PDS member's statistics when the member had been updated. This is the default value.
Do not change the PDS member's statistics when the PDS member had been changed.
This example will not update the PDS member's statistics, regardless of whether the members are changed or not.
COPY,
OUTFILE(MSTRCOPY),
REPLACEMEM(Y),
PDSSTATS(N),
IF(1,0,EQ,C'PGM=RATE4A'),
REPLACE(1,0,C'REGION=',C'REGION=6M)
This example will not UPDATE the member PRDCOPY statistics if the member is changed.
UPDATE, PDSSTATS(N), MEMBER(PRDCOPY), REPLACE(1,0,C'REGION=',C'REGION=6M)
Note: Use the MEMBER keyword to reference members directly.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|