Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Retrieve System Manager Object (RTVSMGOBJ) command provides the capability of retrieving an i5/OS object from a managed system.
Note:
A change request is automatically submitted which can be viewed to determine the status of this command. A message is returned identifying the name of the change request.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
OBJ | Object | Qualified object name | Required, Positional 1 |
Qualifier 1: Object | Name | ||
Qualifier 2: Library | Name, *CURLIB | ||
OBJTYPE | Object type | Character value | Required, Positional 2 |
MBR | Member | Name, *ALL, *FIRST, *LAST | Optional |
CPNAME | Managed system node names | Element list | Optional |
Element 1: Network identifier | Communications name, *NETATR | ||
Element 2: Control point | Communications name | ||
TGTRLS | Target release | *CURRENT, *PRV, V5R2M0, V5R3M0, V5R4M0 | Optional |
REPLACE | Replace object | *NO, *YES | Optional |
DTACPR | Data compression | *NONE, *SNA | Optional |
Top |
Specifies the qualified name to be retrieved.
The possible library values are one of the following:
The possible object name value is:
Top |
Specifies the object to be used.
Top |
Specifies the i5/OS physical file member name. It is ignored unless the object type is *FILE or *FILEDATA.
Top |
Specifies the APPN control point names of the managed system from which this activity is to be retrieved.
The possible value for the control point name is:
Top |
Specifies the release of the operating system on which you intend to use the object. This parameter is ignored for objects with global names that are in the SystemView distribution repository or for actions other than send or retrieve.
Valid values depend on the current version, release, and modification level, and they change with each new release.
Top |
Specifies if the object should be replaced if it already exists. This parameter cannot be specified for actions other than for *SND, *SNDRUN, and *RTV.
Top |
Specifies that data is compressed when retrieving. Compression is valid only for object type *FILEDATA. SNA compression with a blank prime compression character is performed.
Top |
RTVSMGOBJ OBJ(DEVLLIB/NEWPGM) OBJTYPE(*PGM) CPNAME(*NETATR DEVSYS)
This command retrieves program NEWPGM in library DEVLLIB from the development system.
Top |
None
Top |