EVORXFRE - Free Allocated DDs - ironstream_for_micro_focus_universal_discovery - 7.4

Ironstream for Micro Focus® Universal Discovery for IBM Z® Administration

Product
Ironstream > Ironstream for Micro Focus® Universal Discovery
Version
7.4
Language
English
Portfolio
Integrate
Product family
Ironstream
Product name
Ironstream for Micro Focus Universal Discovery for IBM Z
Title
Ironstream for Micro Focus® Universal Discovery for IBM Z® Administration
Copyright
2022
First publish date
2007

Name

Details

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 the following return texts:

OK The free was successful

NO PARAMETER The function was called without a valid parameter

SPECIFIED

INCORRECT The key must be specified as "DDN" or "DSN"

PARAMETER

SPECIFIED

REXX

Example

x = EVORXFRE('DDN=MYLIB')

x = EVORXFRE('DSN=USER.JCL.CNTL')