The $SRV_DSTAB_STAT routine returns information about all ISETs and their associated data sets.
Syntax
CALL $SRV_DSTAB_STAT
Parameters
No operands are expected and none are 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 might 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 © 2014 CA Technologies.
All rights reserved.
|
|