Execdrop, Operands, Return codes – IBM SC34-5764-01 User Manual

Page 364: Example, Operands return codes example

Advertising
background image

EXECDROP

Note: This is an authorized command.

EXECDROP

AUTHClib

member

AUTHElib
PROClib

name

MEM

(

RFS
LIB

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.

Commands

342

CICS TS for VSE/ESA: REXX Guide

Advertising