EVORXFRE - Free Allocated DDs - ironstream_for_servicenow_discovery_1 - 7.5

Ironstream for ServiceNow® Discovery for IBM Z® Administration

Product type
Software
Portfolio
Integrate
Product family
Ironstream
Product
Ironstream > Ironstream for ServiceNow® Discovery
Version
7.5
Language
English
Product name
Ironstream for ServiceNow® Discovery for IBM Z®
Title
Ironstream for ServiceNow® Discovery for IBM Z® Administration
First publish date
2007
Last updated
2024-11-18
Published on
2024-11-18T05:02:12.928000
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')