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



Yüklə 28,67 Mb.
səhifə320/383
tarix17.01.2019
ölçüsü28,67 Mb.
#98988
1   ...   316   317   318   319   320   321   322   323   ...   383

SAS 6.08 at TS407 is required. For all UNIX, except for AIX, SAS

6.09 is required. For AIX, the second maintenance to 6.09 will be

required. For OS/2, SAS 6.10 will be required. (Both AIX and OS/2

do not currently properly support VBS record processing; their fixes

are due out this summer.) MXG has been tested error-free with the

above SAS versions, and I strongly suggest you ensure that your SAS

System is at the above level of SAS maintenance. (While most of MXG

may execute successfully with lower maintenance, you may encounter

known errors if you are not at the above level.)
d. Observation counts may change in PDB.JOBS and PDB.NJEPURGE because

of Change 11.226. More observations may be seen in PDB.TYPE74 due

to Change 11.170.
2. Installation and re-installation procedures are described in detail:

in member INSTALL, and sample JCL is in member JCLINSTL. Summary:

a. Install member MXGSAS as JCL Procedure MXGSAS in your PROCLIB.

b. Allocate a 83-cyl PDS: MXG.V1111.MXG.SOURCLIB, and use IEBUPDTE

to read the MXG tape to create the 2000+ member Source Library.

c. Allocate a 1-cyl PDS: MXG.V1111.USERID.SOURCLIB for your site

"Installation Tailoring" Source Library. Installation specific

tailoring (like telling MXG your shift hours, which performance

groups are TSO, CICS, etc.) is done by copying and modifying MXG

source members into V1111.USERID.SOURCLIB.

d. Allocate a 1-cyl SAS Data Library: MXG.V1111.MXG.FORMATS and

execute SAS to create the library of Formats required by MXG.

e. If this is the initial install of MXG, tailor these members into

your MXG.V1111.USERID.SOURCLIB tailoring library:

IMACACCT (Account Length),

IMACSHFT (Shift Definitions),

IMACWORK (Performance Group to Workload mapping), and

IMACSPIN (for BUILDPDB).

Each IMAC member is self-documenting, and IMACAAAA is the index

of all of the IMACs. You should at least scan IMACAAAA to see

the acronyms MXG uses for the many products MXG supports.

e. If re-installing MXG, copy your existing USERID.SOURCLIB library

members into the MXG.V1111.USERID.SOURCLIB. Then compare your

IMACs with those that were changed (see the alphabetical list of

changed members in member CHANGES). If any members in your

MXG.V1111.USERID.SOURCLIB were changed, you must reinstall your

site's tailoring for that IMAC, starting with the IMAC member

from the MXG 11.11 Source Library.

f. EDIT and submit member JCLTEST6 to verify that your tailoring

did not create any errors.

g. EDIT and submit JCLPDB6 to create a Daily PDB for testing. Or

use the TYPE.... members to process specific data sources, use

the ANAL.... members for report examples, the GRAF.... members

for SAS/GRAPH reports.


You have now installed MXG 11.11 in its own set of libraries. When

parallel testing is complete and are ready to implement MXG 11.11

in production, rename your three current MXG Production Libraries

(MXG.MXG.SOURCLIB, MXG.USERID.SOURCLIB, and MXG.MXG.FORMATS) to

(MXG.BACK.MXG.SOURCLIB, MXG.BACK.USERID.SOURCLIB, MXG.BACK.MXG....)

and rename the MXG.V1111.x.y libraries to their Production names!


Again, detailed installation instructions are in member INSTALL
Always read comments in the CHANGES member for compatibility issues, as

well as for any last minute changes.


Whenever you install changes or test a new version of MXG (or even your

own reports), be extra careful to look on the SAS log for any real error

conditions. Search for all occurrences of "ERROR:" and "ERROR :" and

"UNINITIALIZED" and "NOT CATLGD", as they may indicate a serious error.


A PROC PRINT and a PROC MEANS of each new MXG-built SAS dataset can help

you to understand their contents, and should be used to examine any

unusually large, negative, or suspicious values. Print all variables in

the dataset, and read the variable's descriptions in its ADOC member.


IX. Documentation of MXG Software.
Member CHANGES identifies the Version and Release of MXG Software, and

describes all changes made in that Release. The text of each change

names the members that were added or altered by that change. Member

ChangeS is designed to be read online (with SPF BROWSE), so that you can

search for specific product name references (CICS, MVS/ESA, etc.), or

the MXG member name or product acronyms.


