A fix is available
APAR status
Closed as program error.
Error description
The datasetname on the SYSEXEC DD in the CQD1PROC sample is incorrectly coded with three dots. It was released as: DSN=&HLQ..&SSID...SCQDEXEC The current sample follow: //************************************************************** //CQDRPCLB DD DISP=SHR,DSN=&HLQ..SCQDRPC //************************************************************** //SYSEXEC DD DISP=SHR,DSN=&HLQ..&SSID...SCQDEXEC //SYSTSIN DD DUMMY,DCB=(RECFM=FB,LRECL=80,BLKSIZE=80) //SYSTSPRT DD UNIT=VIO,SPACE=(CYL,(1,1)),DSN=&&CQDTEMP, // DCB=(RECFM=VB,LRECL=137,BLKSIZE=10000) //SYSOUT DD SYSOUT=* The following corrected sample: //************************************************************** //CQDRPCLB DD DISP=SHR,DSN=&HLQ..SCQDRPC //************************************************************** //SYSEXEC DD DISP=SHR,DSN=&HLQ..&SSID..SCQDEXEC //SYSTSIN DD DUMMY,DCB=(RECFM=FB,LRECL=80,BLKSIZE=80) //SYSTSPRT DD UNIT=VIO,SPACE=(CYL,(1,1)),DSN=&&CQDTEMP, // DCB=(RECFM=VB,LRECL=137,BLKSIZE=10000) //SYSOUT DD SYSOUT=*
Local fix
Manually correct the datasetname on the SYSEXEC DD in the CQD1PROC sample From: DSN=&HLQ..&SSID...SCQDEXEC To: DSN=&HLQ..&SSID..SCQDEXEC
Problem summary
**************************************************************** * USERS AFFECTED: All users * **************************************************************** * PROBLEM DESCRIPTION: QMF V12R1 Extra period in sample * * CQD1PROC SYSEXEC * **************************************************************** * RECOMMENDATION: * ****************************************************************
Problem conclusion
Temporary fix
Comments
APAR Information
APAR number
PI75400
Reported component name
QMF DATA SERVIC
Reported component ID
566872103
Reported release
C10
Status
CLOSED PER
PE
NoPE
HIPER
NoHIPER
Special Attention
NoSpecatt / Xsystem
Submitted date
2017-01-24
Closed date
2017-04-26
Last modified date
2017-05-01
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
Modules/Macros
CQDOSLOG
Fix information
Fixed component name
QMF DATA SERVIC
Fixed component ID
566872103
Applicable component levels
RC10 PSY UI46739
UP17/04/29 P F704
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":"BU054","label":"Systems w\/TPS"},"Product":{"code":"SG19M","label":"APARs - z\/OS environment"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"12.1.0","Edition":"","Line of Business":{"code":"","label":""}},{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SS4NKG","label":"IBM Data Virtualization Manager for z\/OS"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"12.1.0","Edition":"","Line of Business":{"code":"LOB10","label":"Data and AI"}}]
Document Information
Modified date:
24 July 2020