The 64-Bit zIIP Sort Enablement Feature (also known as 'SORT64' and 'LGBSORT') will fail in environments where Syncsort V3 is installed as the default sort program. The following messages can be issued, depending on which utility invokes the 64-Bit zIIP Sort Enablement Feature: 1. Any BMC utility that specifies that sorts should be executed in external address spaces: *BMC90008C CREATED ADDRESS SPACE FAILED. RETURN CODE=X'A4013000' (2751541248), REASON CODE=X'00000034' (52). 2. Secondary Index Utility, Change Recording Facility / MAXM Online Reorg, MAXM RELOAD processing, MAXM UNLOAD processing that requests HDSORT, Prefix Resolution Plus, Pointer Checker Plus: BMCLGB1038W PARSING ERROR FOR SYSTEM SORT DEFAULTS, REASON CODE = 011 followed by U4094 abend. 3. Recovery Plus with BLDINDEX(Y) processing: BMCLGB1038W PARSING ERROR FOR SYSTEM SORT DEFAULTS, REASON CODE = 011 BMC90334C UNSUCCESSFUL EXECUTION OF SORT. SORT ID XST1 BMC90321I INDEX BUILD FUNCTION ENDED BMC8300I RVPSYSIN,dbd,ddn SIU INTERFACE FAILED, RC=16, REASON=088 4. Change Accumulation Plus (or Recovery Plus when BLDINDEX(N) is specified): BMCLGB1038W PARSING ERROR FOR SYSTEM SORT DEFAULTS, REASON CODE = 011 BMC8300W ZIIP SORT INIT FAILED, CONTINUING WITH DEFAULT SYSTEM SORT (CAP) or BMCLGB1038W PARSING ERROR FOR SYSTEM SORT DEFAULTS, REASON CODE = 001 BMC8300W ZIIP SORT INIT FAILED, CONTINUING WITH DEFAULT SYSTEM SORT (CAP) The job continues processing with Syncsort. 5. Fast Path Online Reorg EP or Fast Path Reorg EP using default setting of LGBSORT.
BMCLGB1038W PARSING ERROR FOR SYSTEM SORT DEFAULTS, REASON CODE = 001
|
PTF BQQ4171 adds support for Syncsort V3 to the 64-Bit zIIP Sort Enablement feature. BQQ4171 will be available from eFix PTF Distribution Services and BMC Internet Service Retrieval (ISR) after March 28, 2019. If the PTF is required sooner, the following sample JCL can be used to retrieve BQQ4171 and prerequisite BQQ4148 from the BMC FTP site: This solution requires the following PTF(s): BQQ4171 BQQ4148 The following changes must be made to this sample JCL (Please maintain the case sensitivity): 1. Add a JOBCARD 2. Change the high level "HILVLQ" to your standards 3. Change "mine@bmc.com" to your email address in the FTPGET1 step. //DLET EXEC PGM=IDCAMS //SYSPRINT DD SYSOUT=* //SYSIN DD * DELETE HILVLQ.KA162753.PTF.TRS PURGE DELETE HILVLQ.KA162753.PTF PURGE SET MAXCC = 0 /* ----------------------------------------- */ //FTPGET1 EXEC PGM=FTP //SYSPRINT DD SYSOUT=* //OUTPUT DD SYSOUT=* //* -----------------------------------------------------* //* Case-sensitive! Directory names in CAPs ... * //* -----------------------------------------------------* //INPUT DD * ftp.bmc.com anonymous mine@bmc.com binary cd pub/imsutil binary locsite lr=1024 rec=fb blk=10240 pri=5 sec=5 cyl get KA162753.PTF.TRS.BIN 'HILVLQ.KA162753.PTF.TRS' (replace quit //UNPACK1 EXEC PGM=TRSMAIN,PARM=UNPACK //SYSPRINT DD SYSOUT=* //INFILE DD DISP=SHR,DSN=HILVLQ.KA162753.PTF.TRS //OUTFILE DD DISP=(,CATLG,CATLG),UNIT=SYSDA, // SPACE=(CYL,(5,5),RLSE), // DSN=HILVLQ.KA162753.PTF //DLET EXEC PGM=IDCAMS //SYSPRINT DD SYSOUT=* //SYSIN DD * DELETE HILVLQ.KA162753.PTF.TRS PURGE /* |