Member CHANGESS contains ALL changes in ALL versions of MXG.
Member NEWSLTRS contains the text of all newsletters. You can search

NEWSLTRS for product name or acronym to find the technical notes, APARs,

etc., from all MXG newsletters. Since the Change Log portion of each

newsletter is in member CHANGESS, they are not repeated in NEWSLTRS.

The MXG Technical Newsletter is typically published twice a year, with

one printed copy sent to each licensed site, and it describes changes

and enhancements to the software, provides APARs and PTFs affecting MXG

users, and provides technical papers of interest to MXG users.


Member DOCVER lists alphabetically ALL datasets and variables that are

built by this MXG Software Version.


Members DOCVERnn are the "delta-documentation" between MXG versions, and

list only those datasets and variables that were added/deleted/changed

by version "nn".
Members ACHAPxxx are the text chapters from the 1984 MXG Guide and the

1987 MXG Supplement, to which the text of newsletters and changes has

been added. At present, these chapters are very rough; in a few cases

the chapter has actually been completed and revised, but most of these

chapters delivered in MXG 11.11 are little more than a concatenation of

the original text, and there are no figures nor tables. This is clearly

work in progress, but at least the old books are now machine readable!

When all 42 chapters are completely revised and updated in the source

library, I will decide if any will also be made available in printed

form, but the primary source of all future documentation will be the MXG

source library itself, which can now be updated when changes occur!
Members ADOCxxxx are what were in Chapter FORTY, and should be the first

place you look for information about MXG variables and/or datasets. The

ADOCxxxx members alphabetically describe each dataset and all variables

that are created by product xxxx, the instructions on how to enable that

product, bibliography of the vendor documentation, sample PROC PRINT and

PROC MEANS of real datasets, references to MXG reports that use these

datasets, and the MXG member names that you use to process that product.

There is an IMACxxxx member for every product supported by MXG. Once

you know the xxxx suffix for a product, you then know the names of all

of the MXG members for that product:


IMACxxxx - Defines record IDs, and "_K,_L" macros for product xxxx.

ADOCxxxx - "Chapter FORTY" style dataset and variable documentation.

VMACxxxx - The "real" source code member, often extensively commented.

TYPExxxx - Standalone member to test or process product xxxx records.

ASUMxxxx - Summarization example (only for some products)

TRNDxxxx - Trending example (only for some products)

ANALxxxx - Reporting/analysis example (only for some products)

GRAFxxxx - SAS/GRAPH report example (only for some products)

EXyyyzzz - OUTPUT exit for each dataset. There can be more than one

dataset per product. The EX member name suffix yyyzzz is

the same as the suffix of "_L" and "_K" macros defined in

IMACxxxx for the product. See further discussion under

"Using the MXG Exit Facilities" in ACHAP33.
Member IMACAAAA is an index of all IMACs, and is the best place to begin

to find what xxxx suffix Merrill chose for which product! You can often

find additional documentation by searching members NEWSLTRS or CHANGESS

for the xxxx suffix.


Finally, remember that MXG is source code, so you can often find your

answer by BROWSING the source members, especially the VMACxxxx, ANALxxxx

members. The MXG Variable name is often the DSECT's field name, and if

not, the vendor's field name is often in adjacent comments in the INPUT,

so you can cross reference to the vendor's documentation of their data!
X. Changes Log
==========================Changes Log=================================
You MUST read each Change description to determine if a Change will

impact your site. All changes have been made in this MXG Library.


Member CHANGES of the MXG SOURCLIB will always be more accurate than

the printed changes in a Newsletter, because the software tapes are

created after the newsletter is sent to the printer!
Member CHANGES always identifies the actual version and release of

MXG Software that is contained in that library.


The actual code implementation of some changes in MXG SOURCLIB may be

different that described in the change text (which might have printed

only the critical part of the correction that can be made by paper).
Scan each source member named in any impacting change for any comments

at the beginning of the member for additional documentation, since the

documentation of new datasets, variables, validation status, and notes,

are often found in comments in the source members.


Alphabetical list of important changes since MXG 10.10:
Member Change Description
All 11.150 Rewrite to support execution under ASCII SAS versions

ANALCISH 11.329 CICS/ESA DFHSTUP Shutdown Statistics Reports added.

ANALDASD 11.288 Sample prime-time cross-system DASD report.

ANALDB2R 11.007 Fails with PDB=SMF if account reports suppressed.

ANALDB2R 11.036 Suspension counts twice actual value.

