Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Example with commands

&pagelevel(4)&pagelevel

Change installation path and select product version

For the purposes of this example, let us assume that the product SDF-I has been successfully installed and that standard installation was selected. Standard installation is illustrated on "Default installation under BS2000".

The purpose in this example is to render all installed versions of the product SDF-I centrally accessible under test ID RZTEST. The specified version (V4.1C10) will be set as the system-wide standard product version.

Part 1. Copy the product files

As the user with the SUBSYSTEM-MANAGEMENT privilege under the user ID TSOS, you begin by fetching information on the installed versions of the product or program file.

/show-installation-path installation-unit=sdf-i(version=*all),-

/                       logical-identifier=sysprg,-

/                       output=*sysout

INSTALLATION UNIT: SDF-I                          VERSION : 04.1B10

                                                  FU-LEVEL: TU

                                                  LOCKED  : NO

  LOGICAL-ID: SYSPRG                           TARGET: A (ANY)

   PATH-NAME: :1QHE:$TSOS.SYSPRG.SDF-I.041

   MANDATORY: YES  UPDATE: YES  DUMMY: NO   FILENAME: FULL    FU-LEVEL: TU

INSTALLATION UNIT: SDF-I                          VERSION : 04.1C10

                                                  FU-LEVEL: TU

                                                  LOCKED  : NO

  LOGICAL-ID: SYSPRG                           TARGET: A (ANY)

   PATH-NAME: :1QHE:$TSOS.SYSPRG.SDF-I.041

   MANDATORY: YES  UPDATE: YES  DUMMY: NO   FILENAME: FULL    FU-LEVEL: TU

%  IMO9001 Command successfully processed

Copy the program file for SDF-I V4.1B10 to the user ID of your choice.

/copy-file from-file=$tsos.sysprg.sdf-i.041,-

/ to-file=$rztest.sysprg.sdf-i.041

Part 2. Set assignment of path name to logical ID

You must now set the installation path for this version of SDF-I in the SCI.

/set-installation-path path-name=$rztest.sysprg.sdf-i.041,-

/                      logical-identifier=sysprg,-

/                      installation-unit=sdf-i(version=v04.1)

Part 3. Select product version

Select V4.1C10 as the standard version for the system.

/select-product-version product-name=sdf-i,version=v04.1c10,scope=*system

All users now use version V4.1C10 of SDF-I by default. A nonprivileged user (with SCOPE=*PROGRAM or *TASK) can use the SELECT-PRODUCT-VERSION command to select another available version of SDF-I (4.1B10 is still possible in the example) for a particular program or task session.

You should then check the result.

/show-installation-path installation-unit=sdf-i(version=V04.0A65),-

/                       logical-identifier=sysprg,-

/                       output=*sysout

INSTALLATION UNIT: SDF-I                          VERSION : 04.1B10

                                                  FU-LEVEL: TU

                                                  LOCKED  : NO

  LOGICAL-ID: SYSPRG                          TARGET: A (ANY)

   PATH-NAME: :1QHE:$RZTEST.SYSPRG.SDF-I.041

   MANDATORY: YES  UPDATE: YES  DUMMY: NO   FILENAME: FULL    FU-LEVEL: TU

%  IMO9001 Command successfully processed

/show-selected-product-version product-name=sdf-i,output=*sysout

PRODUCT NAME                    PROGRAM  TASK     SYSTEM

------------------------------  -------  -------  -------

SDF-I                                             04.1B10

%  IMO9001 Command successfully processed

/start-sdf-i

%  BLS0500 PROGRAM 'SDF-I', VERSION 'V04.1B10' OF '2009-07-29' LOADED

%  BLS0552 COPYRIGHT (C) FUJITSU TECHNOLOGY SOLUTIONS 2009. ALL RIGHTS

RESERVED

*...

*end