kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Thu Sep 30, 2004 6:51 pm Post subject: |
|
|
Code: |
//STEP0100 EXEC PGM=FILEAID
//SYSLIST DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//DD01 DD DSN=YOUR PDS,
// DISP=SHR
//SYSIN DD *
$$DD01 UPDATE,EDITALL=(1,0,C' ',C' '),PDSSTAT=A
|
In here we are updating all the members for a space with a space , so there is nothing actually changed, but the parameter PDSSTAT=A will update the PDS statistics if they exist, or add statistics if they don't exist.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|