ANALDB2R 11.037 Total Read IOs miscalculated on Statistics Summary

ANALDB2R 11.042 DB2 PMACC02 count of OPENS actually counted FETCHES.

ANALDB2R 11.043 DB2 PMSTA02 count of SUSPENDS usually zero.

ANALDB2R 11.143 OVERFLOW HAS OCCURRED, OUT OF MEMORY errors.

ANALDB2R 11.237 ANALDB2R can now report from a PDB on tape.

ANALDB2R 11.286 Continued enhancement and error corrections.

ANALDB2R 11.330 DB2 Audit Detail Report Completion Code still wrong.

ANALDSET 11.048 ERROR 455-185 for dataset TYPE30OM.

ANALDSET 11.291 TYPE64 records now sorted consistent with non-VSAM.

ANALRACF 11.260 UNINITIALIZED variable due to SAS Usage note 6886.

ANALRMFR 11.024 Report fails with PDB=SMF, works with PDB=PDB.

ANALRMFR 11.069 Continued enhancement of RMF look-a-like reports.

ANALRMFR 11.231 Additional RMF report enhancements and corrections.

ANALRMFR 11.256 Correction of CPU percentages and type 74 reports.

ANALSMF 11.300 The "Simulator" analyzes SMF VSAM CI Size impact.

ASMIMSLG 11.157 IMS log processing type 36 changed.

ASMTAPES 11.360 MXG Tape Mount and Allocation Monitor works 2/3.

ASMTMNT 11.154 0C4 abend in MXGTMNT at one site.

ASMVTOC 11.257 No output records under MVS/ESA 4.2 and earlier.

ASUM70PR 11.022 PDB.RMFINTRV may be corrupted by ASUM70PR.

ASUM70PR 11.027 LP0MGTTM not in RETAIN list (affects only MDF)

ASUM70PR 11.041 ASUM70PR new variables, and mini-tutorial.

ASUM70PR 11.087 LP0MGTTM (Amdahl MDF only) incorrect.

ASUM70PR 11.145 ASUM70PR still wrong in MXG 11.03.

ASUMAPAF 11.290 Summarization of MDF APAF records similar to PR/SM.

ASUMDB2A 11.038 QTXAIRLM omitted from SUM= list

BUILD006 11.320 PDB logic enhanced for APPC tasks (no purge record).

BUILDPDB 11.025 Building your PDB on tape.

BUILDPDB 11.089 Purge records lost if PRPRTY=4-7 or 12-15.

BUILDPDB 11.226 JES2 NJE Purge records for JT were mis-recognized.

BUILDPDB 11.228 Open Edition/MVS (OMVS) TYPE30OM added to PDB.

BUILDPDB 11.269 PDB.JOBS ACCOUNTn/RESTARTS wrong for MULTIDD jobs.

BUILDPDB 11.320 PDB logic enhanced for APPC tasks (no purge record).

CHANGESS 11.074 New member CHANGESS contains ALL changes ALL Versions

CICINTRV 11.224 CICS "Requested Reset Statistics" now processed.

CLTIMER 11.035 STOP statement required by SAS Version 6.

CONFIG 11.306 For MVS, MEMSIZE=32MB now default value.

CONFIG07 11.129 SAS Error 76-322 with numbered + unnumbered lines.

DAILYDSN 11.076 Typos misspelled output datasets.

DIFFDB2 11.282 New dataset PDB.DB2STATS now created for reports.

DIFFHSM 11.019 Member did not use the "_L" macro names.

Doc 11.013 Change 10.175 typo, two _KTY0 should be _LTY0

FMXGUCBL 11.088 Archaic UCBL function corrected.

GRAFLPAR 11.079 Error "OUT OF MEMORY" due to SAS Error 6719.

GRAFTRND 11.216 Not all workload data was plotted if workload unused.

GRAFWORK 11.311 Workload graphs enhanced with memory frames in use.

GRAFxxxx 11.173 Enhancements, common structure for GRAFxxxx members.

IMACACCT 11.104 "VARIABLE SACCT1 NOT FOUND" can occur.

IMACCICS 11.224 "CICRRTRV NOT FOUND" errors using old IMACCICS

IMACICBB 11.347 Support for Boole & Babbage CICS Manager Statistics.

IMACICDL 11.268 Omegamon CICS/ESA type 110 may have wrong DL/I counts

IMACICSA 11.110 Support for SAP Releases 4.3.J and 5.0.

IMACICSA 11.148 SAP Release 4.3 requires one change to MXG.

