![]() ![]() |
Reference Type: Supported, Category: KIDS, ICR#: 10141
The $$INSTALDT^XDUTL extrinsic function is used to retrieve all dates/times that an install was performed for a given install name in the INSTALL (#9.7) file. It returns the results in an array.
NOTE: This API was released with Kernel Patch XU*8.0*491.
$$INSTALDT^XPDUTL(install,.result)
install: |
(required) Name of install in the INSTALL (#9.7) file. |
.result: |
(required) Passed by reference, the name of the array to return values. |
.result: |
Returns the number of records in the result array:
|
>W $$INSTALDT^XPDUTL(“XU*8.0*491”, .RSLT) 1 >ZW RSLT RSLT=1 RSLT(3080318.092151)="1^" |