Name | Value |
---|---|
NAME | DSIC XPD INSTALL LIST |
TAG | INSLIST |
ROUTINE | DSICXPDU |
RETURN VALUE TYPE | ARRAY |
AVAILABILITY | AGREEMENT |
DESCRIPTION | This will return a list of all the entries in the INSTALL file. You pass in either a KIDS Build name or the name portion of the Build name (a Build name without the version number or patch number). All Installs matching that name will be returned in reverse chronological order (the newest first). |
INPUT PARAMETER |
|
RETURN PARAMETER DESCRIPTION | Return List[n] := p1^p2^p3 for n=1,2,3,4,... where If there are problems, return List[1] := -1^message p1 = ifn to file 9.7 p2 = Build name p3 = date [return INSTALL COMPLETE DATE if present, else return DATE LOADED] The return list is sorted by Build name root and within name root sort by date in reverse chronological order. The Build name root is the root portion of a valid Build name: <root><space><version> <root>*<version>*<patch> |