A fix is available
APAR status
Closed as program error.
Error description
JCL ERROR IN THE GENERATED PWH JOB NEEDED FOR THE SQL BACH JOB In the generated PWH job, OM DB2PE created the ANLPARM and ANLCNTL DDNAME, they are needed for the SQLPA Batch job. Since a row in a JCL job does not accept more than 72 chars on a row (better is to say 71, because the 72th char should be a continuation char) and the customer environment is longer than 44 chars (with member name), OM DB2PE get a JCL error (IEFC618I OPERAND FIELD DOES NOT TERMINATE IN COMMA OR BLANK) we have to split the line in two.. Instead of generating the following JCL row: //ANLPARM DD DISP=SHR,DSN=SIBM.OMEGAMON.V310.LAB.CPUQ.RKD2PAR(OMQPDBL1) We have to create these 2 lines: //ANLPARM DD DISP=SHR, // DSN=SIBM.OMEGAMON.V310.LAB.CPUQ.RKD2PAR(OMQPDBL1) The same for the ANLCNTL DDNAME. FYI. Here again the JCL statement. //ANLPARM DD DISP=SHR,DSN=SIBM.OMEGAMON.V310.LAB.CPUQ.RKD2PAR(OMQPDBL1) 1234567890123456789012345678901234567890123456789012345678901234 56789012 1 2 3 4 5 6 7
Local fix
Drop runtime and recreate the runtime with a shorter HLQ.
Problem summary
**************************************************************** * USERS AFFECTED: OMEGAMON XE for DB2 PE/DB2PM * * users of component: * * - Classic Interface * * - Performance Warehouse users * **************************************************************** * PROBLEM DESCRIPTION: The generated PWH job containing the * * SQLPA call contains errors when called * * from VTAM if the OMPE datasets HLQ is * * longer than 25 chars. * **************************************************************** * RECOMMENDATION: Apply this PTF. * **************************************************************** Splitted the ANLPARM & ANLCNTL into 2 lines in the generated JCL.
Problem conclusion
SQLPA can now be called from VTAM correctly. KEYWORDS :SQLPA VTAM JCL ERROR PWH
Temporary fix
Comments
APAR Information
APAR number
PK45430
Reported component name
OM XE DB2PE/PM
Reported component ID
5655OPE00
Reported release
310
Status
CLOSED PER
PE
NoPE
HIPER
NoHIPER
Special Attention
NoSpecatt
Submitted date
2007-05-17
Closed date
2007-06-11
Last modified date
2007-07-03
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
UK25962 UK25963
Modules/Macros
DGO@SQPA DGOZSQPA
Fix information
Fixed component name
OM XE DB2PE/PM
Fixed component ID
5655OPE00
Applicable component levels
Fix is available
Select the PTF appropriate for your component level. You will be required to sign in. Distribution on physical media is not available in all countries.
[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSAV2B","label":"IBM Db2 Buffer Pool Analyzer for z\/OS"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"310","Edition":"","Line of Business":{"code":"LOB10","label":"Data and AI"}},{"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSCT4H5","label":"IBM Tivoli OMEGAMON XE for Db2 PE \/ PM \/ BPA"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"310","Edition":"","Line of Business":{"code":"LOB10","label":"Data and AI"}}]
Document Information
Modified date:
03 July 2007