Skip to: Abstract | Comments | Solution | Migration | Download
APAR NUMBER: PJ32043 PRODUCT: TPF4 FUNCTIONAL AREA: TPFDF RECOUP ROUTINES SHIPPED IN PUT: 22 ABSTRACT: TPPFDF recoup statistics needs counters that can handle numbers of up to 12 digits. Also, ZRECP ONEL REC- might display a space character for the 1st character of a printable record ID APAR CONTENTS: FEATURE TYPE STATUS NAME Base Macro Changed macro/bk0df.mac Base C Changed source/rt/base/bewf.c PREREQUISITE APARS: To be applied in order listed. Base Macro Changed macro/bk0df.mac PJ27469(13) PJ29213(18) PJ29958(19) PJ31628(21) PJ31841(22) Base C Changed source/rt/base/bewf.c PJ27469(13) PJ28097(15) PJ28376(17) PJ29036(18) PJ31177(21) COMMENTS: Some TPFDF customers have files with counters in the range of 100 million and higher. All statistics counters are fullwords but the statistics display only shows 8 digits (or for the LREC count 10 digits). The display should be enhanced to show 10 digits (and 12 digits for LREC count). Updates to the TPF 4.1 product are needed to support corresponding changes made to the TPFDF 1.1.3 product. Also, the check for a printable character ID in segment bewf.c is incorrect. If the 1st character is numeric and the 2nd character is alpha, the 1st character will be displayed as a space character. SOLUTION: Segment bk0df.mac has been updated to expand the size of the LREC count field from a fullword to a doubleword, to provide a bit that indicates whether or not an 8-byte item counter is being used, and to provide a new lock field. Segment bewf.c has been updated to use the isalnum function in the check for printable characters. DEPENDENCIES SEGMENTS TO BE ASSEMBLED OR COMPILED: None. SEGMENTS TO BE LINK EDITED: bewa40.exe (Shipped in Tar File) COREQS: PK46215 MIGRATION CONSIDERATIONS: None UPDATED INFORMATION UNITS: TPFDF Commands See your IBM representative if you need additional information. DOWNLOAD INSTRUCTIONS: http://www.ibm.com/software/htp/tpf/pages/maint.htm -- END APAR PJ32043
Download file(s): Login once to access server, leave window open, then click on link(s) below. Listing Binary Source
