LTXF/MVS Version 2.0.3
Install bucket

The install bucket provides optimal guidance for installers and maintainers of this ASE product. There may also be times when, knowing a specific APAR number, or a problem symptom, the APAR Index will be more convenient.

Watch for the Y2K Compliance Requirement statement in the body of the install bucket file.


*** LTXF/MVS 2.0.3 has been superseded ***

May 2001 - LTXF/MVS 2.10 is now available
If you intend to install or re-install this product please use LTXF/MVS 2.10. The FMID files for LTXF/MVS 2.0.3 have been withdrawn.

The install bucket for LTXF/MVS 2.0.3 has been updated to include all PTFs and APAR fixes necessary to reach exactly the LTXF/MVS 2.10 initial maintenance level. This may require less work than re-installing using LTXF/MVS 2.10.


To comment or request assistance, please email ASE Copyright ASE 2001 Last updated: 00:05 MON 14th May 2001 GMT


List of Installable FMIDs

Choose the FMIDs that you are licenced for from those listed and then examine PTFs and APAR fixes for those FMIDs
ASEL203 LTXF 2.0.3 product, install guide, README.TXT


APAR ASZ2988

/*####################################################################
DATE: 19980225  APAR ASZ2988  FMID: ASEL203 */
++APAR(ASZ2988). /* IMPACT: CRITICAL -----------------------------------

COPYRIGHT AUSTRALIAN SYSTEMS ENGINEERING PTY. LTD. 1998.

ASZ2988 980225 61VASE PM LTXF    V203            LTXF*    980224 W  -PMD
Repackage LTXF APARs in SMPE format

ASY1971 920901 61VNAB TM LTXFV2  V202 INCORROUT  LTX23270 920901 PMD
Prog 725 and message IKT00405I Screen erasure caused by error recovery
procedure when displaying graphics under SAS on model 2G screen.

ASY2013 921020 61VNAB TM LTXFV2  V202 PERF       LTX2UTL  921021 PMD
Minimize calls to IEFUTL exit when user is inactive.

ASZ1985 920916 61VASE PM LTXFV2  V201 INCORROUT  LTXFCXIR 920916 PMD
R0,R1 and R2 at entry to category time limits exit are not set to
correct values. R0,R1 and R2 will be set as stated in manual.

ASY1989 920916 61VNAB TM LTXFV2  V202 INCORROUT  LTX2UTL  920917 PMD
LTXF returns a negative extension value for a user in a non-terminal
I/O wait. User is unexpectantly cancelled (s522) at a later time.

ASZ2023 921028 61VEDS JE LTXFV2  V202 INCORROUT  LTX2UTL  921029 PMD
Allow values returned by an installation's IEFUTL exit prior to a s522
abend to be returned to SMF.

ASZ2291 930908 61VNAB TM LTXFV2  V202 INCORROUT  LTXFUTXA 930913 PMD
After ASZ2013 if SMF JWT time is not reset after a batch job or STC
resumes processing after a wait. This results in an unexpected s522
abend at a subsequent wait.

ASY2382 931210 61VANZ RV LTXFV2  V202 ABS0C4     LTXFUTXA 931223 PMD
Abend S0C4 when accessing LTX2WORK module in the second step of a
batch job under MVS\ESA V4.3. Load SVC returns invalid address to
LTX2WORK.

ASY2073 921229 61VNMC RN LTXFV2  V202 INCORROUT  LTXFUTXA 921229 PMD
LTXF displays GMT time as time terminal was locked. Change LTXF to
display local time.

ASY2048 921119 61VNAB TM LTXFV2  V202 INCORROUT  LTXFUTXA 921203 PMD
After ASZ2013 if PWXT is greater than CWXT then user is not cancelled
until PWXT time has elapsed. If PWXT=1440 user is never cancelled.

ASY2550.950228 61VNAB TM LTXFV2  V202 INCORROUT  LTXFUTL  950307 PMD
LTXF password entry screen is not displayed and TSO users do not
receive the correct extension under MVS/ESA 5.1

 NOTES:


 This APAR changes the way that LTXF functions when CALLUTL=YES
 is specified on the LTXFLTXW macro and LTXF is linked with
 other IEFUTL exits. Prior to installing this apar LTXF would
 call the other IEFUTL exits prior to returning a 0 extension
 value (i.e. the user will have a s522 abend). LTXF would
 ignore the values returned by these exits.

 With this APAR applied, LTXF will return the values passed
 back by the other IEFUTL exits. This could cause the user's
 wait to be extended. If so, LTXF will be redriven
 at the end of this extension and will call the other IEFUTL
 exits again. You should ensure that the other exits do not
 extend the user indefinitely.

 ASE recommends that all wait time extensions be handled by
 LTXF and that other IEFUTL exits are only called prior to
 a s522 abend to perform processing that is not related to
 extending the wait time.

 PERFORMANCE ENHANCEMENTS:

 LTXF is invoked as an IEFUTL exit by SMF whenever an address space
 has been in a wait for a period specified by the SMF JWT parameter.
 To extend a user's wait, LTXF currently passes back to SMF an
 extension time equal to the JWT value. This will cause the IEFUTL
 exit to be driven every JWT minutes until the user hits enter or
 the MAXCWXT limit is reached. This apar will cause LTXF
 to pass back a longer period of time and reduce the number of
 invocations of the IEFUTL exit to a maximum of 3 per wait.

 SMF periodically checks for address spaces that have exceeded the
 JWT value and schedules the IEFUTL exit to be run for these address
 spaces. As this is done at set intervals, it tends to synchronize
 the running of LTXF in multiple address spaces.

 This synchronization by SMF can have a performance impact on systems
 that have a high number of users and a low JWT value. There can be a
 periodic sudden increase in the multiprogramming level of the machine
 as users that were in a long wait are suddenly made ready by the
 scheduling of the IEFUTL exit. This extra workload may exceed the
 maximum MPL levels set in SRM and cause the system to begin swapping
 out users to cope with the workload.

 This apar will alleviate the performance impact by calculating
 the maximum time that the user can be extended before the
 IEFUTL exit must be driven and return this as the extension
 value. This value will be equal to MAXPWXT-JWT if it
 is greater than zero or MAXCWXT-JWT. If a MAXPWXT value has been
 specified then the IEFUTL exit will be scheduled a maximum of
 three times prior to the user being cancelled. If no MAXPWXT value
 is specified the exit will only be scheduled twice. (This is only
 one time more than without LTXF installed).

 The longer time period returned will reduce the number of users
 that SMF schedules to run the IEFUTL exit and therefore will
 prevent the peaks in the MPL.

INSTALLATION NOTE:

 1. As this apar changes the LTXF SVC and IEFUTL an IPL with a CLPA or
    MPLA of LTX2UTL, LOCK , IEFUTL, LTX2SVC and IGC00...
    will be required to make this fix effective.
    (replace ... to complete the correct svc module name for your site)

 2. Ensure that LTX2SVC is an alias of IGC00... before applying this
    apar fix.

NEED FURTHER HELP?  CALL ASE FOR ASSISTANCE.
*/
++VER(Z038) FMID(ASEL203).
++ZAP(LTX23270).
NAME LTX23270
IDRDATA ASZ2988
VER 05AC 27F50011
REP 05AC 27F54011
++ZAP(LTX2CXIR).
NAME LTX2CXIR
IDRDATA ASZ2988
VER  0250 4780C256,05EF
VER  0268 C268
REP  0250 4770C268,0700
REP  0268 1808,1817,1826,05EF,47F0C256
++ZAP(LTX2UTL).
NAME LTX2UTL
 EXPAND LTX2UTL(256)
IDRDATA ASZ2988
* ASY1989
VER 0516 4770C536
VER 0548 4770C54E
* ASZ2023
VER 04A0 D501A580C5EC
VER 04F4 12FF
VER 0530 4780C536,05EF
VER 0620 C620
* ASY2013
VER 04B6 4C40C5EE
VER 05F8 C5F8
* ASY2048
VER 0630 C630
* ASY2291
VER 063C C63C
* ASY2382
VER 026E 927C6008
VER 0272 58E00010
VER 04DE 40F0A2C0
VER 0576 40F0A2C0
VER 0650 C650
* ASY2550
VER 03F0 D200A5486015
VER 040A 9160A548
* ASY1989
REP 0516 4720C536
REP 0548 4720C54E
* ASZ2023
REP 04A0 40F0A57E,D501A580C5EC,4780C4B6,49F0A580,4720C4BE
REP 04F4 5800A584,12FF,4780C514
REP 0530 4770C620,0700
REP 0620 05EF,58DD0004,58ED000C,982CD01C,07FE
* ASY2013
REP 05F8 47F0C63C,1244,4780C60A,4940A57E
REP 0606 4720C630,4840A580,4B40A57E,41440001
REP 0616 4C40C61E,47F0C4D4,003C
REP 04B6 47F0C5F8
* ASY2291
REP 063C 4840A582,9508A2F0,4780C5FC,4840A580
REP 064C 47F0C612
* ASY2382
REP 0650 58E00010,41F0C662,89F00008,88F00008
REP 0660 0CEF,12EE,4100C66C,47F0C674
REP 066C D3E3E7F2E6D6D9D2,1B11,0A08,41210002
REP 067C 89200003,4500C68C,D3E3E7F2E6D6D9D2
REP 068C 0A09,410000FB,89000018,1602,4510C69C
REP 069C 0A0A,18A1,58F00010,584F0008,411A0000
REP 06AC 4100C6B4,47F0C6BC,D3E3E7F2,E6D6D9D2
REP 06BC 50001000,41004000,50001004,410A0010
REP 06CC 5000100C,9604100A,41F00009,0A7A
REP 06DA 41AA0010,D5076008C740,4770C286,50A60010
REP 06EC 9620A2FB,47F0C29E,58E00010,41F0C706
REP 06FC 89F00008,88F00008,0CEF,12EE,58A60010
REP 070C 9620A2FB,47F0C29E,40F0A2C0,9120A2FB
REP 071C 47E0C4E2,94DFA2FB,47F0C4F0,40F0A2C0
REP 072C 9120A2FB,47E0C57A,94DFA2FB,47F0C588
REP 0740 D3E3E7F2E6D6D9D2
REP 0272 47F0C6F4
REP 026E 47F0C650
REP 04DE 47F0C714
REP 0576 47F0C728
* ASY2048
REP 0630 4940A580,47D0C60E,47F0C60A
* ASY2550
REP 03F0 D200A548605B
REP 040A 91C0A548
++ZAP(LTX2SVC).
NAME LTX2SVC
* ASY2073
VER  0F64 47B0CF70,1344,1810,47F0CFA0
* ASY2013
VER 0002 06C006C0
VER 02A2 94F7A2F8
VER 09EE 58100224
VER 1558 B558
* ASY2073
REP  0F64 58F00010,5E00F130,4700CFA0
* ASY2013
REP 1558 58100224,58F100C4,50F0A30C,47F0C9F2
REP 1568 94F7A2F8,58E00224,58F0A30C,12FF
REP 1576 4780C2A6,50FE00C4,47F0C2A6
REP 0002 98BCCF4E
REP 02A2 47F0B568
REP 09EE 47F0B558

APAR ASZ2989

/*####################################################################
DATE: 19980225  APAR ASZ2989  FMID: ASEL203 */
++APAR(ASZ2989). /* IMPACT: CRITICAL -----------------------------------

COPYRIGHT AUSTRALIAN SYSTEMS ENGINEERING PTY. LTD. 1998.

ASZ2989 980225 61VASE PM LTXF    V203            LTXFUTL  980224
LTXF support for systems earlier than MVS/ESA 5.1.

_INSTALLATION NOTE:


 1. As this apar changes IEFUTL an IPL with a CLPA or MLPA of
    LTX2UTL, LOCK and IEFUTL will be required to make this fix
    effective.

 2. DO NOT APPLY THIS FIX IF YOU ARE RUNNING MVS/ESA 5.1
    OR HIGHER. IF YOU ARE RUNNING A PRE MVS/ESA 5.1 SYSTEM
    YOU MUST APPLY THIS FIX.

    To apply this APAR you will need to specify BYPASS(HOLDSYSTEM(DEP))
    on the APPLY statement.

*/
++VER(Z038) FMID(ASEL203) PRE(ASZ2988).
++HOLD(ASZ2989) SYSTEM FMID(ASEL203) REASON(DEP)
      COMMENT(This APAR should only be applied to systems earlier
              than MVS/ESA 5.1. When you upgrade to MVS/ESA 5.1
              or higher you must run a SMP/E RESTORE to remove
              this APAR).
++ZAP(LTX2UTL).
NAME LTX2UTL
IDRDATA ASZ2989
VER 03F0 D200A548605B
VER 040A 91C0A548
REP 03F0 D200A5486015
REP 040A 9160A548

APAR ASZ2990

/*####################################################################
DATE: 19980313  APAR ASZ2990  FMID: ASEL203 */
++APAR(ASZ2990). /*-----------------------------------------------------

COPYRIGHT AUSTRALIAN SYSTEMS ENGINEERING PTY. LTD. 1998.

ASZ2990 980313 61VASE PM LTXF    V203 DOC/UCLIN  LTXFSVC  980313 W  -PMD
when job LTXFSVCL has been run and subsequent SMP/E restore fails

_INSTALLATION NOTES

If optional job LTXFSVCL is run and a SMP/E RESTORE operation is
attempted for sysmod ASEL203, the following messages are received:

GIM41101E ** SMP/E DID NOT RESTORE LMOD ENTRY LTX2SVC FOR SYSMOD ASEL203
             BECAUSE LMOD LTX2SVC WAS CHANGED BY JCLIN.
GIM30208I    RESTORE PROCESSING FAILED FOR SYSMOD ASEL203. INLINE JCLIN
             PROCESSING FAILED.
GIM22601E ** RESTORE PROCESSING FAILED FOR SYSMOD ASEL203.
GIM37001S ** RESTORE PROCESSING STOPPED BECAUSE FUNCTION SYSMOD ASEL203 FAILED.

The RESTORE operation fails.

To avoid this problem, the following UCLIN statements should be run
prior to restoring sysmod ASEL203. Note that this should only be done if
you have run job LTXFSVCL.

SET BDY(MVSTZN).
UCLIN.
REP LMOD(LTX2SVC) LASTUPD(ASEL203).
ENDUCL.

Once the UCLIN statements have been run, the RESTORE should work
correctly.

Note: A RESTORE operation is not a normal part of the LTXF203
installation.  It is only required to remove the product or prior to
re-installing the product.

                 */
++VER(Z038) FMID(ASEL203).

PTF ASP0773

/*####################################################################
DATE: 19980405  PTF: ASP0773  FMID: ASEL203 */
++PTF(ASP0773). /*------------------------------------------------
ASP0773 980405 LTXF    V203 GG SUPPORT DATE= TIME= DAYS= ON LTXFCAT

COPYRIGHT AUSTRALIAN SYSTEMS ENGINEERING PTY. LTD. 1998

NOTES:

This PTF adds support for date and time range operands on the
LTXFCAT macro. This allows LTXF to vary the wait time extension
an address space is given depending on the date, time of day or
day of the week.

The following optional operands are added to the LTXFCAT macro:

  DATE=     THIS OPERAND SPECIFIES AN INCLUSIVE DATE RANGE IN WHICH
            THIS LTXFCAT ENTRY APPLIES. IF THE CURRENT DATE IS NOT
            WITHIN THIS RANGE THEN CHECKING CONTINUES WITH THE NEXT
            LTXFCAT MACRO. DEFAULT RANGE IS 19000101 - 20991231

  TIME=     THIS OPERAND SPECIFIES AN INCLUSIVE TIME RANGE IN WHICH
            THIS LTXFCAT ENTRY APPLIES. IF THE CURRENT TIME IS NOT
            WITHIN THIS RANGE THEN CHECKING CONTINUES WITH THE NEXT
            LTXFCAT MACRO. DEFAULT RANGE IS 0000 - 2359.

  DAYS=     THIS OPERAND SPECIFIES A LIST OF DAYS (MON,TUE,WED,THU,
            FRI,SAT,SUN) FOR WHICH THIS LTXFCAT ENTRY APPLIES.
            IF THE CURRENT DAY IS NOT SPECIFIED THEN CHECKING
            CONTINUES WITH THE NEXT LTXFCAT MACRO. DEFAULT LIST IS
            MON,TUE,WED,THU,FRI,SAT,SUN

  NOTDATE=  THIS OPERAND SPECIFIES AN INCLUSIVE DATE RANGE IN WHICH
            THIS LTXFCAT ENTRY DOES NOT APPLY. IF THE CURRENT DATE IS
            WITHIN THIS RANGE THEN CHECKING CONTINUES WITH THE NEXT
            LTXFCAT MACRO. NOTDATE= CANNOT BE SPECIFIED WITH DATE=.

  NOTTIME=  THIS OPERAND SPECIFIES AN INCLUSIVE TIME RANGE IN WHICH
            THIS LTXFCAT ENTRY DOES NOT APPLY. IF THE CURRENT TIME IS
            WITHIN THIS RANGE THEN CHECKING CONTINUES WITH THE NEXT
            LTXFCAT MACRO. NOTTIME= CANNOT BE SPECIFIED WITH TIME=.

  NOTDAYS=  THIS OPERAND SPECIFIES A LIST OF DAYS (MON,TUE,WED,THU,
            FRI,SAT,SUN) FOR WHICH THIS LTXFCAT ENTRY DOE NOT APPLY.
            IF THE CURRENT DAY IS SPECIFIED THEN CHECKING CONTINUES
            WITH THE NEXT LTXFCAT MACRO. NOTDAYS= CANNOT BE SPECIFIED
            WITH DAYS=.

------------------------------------------------ */
++VER(Z038) FMID(ASEL203) PRE(ASZ2988).
++JCLIN.
//ASEL203  JOB 'ACCOUNTING INFO',
//            MSGLEVEL=(1,1)
//STEP1    EXEC PGM=IEWL,
//            PARM='LIST,LET,MAP,NCAL,REUS'
//SYSPRINT DD SYSOUT=*
//SYSUT1   DD UNIT=SYSDA,SPACE=(CYL,(1,1))
//SYSLMOD  DD DSN=SYS1.LINKLIB,DISP=SHR
//LTXFAMOD DD DSN=ASE.LTXFAMOD,DISP=SHR
//SYSLIN   DD *
 INCLUDE LTXFAMOD(LTX2CXIT)
 NAME LTX2CXIT(R)
++MAC(LTXFCAT).
++MAC(LTXFCKDT)  SYSLIB(LTXFMAC) DISTLIB(LTXFAMAC).
++MOD(LTX2CXIR).
++SAMP(LTX2CEXT) DISTLIB(ASAMPLIB) SYSLIB(SAMPLIB).
++MOD(LTX2CXIT)  DISTLIB(LTXFAMOD).
download PTF: ASP0773 14k

APAR ASZ3031

/*####################################################################
DATE: 19980915  APAR ASZ3031  FMID: ASEL203 */
++APAR(ASZ3031). /*-----------------------------------------------------

ASZ3031 980915 61VODP PB LTXF    V200 INCORROUT  LOCK     980915 O  -PMD
Msg IKJ56500I COMMAND LOCK NOT FOUND when running under ISPF

_INSTALLATION NOTES

When the LOCK command is entered from ISPF option 6 or TSO LOCK is
entered on an ISPF command line then message IKJ56500I COMMAND LOCK
NOT FOUND is received. The LOCK command works correctly under TSO.

This appears to be a problem with ISPF command processing. ISPF V4
does not appear to be able to run any TSO commands that reside in
the link pack area.  We believe that this is caused by a failure of
BLDL to find modules that reside in the LPA.

To bypass this problem, the LOCK module should be copied to a
linklist library.  This will enable the BLDL issued bt ISPF to be
satisfied and the LOCK command will work correctly.

Note that the LOCK command should be copied not moved. It must remain
in SYS1.LPALIB as an alias of IEFUTL.

                 */
++VER(Z038) FMID(ASEL203).

PTF ASP0816

/*####################################################################
DATE: 19990223  PTF: ASP0816  FMID: ASEL203 */
++PTF(ASP0816) REWORK(1999054). /*--------------------------------
ASP0816 990222 ASEL203 V203 PM SAMPLE USERMOD TO RUN LTXFUTXA IN 31 BIT

COPYRIGHT AUSTRALIAN SYSTEMS ENGINEERING PTY. LTD. 1999

NOTES:

  This ptf installs a sample usermod that can be applied to change the
  LTXF IEFUTL exit to AMODE=31.

  ---------------------------------------------------------------*/
++VER(Z038) FMID(ASEL203).
++SAMP(LTX2UMOD) DISTLIB(ASAMPLIB) SYSLIB(SAMPLIB).
--USERMOD(LTXFUM1). /*---------------------------------------------

  COPYRIGHT AUSTRALIAN SYSTEMS ENGINEERING PTY. LTD. 1999

  Note: Change all -- in col 1 to ++ before receiving this usermod.

  This usermod can be used to run the LTXF IEFUTL exit module in
  31 bit mode. All other IEFUTL exits linked with this module will
  be called in 31 bit mode.

  You will need to set the correct prereq list for LTX2UTL on the
  ++VER statement to apply this usermod.
  Do not accept this usermod. It may have to
  be restored to apply subsequent maintenance to LTX2UTL.

  Note: The following message will be received when applying this
  usermod:

  IEW2651W 511C ESD AMODE 24 CONFLICTS WITH USER-SPECIFIED AMODE 31
                ENTRY POINT modname.

  This message can be ignored.

  ---------------------------------------------------------------*/
--VER(Z038) FMID(ASEL203) PRE(???????).
--JCLIN.
//ASEL203  JOB 'ACCOUNTING INFO',
//            MSGLEVEL=(1,1)
//STEP1    EXEC PGM=IEWL,
//            PARM='LIST,LET,MAP,NCAL,RENT,AMODE=31'
//SYSPRINT DD SYSOUT=*
//SYSUT1   DD UNIT=SYSDA,SPACE=(CYL,(1,1))
//SYSLMOD  DD DSN=SYS1.LPALIB,DISP=SHR
//LTXFAMOD DD DSN=ASE.LTXFAMOD,DISP=SHR
//SYSLIN   DD *
 INCLUDE LTXFAMOD(LTX2UTL)
 ENTRY LTX2UTL
 ALIAS LOCK
 ALIAS LTX2UTL
 INCLUDE SYSLMOD(IEFUTL)
 NAME  IEFUTL(R)
--ZAP(LTX2UTL).
NAME LTX2UTL
IDRDATA LTXFUM1
 EXPAND LTX2UTL(256)
VER 0282 0CEF
VER 0406 0CEF
VER 0552 07FE
VER 058C 07FE
VER 0660 0CEF
VER 0704 0CEF
REP 0282 0700
REP 0406 0700
REP 0552 0B0E
REP 058C 0B0E
REP 0660 0700
REP 0704 0700
*
download PTF: ASP0816 1.2k

APAR ASZ3057

/*####################################################################
DATE: 19990224  APAR ASZ3057  FMID: ASEL203 */
++APAR(ASZ3057). /*-----------------------------------------------------

ASZ3057 990224 61VANZ TL LTXF    V203 DOC        LTXF     990224
Documentation refers to licence number but software refers to serial
number. Change documentation to serial number.

COPYRIGHT AUSTRALIAN SYSTEMS ENGINEERING PTY. LTD. 1998.

The LTXF Program Description and Operation Manual (PD95-0315)
incorrectly refers to the product licence number in the following
sections:

Tailoring the LTXFLTXW macro statement
Modifying the Password Verification Screen
Messages

All references to licence number should be changed to serial number.

PD95-0315 has been updated to reflect this change.

                 */
++VER(ASZ3057) FMID(ASEL203).

PTF ASP0903

/*####################################################################
DATE: 20010329  PTF: ASP0903  FMID: ASEL203 */
++PTF(ASP0903). /*------------------------------------------------
ASP0903 010329 ASEL203 L203 PS pick up APAR fixes for V2.10

COPYRIGHT AUSTRALIAN SYSTEMS ENGINEERING PTY. LTD. 2001

_APARLIST:

ASY3019 980529 65SCBK BH LTXFV2  V203 ABS0C4     LTX2WORK 980529 PMD
Abend S0C4 when notification exit is called if GMT date is 31st
December 2000.

ASZ3032 980922 1CAUCH WW LTXFV2  V203 INCORROUT  LTX2CXIR 980922 O__-PMD
LTXF is using GMT time when determining extension categories.

ASZ3033 980922 61vase PM LTXFV2  V203 INCORROUT  LTX2CXIR 980922 O__-PMD
Extension time returned by LTX2CXIR does not include initial JWT. This
causes user to be cancelled JWT minutes earlier than expected.

ASZ3034 980922 61VASE PM LTXFV2  V203 INCORROUT  LTX2CXIT 980922 S__-PMD
LTX2CXIT incorrectly calculates TOD clock value from input Date/time
string.

ASZ3035 980928 61VASE PM LTXFV2  V203 INCORROUT  LTX2UTL  980928 S__-PMD
User is given a longer wait time extension than expected due to
inaccuracy introduced by conversion of wait time into minutes.

       */
++VER(Z038) FMID(ASEL203)
            PRE(ASZ2988,ASP0773)
            SUP(ASX3019,ASX3032,ASX3033,ASX3034,ASX3035).
++MAC(LTXFBLDT).
++MOD(LTX2CXIR).
++MOD(LTX2CXIT).
++MOD(LTX2SVC).
++MOD(LTX2UTL).
download PTF: ASP0903 13k

Y2K Compliance Requirements Statement

For product LTXF/MVS Version 2.0.3 to be Y2K Compliant, the FMIDs and SYSMODs identified above this point in this install bucket must have been RECEIVEd and APPLYd. This requirement does not apply to SYSMODs for FMIDs that the installer is not licenced for and hence has not installed.

By FMID, the full list of SYSMODs identified above this point in this install bucket are:

  1. FMID:ASEL203 LTXF 2.0.3 product, install guide, README.TXT
    sysmod_id type fmid___ description______________________
    ASZ2988 APAR fix ASEL203 Repackage LTXF APARs in SMPE format
    ASZ2989 APAR fix ASEL203 LTXF support for systems earlier than MVS/ESA 5.1.
    ASZ2990 APAR fix ASEL203 DOC/UCLIN when job LTXFSVCL has been run and subsequent SMP/E restore fails
    ASP0773 PTF ASEL203 Support to allow LTXF to vary the wait time extension given to an address space depending on the date, time of day or day of the week
    ASZ3031 APAR fix ASEL203 INCORROUT Msg IKJ56500I COMMAND LOCK NOT FOUND when running under ISPF
    ASP0816 PTF ASEL203 USERMOD to support running IEFUTL as AMODE=31
    ASZ3057 APAR fix ASEL203 DOC Documentation refers to licence number but software refers to serial number. Change documentation to serial number.
    ASP0903 PTF ASEL203 pick up APAR fixes for V2.10

Last updated: 00:05 MON 14th May 2001 GMT
/*####################################################################
DATE: 20010514  END BUCKET  PRODUCT:  */