North Ridge Software
Logon | Search | Go to
About UsProductsSolutionsResourcesSupport
Home : Support : Buckets
Contact Support
Documentation
Status
APARs
Buckets

Support : Product Buckets

The following PTFs are associated with the bucket. North Ridge Software Technical Support recommends all installations apply these PTFs as preventative maintenance.

  1. TND40102: Correct abend SOC4 in TNDCUAP+7A.
  2. TND40104: Fix TNDGLOB to not honor MLID LIDREC checking, when appropriate
  3. TND40105: Address SWA properly when checking for RETRIEVE command
  4. TND40107: Activate compression logic correctly for 3270 type MODE=COMPRESS
  5. TND40108: Correct Autologoff not working if dynamically set
  6. TND40114: Set the Broadcast message SBA correctly
  7. TND40116: Do not place Broadcast message on panel when security package has
  8. TND40117: At user signon, in RACF environment message TND0492s is issued
  9. TND40120: Bypass BIND refresh after dynamic changes for screen size
  10. TND40121: Correct management of New password encryption
  11. TND40137: Correct TNDADMIN problems where log shows only message TND0240
  12. TND40163: Correct detection of end of TNDTABLE in IMS Version 4 Exits
  13. TND40173: Eliminate VTAM calls during DFB termination
  14. TND40191: Correct TND to free ACEE when user logs off

TND40102: Correct abend SOC4 in TNDCUAP+7A.

General Characteristics
Opened: 9/20/1993, Closed: 9/23/1993 Status: Closed
Comments from Tuesday, January 16, 2001 at 03:13:35 pm
At TNDWCMD and TNDWHLP did not pass the address of the ANE to TNDCUAP when calling it. As R9 is already loaded with the address of the ANE there is no need to pass it as a parm. The source fix adds the ANE as a parameter in TNDWCMD and TNDWHLP. .Bucket
NAME DIRECTOR TNDPATCH
VER 1FA2 00                            verify ptf not on
REP 1FA2 C9                            TND40102 is now on
NAME DIRECTOR TNDCUAP
VER 006C 5891,0004                     L     R9,4(R1)
REP 006C 4700,0004                     NOP

TND40104: Fix TNDGLOB to not honor MLID LIDREC checking, when appropriate

General Characteristics
Opened: 10/8/1993, Closed: 10/8/1993 Status: Closed
Comments from Tuesday, January 16, 2001 at 03:13:35 pm
A fix for the DOS environment caused a branch to be nop'd. This resulted in the enforcement of full lidrec checking. This ptf corrects that logic. .Bucket
NAME DIRECTOR TNDPATCH
VER 1FA4 00                            verify ptf not on
REP 1FA4 C9                            TND40104 is now on
NAME DIRECTOR TNDGLOB
VER 0250 9108,C140                     TM    PDAOPSYS,PDAGCS
VER 0254 4700,A26E                     NOP   GLOB0070
REP 0250 9101,C140                     TM    PDAOPSYS,PDAMVS
REP 0254 4710,A26E                     BO    GLOB0070

*  Corrected CSECT name for second NAME to TNDGLOB from TNDPATCH

TND40105: Address SWA properly when checking for RETRIEVE command

General Characteristics
Opened: 10/26/1993, Closed: 11/8/1993 Status: Closed
Comments from Tuesday, January 16, 2001 at 03:13:35 pm
A check for SWAFCMD in the selection processor neglected to set the base register before looking at the location. As a result, TND is suceptible to a S0C4 at TNDSCRN+1030 (this PTF correctly sets the base register before the check).
NAME DIRECTOR TNDSCRN
VER 1026 94BF,901E                     NI   ANEFLAG8,255-ANE8RETR
REP 1026 45E0,CA66                     BAL  R14,*PATCH*

NAME DIRECTOR TNDPATCH
VER 0A66 CA66,CA68,CA6A,CA6C,CA6E,CA70,CA72
REP 0A66 94BF,901E                     NI   ANEFLAG8,255-ANE8RETR
REP 0A6A BF2F,906C                     ICM  R2,B'1111',ANESWA
REP 0A6E 4780,8042                     BZ   SCRN2095
REP 0A72 07FE                          BR   *RETURN*
VER 1FA5 00                            VERIFY PTF NOT ON
REP 1FA5 C9                            TND40105 IS NOW ON

