CEE3250C The system or user abend SCC3 R=00020001
 Technote (FAQ)
 
Problem
BBODMN abended and the following error message is in the logs:

CEE3250C The system or user abend SCC3 R=00020001
From compile unit BBODBDLD at entry point BBODBDLD at compile unit
offset +000000D2 at entry offset +000000D2 at address 28001332.

Note: Before the modules were added to the steplib the following error was received:

BBOU0553E LOAD FAILED FOR MODULE BBOSSRVA
 
Cause
BBOLPA and BBOLOAD are not in the LPA list.
 
Solution
Add modules BBOLPA and BBOLOAD libraries to the LPA list, and remove them from the STEBLIB. Putting modules in STEBLIB causes each address space to require 200 M more storage than if it runs from LPA or LINKLIST.


Issue the following example commands to:

  1. Ensure that the modules are loaded into dynamic LPA.
  2. Ensure that the modules are available after an IPL.
  3. Create a new PROGxx member with the SETPROG LPA commands.
  4. Invoke the PROGxx member from PARMLIB COMMNDxx.


SETPROG LPA,ADD,MASK=*,DSNAME=hlq.SBBOLOAD
SETPROG LPA,ADD,MASK=*,DSNAME=hlq.SBBOLPA


where hlq is the high-level qualifier for your WebSphere® for z/OS® data sets


Note: If you use SETPROG on a running system, be sure to purge modules with the same name as those from BBO.SBBOLPA, BBO.SBBOLOAD, or BBO.SBBOMIG that are already in the LPA.

 
 


Document Information


Product categories: Software > Application Servers > Distributed Application & Web Servers > WebSphere Application Server for z/OS > Crash
Operating system(s): z/OS
Software version: 4.0.1
Software edition:
Reference #: 1167021
IBM Group: Software Group
Modified date: May 11, 2004