APAR status
Closed as fixed if next.
Error description
The following JCL causes catalog RC 96 RSN 4: //STEP01 EXEC PGM=IEFBR14 //DD1 DD DSN=CARMEN.ALDSS0.LSCI.MOVE2,DISP=(NEW,CATLG), // SPACE=(32768,(2200,0)),AVGREC=U,RECORG=LS,STORCLAS=SCSMS IEF344I BR14 STEP01 DD1 - ALLOCATION FAILED DUE TO DATA FACILITY SYSTEM ERROR IGD17103I CATALOG ERROR WHILE DEFINING VSAM DATA SET CARMEN.ALDSS0.LSCI.MOVE2 RETURN CODE IS 96 REASON CODE IS 4 IGG0CLEP IGD17219I UNABLE TO CONTINUE DEFINE OF DATA SET CARMEN.ALDSS0.LSCI.MOVE2 IEF272I BR14 STEP01 - STEP WAS NOT EXECUTED. Problem description: If you execute the previous job to allocate a linear data set and the data class that is specified or gets assigned has a cisize of 32768, then the define will fail with a return 96 reason 4 from catalog module IGG0CLEP. This is because when the cisize is picked up from the data class in module IGDVTSCT in procedure the code is using a LH ST sequence of instructions. 32768 in hex is X'8000'. When a LH instruction is executed it will treat the two bytes as a signed binary value which means that X'8000' in this case is a negative 32768. The sign is propagated through high order bytes and when the ST instruction executes it will store X'FFFF8000' for the cisize. Catalog will then reject the request.
Local fix
Decrease CISIZE
Problem summary
**************************************************************** * USERS AFFECTED: ALL USERS * **************************************************************** * PROBLEM DESCRIPTION: IGD17103I CATALOG RC96 RSN4 IGG0CLEP * * WHEN DEFINING A VSAM LINEAR DATA SET * * VIA JCL DD WITH A CISIZE OF 32768. * **************************************************************** * RECOMMENDATION: * **************************************************************** IGD17103I CATALOG RC96 RSN4 IGG0CLEP WAS ISSUED WHEN DEFINING A VSAM LINEAR DATA SET VIA THE JCL DD CARD WITH A CISIZE OF 32768=X'8000'. THE ERROR OCCURRED BECAUSE THE CISIZE IN IGDVDD IS DEFINED WITH FIXED(15) THAT CAN ONLY CONTAIN A MAXIMUM VALUE OF 32767.
Problem conclusion
Temporary fix
Comments
CONTROL NUMBER: KFI0526 This APAR is being closed as FIN with the concurrence of the submitting customer. A solution to this problem will be delivered in a future DFSMS release, if there is one, within the next 18 to 24 months. This problem is fixed in z/OS DFSMS V1R11
APAR Information
APAR number
OA26017
Reported component name
STORAGE MGMT SU
Reported component ID
5695DF101
Reported release
1K0
Status
CLOSED FIN
PE
NoPE
HIPER
NoHIPER
Special Attention
NoSpecatt / Xsystem
Submitted date
2008-07-29
Closed date
2008-08-07
Last modified date
2013-04-10
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
Fix information
Applicable component levels
RA10 PSN
UP
R1K0 PSN
UP
R180 PSN
UP
R190 PSN
UP
[{"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":"1K0","Edition":"","Line of Business":{"code":"","label":""}}]
Document Information
Modified date:
10 April 2013