Previous Page
|
Next Page
FOPTNAME Function:
z/OS
Returns the name of an information item for an external file.
Category:
External Files
z/OS specifics:
info-item
See:
FOPTNAME Function
in
SAS Functions and CALL Routines: Reference
Syntax
Details
See Also
Syntax
FOPTNAME
(
file-id
,
nval
)
Required Arguments
file-id
specifies the identifier that was assigned when the file was opened, generally by the FOPEN function.
nval
specifies the name of the file information item to be retrieved.
Details
FOPTNAME returns a blank if an error occurred.
For definitions of information item numbers and code examples, see
FINFO Function: z/OS
.
See Also
FCLOSE Function: z/OS
FOPEN Function: z/OS
FOPTNUM Function: z/OS
Copyright © SAS Institute Inc. All rights reserved.
Previous Page
|
Next Page
|
Top of Page