>> But it probably would be simpler if I could discover the program that the F
>> line command on a 3.4 display runs under the covers. Do you know of any way
>> to discover that?
Dave,
I believe someone already suggested using ADRSSU and here is a JCL which frees
up the space
// EXPORT SYMLIST=*
// SET PDSNAME=your.pds.for.space.to.be.rlsed
/*
//***************************************************************
//* RUN ADRDSSU TO RELEASE THE UNUSED SPACE *
//***************************************************************
//SPACRLS EXEC PGM=ADRDSSU
//SYSPRINT DD SYSOUT=*
//PDS DD DISP=OLD,DSN=&PDSNAME
//SYSIN DD *,SYMBOLS=JCLONLY
RELEASE INCLUDE('&PDSNAME') DDNAME(PDS)
/*
Thanks,
Kolusu
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN