Beta SMP/E package information

Overview

The STC or batch job can output information on Beta SMP/E packages. The writing of this information can be initiated using the following alternative methods:

  • Service Manager option R.P
  • Operator console command
  • LST parameter BSA_ANALYZE_SMPE = YES

Service Manager option

You can use the BSA Service Manager online option R.P to display information on Beta SMP/E packages.

For more information, see BSA Service Manager Manual.

Operator console command

The following MODIFY command initiates the verification of Beta SMP/E packages:

F stcname,DSMPE [pkgname] [LNK]

where:

stcname

is the name of the started task.

pkgname

is the name of an SMP/E package (user package or consolidated service package) or a mask

Specify a fully qualified name to receive information on the load modules contained in the specified package, including the status of each load module.

Specify a mask (or leave blank for all packages) to receive information on the matching packages, including the status of each matching package.

You can use ? (= any single character) in any position and * (= any sequence of characters) in trailing position. For example:

U??61* selects all user packages of V6R1
X??61* selects all service packages of V6R1

LNK

If specified, the linklist and LPA libraries will be scanned for SMP/E packages in addition to the steplib concatenation.

Example 1

F stcname,DSMPE

PMS9155I OPERATOR MODIFY COMMAND 'DSMPE' RECEIVED
PMS9350I SMP/E PACKAGE INFORMATION
PMS9350I PKGNAME PKGMEM PKGPTF STATUS DATE
PMS9350I XBS61L02 BST61L02 PBS0296 LMOD OK 13.08.2015
PMS9350I UBS61205 BST61205 PBS0248 OK 04.06.2015
PMS9350I UBS61206 BST61206 PBS0252 CHANGED 04.06.2015
PMS9350I UBS61207 BST61207 PBS0276 LMOD OK 27.07.2015
PMS9350I XPM61L02 B9361L02 PPM6410 CHANGED 27.08.2015
PMS9350I UPM61109 B9361109 PPM6315 CHANGED 02.06.2015
PMS9350I UPM61110 B9361110 PPM6336 CHANGED 02.06.2015
PMS9350I UPM61111 B9361111 PPM6403 OK 13.08.2015
PMS9350I UPM61112 B9361112 PPM6395 CHANGED 21.07.2015
PMS9350I ****** BOTTOM OF SMP/E PACKAGE INFORMATION *****

Example 2

F stcname,DSMPE XBS61L02

PMS9155I OPERATOR MODIFY COMMAND 'DSMPE XBS61L02' RECEIVED
PMS9351I SMP/E PACKAGE XBS61L02 DETAIL INFORMATION
PMS9351I PKGMEM PKGPTF CURRPTF STATUS CURRDATE CURRTIME
PMS9351I BST01SSI PBS0004 PBS0004 LMOD OK 28.02.2014 16.28
PMS9351I STEPLIB SHRCOM.L146102.APFLOAD
PMS9351I BST09SPR PBS0017 PBS0017 LMOD OK 25.03.2014 12.06
PMS9351I STEPLIB SHRCOM.L146102.LOAD
PMS9351I BST02SND PBS0020 PBS0020 LMOD OK 25.04.2014 08.16
PMS9351I STEPLIB SHRCOM.L146102.LOAD
PMS9351I BST09OU3 PBS0021 PBS0021 LMOD OK 25.04.2014 12.04
PMS9351I STEPLIB SHRCOM.L146102.LOAD
PMS9351I BST01SV PBS0057 PBS0057 LMOD OK 08.05.2014 15.59
PMS9351I STEPLIB SHRCOM.L146102.LOAD
...
PMS9351I ****** BOTTOM OF SMP/E DETAIL PACKAGE INFORMATION *******

LST parameter BSA_ANALYZE_SMPE=

The LST parameter BSA_ANALYZE_SMPE = YES can be coded in the BnnLSTxx member of the product or in the EXEC parameter of the JCL if you always want to verify the Beta SMP/E packages (message 9350I) when starting the STC or batch utilities. The default of this parameter is NO.