daryani
Programmer
- Aug 28, 2003
- 5
How do I compress a PDS using rexx?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
//STEP1 EXEC PGM=IEBCOPY
//SYSPRINT DD SYSOUT=*
//IN DD DISP=SHR,DSN=YOUR.WANT.TO.COMPRESS.PDS
//OUT DD DISP=SHR,DSN=YOUR.WANT.TO.COMPRESS.PDS
//SYSUT3 DD DSN=&TEMFILE,DISP=(,DELETE),
// SPACE=(CYL,10)),UNIT=SYSDA
//SYSIN DD *
COPY OUTDD=OUT,INDD=IN