IMACICSA 11.211 CICS SAP variables STCDB1-STCDB5 should be CHAR.

IMACPDB 11.155 ACCOUNTn variables no longer limited in IMACPDB.

IMACPDB 11.214 JES3 variable CLASS added to JES3 PDB.JOBS.

IMACPDB 11.258 Variables ACTDLYTM,DSPDLYTM,RESDLYTM now in PDB.JOBS

JCLIMSLG 11.109 MXG 10.10 had wrong JCL in this example JCL member.

JCLTEST 11.012 SAS 5.18 WORK.#DIRMACR is out of space condition.

JCLTEST6 11.093 0C4 ABEND in SASXKERN if IBM exit IFGOEXOB used.

MONTHBLD 11.040 Error "DATASET TAPEMNTS NOT SORTED".

MONTHBLD 11.206 DATA SET TAPEMNTS IS NOT SORTED error.

Many 11.302 Additional ASCII/EBCDIC differences resolved.

RMFINTRV 11.008 TYPE74 tape counts in AVGRSPMS, DEVACTTM, etc.

RMFINTRV 11.264 Variable PGPERBLK in RMFINTRV is incorrect.

SPIN 11.184 SPIN library can fill if Change 11.060 not installed.

TRND70 11.240 Trended variables READY12-READY15 have wrong value.

TRND71 11.222 Variable VIO value incorrect in TRND71.

TRNDDB2A 11.038 QTXAIRLM omitted from SUM= list

TRNDVMXA 11.235 VM/ESA Trending had logic errors.

TRNDxxxx 11.227 Trending now includes the MVS/ESA 4.3 variables.

TYPE102 11.085 Variables QW0145SC/QW0145LL not input.

TYPE102 11.107 IFCID 53 and 58 records may have been dropped.

TYPE110 11.023 Omegamon V550 APAR QOC0451/QOC0534 bad record error.

TYPE110 11.080 STARTIME in CICINTRV dataset is actually ENDTIME.

TYPE110 11.138 Skip over SAP Journal Records circumvention.

TYPE1415 11.266 Variable TEMP in dataset TYPE1415 may be misset.

TYPE28 11.116 Support for NPM APAR OY54370.

TYPE28 11.246 Support for NPM Version 2.1.0

TYPE30 11.002 INVALID OMVS TRIPLET message, no observations.

TYPE30 11.003 Type 30 Interval INTBTIME/INTETIME wrong in MVS 4.3.

TYPE30 11.004 Variable DSSIZHWM is incorrect.

TYPE30 11.033 Small negative values for ACTDLYTM.

TYPE30 11.060 JELAPSTM and others large (positive or negative).

TYPE30 11.126 Type 30 APPC fields accumulation corrected OY63634.

TYPE30 11.140 Asynchronous Data Mover read/writes in APAR OY65142.

TYPE30 11.199 Variables INTBTIME/INTETIME off by 100 seconds.

TYPE30 11.229 GMT Offset was still wrong sometimes, by 100 seconds.

TYPE33 11.243 Support for NETWISE RPC EXEC type 33 SMF record.

TYPE37 11.001 INPUT STATEMENT EXCEEDED RECORD LENGTH

TYPE37 11.031 Undocumented LAN variables BRFSMADR BRFSMNAM added.

TYPE37 11.119 INPUT STATEMENT EXCEEDED RECORD LENGTH.

TYPE37 11.202 Support for NETVIEW APAR OY66237 (Hardware Log).

TYPE39 11.280 TYPE39_8 variables all incorrect.

TYPE42 11.021 New TYPE42DS has GMT values in INTERVAL record.

TYPE42 11.179 Support for Concurrent Copy & Extended Sequential DS.

TYPE42 11.235 Support for IBM's ADSM subtype 14 type 42 SMF record.

TYPE42 11.325 TYPE42 subtype 6 STOPOVERs if VSAM SMF data is read.

TYPE57 11.215 Type 57 ESS variables non-blank if no ESS installed.

TYPE60 11.203 Storage and Data Class missing in NVR TYPE60 records.

TYPE6156 11.223 INVALID DATA for OWNEXPDT corrected.

TYPE7072 11.016 TYPE72MN dataset contains only one PERFGRP.

TYPE7072 11.152 TYPE70 dataset now supports CPUIDs of 0 thru 15.

TYPE7072 11.229 GMT Offset was still wrong sometimes, by 100 seconds.

TYPE7072 11.265 Boole CMF Type 72 Subtype 2 INPUT STATEMENT EXCEEDED.

