The $SRV_ILOG_STAT routine returns information about ILOG files.
Syntax
Use this syntax:
CALL $SRV_ILOG_STAT
Parameters
No operands are expected and none should be 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, as listed below:
Subfile is not available for use.
Subfile must be dumped and/or reset before it is available.
Subfile is full but has already been reset.
Subfile is currently 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 © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |