* copyright (C) 1984-2019 merrill consultants dallas texas usa



Yüklə 28,67 Mb.
səhifə128/383
tarix17.01.2019
ölçüsü28,67 Mb.
#98988
1   ...   124   125   126   127   128   129   130   131   ...   383

TYPEOMCI 26.160 Support for Omegamon CICS User records in SMF 112.

TYPE99 26.155 Support for SMF 99 Subtype 11 Group Capacity Limits.

TYPE28 26.151 Support for APAR OA24416, 'D6'x NPM record.

TYPEMVCI 26.145 Support for BMC Mainview CICS CMRTYPE=109 (ABENDS).

TYPETNG 26.172 Support for NSM VMware Virtual Center 2.5 Servers.

TYPEDCOL 26.142 DCOLDSET identifies 'HFS' and 'PDSE' datasets.

TYPETMS5 26.161 New BESKEY variable identifies encrypted CA-1 tapes.

TYPERMFV 26.150 SPG variables too small due to typo.

TYPEBVIR 26.143 TS7700 Statistical dataset BVIR32 was trashed.

TYPE110 26.141 CICS STID=74 dataset CICIMQ ERROR message removed.

BUILDPD3 26.164 JES3 BUILDPD3 variable JOBCLASS could be blank.

WEEKxxxx 26.157 NOTSORTED condition due to inconsistent BY lists.

TYPE77 26.139 TYPE77 QUEUE1-QUEUE4 were wrong, over 100%.

TYPE70PR 26.154 SMF70LAC missing in PDB.TYPE70PR after offline LPAR.
Major enhancements added in MXG 26.05, dated Jun 18, 2008
TYPESVIE 26.133 Support for CA SYSVIEW, CICS, IMS, MVS in one member.

replaces partial support (2005) TYPESYSV, TYPESYSI.


ASMTAPEE 26.135 ML-42 of MXGTMNT, backs out JOB error in ML-41.

ASUMTAPE 26.122 SYSLOG JOB parse failed with 3 commas in TRANWRD.

TYPETMNT 26.128A Correction for DEFECT in ASMTAPEE ML-41, CRITICAL.

users of MXGTMNT need all three changes above.


ASUMMIPS 26.131 MIPS/MSU analysis adds IFAs/zAAPs and zIIPs MIPS.

TYPEPRPR 26.128 Prisma SMF record change in April was not documented.

TYPENTSM 26.125 Support for BITS NET UTIL, PACER PIPE, USB objects.

TYPENTSM 26.123 Support for new fields in MEMORY, PROCESS objects.

TYPEOMAU 26.121 Support for OMEGAMON Audit Records in CICS record.

TYPE120 26.126 WebSphere allocfails wrong, invalid triplets, st 3.

UTILEXCL 26.130 Documentation for IMACICEZ/E1/E2 tailoring enhanced.

VMACDB2 26.136 Corrections to IFCID 119 and IFCID 225 variables.


Major enhancements added in MXG 26.04, dated Jun 4, 2008
TYPE70 26.112 26.03: TYPE70 CPUMVSTM/PCTMVSBY/SHORTCPS missing.

TYPE74 26.117 TYPE747C was missing most observations, now enhanced.

TYPE42 26.103 INPUT EXCEEDED ID=42 SUBTYPE=15 if more than one S2.

TYPE23 26.116 Support for APAR OA22414 new variables.

TYPETMVS 26.111 Full support for TMVS Release 4.1, INCOMPATIBLE.

TYPEINFO 26.098 Support for Informatics STAT user SMF record.

TYPE80A 26.107 INPUT EXCEEDED due to new ASSIZMAX in TOKDANAM.

TYPE7xxx 26.115 Inconsistent BY list for RMF data are now consistent.

TYPETMNT 26.103 TYPETASK='J ' in TYPETMNT corrected in VGETJEXN.

TYPEVMXA 26.114 MONWRITE BAD CONTORL RECORD, with 6.24 record

MONTHxxx 26.115 Inconsistent BY list for RMF data are now consistent.

WEEKxxxx 26.115 Inconsistent BY list for RMF data are now consistent.


Major enhancements added in MXG 26.03, dated May 11, 2008
==Support for SAS Version 9.2: COMPATIBLE, no ERRORS, new WARNings==
See revised note for Hot Fix F9BA07 in MXG 26.07 Major Enhancements
All recent MXG Versions execute WITHOUT error with SAS Version V9.2.

V9.2 libraries are read/written by SAS V8.2 or V9.1.3, & vice versa.

SAS V9.2 Phase I Foundation Level on z/OS and ASCII SAS was tested.
These MXG Versions WILL print a new SAS V9.2 WARNING, that sets CC=4

(condition/return code), but that warning is harmless (to MXG code),

so all MXG output SAS datasets are correct, even with that warning.
So the ONLY exposure with prior MXG Versions under V9.2 is on z/OS,

and ONLY if condition code tests are used in your MXG jobstreams.


This new-in-SAS V9 "MULTIPLE LENGTHS OF A VARIABLE" warning message

surfaced in MXG delivered code primarily in these two cases:


a.The intended shortening of the LENGTH of a numeric variable, but

only when the LENGTH statement precedes the SET/MERGE/UPDATE.

This occurs in VMXGSUM where the fixed-length-8 variables output

by PROC MEANS were reduced to 4-bytes, prior to option KEEPLEN.

The VMXGSUM utility is invoked in all MXG summarization, like

ASUMxxxx and TRNDxxxx, many ANALxxxx members, and in summarizing

RMFINTRV and CICINTRV programs included in BUILDPDB.

It is pervasive in MXG.

MXG Version 26.03 relocated its LENGTH statement to eliminate.
b.A JOIN of multiple datasets (SET MON.JOBS TUE.JOBS ...) where

a variable has different lengths in different datasets.

This also occurs in VMXGSUM, when multiple input datasets are to

be combined, like TRENDing, where TREND had shortened LENGTHs

but the "NEWTREND" internally has fixed, pre-KEEPLEN LENGTHs.

MXG 26.03 adds KEEPLEN option to PROC MEANS to eliminate.


MXG Version 26.03 eliminated the new SAS V9.2 WARNING internally,

in all MXG code members that generated that message.

In member VMXGINIT:

Change 26.065 (MXG 26.03) added OPTION VARLENCHK=NOWARN.

Change 26.189 (MXG 26.07) removed that option.
Without VARLENCHK=NOWARN, EVEN at 26.03+V9.2 the WARNING can OCCUR:
a. If you have tailoring members in "USERID.SOURCLIB" from old MXG

versions, that need the same code revisions to eliminate.


b. In user-written SAS programs, this could actually be a valid

warning that a variable was truncated.


or, at any time in the future, the WARNING can still occur:
c. When an MXG Version that changed variable LENGTHs is installed,

subsequent WEEKLY or MONTHLY jobs create the WARNING because

some PDB's have the old length and some have the new length,

when those multiple datasets are joined. Previous to V9.2,

length were changed with no WARNING nor CC. Between MXG 24.24

and 25.25 1206 variable's lengths were changed.


The Hot Fix is F9BA07.
Changes 26.191,26.189,26.090,26.078,26.065,26.060 have V9.2 details.
Note: Originally, MXG 26.02 claimed it supported V9.2, but changes

26.078 and 26.090 are required to eliminate the new WARNING

in MXG-delivered code, but there were no errors in 26.02/9.2.
VMXGSUM 26.090 Support for SAS V9.2 - See 26.078, 26.065, 26.060.

VMXGSUM 26.078 26.02 ONLY - VARIABLE NOT FOUND corrected.

ASUMTAPE 26.083 MAJOR rewrite of ASUMTAPE matches more, adds SPIN.

ASMTAPEE 26.095 ML-41 of MXGTMNT, TYPEARCV Allocation Recovery event

TYPEAFOP 26.086 Support for AF/Operator SMF record.

TYPECTMU 26.089 Support for Control-M log records on unix/open sys.

TYPECTMZ 26.089 Support for Control-M log records on z/OS.

TYPE112 26.088 Support for SMF 112 MQ segment (subtype 0200x).

ANALHSM 26.084 New MIGRATE/RECALL/BACKUP HSM report example added.

TYPE30 26.077 Negative CPUUNITS from zAAPs calculations eliminated.

Major enhancements added in MXG 26.02, dated Apr 22, 2008
Doc 26.060 Cosmetic SAS V9.2 differences with SAS V9.1.3.

TYPE7072 26.039 Support for APAR OA24074, corrected Parked Time.

ANALACTM 26.064 Implementation of Rich Olcott's The ACTuals Map.

TYPEACF2 26.051 Support for ACF2 Release 6.2.

TYPEMGCR 26.047 Support for Version 6 of MegaCryption SMF record.

IMAC6ESS 26.046 Support for GPARMKY=0050x ESSPRTA variable.

TYPEIMS7 26.045 Support for IMS Version 10 '08'x Log Record.

TYPECIMS 26.058 IMF dataset TYPECIMS variable INPUTCLS corrected.


Major enhancements added in MXG 26.01, dated Mar 11, 2008
TYPE7072 26.025 Support for APAR OA12774 new z10 RMF data (COMPAT).

MXG 25.25 supports the z10 hardware platform, but

did not know about this new APAR with TYPE70 data.

TYPE7072 26.031 Support/Correction Dedicated zAAPs/Dedicated zIIPs.

TYPE7072 26.006 Support for 64 CP Engines.

TYPE78CU 26.023 MXG 25.07-25.25. Last LCUID not output in TYPE78CU.

TYPE79 26.036 R723RCUT was .062 when it should have been 62.

TYPEIMSA 26.026 Support for new variables in IMS Version 9 and 10.

TYPEHSM 26.028A HSM FSR updated for z/OS 1.8 and 1.8 new variables.

TYPE102 26.011 Support for IFCID 22 APAR PK38803.

TYPEMPLX 26.014 IMPLX Version 4.1 is now supported.

VMXGINIT 26.012 SOURCLIB,SASAUTOS dsnames now printed at MXG INIT.

TYPE110 26.007 CICDS Dispatcher Statistics and PCTREGBY created.

ASUM70PR 26.003 LPARCPUS in ASUM70PR summary is not always integer.

TYPERMFV 26.032 Debugging PUT statement removed.

Please read CHANGESS for the complete list of major enhancements.


See member NEWSLTRS or the Newsletters frame at http://www.mxg.com for

current MXG Technical Notes that used to be in CHANGES.

All of these enhancements are described in the Change Log, below.
II. SAS Version requirement information:
MXG 26.26 executes with SAS V8.2 or SAS V9.1.3 or SAS V9.2, on any

supported platform. It has not executed under SAS V6 in years.


The "PDB" libraries (i.e., SAS data libraries) must be created by

one of those listed SAS versions, but any of those data libraries

can be read or updated by any of those versions.

For SAS Version V9.2 (TS1M0):


Big Picture: SAS Version V9.2 is COMPATIBLE with MXG Software.
On z/OS, new DSNAMES for SAS libraries are in the new MXGSAS92

JCL procedure example.


All recent MXG Versions execute WITHOUT error with SAS Version

V9.2. V9.2 libraries are read/written by SAS V8.2 or V9.1.3, &

vice versa.
Without SAS Hot Fix F9BA07, MXG versions prior to 26.03 will

print a new SAS V9.2 WARNING, that sets CC=4 (condition/return

code), but that warning is harmless (to MXG code) so all MXG

output SAS datasets are correct, even with that warning. So the

ONLY exposure with prior MXG Versions is only on z/OS, only if

condition code tests are used in your MXG jobstreams.

For SAS V9.1.3 on z/OS with Service Pack 4:
There are no reported errors, and MXG's CONFIGV9 now specifies

V9SEQ instead of V6SEQ. As V6SEQ does not support long length

character variables, it should not be used.
SAS V9.1.3 with current Service Pack 4 is STRONGLY RECOMMENDED.
For (back-level!) SAS V9.1 or V9.1.2 on z/OS:

SN-013514 is REQUIRED to be able to read datasets that were

created by V6SEQ (tape) engine.

SN-012437 is REQUIRED to prevent creation of corrupt/unreadable

datasets with tape engines V7SEQ, V8SEQ, or V9SEQ.

Both fixes ARE included in SAS V9.1.3, but V9.1 or 9.1.2 is NOT

SAFE without those two hot fixes, and if you do NOT have those

two fixes on 9.1 or 9.1.2, you MUST set V6SEQ in CONFIGV9.


With MXG 23.02 or later, V9SEQ is the default sequential engine

specified in CONFIGV9, but if you are back at SAS V9.1 or V9.1.2

you MUST install the two hot fixes listed above.
For SAS Version 8.2, HotFix Bundle 82BX08 (or later) is required

to be completely safe. No earlier Version 8's were supported.


Sequential Engine Status:

V9SEQ was fixed in V9.1.3; it has been default in CONFIGV9.

V8SEQ was always safe under SAS V8.2, but it wasted CPU time

by always compressing when writing in tape format.

V6SEQ, if used under V9.1.2, requires SN-013514, but V6SEQ

should no longer be used, as it does not support long

length variables.
MXG 26.09 QA tests were executed on z/OS with SAS V9.1.3 and V9.2

and also both V9.1.3 and V9.2 on Windows XP.

(I can no longer run QA tests with "archaic" SAS Version 8.2.)
Prior QA tests have been run with all SAS releases available at

that time on Linux RH8 on Intel, on Solaris v2.8 on a Model V880,

and on HP-UX v11.11 model rp5470, confirming full compatibility.
MXG should execute under SAS V9.1.3 or V9.2 on every possible SAS

platform without errors! Each new MXG version is also tested with

the SAS ITSV/ITRM product by the ITRM developers.
III. WPS Version requirement information:
WPS Version 2.3.4 is required for MXG. See Change 26.258.
See NEWSLETTERS for "MXG Support for WPS Software"
IV. MXG Version Required for Hardware, Operating System Release, etc.
Availability dates for the IBM products and MXG version required for

the processing of that product's data records:


Availability MXG Version

Product Name Date Required


MVS/ESA 4.1 Oct 26, 1990 8.8

MVS/ESA 4.2 Mar 29, 1991 9.9

MVS/ESA 4.2.2 Aug 15, 1991 9.9

MVS/ESA 4.3 Mar 23, 1993 10.10

MVS/ESA 5.1.0 - compatibility Jun 24, 1994 12.02

MVS/ESA 5.1.0 - Goal Mode May 3, 1995 13.01

MVS/ESA 5.2.0 Jun 15, 1995 13.05

MVS/ESA 5.2.2 Oct 19, 1995 13.09

OS/390 1.1.0 Feb 22, 1996 14.01

OS/390 1.2.0 Sep 30, 1996 14.05

OS/390 1.3.0 Compatibility Mode Mar 28, 1997 14.14

OS/390 1.3.0 WLM Goal Mode Mar 28, 1997 15.02

OS/390 2.4.0 Sep 28, 1997 15.06

OS/390 2.5.0 Feb 24, 1998 15.06

OS/390 2.6.0 Sep 24, 1998 16.04

OS/390 2.7.0 Mar 26, 1999 16.09

OS/390 2.7.0 APAR OW41318 Mar 31, 2000 18.03

OS/390 2.8.0 Aug 24, 1999 16.09

OS/390 2.8.0 FICON/SHARK Aug 24, 1999 17.08

OS/390 2.8.0 APAR OW41317 Mar 31, 2000 18.03

OS/390 2.9.0 Mar 31, 2000 18.03

OS/390 2.10.0 Sep 15, 2000 18.06

OS/390 PAV Oct 24, 2000 18.09

z/OS 1.1 Mar 30, 2001 18.11

z/OS 1.1 on 2064s Mar 30, 2001 19.01

z/OS 1.1 with correct MSU Mar 30, 2001 19.02

z/OS 1.2 Oct 31, 2001 19.04

z/OS 1.1,1.2 APARs to 78 Oct 31, 2001 19.05

z/OS 1.2+ APAR OW52227 Apr 26, 2002 20.02

z/OS 1.3+ APAR OW52227 Apr 26, 2002 20.02

z/OS 1.2 JESNR Z2 MODE Apr 26, 2002 20.03

z/OS 1.3 JESNR Z2 MODE Apr 26, 2002 20.03

z/OS 1.4 Tolerate Sep 27, 2002 20.03

z/OS 1.4 Support Sep 27, 2002 20.06

z/OS 1.4 Over 16 CPUs/LPARs May 29, 2003 21.02

z/OS 1.4 DFSMS/rmm, RACF Aug 29, 2003 21.04

z/OS 1.5 Mar 31, 2004 21.21

z/OS IRD ASUM70PR/ASUMCEC Sep 22, 2003 *24.10

z/OS IRD TYPE70PR Mar 11, 2004 *24.10

z/OS IRD TYPE70,RMFINTRV Mar 22, 2002 *24.10

z/OS 1.6 - No IFAs Sep 30, 2004 *22.09

z/OS 1.6 - With IFAs Sep 30, 2004 *22.11

z/OS 1.7 (COMPATIBLE CHANGES) Sep 30, 2005 *24.10

z/OS 1.7 (SPLIT70 CORRECTION) Sep 30, 2005 *24.10

z/OS IFA data in RMF 79s Sep 30, 2005 23.10

z/OS 1.8 - ASMTAPEE assembly Sep 30, 2005 *25.03

z/OS 1.8 - SMF 119 INCOMPAT Sep 30, 2005 *25.06

z/OS More than 32 LPARs Jan 30, 2006 *24.24

z/OS SPLIT RMF 70 records Jan 30, 2006 *24.24

z/OS Dupe SYSTEMs in a SYSPLEX Jan 30, 2006 *24.02

z/OS IRD errors corrected May 15, 2006 24.03

z/OS ASUMCEC errors corrected May 15, 2006 *24.24

z/OS ASUM70LP errors corrected Jun 13, 2006 *24.24

z/OS zIIP Processor Support Jun 22, 2006 *24.24

z/OS Dedicated zIIP Support Mar 8, 2008 *26.01

z/OS Dedicated zAAP Support Mar 8, 2008 26.01

z/OS 1.8 (COMPATIBLE CHANGES) Sep 20, 2006 *24.24

z/OS 1.9 (INCOMPAT, 54 CPs) Sep 27, 2007 25.10

z/OS 1.9 MXGTMNT at ML-39 reASM Sep 27, 2007 25.10

z/OS new z10 variables Mar 5, 2008 26.01

z/OS 1.8 With HiperDispatch Sep 15, 2008 *26.10

z/OS 1.9 With HiperDispatch Sep 15, 2008 *26.10

z/OS 1.10 (INCOMPAT, MXG code) Sep 15, 2008 26.07

z/OS 1.10 With HiperDispatch Sep 15, 2008 *26.10

z990 CPUs - CPUTYPE '2084'x Aug 25, 2003 21.04

z890 CPUs - CPUTYPE '2086'x Jun 24, 2004 22.07

z9 CPUs - CPUTYPE '2094'x Jul 20, 2005 *24.24

z9EC CPUs - CPUTYPE '2094'x:

with 64-bit z/OS - no change required *24.24

with 32-bit z/OS only: Aug 26, 2006 24.06

z9BC CPUs - CPUTYPE '2096'x:

with 64-bit z/OS - no change required 24.01

with 32-bit z/OS only: Jul 27, 2006 *24.24

z10 CPUs - CPUTYPE '2097'x Dec 7, 2008 25.11

z10 HiperDispatch/Parked Time Mar 3, 2008 *26.10

CICS/ESA 3.2 Jun 28, 1991 9.9

CICS/ESA 3.3 Mar 28, 1992 10.01

CICS/ESA 4.1 Oct 27, 1994 13.09

CICS/ESA 5.1 aka CICS/TS V1R1 Sep 10, 1996 14.07

CICS-Transaction Server V1R1 Sep 10, 1996 14.07

CICS-TS V1R1 with APAR UN98309 Sep 15, 1997 15.06

CICS-TS V1R2 CICS/TS 1.2 Oct 27, 1997 15.06

CICS-TS V1R3 CICS/TS 1.3 Mar 15, 1999 17.04

CICS-TS V2R2 CICS/TS 2.2 Feb 9, 2002 19.19

CICS-TS V2R3 CICS/TS 2.3 Aug 13, 2004 22.04

CICS-TS V3R1 CICS/TS 3.1 Jan 18, 2005 22.22

CICS-TS V3R2 CICS/TS 3.2 Dec 6, 2007 25.11

CICS-TS for Z/OS Version 2.1 Mar 15, 2001 18.11

CICS-TS for Z/OS Version 2.2 Jan 25, 2002 19.19

CICSTRAN subtype 1 support only *19.19

CICSTRAN subtype 2 completed *19.08

CICS-TS for Z/OS Version 2.3 Dec 19, 2003

Using UTILEXCL to create IMACEXCL: 21.04

Reading un-Excluded CICS with TYPE110, no IMACEXCL:*22.04

CICS-TS for Z/OS Version 3.1 Mar 15, 2005

Using UTILEXCL to create IMACEXCL: 22.13

Reading un-Excluded CICS with TYPE110, no IMACEXCL: 22.22

CICS-TS for Z/OS Version 3.2 Jun 29, 2007 25.03

CICS-TS/3.2 Compressed Records Nov 3, 2007 25.11

DB2 2.3.0 Oct 28, 1991 10.01

DB2 3.1.0 Dec 17, 1993 13.02A

DB2 4.1.0 Tolerate Nov 7, 1995 13.07

DB2 4.1.0 Full support Sep 11, 1996 14.07

DB2 5.1.0 Tolerate Jun 27, 1997 14.14

DB2 5.1.0 Full support Jun 27, 1997 15.02

DB2 6.1.0 initial support Mar 15, 1999 16.09

DB2 6.1.0 all buffer pools Mar 15, 1999 18.01

DB2 6.1.0 parallel DB2 Mar 15, 1999 19.19

DB2 7.1.0 parallel DB2 Mar 31, 2001 19.19

DB2 7.1.0 corrections Mar 31, 2001 20.06

DB2 8.1 Tolerate, no packages Mar 31, 2004 20.20

DB2 8.1 New Data Packages wrong Mar 31, 2004 21.08

DB2 8.1 Support with Packages Mar 31, 2004 23.09*

DB2 8.1 with all zIIP Variables Sep 30, 2006 24.08

DB2 8.1 +PK47659 Sep 12, 2008 26.08

DB2 9.1 See Change 25.265. Dec 7, 2007 25.11

DB2 9.1 Full Support +PK/56356 Sep 12, 2008 26.08

DFSMS/MVS 1.1 Mar 13, 1993 11.11

DFSMS/MVS 1.2 Jun 24, 1994 12.02

DFSMS/MVS 1.3 Dec 29, 1995 13.09

DFSMS/MVS 1.4 Sep 28, 1997 15.04

DFSMS/MVS 1.4 HSM Sep 23, 1998 16.04

DFSMS/MVS 1.5 ??? ??, 1999 16.04

DFSORT SMF V1R5 Mar 1, 2006 24.02

MQM 1.1.2, 1.1.3, 1.1.4 Apr 25, 1996 14.02

MQ Series 1.2.0 May 26, 1998 16.02

MQ Series 2.1.0 Oct 2, 1999 17.07

MQ Series 5.2 Dec 16, 2000 18.10

MQ Series 5.3 Dec 16, 2002 21.05

NETVIEW 3.1 type 37 ??? ??, 1996 14.03

NPM 2.0 Dec 17, 1993 12.03

NPM 2.2 Aug 29, 1994 12.05

NPM 2.3 ??? ??, 1996 15.08

NPM 2.4 Nov 18, 1998 17.01

NPM 2.5 Feb ??, 2000 18.02

NPM 2.6 Nov ??, 2001 19.06

RMDS 2.1, 2.2 Dec 12, 1995 12.12

RMDS 2.3 Jan 31, 2002 19.11

TCP/IP 3.1 Jun 12, 1995 12.12

TCP/IP 3.4 Sep 22, 1998 16.04

WebSphere 5.0 APAR PQ7463 Aug 19, 2003 21.04

WebSphere 6.0 Feb 18, 2006 23.23

DOS/VSE POWER V6.3.0 Dec 19, 1998 16.08

VM/ESA 2.0 Dec 23, 1992 10.04

VM/ESA 2.1 Jun 27, 1993 12.02

VM/ESA 2.2 Nov 22, 1994 12.06

VM/ESA 2.3 Jun 1, 1998 16.08

VM/ESA 2.4 Mar 1, 2001 19.03

z/VM 3.1 Mar 1, 2001 19.03

z/VM 3.1 DATABYTE=0 May 2, 2002 20.02

z/VM 4.2 ?? May 2, 2002 20.02

z/VM 4.4 Jan 22, 2005 22.22

z/VM 5.1 Jan 22, 2005 22.22

z/VM 5.2 Jan 22, 2006 24.01

z/VM 5.3 TOLERATE Jun 7, 2007 25.05

z/VM 5.3 NEW VARIABLES Sep 12, 2008 26.08

z/VM 5.4 (COMPATIBLE) Sep 12, 2008 26.08

IMS log 4.1 Jul 4, 1994 12.02

IMS log 5.1 Jun 9, 1996 14.05

IMS log 6.1 ??? ?, 199? 20.03

IMS log 7.1 ??? ?, 200? 20.03

IMS log 8.1 May 21, 2003 21.02

IMS log 9.1 Mar 96, 2004 26.01*

IMS log 10.0 Mar 06, 2007 26.01*

AS400 3.7.0 Nov 1, 1996 15.01

AS400 4.1.0 Dec 30, 1996 15.08

AS400 4.2.0 Apr 27, 1998 16.02

AS400 4.4.0 Sep 27, 1999 17.07

AS400 4.5.0 Jul 27, 2000 18.07

AS400 5.2.0 - Most records Jul 23, 2003 21.03

AS400 5.2.0 - QAPMMIOP Jul 23, 2003 22.04

AS400 5.3.0 Jan 22, 2005 22.22

AS400 5.4.0 Aug 26, 2006 24.06
Note: Asterisk before the version number means the Version number

was changed (to the MXG version required), after an earlier

MXG version was listed as supporting this product release,

usually because an APAR modified the product's data records.

Or a coding error in MXG could be the reason for the change!
Availability dates for non-IBM products and MXG version required:
MXG Version

Product Name Required


Demand Technology

NTSMF Version 1 Beta 14.11

NTSMF Version 2.0 15.05

NTSMF Version 2.1 15.06

NTSMF Version 2.2 16.04

NTSMF Version 2.3 17.10

