EVORXINT - Allocate an Internal Reader (INTRDR) - 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 This function will allocate an INTRDR to the DD name specified.
Syntax

EVORXINT('ddname')

where:
ddname A symbolic DD name (1 to 8 characters)
Return Value
A variable can be assigned to the command to hold one of these return texts:
OK Read of the dataset was successful
ERROR IN SPECIFYING READ FUNCTION An incorrect parameter was passed, either the variable name is too long, or the count exceeds the maximum size allowed
ERROR OPENING PDS DATASET The named ddname failed to open
ERROR READING PDS DATASET There was a failure reading the ddname
STORAGE REQUEST FAILED The function was unable to allocate enough memory to hold the complete list of dataset members.
REXX Example See the example for EVORXGET above to demonstrate the usage of EVORXINT.