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

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.