TYPE7072 11.275 IBM APAR OY67002 corrupts TYPE70,TYPE70PR,ASUM70PR

TYPE72 11.177 SERVICE can be zeroed if it overflows ==> zero obs!

TYPE72MN 11.171 Zero obs in TYPE72MN for MVS/ESA 4.2 or earlier.

TYPE73 11.015 TYPE73 contains observations for dummy CHPIDs

TYPE73 11.102 Zero observations in TYPE73.

TYPE73 11.114 PNCHANBY (EMIF Partition Channel Busy) added.

TYPE73 11.195 Variable PNCHANBY propagated into inactive records.

TYPE74 11.170 TYPE74 not output if only allocated but not used.

TYPE80 11.117 Support for Top Secret Release 4.3.

TYPE80 11.207 Support for TOP-SECRET records written to log.

TYPE80A 11.017 INPUT STATEMENT EXCEEDED error.

TYPE80A 11.054 TYPE80A fails with INPUT STATEMENT EXCEEDED.

TYPE90 11.158 TYPE90 variable ACTIVE renamed to ACTIVEMN.

TYPEACF2 11.315 Support for CA's ACF2 Releases 6.0 and 6.1.

TYPEAICS 11.180 Support for AICorp Central Server SMF record.

TYPEAPAF 11.225 Support for Amdahl APAF Version 2.1

TYPEAPAF 11.267 APAF V2.1 dataset APAFCHAN was trashed.

TYPECIMS 11.073 INVALID VALUE FOR TH corrected.

TYPECOMP 11.156 COM-PLETE Release 4.5 SMF record supported.

TYPECOMP 11.209 Variable ULOGCPUT incorrectly input.

TYPECTLD 11.174 Support for 4th Dimension's CONTROL-D Release 3.0.0.

TYPEDB2 11.005 INVALID 3rd ARGUMENT IN SUBSTR, variable JOB blank.

TYPEDB2 11.006 Variable QDSTQDBT is incorrect.

TYPEDB2 11.050 DB2ACCT variable NETSNAME incorrectly padded.

TYPEDB2 11.255 Support for DB2 Version 3.1 incompatible changes.

TYPEDCOL 11.057 DCOLLECT SMSDATA (SMS constructs) cause STOPOVER.

TYPEDCOL 11.151 Variables DCUSYSID/DCUTMSTP not kept in constructs.

TYPEDLMN 11.308 Support for Candle's Deltamon SMF record.

TYPEDMON 11.162 Support for LEGENT's ASTEX Release 1.7.

TYPEDOS 11.106 Support for DOS/VSE POWER 5.1.

TYPEDOS 11.149 Variables STARTIME/STOPTIME may be wrong.

TYPEEDGR 11.190 Support for DFSMSrmm Extract Files (EDGHSKP utility).

TYPEEDGS 11.189 Support for DFSMSrmm SMF Audit and Security records.

TYPEEDGS 11.209 Several MVT... variables incorrectly input.

TYPEF127 11.210 FACOM pseudo-RACF type 127 FUNCTION CHAN IS UNKNOWN.

TYPEFOCU 11.219 Support for FOCUS MSO Release 6.8.

TYPEHMF 11.049 Support for HMF, Host Monitoring Facility product.

TYPEHSM 11.078 New HSM dataset HSMFSRBO, IMACHSM changed.

TYPEICE 11.340 Support for STK's ICEBERG SMF record.

TYPEIMS 11.181 Support for SAP's IMS log record type 'AE'.

TYPEIPAC 11.252 Support for Mobius' INFOPAC-RDS user SMF record.

TYPEMEMO 11.032 New variables TRANTIME TRANCOST added.

TYPEMIM 11.317 Partial support for LEGENT's MIM Release 4.0.

TYPEMON8 11.230 INVALID ARGUMENT TO FUNCTION MDY TIESDATE INVALID.

TYPEMON8 11.270 Support for Landmark CICS/ESA Version 1.1 INVALID DO.

TYPEMON8 11.278 ERROR3.LANDMARK.MONITOR due to invalid record.

TYPEMON8 11.327 INVALID DATA FOR TIAPREQ with MXG 11.0x-11.10.

TYPENDM 11.175 Support for Sterling NDM Network Data Mover 1.4.0.

TYPENDM 11.326 Sterling's NDM, now Connect Direct 1.7.01, incompat!

TYPENSPY 11.009 INVALID ARGUMENT TO FUNCTION DATEJUL error.