NTSMF 2.4.4 Aug 9, 2002 20.04

NTSMF 2.4.5 INCOMPAT Apr 1, 2003 21.02

NTSMF 2.4.7 Sep 30, 2004 22.08

Landmark


The Monitor for DB2 Version 2 13.06

The Monitor for DB2 Version 3.0 16.02

The Monitor for DB2 Version 3.1 20.04

The Monitor for DB2 Version 4.0 22.10

The Monitor for CICS/ESA 1.2 - 12.12

The Monitor for CICS/ESA 1.3 - 15.01

The Monitor for CICS/ESA 2.0 - 15.06

The Monitor for CICS TCE 2.1 - 20.04

The Monitor for CICS TCE 2.2 - 20.335, 21.134 21.04

The Monitor for CICS TCE 2.3 including cics/ts 3.1 22.08

The Monitor for MVS/ESA 1.3 - 12.05

The Monitor for MVS/ESA 1.5 - 12.05

The Monitor for MVS/ESA 2.0 - 15.09

The Monitor for MVS/ESA 3.0 - 19.19

The Monitor for CICS/TS V2.3 for CICS/TS 3.1 22.08
Candle

Omegamon for CICS V200 User SMF 12.05

Omegamon for CICS V300 User SMF 13.06

Omegamon for CICS V400 User SMF 16.02

Omegamon for CICS V400 type 110 segments 16.02

Omegamon for CICS V500 User SMF 18.01

Omegamon for IMS V110 (ITRF) 12.12

Omegamon for IMS V300 (ITRF) 14.04

Omegamon for IMS V550/V560 (ITRF) 25.05

Omegamon for MVS V300 13.05

Omegamon for MVS V400 13.06

Omegamon for DB2 Version 2.1/2.2 13.05

Omegamon for VTAM V160 12.04A

Omegamon for VTAM V400 15.15

Omegamon for VTAM V500 18.08

Omegamon for SMS V100/V110 12.03

CA

ACF2 6.2 16.04



ASTEX 2.1 14.04

NETSPY 4.7 14.03

NETSPY 5.0 14.03

NETSPY 5.2 16.05

NETSPY 5.3 18.03

NETSPY 6.0 20.10 20.305

NETSPY 7.0 20.10 20.305

SAR/VIEW R11 23.07 23.196

BMC, was Boole & Babbage

IMF 3.1 (for IMS 5.1) 12.12

IMF 3.2 (for IMS 6.1 only) 15.09

IMF 3.2 (for IMS 5.1 and 6.1+) 16.04

IMF 3.3 (for IMS 7.1 and 8.1) 22.08*

IMF 4.1 (for IMS 9.1) 26.02*

Memorex/Telex

LMS 3.1 12.12A

Oracle V9, V10 24.06

Amdahl


APAF 4.1, 4.3 16.08

Velocity Software

XAMAP 3.4 22.10

XAMAP 3406 24.03

XAMAP 3.7 25.04
V. Incompatibilities and Installation of MXG 26.26.

1. Incompatibilities introduced in MXG 26.26:


a- Changes in MXG architecture made between 26.26 and prior versions

that can introduce known incompatibilities.


ASUMTAPE: You must delete SPIN.SPINMOUN before using the revised

ASUMTAPE program. See change 26.083.


2. Installation and re-installation procedures are described in detail

in member INSTALL (which also lists common Error/Warning messages a

new user might encounter), and sample JCL is in member JCLINST9 for

SAS Version 9.1.3 (JCLINST8 for now-archaic SAS Version 8.2).


MXG Definitions with regard to MXG Software Changes:

Yüklə 28,67 Mb.

Dostları ilə paylaş:
1   ...   124   125   126   127   128   129   130   131   ...   383




Verilənlər bazası müəlliflik hüququ ilə müdafiə olunur ©muhaz.org 2024
rəhbərliyinə müraciət

gir | qeydiyyatdan keç
    Ana səhifə


yükləyin