Previous Page | Next Page

Functions and CALL Routines under z/OS

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 Language Reference: Dictionary

Syntax
Details
See Also

Syntax

FOPTNAME(file-id,nval)

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

Previous Page | Next Page | Top of Page