TYPENSPY 11.029 Variable SNITIME incorrect.

TYPENSPY 11.130 LEGENT LANSPY #DGL249 circumvention.

TYPENSPY 11.159 NETSPY fix changed again by LEGENT.

TYPENSPY 11.316 Support for LEGENT's NETSPY Release 4.4.

TYPEODS 11.147 Support for Laser Access Corp's Optical Disk System

TYPEOMAU 11.092 Omegamon 2.60 Audit Record moved OMSUBSID.

TYPEOMCI 11.115 OMEGAMON V550 SMF record INPUT STATEMENT EXCEEDED.

TYPEOMCI 11.136 OMEGAMON/CICS VSAM,DLI,ADABAS,IDMS,SUPRA,DATACOM.

TYPEOMCI 11.313 OMEGAMON user SMF record INPUT STATEMENT EXCEEDED.

TYPEOMSM 11.332 Support for Candle's Omegamon II for SMS user record.

TYPEOPC 11.122 Variables added to OPC24_6 and OPC24D_C datasets.

TYPEOPC 11.304 Support for OPC/ESA Release 2.1.

TYPEPOOL 11.141 INPUT STATEMENT EXCEEDED LENGTH with POOL/DASDSMF.

TYPEPRFS 11.262 Support for Softworks' Performance Solution SMF data.

TYPEQAPM 11.166 Support for AS/400 Release 2.2, all records now!

TYPEQAPM 11.254 Support for AS/400 Version 2.3 Performance Data.

TYPEQAPM 11.319 AS/400 system name AS400SYN was blank.

TYPESAR 11.146 Support for LEGENT's SAR product SARSRQU3 SMF record.

TYPESFS 11.250 Xerox SFS accounting record INVALID ARGUMENT error.

TYPESFTA 11.321 Support for ISOGON's SoftAudit externalized files.

TYPESTC 11.124 Missing values for several variables corrected.

TYPESYNC 11.056 Support for SYNCSORT Release 3.5 new variables.

TYPETAO 11.034 "INVALID DATA FOR TAOSTYP" messages.

TYPETCP 11.028 TCP/IP addresses reformatted.

TYPETCP 11.163 Support for TCP/IP 2.2.1 APAR PN40511 new fields.

TYPETPX 11.167 Support for LEGENT's TPX Release 3.5 (incompatible).

TYPEVM 11.113 Support for VM/ESA Release 2.1 Accounting record.

TYPEVMXA 11.047 VM/ESA "UNEXPECTED/INVALID CONTROL RECORD" message.

TYPEVMXA 11.112 Support for VM/ESA Release 2.1 Monitor records.

TYPEVMXA 11.142 VM/ESA duration variables could be truncated.

TYPEVMXA 11.261 VXSYTCPU dataset variable LCUCLPTM not kept.

TYPEVVDS 11.103 Blank values for SMS Storage, Data, etc., Classes.

TYPEVVDS 11.204 Variable VVRBSENM can be blank.

TYPEX37 11.070 STOPX37 Release 3.5 records incorrectly documented.

TYPEX37 11.091 Variable MESSAGE not decided in STOPX37 Rel 3.5.

TYPEX37 11.133 STOPX37 undocumented VOLSER,MSGCODE found.

TYPEZARA 11.059 Support for ZARA, The Tape Media Manager from Altai.

TYPEZARA 11.276 Support for ZARA Release 1.1 (incompatible)

UCICSCNT 11.244 Utility to count type 110 records by application.

VMACDB2H 11.242 DB2 variable NETSNAME can still mismatch CICSTRAN.

VMXGHSM 11.131 HSM BCDS dataset MCB incomplete, too few obs.

VMXGHSM 11.194 Not all observations output in dataset DSR.

VMXGHSM 11.259 HSM BCDS and MCDS data value errors.

VMXGSUM 11.281 Performance enhancement of MXG summarization

VMXGSUM 11.309 Execution improved by creating KEEP= for input.

VMXGSUM 11.309 INCOMPATIBLE exposure if you have tailored members.

VMXGVTOF 11.030 Variable DS4IVTOC was not kept.

WEEKBLD 11.040 Error "DATASET TAPEMNTS NOT SORTED".

WEEKBLD 11.206 DATA SET TAPEMNTS IS NOT SORTED error.

WEEKBLDT 11.172 WEEKBLD with no rewinds/remounts of WEEK tape.


Yüklə 28,67 Mb.

Dostları ilə paylaş:
1   ...   316   317   318   319   320   321   322   323   ...   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