Skip to content

ZosRetrieveStatus

The ZosRetrieveStatus object shows status information for a release area retrieve operation for a particular component.

The retrieve status is returned by the Retrieve method of ZosReleaseArea.

ZosRetrieveStatus Properties

ZosRetrieveStatus exposes the following properties:

Property Type R/W Description
Release String R Release name.
ReleaseArea String R Release area name.
Application String R Application name.
ComponentName String R Target component name.
ComponentType String R Component type (library type).
User String R User ID who last updated the component.
CheckInTime DateTime R Date and time component was checked in.
Status String R Status description.

...

Back to top