Hi, Gerry -
Here's an example of a FileAid batch job I used:

//FASTEP   EXEC PGM=FILEAID
//SYSPRINT DD  SYSOUT=*
//SYSLIST  DD  SYSOUT=*
//DD01     DD  DSN=YOUR.PDSLIB,
//             DISP=SHR
//DD01SC   DD  DSN=YOURHLQ.FILEAID.CNTL(DISK11),
//             DISP=SHR
//SYSIN    DD  *
$$DD01 UPDATEALL PDSSTAT=YES
/*
//

where DD01 = PDS library where you want to change members
where DISK11 member looks like:

DEFINE BLOCKS=SELECTION,

       INITIAL_SKIP=0,
       THEN_SELECT=1,
       THEN_SKIP=0,

       MAXIMUM_TO_SEARCH=ALL,
       MAXIMUM_TO_SELECT=ALL

SELECT SET=1
 IF
       POSITION=1,OPERATOR=CO,
       TYPE=T,VALUE=DISK902
 CHG
       POSITION=+0,OPERATOR=EA,
       TYPE=C,VALUE=DISK11

I used this to change a data set qualifier in all members of my PDS from
DISK902 to DISK11.

Hope that helps.

Regards,
Peggy

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to