Guardian Procedure Calls Reference Manual
OSS Considerations
These item codes are not applicable to OSS objects but do not cause an error to be returned: 50,
51, 59, 60, 61, 62, 192, 199, and 200.
Example
itemlist := 54; ! return creation timestamp of file
number^of^items := 1;
result^max := 8; ! timestamp is 8 bytes long
error := FILE_GETINFOLISTBYNAME_ ( name:length, itemlist,
number^of^items, result,
result^max );
Related Programming Manuals
For programming information about the FILE_GETINFOLISTBYNAME_ procedure, see the Guardian
Programmer's Guide. For information on the SQL objects and programs, see the HP NonStop
SQL/MP Programming Manual for C and the HP NonStop SQL/MP Programming Manual for
COBOL.
FILE_GETINFOLISTBYNAME_ Procedure 433