EXECDROP

Note:
This is an authorized command.
Read syntax diagramSkip visual syntax diagram                                          .-MEM-.
>>-EXECDROP--+-+-AUTHClib-+--member-+--(--+-----+--------------><
             | +-AUTHElib-+         |     +-RFS-+
             | '-PROClib--'         |     '-LIB-'
             '-name-----------------'
 

EXECDROP removes an EXECLOADed exec from virtual storage.

Operands

AUTHClib
indicates that member was loaded from an authorized command sublibrary.
AUTHElib
indicates that member was loaded from an authorized exec sublibrary.
LIB
indicates that a VSE Librarian sublibrary and member has been specified.
member
specifies the VSE Librarian sublibrary member that contains the exec to be removed from virtual storage.
Note:
The member type must not be specified. A member type of PROC is assumed.
MEM
indicates that a member name has been specified.
name
specifies a fully qualified RFS file name or a VSE Librarian sublibrary and member.
Note:
The member type must not be specified for a sublibrary and member. A member type of PROC is assumed.
PROClib
indicates that member was loaded from a sublibrary in the LIBDEF PROC search chain for the CICS partition.
RFS
indicates that an RFS file has been specified.

Return Codes

0
Normal return
1401
Invalid command
1402
Invalid operand
1423
Error storing EXECLOAD information
1425
Error retrieving EXECLOAD information
1448
No client available

Example

'EXECDROP POOL1:\USERS\USER2\TEST.EXEC (RFS'

This example removes RFS file from virtual storage.

Note

If a partial directory ID is given, it is temporarily appended to the end of the current working directory value to get a fully qualified directory ID.