APAR Identifier ...... II13169 Last Changed ........ 02/08/06 INFO APAR FOR AFPTOOLBOX FOR MVS. PRODUCT NUMBER 5655A2501 FMIDS H23A100 AND J23A101. UPGRADE: AFPTOOLBOX II10133 Symptom ...... IN INCORROUT Status ........... INTRAN Severity ................... 4 Date Closed ......... Component .......... INFOPALIB Duplicate of ........ Reported Release ......... 001 Fixed Release ............ Component Name PA LIB INFO ITE Special Notice Current Target Date .. Flags SCP ................... Platform ............ Status Detail: Not Available PE PTF List: PTF List: Parent APAR: Child APAR list: ERROR DESCRIPTION: INFO APAR FOR AFPTOOLBOX FOR MVS 5655A2501 5655A25 FMIDS H23A101 FOR CODE AND J23A101 FOR SOFTCOPY PUBS. UPGRADE: AFPTOOLBOX Continued from info apar II10133 Section - Q EDC4015 Toolbox ivp fails Object Resolution Section - R Abend0c4 using the buffered interface Section - S RC10 invalid parameter return code 10 Section - T Overprinting text after upgrading **************************************************************** Section - Q The AFP Toolbox IVP fails with message EDC4015 Warning for Object Resolutions. Customer upgraded the maintenance on the system including C/C++ for MVS apar pq52231 / UQ61158 and/or UQ61159. The apar made changes to the name mangling scheme that can lead to unresolved references. Recompiling applications with UQ61158 or UQ61159 may receive msgedc4015 message during prelink. Apar pq57714 for C/C++ for MVS was opened for this problem. ************************************************************* Section - R An abend0c4 can be received when running an application using the buffered interface, make sure that you are issuing the AFPGetBuff calls to receive the pages as they are completed. If you build too many pages at a time without reading them, the Toolbox may run out of storage, resulting in the unpredicatable results such as the abend0c4. **************************************************************** Section S A rc10 return code 10 ( invalid parameter ) will be received if there is an invalid 'x' or 'y' position for the bar code data. See apar pq62993. **************************************************************** Section T Overprinting of text occurred after upgrading maintenance. At the UW41816 Toolbox was incorrectly handling the description of the AFP-POSITION-OPTION parameter on the AFPWRITE command. The subroutine sets the flag to "true": MOVE TRU TO AFP-POSITION-OPTION and it is never set false anywhere. As clearly documented, "true" means to leave the cursor set at the beginning (left end) of the string being written and it won't change until either a new "set position" command is issued, or an AFPWRITE with the flag set to "false" is done. They need to either set the flag to false in this routine like so: MOVE FALS TO AFP-POSITION-OPTION or set it to true or false every time they do a PERFORM AFPWRITE if they want different results for different calls. AFP Toolbox is doing exactly what they are telling us to. This hole was closed sometime in the fall of 2000 *********************************************************** LOCAL FIX: