Deleting the member from the PDS/PDSE library other than IDCAMS through SCRATCH JCL
//SCRATCH1 JOB (acct#),’SCRATCH PDS Members’,CLASS=U,MSGCLASS=H
//* Scratch PDS Members - Examples
//*
//SCRATCH EXEC PGM=IKJEFT01
//STEPLIB DD DSN=<SCRATCH Load Library>,DISP=SHR
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
/* Scratch a single member */
SCRATCH ‘DSN.NAME(MEMBER)’
/* Scratch several members and compress */
SCRATCH ‘DSN.NAME’ +
MEMBERS(MEM*) +
COMPRESS
/* Empty (reset) a load-library and compress it */
SCRATCH ‘DSN.NAME’ MEMBERS(*)
No comments:
Post a Comment