TND40107: Activate compression logic correctly for 3270 type MODE=COMPRESS

General Characteristics
Opened: 10/29/1993, Closed: 11/8/1993 Status: Closed
Comments from Tuesday, January 16, 2001 at 03:13:35 pm
The following PTF corrects flaws in the general release compression routine to activate it. Errors in parameter list interpretation caused the compression to always operate as if it was off
NAME DIRECTOR TNDCMPRS
VER 0076 4770,A088                     BNE  CMP0090
REP 0076 4700,A088                     NOP  CMP0090
VER 0082 D201,100A,9032                MVC  10(2,R1),ANEPSCR
REP 0082 0700,4700,0000                NOPR 0    NOP 0

NAME DIRECTOR TNDPATCH
VER 1FA7 00                            VERIFY PTF NOT ON
REP 1FA7 C9                            TND40107 IS NOW ON

TND40108: Correct Autologoff not working if dynamically set

General Characteristics
Opened: 11/1/1993, Closed: 11/30/1993 Status: Closed
Comments from Tuesday, January 16, 2001 at 03:13:35 pm
If Autologoff is set because of Status-Interval or Connect-Maximum the indicator was being reset before the logoff was actually performed This ptf corrects that problem. .Bucket.
NAME DIRECTOR TNDPATCH
VER 0A7C CA7C,CA7E,CA80,CA82,CA84,CA86
VER 1FA8 00                            VERIFY PTF NOT ON
REP 1FA8 C9                            TND40108 IS NOW ON
REP 0A7C 9108,9019            PATCH    TM    ANEFLAG3,ANE3ALOR
REP 0A80 07EE                          BNOR  R14
REP 0A82 9602,D080                     OI    WAEBYTE,WAE1BACK
REP 0A86 07FE                          BR    R14
NAME DIRECTOR TNDBUILD
VER 096C 9602,D080                     OI    WAEBYTE,WAE1BACK
VER 0332 9108,9019                     TM    ANEFLAG3,ANE3ALOR
VER 0336 47E0,A362                     BNO   BLD0190
REP 096C 45E0,CA7C                     BAL   R14,PATCH
REP 0332 4700,9019                     NOP
REP 0336 4700,A362                     NOP

TND40114: Set the Broadcast message SBA correctly

General Characteristics
Opened: 11/22/1993, Closed: 11/29/1993 Status: Closed
Comments from Tuesday, January 16, 2001 at 03:13:53 pm
Broadcast messages do not always get located at the proper spot on TND's panels, depending on when the .ANESEL bit goes on. This PTF removes TND's reliance upon the ANESEL bit and relies upon the .ANE9CUA instead. .Bucket
NAME DIRECTOR TNDSCRN
VER 0752 9104,901A                     TM    ANESTAT,ANESEL
REP 0752 47F0,A7B6                     B     SCRN1506

NAME DIRECTOR TNDNTFY
VER 086A 9104,901A                     TM    ANESTAT,ANESEL
REP 086A 47F0,A886                     B     NTFY2250

NAME DIRECTOR TNDPATCH
VER 1FC8 00                            VERIFY PTF NOT ON
REP 1FC8 C9                            TND40114 IS NOW ON

TND40116: Do not place Broadcast message on panel when security package has

General Characteristics
Opened: 11/23/1993, Closed: 11/29/1993 Status: Closed
Co-Requisite PTFs
TND40114Set the Broadcast message SBA correctly
Comments from Tuesday, January 16, 2001 at 03:13:53 pm
When the security package (in this case, ACF2) generates a message like TND0359 that is destined for the device, TND generates a "one time broadcast". If this is paired with another "normal" Broadcast, TND attempts to put them both on the panel erroneously. As a result, we put the normal Broadcast in the same physical location as the first line of the Id area. This will cause Password: related problems when a .FORMAT-ID is used that does not have a trailing SBA after the Password. This PTF causes TND to avoid placing the second or subsequent message on the panel after a one time broadcast. .Bucket
NAME DIRECTOR TNDSCRN
VER 0870 92FF,100C                     MVI   12(R1)PDAE255
VER 0874 58F0,C384                     L     R15,PDASTOR
VER 0878 05EF                          BALR  R14,R14
VER 087A D703,90C4,90C4                XC    ANEMSG,ANEMSG
VER 0880 0630                          BCTR  R3,0
REP 0870 58F0,C384                     L     R15,PDASTOR
REP 0874 05EF                          BALR  R14,R14
REP 0876 D703,90C4,90C4                XC    ANEMSG,ANEMSG
REP 087C 0700,47F0,A928                B     SCRN1590

NAME DIRECTOR TNDPATCH
VER 1FCA 00                            VERIFY PTF NOT ON
REP 1FCA C9                            TND40116 IS NOW ON

TND40117: At user signon, in RACF environment message TND0492s is issued

General Characteristics
Opened: 12/3/1993, Closed: 3/23/1994 Status: Closed
Comments from Tuesday, January 16, 2001 at 03:13:53 pm
The mask the new password field is initialized to is incorrect. This ptf corrects it.
NAME DIRECTOR TNDPATCH
VER 1FCB 00                            verify ptf not on
REP 1FCB C9                            TND40117 is now on
NAME DIRECTOR TNDSCRN
VER 1504 D707,D0D8,C4A8                XC    WAENPSWD,PDAMASK
REP 1504 D707,D0D8,C50C                XC    WAENPSWD,PDATEXIT

TND40120: Bypass BIND refresh after dynamic changes for screen size

General Characteristics
Opened: 12/8/1993, Closed: 12/29/1993 Status: Closed
Comments from Tuesday, January 16, 2001 at 03:14:05 pm
This PTF corrects a potential .loop between TND0680 and TND0515 when TND is trying to change the BIND image (based upon the .WSF .RPQ response). Without this PTF, TND updates the BIND again from the LOGMODE and issues the WSF again. It updates the BIND again and restarts the session (the loop starts over again). This PTF causes TND to bypass the update of the BIND image when the BIND image has already been obtained and, possibly, updated.
NAME DIRECTOR TNDBUILD
VER 0B0E 47F0,AB5A                     B   BLD9020
VER 0B1C 47F0,AB80                     B   BLD9045
REP 0B0E 4700,AB5A                     NOP BLD9020
REP 0B1C 47F0,AB5E                     B   BLD9022

NAME DIRECTOR TNDPATCH
VER 1FE8 00                            VERIFY PTF NOT ON
REP 1FE8 C9                            TND40120 IS NOW ON

TND40121: Correct management of New password encryption

General Characteristics
Opened: 12/23/1993, Closed: 12/29/1993 Status: Closed
Co-Requisite PTFs
TND40117At user signon, in RACF environment message TND0492s is issued
Comments from Tuesday, January 16, 2001 at 03:14:05 pm
After application of PTF 17, the initial entry works ok, but entering the password only following a password failure causes a logon failure without regard for whether the password is correct or not. This is caused because the New password field is not properly collected and internally masked properly. This PTF causes the new password field to be reset to blanks when a password is encountered in the input data stream.
NAME DIRECTOR TNDSCRN
VER 1564 4770,85DC                     BNE   SCRN2490
REP 1564 4770,856E                     BNE   SCRN2458
VER 1528 4110,D098                     LA    R1,WAEIDFLD
REP 1528 45E0,CA92                     BAL   R14,*PATCH*

NAME DIRECTOR TNDPATCH
VER 0A92 CA92,CA94,CA96,CA98,CA9A,CA9C,CA9E,CAA0
VER 0AA2 CAA2,CAA4,CAA6
VER 1FE9 00                            VERIFY PTF NOT ON
REP 0A92 4110,D098                     LA    R1,WAEIDFLD
REP 0A96 D207,D0D8,C819                MVC   WAENPSWD,PDABLNKS
REP 0A9C D207,D0E0,C819                MVC   WAEVPSWD,PDABLNKS
REP 0AA2 07FE                          BR    *RETURN*
REP 1FE9 C9                            TND40121 IS NOW ON

TND40137: Correct TNDADMIN problems where log shows only message TND0240

General Characteristics
Opened: 4/26/1994, Closed: 5/4/1994 Status: Closed
Comments from Tuesday, January 16, 2001 at 03:14:21 pm
Because of a logic bug in TNDADMIN the LBEEND pointer gets set incorrectly and various problems may happen after this. Abends, log display problems etc. .Bucket
NAME DIRECTOR TNDPATCH
VER 2013 00                            verify ptf not on
REP 2013 C9                            TND40137 is now on
NAME DIRECTOR TNDADMIN
VER 13DE BF0F,906C                     ICM   R0,B'1111',ANESWA
REP 13DE BF1F,906C                     ICM   R1,B'1111',ANESWA

TND40163: Correct detection of end of TNDTABLE in IMS Version 4 Exits

General Characteristics
Opened: 11/28/1994, Closed: 11/29/1994 Status: Closed
Comments from Tuesday, January 16, 2001 at 03:14:55 pm
The IMS Version 4 exits at the 4.0.1 level and better do not properly detect when the end of the TNDTABLE has been hit. It may allocate up to two entries too much. This PTF corrects the source code to properly determine when the end has been encountered. It is a PTF that should be applied to all IMS SSI shops. CHANGE
NAME=TNDINTX0   (INSERT LINE 01137000)
  SH    R2,=AL2(4*TABSIZE)      DEDUCT PREFIX OVERHEAD  TND40163 01137000

CHANGE NAME=TNDLGNX0   (INSERT LINE 10250000)
  SR    R5,R4                   AVOID POSSIBLE OVERLAY  TND40163 10250000

TND40173: Eliminate VTAM calls during DFB termination

General Characteristics
Opened: 2/15/1995, Closed: 2/27/1995 Status: Closed
Co-Requisite PTFs
TND40176Leave DFBABEND bit on while Dispatcher completes DFB termination
Comments from Tuesday, January 16, 2001 at 03:15:05 pm
When TNDDISP is logging off a user (as a result of DFB abend) it calls TNDLOGON, which calls TNDPROF, which will occasionally call TNDVTAM, who will occasionally TNDWAIT. This causes a call back into TNDDISP, which is altogether unhealthy. This PTF causes PROF to determine when it is processing on behalf of an abending DFB and skips calls to VTAM (thereby bypassing DISP WAE confusion). This is a PTF.
NAME DIRECTOR TNDPROF
VER 00E6 45E0,A2EA                     BAL   R14,PROF2200
REP 00E6 45E0,CD42                     BAL   R14,*PATCH*

NAME DIRECTOR TNDPATCH
VER 0D42 CD42,CD44,CD46,CD48,CD4A
VER 209F 00                            VERIFY PTF NOT ON
REP 0D42 9110,B003                     TM    DFBFLAG,DFBABEND
REP 0D46 071E                          BOR   *RETURN*
REP 0D48 47F0,A2EA                     B     PROF2200
REP 209F C9                            TND40173 IS NOW ON

TND40191: Correct TND to free ACEE when user logs off

General Characteristics
Opened: 8/17/1995, Closed: 9/26/1995 Status: Closed
Comments from Tuesday, January 16, 2001 at 03:15:27 pm
This ptf changes a bad test instruction so that the resulting branch works correctly otherwise TNDRACF logoff never get invoked. This will lead to an out of storage condition or S878 abend.
NAME DIRECTOR TNDPATCH
VER 20E5 00                            verify ptf not on
REP 20E5 C9                            TND40191 is now on
NAME DIRECTOR TNDLOGON
VER 036A 9160,9018                     TM    ANEFLAG2,ANERACF+ANETOPS
REP 036A 9120,9018                     TM    ANEFLAG2,ANERACF

----------
Copyright © 2024 by North Ridge Software, Inc./WebMaster@North-Ridge.com
   RidgeStar, Internet Services