The $SRV_IMOD_INFO routine returns information about a specific IMOD.
Syntax
Use this syntax:
CALL $SRV_IMOD_INFO imod
Parameters
The $SRV_IMOD_INFO service routine takes this parameter:
The name of the IMOD to be reported on.
Returned Data
Data is returned in the returned string. The first character in the string is the delimiter character. This character is used to separate the returned fields as listed below:
Note: Simply recompiling an IMOD does not constitute a modification.
Example
call $srv_imod_info 'test_user'
parse var result 1 d +1 name (d) . (d) . (d) count (d) id (d) ,
cdate (d) version (d) . (d) iset (d) dsname (d) int (d) ,
callable (d) act (d) cputime (d) .
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |