The $SRV_DSTAB_STAT routine returns information about all ISETs and their associated data sets.
Syntax
Use this syntax:
CALL $SRV_DSTAB_STAT
Parameters
No operands are expected and none should be passed.
Returned Data
Data is returned on the stack. Each line represents one ISET. The first character in each record is the delimiter character. This character is used to separate the returned fields as listed next.
Note: All fields may not be completed when this service routine returns.
Example
limit = call srv_dstab_stat do i = 1 to limit parse pull 1 d +1 . (d) iset (d) dsn (d) version (d) cpu (d) . end i
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |