NEWMEMBER supports the following parameters:
The new PDS member's name.
The new PDS members' name pattern. Use this when copying more than one PDS member.
% — Use a percent sign to retain the old name's character found at the percent sign's location, in the new member name.
This example overwrites CAWA with RRMX, for all member names that begin with CAWA.
COPY, MEMBER(CAWA*), NEWMEMBER(RRMX%%%%)
This example appends RRM to all member names beginning with A and which have only five characters in their name.
COPY, MEMBER(A%%%%), NEWMEMBER(%%%%%RRM)
|
Copyright © 2013 CA.
All rights reserved.
|
|