Description Dynamically frees a dataset or a DD name and its associated datasets. Syntax EVORXFRE('key=name') where: key - " DDN " if freeing a DD name, or "DSN" if freeing a specific dataset name name - An existing symbolic DD name (1 to 8 characters) or a dataset name (up to 44 characters) Return Value A variable can be assigned to the command to hold one of these return texts: OK The free was successful NO PARAMETER SPECIFIED The function was called without a valid parameter INCORRECT PARAMETER SPECIFIED The key must be specified as "DDN" or "DSN" REXX Example x = EVORXFRE('DDN=MYLIB') x = EVORXFRE('DSN=USER.JCL.CNTL')