Decompress Object (DCPOBJ)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

The Decompress Object (DCPOBJ) command allows you to permanently decompress programs, panel groups, menus, display files, printer files, modules, and service programs.

Restriction: The user must have *USE authority to the objects specified on the command and execute authority to the library containing the objects.

Top

Parameters

Keyword Description Choices Notes
OBJ Object Qualified object name Required, Positional 1
Qualifier 1: Object Generic name, name, *ALL
Qualifier 2: Library Name, *LIBL, *CURLIB, *ALL, *ALLUSR, *USRLIBL
OBJTYPE Object type Values (up to 6 repetitions): *ALL, *FILE, *MENU, *MODULE, *PGM, *PNLGRP, *SRVPGM Required, Positional 2
PGMOPT Program option *ALL, *INS Optional
Top

Object (OBJ)

Specifies the name and library of the object to be decompressed.

This is a required parameter.

The possible values are:

*ALL
All objects in the specified library of the object type specified on the Object type prompt (OBJTYPE parameter) are decompressed.
generic*-object-name
Specify the generic name of the object to be decompressed. A generic name is a character string that contains one or more characters followed by an asterisk (*).
object-name
Specify the name of the object to be decompressed.

The possible library values are:

*LIBL
All libraries in the library list for the current thread are searched until the first match is found.
*USRLIBL
If a current library entry exists in the library list for the current thread, the current library and the libraries in the user portion of the library list are searched. If there is no current library entry, only the libraries in the user portion of the library list are searched.
*CURLIB
Only the current library is searched. If no current library entry exists in the library list, QGPL is used.
*ALL
All libraries in the system, including QSYS, are searched.
*ALLUSR
All user libraries are searched. All libraries with names that do not begin with the letter Q are searched except for the following:

#CGULIB     #DSULIB     #SEULIB
#COBLIB     #RPGLIB
#DFULIB     #SDALIB

Although the following Qxxx libraries are provided by IBM, they typically contain user data that changes frequently. Therefore, these libraries are considered user libraries and are also searched:

QDSNX       QRCLxxxxx   QUSRDIRDB   QUSRVI
QGPL        QSRVAGT     QUSRIJS     QUSRVxRxMx
QGPL38      QSYS2       QUSRINFSKR
QMGTC       QSYS2xxxxx  QUSRNOTES
QMGTC2      QS36F       QUSROND
QMPGDATA    QUSER38     QUSRPOSGS
QMQMDATA    QUSRADSM    QUSRPOSSA
QMQMPROC    QUSRBRM     QUSRPYMSVR
QPFRDATA    QUSRDIRCF   QUSRRDARS
QRCL        QUSRDIRCL   QUSRSYS

  1. 'xxxxx' is the number of a primary auxiliary storage pool (ASP).
  2. A different library name, in the format QUSRVxRxMx, can be created by the user for each previous release supported by IBM to contain any user commands to be compiled in a CL program for the previous release. For the QUSRVxRxMx user library, VxRxMx is the version, release, and modification level of a previous release that IBM continues to support.
library-name
Specify the name of the library to be searched.
Top

Object type (OBJTYPE)

Specifies the type of object to be decompressed. You can specify *ALL, or you can specify one or more of the other possible values.

This is a required parameter.

The possible values are:

*ALL
All compressed menus, panel groups, display and printer device files, programs, modules, and service programs with the name and library specified on the Object prompt (OBJ parameter) are decompressed.
*FILE
Display and printer device files with the name and library specified on the Object prompt (OBJ parameter) are decompressed.
*MENU
Menus with the name and library specified on the Object prompt (OBJ parameter) are decompressed.
*MODULE
Modules with the name and library specified on the Object prompt (OBJ parameter) are decompressed.
*PGM
Programs with the name and library specified on the Object prompt (OBJ parameter) are decompressed.
*PNLGRP
Panel groups with the name and library specified on the Object prompt (OBJ parameter) are decompressed.
*SRVPGM
Service programs with the name and library specified on the Object prompt (OBJ parameter) are decompressed.
Top

Program option (PGMOPT)

Specifies whether the entire program or service program or only the instruction stream is decompressed. This parameter is valid only when *PGM, *SRVPGM, or *ALL is specified on the Object type prompt (OBJTYPE parameter).

The possible values are:

*ALL
The entire program or service program (instruction stream and observability tables) is decompressed.
*INS
Only the instruction stream of the program or service program is decompressed.
Top

Examples

DCPOBJ   OBJ(QGPL/*ALL)  OBJTYPE(*FILE)

This command decompresses all compressed display and printer files in library QGPL.

Top

Error messages

*ESCAPE Messages

CPF2110
Library &1 not found.
CPF2113
Cannot allocate library &1.
CPF2176
Library &1 damaged.
CPF3B01
Cannot compress or decompress object &1 in &2.
CPF3B02
Cannot compress or decompress file &1 in &2.
CPF3B05
No objects decompressed.
CPF3B06
&1 objects decompressed; &3 not decompressed; &8 not included.
CPF3B08
Cannot allocate object &1 in &2.
CPF8108
Device file or save file &4 in &9 damaged.
CPF812E
Module &4 in &9 damaged.
CPF8129
Program &4 in &9 damaged.
CPF813D
Service program &4 in &9 damaged.
CPF8150
Panel group &4 in &9 damaged.
CPF8151
Menu &4 in &9 damaged.
CPF9570
Error occurred creating or accessing debug data.
CPF9802
Not authorized to object &2 in &3.
CPF9803
Cannot allocate object &2 in library &3.
CPF9804
Object &2 in library &3 damaged.
CPF9806
Cannot perform function for object &2 in library &3.
CPF9807
One or more libraries in library list deleted.
CPF9808
Cannot allocate one or more libraries on library list.
CPF9811
Program &1 in library &2 not found.
CPF9812
File &1 in library &2 not found.
CPF9821
Not authorized to program &1 in library &2.
CPF9822
Not authorized to file &1 in library &2.
CPF9838
User profile storage limit exceeded.
Top