The $SRV_ILOG_STAT routine returns information about ILOG files.
Syntax
CALL $SRV_ILOG_STAT
Parameters
No operands are expected and none are passed.
Returned Data
Data is returned on the stack. Each line represents one ILOG subfile. The first character in each record is the delimiter character. This character is used to separate the returned fields:
Subfile is not available for use.
Subfile must be dumped and reset or only reset before it is available.
Subfile is full but has been reset.
Subfile is in use.
Subfile is empty and available for use.
Subfile has not been opened or has been closed.
Return String
This routine returns the number of records added to the stack.
Example
call $srv_ilog_stat limit = result do i = 1 to result parse pull 1 d +1 ilog (d) subfile (d) ddname , (d) status (d) records (d) percent , (d) sdate (d) stime (d) edate (d) etime (d) end i
Copyright © 2014 CA Technologies.
All rights reserved.
|
|