RA/2 all versions - VSAM files not shown for deletion

Option 4.10 - deleting user/groups: VSAM clusters for deletion are not shown. The ISPF variable &ZDLEXT can be blank or Zero. Thus the member in the template library must be updated.

Library: RA2xxx.ISPSLIB up to Version 2.9.x
Member: RA4SDELD


as of line Line 22 till EOF: must look like this:

)CM --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
)CM TEST IF DELETE FILES HAS BEEN REQUESTED
)CM --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
)SEL &RA4DDSN = Y
)CM --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
)SEL &ZDLDSORG = VS AND &ZDLVOL = *VSAM* AND &ZDLMIGR = NO
DEL '&RA4DSND' CLUSTER PURGE
)ENDSEL
)CM --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
)SEL &ZDLDSORG NE VS AND &ZDLMIGR = NO
DEL '&RA4DSND' NONVSAM
)ENDSEL
)CM --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
)ENDSEL