gtpm2m2l | Migration Guide: Program Update Tapes |
The following section discusses the migration considerations for integrated online pool maintenance and recoup support.
See the APEDIT for APAR PJ27469 for information about prerequisite APARs. In addition, TPF Database Facility (TPFDF) APAR PQ42097, which is available with TPFDF PUT 15, is a corequisite APAR.
Integrated online pool maintenance and recoup support enhances the recoup, pool directory update (PDU), pool generation, pool allocation, and pool deactivation utilities in a TPF 4.1 system environment by doing the following:
The following section discusses the architecture used for integrated online pool maintenance and recoup support.
Integrated online pool maintenance and recoup support uses a fixed structure that allows released file addresses to be added to an online structure. The controller of the online process is a data record that contains a field named @BUSED, which is a 64-bit mask field that is used to control the online database. Each bit represents an ordinal number of the released pool address records. The anchor to these released pool address records is a set of 65 fixed records with a record ID of FC33. The number of records was determined by the maximum number of processors that can be used to run online pool maintenance (8), and each processor having 8 fixed FC33 records with forward chains. The 65th record is the 1052-state released pool addresses (FC33) record. This record is used only when releases are issued in 1052 state. Each of these FC33 fixed records and their chained records contain a beginning time stamp, ending time stamp, and the CPU ID of the owning processor. Each record contains file addresses of CA (released pool) records which contain the actual released file address data. Each time an RTA tape is switched, @BUSED is updated to indicate to which set of FC33 records released file addresses are written.
CA records replace C8 records which contained actual file addresses of released files. CA records have been changed to contain ordinal numbers of released file addresses and no longer the actual file addresses. Each time an application releases a file, that file address is converted to an ordinal number and is added to the CA records.
The purpose of multigroup chain chase processing is to significantly reduce chain chase processing time. Multigroup chain chase processing allows you to chain chase as many as eight databases simultaneously on a processor. When chain chase processing has started for the last fixed record ordinal of a database, chain chase processing can start on another database. This is how multigroup chain chase processing is designed for both TPF and TPF Database Facility (TPFDF) recoup. Each database has its own timeout values, ID counters, and broken chain counters.
Chain chase algorithms have been rewritten to reduce chain chase processing time. If there is a soft IPL during chain chase processing, recoup now restarts where it left off. The number of ECBs that a processor can run with has been raised to 999 and the LODIC macro is used throughout recoup to prevent working storage depletion. To reduce the workload on the main I-stream, chain chase processing runs on all I-streams.
For loosely coupled environments, running multiprocessor chain chase processing can significantly reduce the time it takes to run recoup phase 1; however, the incremental benefit of multiprocessor chain chase processing decreases with more processors because of a contention for direct access storage devices (DASD). Multiprocessor chain chase processing introduces the concept of primary and secondary processors.
The primary processor, which is defined in the PROT table as the owner of the pool function, is the one where recoup is started and rolled in. The primary recoup processor cannot be moved. It must remain the primary processor throughout the recoup run. The primary processor ensures that all TPF and TPFDF record IDs have completed chain chase processing. If not, the primary processor will do so in lieu of the other processors.
Secondary processors are only used for chain chase processing and can start chain chasing TPFDF structures while other processors chain chase TPF structures. Secondary processors can be started, stopped, exited, restarted, or leveled by entering a command from the primary processor.
Each processor performing chain chase processing has its own recoup keypoint, core and file copies of chain chase ID counts, RCP tape, and its own VFA-resident pseudo directories. All processors share the broken chain database, descriptors, and database definitions (DBDEFs), and run multigroup chain chase processing. All tables that are necessary for chain chasing (such as the long term directory reference table (#LTDRT), which is used to convert file addresses to #SONRI directory ordinals) are kept in memory for faster access and throughput.
When chain chase processing (recoup phase 1) is completed on all processors, the primary processor starts recoup phase 2 processing. Because there are multiple sets of pseudo directories (one for each processor), they must be merged together to form one common pseudo directory for recoup phase 3. The ID counts records for each processor are also totaled to form one set of ID counts. The final ID counts are added to a historical database where counts for as many as 10 recoup runs can be stored.
To ensure that your TPF 4.1 system performs correctly with integrated online pool maintenance and recoup support, you must establish the required operating environment. The following section describes hardware and software requirements specific to integrated online pool maintenance and recoup support.
Operating Environment Requirements and Planning Information provides information about the minimum system configuration requirements that are necessary to operate the TPF 4.1 system. You may find it helpful to review that chapter along with the following information.
There are no hardware requirements.
Although it is not required to run recoup, the TPF Database Facility (TPFDF) product is needed for some recoup enhancements that were added by integrated online pool maintenance and recoup support.
The following section summarizes interface changes.
The following section summarizes C/C++ language changes. This information is presented in alphabetic order by the type of C/C++ language information. See the TPF C/C++ Language Support User's Guide and TPF Application Programming for more information about the C/C++ language.
Table 886 summarizes changes to the build scripts used by the build
tool. This information is presented in alphabetic order by the name of
the build script.
Table 886. Changes to Build Scripts for Integrated Online Pool Maintenance and Recoup Support
Build Script | Type | New, Changed, or No Longer Supported? | Description of Change |
---|---|---|---|
BAM6BS | DLM | New | Created for integrated online pool maintenance and recoup support. |
BEWABS | DLM | New | Created for integrated online pool maintenance and recoup support. |
BJ00BS | DLM | New | Created for integrated online pool maintenance and recoup support. |
BJ01BS | DLM | New | Created for integrated online pool maintenance and recoup support. |
BJ02BS | DLL | New | Created for integrated online pool maintenance and recoup support. |
BJ03BS | DLM | New | Created for integrated online pool maintenance and recoup support. |
BJ04BS | DLL | New | Created for integrated online pool maintenance and recoup support. |
BJ09BS | DLM | New | Created for integrated online pool maintenance and recoup support. |
BJ10BS | DLM | New | Created for integrated online pool maintenance and recoup support. |
BJ12BS | DLM | New | Created for integrated online pool maintenance and recoup support. |
BOF1BS | DLM | New | Created for integrated online pool maintenance and recoup support. |
BRR1BS | DLM | New | Created for integrated online pool maintenance and recoup support. |
CJ13BS | DLM | No Longer Supported | Deleted by integrated online pool maintenance and recoup support. |
CJ17BS | DLM | No Longer Supported | Deleted by integrated online pool maintenance and recoup support. |
Table 887 summarizes changes to the dynamic load module (DLM)
stubs. This information is presented in alphabetic order by the name of
the DLM stub. See TPF Application Programming
for more information about the DLM stubs.
DLM Stub | New, Changed, or No Longer Supported? |
---|---|
BCPY (Assembler) | New |
BGAA | New |
BGAB | New |
BGAC | New |
BGAG | New |
BGAJ | New |
BGAK | New |
BGAM | New |
BGA2 | New |
BGA3 | New |
BGA7 | New |
BGA8 | New |
BJ09 | New |
BJ10 | New |
BJ11 (Assembler) | New |
BLOD (Assembler) | New |
BOF2 (Assembler) | New |
BRB3 (Assember) | New |
BRCB (Assembler) | New |
BRPE (Assembler) | Changed |
BRV8 (Assembler) | New |
BRV9 (Assembler) | New |
BR0I (Assembler) | New |
B1A0 (Assembler) | New |
B1A8 (Assembler) | New |
Table 888 summarizes the general use C/C++ language header file changes. This information is presented in alphabetic order by the name of the general use C/C++ language header file.
General use means these header files are available for your
use.
C/C++ Language Header File | New, Changed, or No Longer Supported? | Do You Need to Recompile Segments? |
---|---|---|
c$cinfc.h | Changed | No |
c$globz.h | Changed | No |
c$syseq.h | Changed | No |
Table 889 summarizes the general use C/C++ language header file
changes that are for IBM use only. This information is presented in
alphabetic order by the name of the general use C/C++ language header
file.
C/C++ Language Header File (IBM Use Only) | New, Changed, or No Longer Supported? | Do You Need to Recompile Segments? |
---|---|---|
c$bk0rp.h | Changed | No |
c$bl0rp.h | New | No |
c$brkc.h | New | No |
c$fva0.h | Changed | No |
c$ibmhdr.h | New | No |
c$prml.h | New | No |
c$recoup.h | New | No |
c$si3ct.h | New | No |
c$srck1p.h | New | No |
c$srhh1p.h | New | No |
c$to2r.h | Changed | No |
i$breq.h | New | No |
i$dscr.h | New | No |
i$grp.h | New | No |
i$rart.h | New | No |
i$recp.h | New | No |
i$rsct.h | New | No |
mphdr.h | New | No |
mpsipcc.h | New | No |
Table 890 summarizes changes to the link-edited modules shipped by
IBM, which should go into a data set with attributes
DCB=(RECFM=U,LRECL=80,BLKSIZE=1200). This information is presented in
alphabetic order by the name of the link-edited module.
Table 890. Changes to Link-Edited Modules for Integrated Online Pool Maintenance and Recoup Support
Link-Edited Module | New, Changed, or No Longer Supported? | Description of Change |
---|---|---|
DYOPM | No Longer Supported | Deleted by integrated online pool maintenance and recoup support. |
Table 891 summarizes changes to members (object files). This information is presented in alphabetic order by the name of the member (object file).
Notes:
Member (Object File) | DLM/DLL | New, Changed, or No Longer Supported? | Type | Description of Change |
---|---|---|---|---|
BAM6 | BAM6 | New | C++ Language | Created for integrated online pool maintenance and recoup support. |
BEWA | BEWA | New | C Language | Created for integrated online pool maintenance and recoup support. |
BEWB | BEWA | New | C Language | Created for integrated online pool maintenance and recoup support. |
BEWC | BEWA | New | C Language | Created for integrated online pool maintenance and recoup support. |
BEWD | BEWA | New | C Language | Created for integrated online pool maintenance and recoup support. |
BEWE | BEWA | New | C Language | Created for integrated online pool maintenance and recoup support. |
BEWF | BEWA | New | C Language | Created for integrated online pool maintenance and recoup support. |
BEWG | BEWA | New | C Language | Created for integrated online pool maintenance and recoup support. |
BJ00 | BJ00 | New | C++ Language | Created for integrated online pool maintenance and recoup support. |
BJ01 | BJ01 | New | C++ Language | Created for integrated online pool maintenance and recoup support. |
BJ02 | BJ02 | New | C++ Language | Created for integrated online pool maintenance and recoup support. |
BJ03 | BJ03 | New | C++ Language | Created for integrated online pool maintenance and recoup support. |
BJ04 | BJ04 | New | C++ Language | Created for integrated online pool maintenance and recoup support. |
BJ09 | BJ09 | New | C++ Language | Created for integrated online pool maintenance and recoup support. |
BJ10 | BJ10 | New | C++ Language | Created for integrated online pool maintenance and recoup support. |
BJ12 | BJ10 | New | C++ Language | Created for integrated online pool maintenance and recoup support. |
BOFI | BOF1 | New | C Language | Created for integrated online pool maintenance and recoup support. |
BOF1 | BOF1 | New | C Language | Created for integrated online pool maintenance and recoup support. |
BRR1 | BRR1 | New | C Language | Created for integrated online pool maintenance and recoup support. |
BRR2 | BRR1 | New | C Language | Created for integrated online pool maintenance and recoup support. |
BRR3 | BRR1 | New | C Language | Created for integrated online pool maintenance and recoup support. |
BRR4 | BRR1 | New | C Language | Created for integrated online pool maintenance and recoup support. |
BRR5 | BRR1 | New | C Language | Created for integrated online pool maintenance and recoup support. |
BRR6 | BRR1 | New | C Language | Created for integrated online pool maintenance and recoup support. |
CJ13 | CJ13 | No Longer Supported | C Language | Deleted for integrated online pool maintenance and recoup support. |
CJ14 | CJ13, CJ17 | No Longer Supported | C Language | Deleted for integrated online pool maintenance and recoup support. |
CJ17 | CJ17 | No Longer Supported | C Language | Deleted for integrated online pool maintenance and recoup support. |
There are no changes.
There are no changes.
Table 892 summarizes the control program interface (CINFC) tag
changes. The information in this table is ordered numerically by the
equate value.
Table 892. Changes to CINFC Tags for Integrated Online Pool Maintenance and Recoup Support
CINFC Tag | Equate Value | New, Changed, or No Longer Supported? |
---|---|---|
CMMRCID | 295 | New |
CMMRCPK | 296 | New |
CMMLTDRT | 297 | New |
CMPOLMTN | 298 | New |
Table 893 summarizes the copy member changes. This information
is presented in alphabetic order by the name of the copy member.
Table 893. Changes to Copy Members for Integrated Online Pool Maintenance and Recoup Support
Copy Member | Type | CSECT Where Copy Member Is Located | DLM Where CSECT Is Located | New, Changed, or No Longer Supported? | Description of Change |
---|---|---|---|---|---|
CICR | Control Program | CCNUCL | Not Applicable | Changed | Updated for integrated online pool maintenance and recoup support. |
CJ341 | Real-Time Assembler | CJ005 | CJ00 | Changed | Updated for integrated online pool maintenance and recoup support. |
CJ521 | Real-Time Assembler | CJ004 | CJ00 | Changed | Updated for integrated online pool maintenance and recoup support. |
CPSF | Control Program | CCCPSF | Not Applicable | Changed | Updated for integrated online pool maintenance and recoup support. |
CT10 | Control Program | CCCTIN | Not Applicable | Changed | Updated for integrated online pool maintenance and recoup support. |
GRFS | Control Program | CCSONP | Not Applicable | Changed | Updated for integrated online pool maintenance and recoup support. |
Table 894 summarizes fixed file record changes. This
information is presented in alphabetic order by the name of the fixed file
record.
Table 894. Changes to Fixed File Records for Integrated Online Pool Maintenance and Recoup Support
Fixed File Record | New, Changed, or No Longer Supported? | Description of Change |
---|---|---|
#BKDSV | New | Created for integrated online pool maintenance and recoup support. |
#BKD4K | New | Created for integrated online pool maintenance and recoup support. |
#BREATBL | New | Created for integrated online pool maintenance and recoup support. |
#BRHIST | New | Created for integrated online pool maintenance and recoup support. |
#BRIDCOR | New | Created for integrated online pool maintenance and recoup support. |
#BRIDDEA | New | Created for integrated online pool maintenance and recoup support. |
#BRIDSAV | New | Created for integrated online pool maintenance and recoup support. |
#BRIDTBL | New | Created for integrated online pool maintenance and recoup support. |
#BRIDTOT | New | Created for integrated online pool maintenance and recoup support. |
#BRLOTBL | New | Created for integrated online pool maintenance and recoup support. |
#GR0ZSR | Changed | Created for integrated online pool maintenance and recoup support. |
#GR34SR | No Longer Supported | Deleted by integrated online pool maintenance and recoup support. |
#MPRECP | New | Created for integrated online pool maintenance and recoup support. |
#PSTCUR | New | Created for integrated online pool maintenance and recoup support. |
#PSTNEW | New | Created for integrated online pool maintenance and recoup support. |
#RC8RFS | New | Created for integrated online pool maintenance and recoup support. |
#RGSTAT | New | Created for integrated online pool maintenance and recoup support. |
#SONCP | New | Created for integrated online pool maintenance and recoup support. |
#SONDE | New | Created for integrated online pool maintenance and recoup support. |
#SONROLL | New | Created for integrated online pool maintenance and recoup support. |
#SONRPE | New | Created for integrated online pool maintenance and recoup support. |
#SONRPM | New | Created for integrated online pool maintenance and recoup support. |
#SONSP | New | Created for integrated online pool maintenance and recoup support. |
#SONSV | New | Created for integrated online pool maintenance and recoup support. |
#SONUP | New | Created for integrated online pool maintenance and recoup support. |
#SRHH1P | New | Created for integrated online pool maintenance and recoup support. |
#SRMP1A | New | Created for integrated online pool maintenance and recoup support. |
#SRM31A | New | Created for integrated online pool maintenance and recoup support. |
#SRM41A | New | Created for integrated online pool maintenance and recoup support. |
#SRM51A | New | Created for integrated online pool maintenance and recoup support. |
#SRM61A | New | Created for integrated online pool maintenance and recoup support. |
The following section summarizes the macro changes. This information is presented in alphabetic order by the type of macro.
There are no changes.
There are no changes.
Table 895 summarizes the data macro changes. This information
is presented in alphabetic order by the name of the data macro.
Table 895. Changes to Data Macros for Integrated Online Pool Maintenance and Recoup Support
Data Macro | New, Changed, or No Longer Supported? | Do You Need to Reassemble Programs Using This Data Macro? |
---|---|---|
BC0SA | Changed | No |
BCPBC | New | No |
BK0DF | Changed | No |
BK0LC | New | No |
BK0RP | Changed | No |
BK0UX | Changed | No |
BK1RP | Changed | No |
BL0RF | New | No |
BL0RP | Changed | No |
BMGLP | Changed | No |
BMGLQ | Changed | No |
BR0ID | New | No |
BR1ID | New | No |
C404C | New | No |
C50C5 | New | No |
CY$CR | Changed | No |
CY1KR | Changed | No |
CY2KT | Changed | No |
CY5GT | Changed | No |
CY5PA | New | No |
CY6TR | Changed | No |
CY7PL | New | No |
CY8WB | New | No |
E80E8 | New | No |
GL0BP | Changed | No |
GL0BQ | Changed | No |
I80I8 | New | No |
I82I8 | New | No |
ICYCWB | Changed | No |
IDY9AR | Changed | No |
IRECBK | Changed | No |
L80L8 | New | No |
LTDRT | New | No |
MPRECP | New | No |
NC2EC | New | No |
RECOUP | New | No |
SR54BA | New | No |
SRCK1P | New | No |
SRHH1P | New | No |
SRM31A | New | No |
SRM41A | New | No |
SRM51A | New | No |
SRM61A | New | No |
SYSET | Changed | No |
ZR0ZR | New | No |
Table 896 summarizes the general macro changes. This
information is presented in alphabetic order by the name of the general
macro. See TPF General Macros for a complete
description of all general macros.
Table 896. Changes to General Macros for Integrated Online Pool Maintenance and Recoup Support
General Macro | New, Changed, or No Longer Supported? | Do You Need to Reassemble Programs? |
---|---|---|
CINFC | Changed | No |
GLOBZ | Changed | No |
Table 897 summarizes the selected equate macro changes. This
information is presented in alphabetic order by the name of the selected
equate macro.
Selected Equate Macro | New, Changed, or No Longer Supported? | Do You Need to Reassemble Programs? |
---|---|---|
BRPEQ | Changed | No |
CZ1SE | Changed | No |
SYSEQ | Changed | No |
There are no changes.
Table 898 summarizes the system initialization program (SIP) skeleton
and internal macro changes. This information is presented in alphabetic
order by the name of the SIP skeleton and internal macro. If the SIP
skeleton and internal macro (inner macro) is changed, you must reassemble the
SIP Stage I deck and run the appropriate job control language (JCL) jobs from
the SIP Stage II deck.
SIP Skeleton and Internal Macro | New, Changed, or No Longer Supported? |
---|---|
GENR | Changed |
SPPGML | Changed |
SPRIAT | Changed |
Table 899 summarizes system initialization program (SIP) Stage I macro and statement changes. This information is presented in alphabetic order by the name of the SIP Stage I macro. See TPF System Generation for a complete description of the SIP Stage I macros. If the SIP Stage I macro is changed, you must run the appropriate job control language (JCL) jobs from the SIP Stage II deck.
See System Initialization Program (SIP) and System Generation Changes for a description of other system generation changes you
must make.
SIP Stage I Macro | New, Changed, or No Longer Supported? |
---|---|
GENSIP | Changed |
Table 900 summarizes system initialization program (SIP) Stage II
macro changes. This information is presented in alphabetic order by the
name of the SIP Stage II macro. If IBMPAL is changed, you must run the
system allocator (SALO) and load the new program allocation table
(PAT) to the TPF 4.1 system.
Table 900. Changes to SIP Stage II Macros for Integrated Online Pool Maintenance and Recoup Support
SIP Stage II Macro | New, Changed, or No Longer Supported? |
---|---|
IBMPAL | Changed |
There are no changes.
Table 901 summarizes system macro changes. This information is
presented in alphabetic order by the name of the system macro. See TPF System Macros for a complete description of all
system macros.
Table 901. Changes to System Macros for Integrated Online Pool Maintenance and Recoup Support
System Macro | New, Changed, or No Longer Supported? | Do You Need to Reassemble Programs? |
---|---|---|
BBEWP | Changed | No |
BBPDH | New | No |
BBWRT | Changed | No |
BCRUS | Changed | No |
BFIND | Changed | No |
BRPRO | New | No |
BRSTR | Changed | No |
BSAVE | Changed | No |
BSYNC | New | No |
GROUP | Changed | No |
INDEX | Changed | No |
PFSWC | Changed | No |
There are no changes.
Table 902 summarizes segment changes. This information is
presented in alphabetic order by the name of the segment.
Table 902. Changes to Segments for Integrated Online Pool Maintenance and Recoup Support
Segment | Type | Link-Edit Module (Where Offline Segment Is Linked) | New, Changed, or No Longer Supported? | Description of Change |
---|---|---|---|---|
BAM0 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BAM1 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BAM2 | Real-Time Assembler | Not Applicable | No Longer Supported | Deleted by integrated online pool maintenance and recoup support. |
BAM3 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BAM5 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BCAI | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BCC0 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BCC1 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BCC2 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BCC3 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BCC5 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BCD0 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BCP0 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BCP1 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BCP2 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BCP3 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BCP5 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BCP6 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BCPE | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BCPI | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BCPU | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BCPY | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BCPZ | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BDBE | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BDBP | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BEWP | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BHWP | Real-Time Assembler | Not Applicable | No Longer Supported | Deleted byintegrated online pool maintenance and recoup support. |
BJ11 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BKA0 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKA1 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BKB0 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKC0 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKC1 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKD0 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKD7 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKD9 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKDB | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKDF | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKDG | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKDH | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKDI | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKDIND | Offline Assembler | Not Applicable | No Longer Supported | Deleted byintegrated online pool maintenance and recoup support. |
BKDJ | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKDK | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKDL | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKDM | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKDN | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKDO | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKDP | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKDQ | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKDR | Offline Assembler | Not Applicable | No Longer Supported | Deleted by integrated online pool maintenance and recoup support. |
BKDS | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKDT | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKDW | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BKDX | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKDY | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BKP0 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKP3 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKP4 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKP5 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BKPA | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BLOD | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BLOG | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BLOH | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BMD0 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BMD1 | Real-Time Assembler | Not Applicable | Changed | Created for integrated online pool maintenance and recoup support. |
BOF0 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BOF2 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BOF3 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BOF4 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BOF5 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BOF6 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BOF7 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BOF8 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BOF9 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BOFA | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BOFB | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BOFC | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BOFD | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BOFE | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BOFF | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BOFG | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BOFH | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BOFJ | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BOFK | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BOFM | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BPDH | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BPM0 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BPM1 | Real-Time Assembler | Not Applicable | Changed | Created for integrated online pool maintenance and recoup support. |
BR0I | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BR0T | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BR0U | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BR0V | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BRB2 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BRB3 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BRB4 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BRCM | Real-Time Assembler | Not Applicable | No Longer Supported | Deleted by integrated online pool maintenance and recoup support. |
BRCP | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRCQ | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRCS | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BRFA | Offline Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRFM | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRID | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BRIE | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BRMK | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRPA | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRPB | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRPC | Real-Time Assembler | Not Applicable | No Longer Supported | Deleted byintegrated online pool maintenance and recoup support. |
BRPE | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRPI | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRPK | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRPT | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRPX | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRS0 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRSH | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRSI | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BRTD | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BRTO | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRTP | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRTQ | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRTR | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRTS | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRTT | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRTU | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRTV | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRU2 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRUB | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BRUC | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BRUD | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BRV0 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BRV1 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BRV2 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BRV3 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BRV4 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BRV5 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BRV6 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BRV7 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BRV8 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BRV9 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BRYA | Real-Time Assembler | Not Applicable | Changed | Created for integrated online pool maintenance and recoup support. |
BRYD | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRYE | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRYG | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRYL | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRYM | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRYN | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BRYO | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRYQ | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BRYU | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BS0C | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BSSC | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BSSU | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BSSW | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BSSX | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BWRA | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
BWRF | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
BWRT | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
B0BK | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
B0P0 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
B0P3 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
B0P5 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
B0P6 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
B0PA | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
B0PE | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
B0SH | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
B1A0 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
B1A4 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
B1A5 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
B1A6 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
B1A7 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
B1A8 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
B1A9 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
B1AA | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
B1AF | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
B1BK | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
CJ12 | Real-Time Assembler | Not Applicable | No Longer Supported | Deleted byintegrated online pool maintenance and recoup support. |
CJ15 | Real-Time Assembler | Not Applicable | No Longer Supported | Deleted by integrated online pool maintenance and recoup support. |
CJ16 | Real-Time Assembler | Not Applicable | No Longer Supported | Deleted by integrated online pool maintenance and recoup support. |
CNAH | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CSAH | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CSAI | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CTKO | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CTKT | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CVAB | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CVFE | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CYA0 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CYA9 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CYAA | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CYAB | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CYAC | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CYAE | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CYAN | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CYB0 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CYC0 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CYC1 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CYC2 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CYC3 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CYD0 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CYD1 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CYD2 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CYF0 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CYF1 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CYF2 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CYF4 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CYF6 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CYF9 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
CYGR | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
CYH0 | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
DYD0 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
DYD1 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
DYD2 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
DYD3 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
DYD4 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
DYD5 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
DYD6 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
DYD7 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
DYD8 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
DYD9 | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
DYDA | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
DYDC | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
DYDE | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
DYDG | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
DYDI | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
DYDL | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
DYDN | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
DYDO | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
DYDP | Real-Time Assembler | Not Applicable | New | Created for integrated online pool maintenance and recoup support. |
DYDQ | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
DYDS | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
DYDU | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
DYDX | Real-Time Assembler | Not Applicable | No Longer Supported | Deleted by integrated online pool maintenance and recoup support. |
DYDY | Real-Time Assembler | Not Applicable | No Longer Supported | Deleted by integrated online pool maintenance and recoup support. |
DYDZ | Real-Time Assembler | Not Applicable | No Longer Supported | Deleted by integrated online pool maintenance and recoup support. |
DYOM | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
DYO0 | Offline PL/I | Not Applicable | No Longer Supported | Deleted by integrated online pool maintenance and recoup support. |
DYO1 | Real-Time Assembler | Not Applicable | No Longer Supported | Deleted by integrated online pool maintenance and recoup support. |
DYO4 | Offline PL/I | Not Applicable | No Longer Supported | Deleted by integrated online pool maintenance and recoup support. |
DYO6 | Offline PL/I | Not Applicable | No Longer Supported | Deleted by integrated online pool maintenance and recoup support. |
DYO7 | Real-Time Assembler | Not Applicable | No Longer Supported | Deleted by integrated online pool maintenance and recoup support. |
FTVA02 | C Language | FCTBG | Changed | Changed for integrated online pool maintenance and recoup support. |
FTVA03 | C Language | FCTBG | Changed | Changed for integrated online pool maintenance and recoup support. |
GLBL | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
UBKA | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
UBRP | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
UBRS | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
UBWR | Real-Time Assembler | Not Applicable | Changed | Changed for integrated online pool maintenance and recoup support. |
The following section summarizes system equate changes.
Table 903 summarizes changes to equates that are not configuration
dependent (in SYSEQ). This information is presented in alphabetic order
by the name of the SYSEQ tag.
Table 903. Changes to SYSEQ Tags for Integrated Online Pool Maintenance and Recoup Support
SYSEQ Tag | Equate Value | New, Changed, or No Longer Supported? |
---|---|---|
#GR33SRF | 0 | No Longer Supported |
#GR33SRL | #GR33SRF | No Longer Supported |
#IRSSDFF | 3 | No Longer Supported |
#IRSSDFL | #IRSSDFF | No Longer Supported |
There are no changes.
The following section summarizes functional and operational changes. This information is presented in alphabetic order by the functional or operational change.
See Appendix A, "PUT 2-15 Interface Changes by Authorized Program Analysis Report (APAR)" for a summary of functional and operational changes by APAR.
Table 904 summarizes command changes. This information is presented in alphabetic order by the name of the command. See TPF Operations for a complete description of all commands.
Attention: Changes to commands can impact any automation
programs you are using in your complex.
Table 904. Changes to Commands for Integrated Online Pool Maintenance and Recoup Support
Command | New, Changed, or No Longer Supported? | Description of Change |
---|---|---|
ZDUPD | Changed | Changed for integrated online pool maintenance and recoup support. |
ZPOOL DISPLAY | New | Created for integrated online pool maintenance and recoup support. |
ZPOOL GENERATION | New | Created for integrated online pool maintenance and recoup support. |
ZPOOL INIT | New | Created for integrated online pool maintenance and recoup support. |
ZRBKD | New | Created for integrated online pool maintenance and recoup support. |
ZRDIR CAPTURE | New | Created for integrated online pool maintenance and recoup support. |
ZRDIR START RESTORE | New | Created for integrated online pool maintenance and recoup support. |
ZRECP ABORT | Changed | Changed for integrated online pool maintenance and recoup support. |
ZRECP ADD | New | Created for integrated online pool maintenance and recoup support. |
ZRECP CONTINUE | Changed | Changed for integrated online pool maintenance and recoup support. |
ZRECP DEL | New | Created for integrated online pool maintenance and recoup support. |
ZRECP DISPLAY | New | Created for integrated online pool maintenance and recoup support. |
ZRECP ELOG | New | Created for integrated online pool maintenance and recoup support. |
ZRECP EXIT | New | Created for integrated online pool maintenance and recoup support. |
ZRECP FLUSH | New | Created for integrated online pool maintenance and recoup support. |
ZRECP IGNORE | New | Created for integrated online pool maintenance and recoup support. |
ZRECP LEVEL | Changed | Changed for integrated online pool maintenance and recoup support. |
ZRECP LOAD | No Longer Supported | Deleted by integrated online pool maintenance and recoup support. |
ZRECP MIGRATE | No Longer Supported | Deleted by integrated online pool maintenance and recoup support. |
ZRECP NOREBUILD | New | Created for integrated online pool maintenance and recoup support. |
ZRECP OFLMR | New | Created for integrated online pool maintenance and recoup support. |
ZRECP ONEL | New | Created for integrated online pool maintenance and recoup support. |
ZRECP PRIM | No Longer Supported | Deleted by integrated online pool maintenance and recoup support. |
ZRECP PROCEED | Changed | Changed for integrated online pool maintenance and recoup support. |
ZRECP PROFILE | New | Created for integrated online pool maintenance and recoup support. |
ZRECP PROTECT | New | Created for integrated online pool maintenance and recoup support. |
ZRECP REBUILD | New | Created for integrated online pool maintenance and recoup support. |
ZRECP RECALL | Changed | Changed for integrated online pool maintenance and recoup support. |
ZRECP RERUN | Changed | Changed for integrated online pool maintenance and recoup support. |
ZRECP RESTART | Changed | Changed for integrated online pool maintenance and recoup support. |
ZRECP RESUME | Changed | Changed for integrated online pool maintenance and recoup support. |
ZRECP RETRY | Changed | Changed for integrated online pool maintenance and recoup support. |
ZRECP SEL | Changed | Changed for integrated online pool maintenance and recoup support. |
ZRECP SETUP | New | Created for integrated online pool maintenance and recoup support. |
ZRECP SKIP | Changed | Changed for integrated online pool maintenance and recoup support. |
ZRECP START | Changed | Changed for integrated online pool maintenance and recoup support. |
ZRECP STATUS | Changed | Changed for integrated online pool maintenance and recoup support. |
ZRECP STOP | New | Created for integrated online pool maintenance and recoup support. |
ZRECP TO2 | No Longer Supported | Deleted by integrated online pool maintenance and recoup support. |
ZRECP VERIFY | New | Created for integrated online pool maintenance and recoup support. |
ZRFPC | Changed | Changed for integrated online pool maintenance and recoup support. |
ZRPDU ABORT | New | Created for integrated online pool maintenance and recoup support. |
ZRPDU CREATE | New | Created for integrated online pool maintenance and recoup support. |
ZRPDU DISP | New | Created for integrated online pool maintenance and recoup support. |
ZRPDU OFLMR | New | Created for integrated online pool maintenance and recoup support. |
ZRPDU PURGE | New | Created for integrated online pool maintenance and recoup support. |
ZRPDU STATUS | New | Created for integrated online pool maintenance and recoup support. |
ZRREC BACKUP | New | Created for integrated online pool maintenance and recoup support. |
ZRREC RESET | New | Created for integrated online pool maintenance and recoup support. |
ZRREC SWITCH | New | Created for integrated online pool maintenance and recoup support. |
ZSDEA | Changed | Changed for integrated online pool maintenance and recoup support. |
Table 905 summarizes message (offline and online messages) and system error changes.
The message IDs or system error numbers are listed in numeric order preceded by their alphabetic prefix. Some offline and online messages do not have a standard message ID. For these, the messages are presented in alphabetic order based on the initial message text; or for those messages that begin with variable information, the initial message text that follows that variable information. See Messages (System Error and Offline) and Messages (Online) for a complete description of all messages and system errors.
Attention: Changes to offline messages, online messages,
and system errors may impact any automation programs you are using in your
complex.
Message ID or System Error Number | Message Type | New, Changed, or No Longer Supported? |
---|---|---|
041006 | System Error | Changed |
041008 | System Error | New |
041009 | System Error | New |
04100A | System Error | New |
04100C | System Error | New |
04100E | System Error | New |
04100F | System Error | New |
041010 | System Error | New |
041011 | System Error | New |
041012 | System Error | New |
041013 | System Error | New |
041107 | System Error | New |
04110C | System Error | Changed |
04110D | System Error | Changed |
041113 | System Error | Changed |
041120 | System Error | New |
041122 | System Error | New |
041124 | System Error | New |
041200 | System Error | New |
041201 | System Error | New |
041202 | System Error | New |
041203 | System Error | New |
041204 | System Error | New |
041205 | System Error | New |
041206 | System Error | New |
041207 | System Error | New |
041208 | System Error | New |
041209 | System Error | New |
04120A | System Error | New |
04120B | System Error | New |
04120C | System Error | New |
04120D | System Error | New |
04120E | System Error | New |
04120F | System Error | New |
041210 | System Error | New |
041211 | System Error | New |
041212 | System Error | New |
041213 | System Error | New |
041214 | System Error | New |
041215 | System Error | New |
041216 | System Error | New |
041217 | System Error | New |
041218 | System Error | New |
041219 | System Error | New |
04121A | System Error | New |
04121B | System Error | New |
04121C | System Error | New |
04121D | System Error | New |
04121E | System Error | New |
0412F0 | System Error | New |
0412F1 | System Error | New |
0412F2 | System Error | New |
0412F3 | System Error | New |
0412F4 | System Error | New |
0412F4 | System Error | New |
042000 | System Error | New |
042001 | System Error | New |
042002 | System Error | New |
044500 | System Error | New |
888001 | System Error | New |
888002 | System Error | New |
888003 | System Error | New |
888004 | System Error | New |
888005 | System Error | New |
888006 | System Error | New |
BCAI0001A | Online | Changed |
BCAI0002A | Online | New |
BCAI0003A | Online | New |
BCAI0007E | Online | New |
BCAI0008E | Online | New |
BCAI0009E | Online | New |
BCC00000A | Online | New |
BCPE0001E | Online | New |
BCPE0003E | Online | New |
BCPE0004I | Online | New |
BCPE0006I | Online | New |
BCPI0001E | Online | New |
BCPI0002E | Online | New |
BCPU0002W | Online | New |
BCPY0001I | Online | New |
BCPY0002I | Online | New |
BCPY0003E | Online | New |
BCPZ0001E | Online | New |
BCPZ0004E | Online | New |
BCPZ0006E | Online | New |
BCPZ0007E | Online | New |
BCPZ0008E | Online | New |
BCPZ0009E | Online | New |
BCP00003I | Online | New |
BCP00004I | Online | New |
BCP00005I | Online | New |
BCP00006I | Online | New |
BCP00007I | Online | New |
BCP00008I | Online | New |
BCP00009W | Online | New |
BCP00010I | Online | New |
BCP00011I | Online | New |
BCP00012I | Online | New |
BCP00013I | Online | New |
BCP00014I | Online | New |
BCP00015I | Online | New |
BCP00016I | Online | New |
BCP00017A | Online | New |
BCP00018I | Online | New |
BCP00019A | Online | New |
BCP00020I | Online | New |
BCP00021I | Online | New |
BCP00022I | Online | New |
BCP00023I | Online | New |
BCP00024I | Online | New |
BCP00025A | Online | New |
BCP00026I | Online | New |
BCP00027I | Online | New |
BCP00028I | Online | New |
BCP00029I | Online | New |
BCP00030E | Online | New |
BCP00031I | Online | New |
BCP00032I | Online | New |
BCP00033W | Online | New |
BCP00034I | Online | New |
BCP00035I | Online | New |
BCP00036I | Online | New |
BCP00038I | Online | New |
BCP00039I | Online | New |
BCP00040I | Online | New |
BCP00041I | Online | New |
BCP00042I | Online | New |
BCP00043I | Online | New |
BCP00044I | Online | New |
BCP00045I | Online | New |
BCP00046I | Online | New |
BCP00047I | Online | New |
BCP00048I | Online | New |
BCP00049I | Online | New |
BCP00050E | Online | New |
BCP00051I | Online | New |
BCP00052A | Online | New |
BCP00053I | Online | New |
BCP00054I | Online | New |
BCP00055I | Online | New |
BCP10001E | Online | New |
BCP10001I | Online | New |
BCP10002E | Online | New |
BCP10003E | Online | New |
BCP10004E | Online | New |
BCP10005E | Online | New |
BCP10006E | Online | New |
BCP10007E | Online | New |
BCP10008E | Online | New |
BCP10009E | Online | New |
BCP10010E | Online | New |
BCP10013E | Online | New |
BCP10014I | Online | New |
BCP10015I | Online | New |
BCP20001E | Online | New |
BCP20002E | Online | New |
BCP20003E | Online | New |
BCP20004E | Online | New |
BCP20005E | Online | New |
BCP20008I | Online | New |
BCP30001E | Online | New |
BCP30002E | Online | New |
BCP60001E | Online | New |
BCP60002E | Online | New |
BKA00010E | Online | New |
BKA10001E | Online | New |
BKA10002A | Online | New |
BKA10003A | Online | New |
BKA10004W | Online | New |
BKC10013W | Online | New |
BKC10014E | Online | New |
BKP60001I | Online | New |
BKP60002I | Online | New |
BLOG0001W | Online | New |
BLOG0002I | Online | New |
BLOG0003E | Online | New |
BLOG0004W | Online | New |
BLOG0005W | Online | New |
BLOG0006I | Online | New |
BLOG0007I | Online | New |
BLOG0008W | Online | New |
BLOH0001W | Online | New |
BMD10002E | Online | New |
BOFA0001I | Online | New |
BOFA0002E | Online | New |
BOFA0003E | Online | New |
BOFA0004E | Online | New |
BOFA0005E | Online | New |
BOFA0006I | Online | New |
BOFA0007I | Online | New |
BOFA0008W | Online | New |
BOFA0009W | Online | New |
BOFA0010E | Online | New |
BOFA0011I | Online | New |
BOFA0012E | Online | New |
BOFA0013W | Online | New |
BOFA0014E | Online | New |
BOFA0015E | Online | New |
BOFA0016E | Online | New |
BOFA0017E | Online | New |
BOFB0001I | Online | New |
BOFB0002I | Online | New |
BOFB0003I | Online | New |
BOFB0004I | Online | New |
BOFB0005I | Online | New |
BOFB0006I | Online | New |
BOFB0007I | Online | New |
BOFB0008E | Online | New |
BOFB0010I | Online | New |
BOFB0011E | Online | New |
BOFB0012E | Online | New |
BOFB0013E | Online | New |
BOFB0014E | Online | New |
BOFB0015E | Online | New |
BOFB0016E | Online | New |
BOFB0017E | Online | New |
BOFD0002I | Online | New |
BOFD0080E | Online | New |
BOFD0081E | Online | New |
BOFD0089E | Online | New |
BOFE0002E | Online | New |
BOFF0001E | Online | New |
BOFF0002E | Online | New |
BOFF0003E | Online | New |
BOFF0004E | Online | New |
BOFF0010I | Online | New |
BOFF0011I | Online | New |
BOFH0001I | Online | New |
BOFH0002I | Online | New |
BOFH0003I | Online | New |
BOFH0004I | Online | New |
BOFI0001I | Online | New |
BOFI0007I | Online | New |
BOFI0009I | Online | New |
BOFI0010I | Online | New |
BOFI0020E | Online | New |
BOFI0021E | Online | New |
BOFI0022E | Online | New |
BOFI0023E | Online | New |
BOFI0024I | Online | New |
BOFI0025I | Online | New |
BOFJ0005E | Online | New |
BOFJ0006E | Online | New |
BOFK0001I | Online | New |
BOFK0003I | Online | New |
BOFK0004E | Online | New |
BOFK0005E | Online | New |
BOFK0006E | Online | New |
BOFK0007E | Online | New |
BOFM0001A | Online | New |
BOF00002I | Online | New |
BOF10001I | Online | New |
BOF10010I | Online | New |
BOF20001I | Online | New |
BOF20002I | Online | New |
BOF30001E | Online | New |
BOF30002E | Online | New |
BOF30003E | Online | New |
BOF30004E | Online | New |
BOF30005E | Online | New |
BOF30006E | Online | New |
BOF40001E | Online | New |
BOF40002E | Online | New |
BOF40003E | Online | New |
BOF40004E | Online | New |
BOF40005E | Online | New |
BOF40006E | Online | New |
BOF40007A | Online | New |
BOF40010I | Online | New |
BOF40011I | Online | New |
BOF40015I | Online | New |
BOF40016I | Online | New |
BOF70013W | Online | New |
BOF80002I | Online | New |
BOF80003I | Online | New |
BOF90001I | Online | New |
BOF90002W | Online | New |
BRB20001W | Online | New |
BRB20002W | Online | New |
BRB20003W | Online | New |
BRB20004W | Online | New |
BRB20005W | Online | New |
BRB20006W | Online | New |
BRB20007W | Online | New |
BRB20008W | Online | New |
BRB20009W | Online | New |
BRB20010I | Online | New |
BRB30001I | Online | New |
BRB30002I | Online | New |
BRB30003W | Online | New |
BRB30004W | Online | New |
BRB30005W | Online | New |
BRB30006W | Online | New |
BRB30007E | Online | New |
BRB40000I | Online | New |
BRB40001E | Online | New |
BRB40002E | Online | New |
BRB40002I | Online | New |
BRB40005E | Online | New |
BRB40006E | Online | New |
BRCP0001E | Online | New |
BRCP0002E | Online | New |
BRCP0003E | Online | New |
BRCP0004E | Online | New |
BRCP0005E | Online | New |
BRCP0007I | Online | New |
BRCP0008E | Online | New |
BRCP0009E | Online | New |
BRCP0010E | Online | New |
BRCP0011E | Online | New |
BRCP0012E | Online | New |
BRCP0014A | Online | New |
BRCP0015E | Online | New |
BRCP0016I | Online | New |
BRCP0017E | Online | New |
BRCP0018E | Online | New |
BRCP0019E | Online | New |
BRCP0320I | Online | New |
BRCP0321I | Online | New |
BRCP0322I | Online | New |
BRCP0323I | Online | New |
BRCP0324I | Online | New |
BRCP0325I | Online | New |
BRCP0327I | Online | New |
BRCR0001I | Online | New |
BRCR0002I | Online | New |
BRID0003I | Online | New |
BRID0004I | Online | New |
BRID0005E | Online | New |
BRID0006E | Online | New |
BRID0007E | Online | New |
BRID0008E | Online | New |
BRID0009E | Online | New |
BRIE0002I | Online | New |
BRIE0005E | Online | New |
BRIE0006E | Online | New |
BRIE0007E | Online | New |
BRPT0001W | Online | New |
BRPT0002W | Online | New |
BRPT0003W | Online | New |
BRTD00001I | Online | New |
BRTD00002I | Online | New |
BRTD00003I | Online | New |
BRTD00004I | Online | New |
BRTO0055E | Online | New |
BRTV0002I | Online | New |
BRUB0001E | Online | New |
BRUB0002E | Online | New |
BRUB0003E | Online | New |
BRUB0004E | Online | New |
BRUB0010E | Online | New |
BRUC0006I | Online | New |
BRUC0007W | Online | New |
BRUC0008W | Online | New |
BRUC0009W | Online | New |
BRV00001I | Online | New |
BRV00002E | Online | New |
BRV00003E | Online | New |
BRV00004E | Online | New |
BRV00010W | Online | New |
BRV00011W | Online | New |
BRV10000I | Online | New |
BRV10001I | Online | New |
BRV10002E | Online | New |
BRV10003E | Online | New |
BRV10004E | Online | New |
BRV10005E | Online | New |
BRV10006E | Online | New |
BRV10007E | Online | New |
BRV20000I | Online | New |
BRV20001I | Online | New |
BRV20002I | Online | New |
BRV20003I | Online | New |
BRV20009E | Online | New |
BRV20010W | Online | New |
BRV30005E | Online | New |
BRV30006E | Online | New |
BRV30007E | Online | New |
BRV30008E | Online | New |
BRV30009E | Online | New |
BRV30010E | Online | New |
BRV30011E | Online | New |
BRV30012E | Online | New |
BRV30013E | Online | New |
BRV50001I | Online | New |
BRV50002I | Online | New |
BRV50005E | Online | New |
BRV50006E | Online | New |
BRV50007E | Online | New |
BRV50008E | Online | New |
BRV50009E | Online | New |
BRV50012E | Online | New |
BRV50013E | Online | New |
BRV50014E | Online | New |
BRV50015E | Online | New |
BRV50098E | Online | New |
BRV60001I | Online | New |
BRV60002I | Online | New |
BRV60003I | Online | New |
BRV60004W | Online | New |
BRV60005I | Online | New |
BRV60006I | Online | New |
BRV60007W | Online | New |
BRV60008E | Online | New |
BRV60009E | Online | New |
BRV60010E | Online | New |
BRV60011E | Online | New |
BRV60012E | Online | New |
BRV60013I | Online | New |
BRV60014I | Online | New |
BRV80000E | Online | New |
BRV80001I | Online | New |
BRV80002I | Online | New |
BRV80003I | Online | New |
BRV80004I | Online | New |
BRV80005E | Online | New |
BRV80006E | Online | New |
BRV90001E | Online | New |
BRV90002E | Online | New |
BRV90004E | Online | New |
BRV90004I | Online | New |
BRV90005E | Online | New |
BRV90006E | Online | New |
BRV90008E | Online | New |
BRYD0001I | Online | New |
BRYD0002I | Online | New |
BRYL0013W | Online | New |
BRYN0001E | Online | New |
BWRA0001I | Online | New |
BWRA0400I | Online | New |
BWRA0401I | Online | New |
BWRA0402I | Online | New |
BWRA0403I | Online | New |
BWRF0001I | Online | New |
BWRF0002I | Online | New |
BWRF0007E | Online | New |
BWRF0008E | Online | New |
BWRF0009E | Online | New |
B0P00001E | Online | New |
B0P00002E | Online | New |
B0P00003I | Online | New |
B0P00004I | Online | New |
B0P00005E | Online | New |
B1AA0004I | Online | New |
B1AA0011E | Online | New |
B1AA0012E | Online | New |
B1AA0013E | Online | New |
B1AA0014E | Online | New |
B1A50001I | Online | New |
B1A50002E | Online | New |
B1A50003E | Online | New |
B1A50003I | Online | New |
B1A50004I | Online | New |
B1A50005I | Online | New |
B1A50006I | Online | New |
B1A50007W | Online | New |
B1A50008W | Online | New |
B1A50009E | Online | New |
B1A50010W | Online | New |
B1A50011E | Online | New |
B1A50012T | Online | New |
B1A50012W | Online | New |
B1A50015E | Online | New |
B1A50016E | Online | New |
B1A50017I | Online | New |
B1A50018I | Online | New |
B1A50019W | Online | New |
B1A80004I | Online | New |
B1A80011E | Online | New |
B1A80012E | Online | New |
B1A80013E | Online | New |
B1A80014E | Online | New |
B1A80016E | Online | New |
B1A80017E | Online | New |
B1A80018E | Online | New |
B1A90001I | Online | New |
B1A90002I | Online | New |
B1A90006I | Online | New |
B1A90007W | Online | New |
B1A90009W | Online | New |
B1A90011E | Online | New |
B1A90011S | Online | New |
CYC00005W | Online | New |
CYGR0001T | Online | New |
CYC00006W | Online | New |
CYF90001T | Online | New |
DYDA0001I | Online | New |
DYDE0000I | Online | New |
DYDE0001E | Online | New |
DYDE0002E | Online | New |
DYDE0001E | Online | New |
DYDI0002W | Online | New |
DYDI0006I | Online | New |
DYDI0008I | Online | New |
DYDI0081E | Online | New |
DYDI0082E | Online | New |
DYDI0083E | Online | New |
DYDI0084E | Online | New |
DYDI0085E | Online | New |
DYDI0088E | Online | New |
DYDI0092E | Online | New |
DYDI0093A | Online | New |
DYDI0094E | Online | New |
DYDI0095E | Online | New |
DYDI0096E | Online | New |
DYDI0097E | Online | New |
DYDI0098I | Online | New |
DYDI0099E | Online | New |
DYDN0001E | Online | New |
DYDN0002E | Online | New |
DYDO0001I | Online | New |
DYDO0002I | Online | New |
DYDO0003E | Online | New |
DYDO0004I | Online | New |
DYDO0005E | Online | New |
DYDO0006E | Online | New |
DYDU0006I | Online | Changed |
DYDU0079E | Online | New |
DYDU0093A | Online | New |
DYDU0098I | Online | New |
DYDU0099E | Online | Changed |
DYD10001T | Online | New |
DYD10002T | Online | New |
DYD10003T | Online | New |
DYD10004T | Online | New |
DYD10005E | Online | New |
DYD10006T | Online | New |
DYD10007T | Online | New |
DYD10008T | Online | New |
DYD10009T | Online | New |
DYD10010T | Online | New |
DYD10011T | Online | New |
DYD10012T | Online | New |
DYD30001A | Online | New |
DYD30001I | Online | New |
DYD30001T | Online | New |
DYD30002A | Online | New |
DYD30002E | Online | New |
DYD30005E | Online | New |
DYD30007E | Online | New |
DYD30008E | Online | New |
DYD30009E | Online | New |
DYD30010E | Online | New |
DYD30016E | Online | New |
DYD30017E | Online | New |
DYD30018E | Online | New |
DYD30019E | Online | New |
DYD30020E | Online | New |
DYD30022E | Online | New |
DYD30023E | Online | New |
DYD30027E | Online | New |
DYD30037E | Online | New |
DYD40001E | Online | New |
DYD40001I | Online | New |
DYD40002E | Online | New |
DYD40003E | Online | New |
DYD40004E | Online | New |
DYD40005E | Online | New |
DYD40006E | Online | New |
DYD40007E | Online | New |
DYD40008T | Online | New |
DYD40009T | Online | New |
DYD40010T | Online | New |
DYD40011T | Online | New |
DYD40012T | Online | New |
DYD40022I | Online | New |
DYD50001T | Online | New |
DYD50002T | Online | New |
DYD50005T | Online | New |
DYD50006T | Online | New |
DYD50007T | Online | New |
DYD50008T | Online | New |
DYD50009T | Online | New |
DYD50010T | Online | New |
DYD50011T | Online | New |
DYD50012T | Online | New |
DYD50013T | Online | New |
DYD50014T | Online | New |
DYD50015T | Online | New |
DYD50016T | Online | New |
DYD50017T | Online | New |
DYD50018T | Online | New |
DYD50019T | Online | New |
DYD50020T | Online | New |
DYD50021T | Online | New |
DYD50022T | Online | New |
DYD50023T | Online | New |
DYD50024T | Online | New |
DYD50025T | Online | New |
DYD50026T | Online | New |
DYD60001E | Online | New |
DYD60002I | Online | New |
DYD60003E | Online | New |
DYD60004E | Online | New |
DYD60005E | Online | New |
DYD60006E | Online | New |
DYD60007E | Online | New |
DYD80001T | Online | New |
DYD80002T | Online | New |
DYD80003T | Online | New |
DYD80004T | Online | New |
DYD80005T | Online | New |
DYD80006T | Online | New |
DYD80008T | Online | New |
DYD80009T | Online | New |
DYD80010T | Online | New |
DYD80011T | Online | New |
DYD80012T | Online | New |
DYD80013T | Online | New |
DYD80014T | Online | New |
DYD80015T | Online | New |
DYD80016T | Online | New |
DYD80017T | Online | New |
DYD80018T | Online | New |
DYD80019T | Online | New |
DYD80020T | Online | New |
DYD80021T | Online | New |
DYD90001T | Online | New |
DYD90002T | Online | New |
DYD90003T | Online | New |
DYD90004T | Online | New |
DYD90005T | Online | New |
DYD90006T | Online | New |
DYD90007T | Online | New |
DYD90008T | Online | New |
DYD90009E | Online | New |
DYD90010E | Online | New |
DYD90011E | Online | New |
DYD90012E | Online | New |
DYD90014E | Online | New |
RECP0000A | Online | New |
RECP0000E | Online | New |
RECP0000I | Online | New |
RECP0000T | Online | New |
RECP0000W | Online | New |
RECP0001E | Online | New |
RECP0001W | Online | New |
RECP0003I | Online | New |
RECP0005W | Online | New |
RECP0007W | Online | New |
RECP000AA | Online | No Longer Supported |
RECP000CA | Online | No Longer Supported |
RECP0010E | Online | New |
RECP0016I | Online | Changed |
RECP0018I | Online | Changed |
RECP0020A | Online | Changed |
RECP0026I | Online | Changed |
RECP002AA | Online | No Longer Supported |
RECP002EA | Online | Changed |
RECP0032A | Online | Changed |
RECP0038I | Online | New |
RECP003CA | Online | Changed |
RECP003EA | Online | Changed |
RECP0042T | Online | No Longer Supported |
RECP0044A | Online | No Longer Supported |
RECP0048A | Online | Changed |
RECP004CA | Online | New |
RECP004CT | Online | No Longer Supported |
RECP0068I | Online | New |
RECP0078I | Online | Changed |
RECP0079E | Online | New |
RECP007AE | Online | No Longer Supported |
RECP007CE | Online | No Longer Supported |
RECP0080I | Online | Changed |
RECP0082A | Online | No Longer Supported |
RECP0082I | Online | New |
RECP0086A | Online | Changed |
RECP0088A | Online | No Longer Supported |
RECP0088I | Online | New |
RECP008AA | Online | Changed |
RECP0090T | Online | No Longer Supported |
RECP0092A | Online | No Longer Supported |
RECP0094T | Online | No Longer Supported |
RECP0096T | Online | No Longer Supported |
RECP0096I | Online | New |
RECP0098T | Online | No Longer Supported |
RECP0098E | Online | New |
RECP0099W | Online | New |
RECP009AE | Online | New |
RECP009CE | Online | New |
RECP009EE | Online | New |
RECP00A0E | Online | New |
RECP00A2I | Online | New |
RECP00A4I | Online | New |
RECP00A6I | Online | New |
RECP00A8I | Online | New |
RECP00AAE | Online | New |
RECP00ACE | Online | New |
RECP00AEA | Online | New |
RECP00B0T | Online | New |
RECP00B2W | Online | New |
RECP00B4A | Online | New |
RECP00B6I | Online | New |
RECP00B8I | Online | New |
RECP00BAI | Online | New |
RECP00BCI | Online | New |
RECP00BEI | Online | New |
RECP00C0I | Online | New |
RECP00C2I | Online | New |
RECP00C4I | Online | New |
RECP00C6I | Online | New |
RECP00C8E | Online | New |
RECP00CAE | Online | New |
RECP00CCW | Online | New |
RECP00CEI | Online | New |
RECP00D0I | Online | New |
RECP00D2I | Online | New |
RECP00D4I | Online | New |
RECP00D6E | Online | New |
RECP00DAE | Online | New |
RECP00DCI | Online | New |
RECP00DEI | Online | New |
RECP00E0I | Online | New |
RECP00E2E | Online | New |
RECP00E4I | Online | New |
RECP00E6I | Online | New |
RECP00E8E | Online | New |
RECP00EAA | Online | New |
RECP00ECT | Online | New |
RECP00EEW | Online | New |
RECP00F0I | Online | New |
RECP00F2I | Online | New |
RECP00F4I | Online | New |
RECP00F6I | Online | New |
RECP00F8I | Online | New |
RECP00FAI | Online | New |
RECP00FCI | Online | New |
RECP00FEI | Online | New |
RECP0201I | Online | No Longer Supported |
RECP0202I | Online | No Longer Supported |
RECP0203I | Online | No Longer Supported |
RECP0204I | Online | No Longer Supported |
RECP0205I | Online | No Longer Supported |
RECP0206I | Online | No Longer Supported |
RECP0207I | Online | No Longer Supported |
RECP0208I | Online | No Longer Supported |
RECP0209I | Online | No Longer Supported |
RECP0210I | Online | No Longer Supported |
RECP0211I | Online | No Longer Supported |
RECP0213I | Online | No Longer Supported |
RECP0214I | Online | No Longer Supported |
RECP0215I | Online | No Longer Supported |
RECP0250W | Online | No Longer Supported |
RECP0251E | Online | No Longer Supported |
RECP0252E | Online | No Longer Supported |
RECP0253E | Online | No Longer Supported |
RECP0254E | Online | No Longer Supported |
RECP0255E | Online | No Longer Supported |
RECP0256E | Online | No Longer Supported |
RECP0257E | Online | No Longer Supported |
RECP0258E | Online | No Longer Supported |
RECP0259E | Online | No Longer Supported |
RECP0260E | Online | No Longer Supported |
RECP0262E | Online | No Longer Supported |
RECP0263E | Online | No Longer Supported |
RECP0264E | Online | No Longer Supported |
RECP0271E | Online | No Longer Supported |
RECP0272E | Online | No Longer Supported |
RECP0273E | Online | No Longer Supported |
RECP0274E | Online | No Longer Supported |
RECP0275E | Online | No Longer Supported |
RECP0276E | Online | No Longer Supported |
RECP0277E | Online | No Longer Supported |
RECP0278E | Online | No Longer Supported |
RECP0279E | Online | No Longer Supported |
RECP0282E | Online | No Longer Supported |
RECP0283E | Online | No Longer Supported |
RECP0284E | Online | No Longer Supported |
RECP0285E | Online | No Longer Supported |
RECP0286E | Online | No Longer Supported |
RECP0287E | Online | No Longer Supported |
RECP0288E | Online | No Longer Supported |
RECP0289E | Online | No Longer Supported |
RECP0290E | Online | No Longer Supported |
RECP0291E | Online | No Longer Supported |
RECP0292E | Online | No Longer Supported |
RECP0294E | Online | No Longer Supported |
RECP0295E | Online | No Longer Supported |
RECP0296E | Online | No Longer Supported |
RECP0297E | Online | No Longer Supported |
RECP0298E | Online | No Longer Supported |
RECP0299E | Online | No Longer Supported |
RECP0300I | Online | New |
RECP0300E | Online | New |
RECP0301E | Online | New |
RECP0301I | Online | New |
RECP0302E | Online | New |
RECP0303W | Online | New |
RECP0304W | Online | New |
RECP0305W | Online | New |
RECP0306W | Online | New |
RECP0307A | Online | New |
RECP0308I | Online | New |
RECP0361E | Online | New |
RECP0362I | Online | New |
RECP0363I | Online | New |
RECP0364E | Online | New |
RECP0365E | Online | New |
RECP0366E | Online | New |
RECP0371E | Online | New |
RECP0372E | Online | New |
RECP0373E | Online | New |
RECP0374E | Online | New |
RECP0375E | Online | New |
RECP0376E | Online | New |
RECP0377I | Online | New |
RECP0378E | Online | New |
RECP0379I | Online | New |
RECP0381E | Online | New |
RECP0382E | Online | New |
RECP0383E | Online | New |
RECP0384E | Online | New |
RECP0385E | Online | New |
RECP0386E | Online | New |
RECP0387E | Online | New |
RECP0388E | Online | New |
RECP0391E | Online | New |
RECP0392E | Online | New |
RECP0393E | Online | New |
RECP0394E | Online | New |
RECP0395I | Online | New |
RECP0396E | Online | New |
RECP0400E | Online | New |
RECP0401E | Online | New |
RECP0402E | Online | New |
RECP0404I | Online | New |
RECP0410I | Online | New |
RECP0411E | Online | New |
RECP0412E | Online | New |
RECP0415E | Online | New |
RECP0416E | Online | New |
RECP0421I | Online | New |
RECP0422I | Online | New |
RECP0423E | Online | New |
RECP0424E | Online | New |
RECP0425E | Online | New |
RECP0426E | Online | New |
RECP0427E | Online | New |
RECP0428E | Online | New |
RECP0431I | Online | New |
RECP0432I | Online | New |
RECP0500E | Online | New |
RECP0501E | Online | New |
RECP0502E | Online | New |
RECP0503E | Online | New |
RECP0504I | Online | New |
RECP0520I | Online | New |
RECP0521I | Online | New |
RECP0522I | Online | New |
RECP0523I | Online | New |
RECP0524I | Online | New |
RECP0531I | Online | New |
RECP0533I | Online | New |
RECP0601I | Online | New |
RECP0602I | Online | New |
RECP0603I | Online | New |
RECP0604I | Online | New |
RECP0605I | Online | New |
RECP0606I | Online | New |
RECP0650E | Online | New |
RECP0651E | Online | New |
RECP0652E | Online | New |
RECP0653E | Online | New |
RECP0654E | Online | New |
RECP0655E | Online | New |
RECP0656E | Online | New |
RECP0657E | Online | New |
RECP0658E | Online | New |
RECP0659E | Online | New |
RECP0660E | Online | New |
RECP0661E | Online | New |
RECP0662E | Online | New |
RECP0663E | Online | New |
RECP0664E | Online | New |
RECP0665E | Online | New |
RECP0666E | Online | New |
RECP0667E | Online | New |
RECP0701I | Online | New |
RECP0702I | Online | New |
RECP0706I | Online | New |
RECP0708I | Online | New |
RECP0771E | Online | New |
RECP0772E | Online | New |
RECP0773E | Online | New |
RECP0774E | Online | New |
RECP0775E | Online | New |
RECP0776E | Online | New |
RECP0777E | Online | New |
RECP0778E | Online | New |
RECP0779E | Online | New |
RECP0782E | Online | New |
RECP0784E | Online | New |
RECP0785E | Online | New |
RECP0786E | Online | New |
RECP0787E | Online | New |
RECP0788E | Online | New |
RECP0789E | Online | New |
RECP0790E | Online | New |
RFPC0128T | Online | New |
RFPC0255T | Online | New |
SISN0006T | Online | New |
UBKD0003I | Online | New |
ZRPD0003I | Online | New |
ZRPD0004I | Online | New |
ZRPD0005I | Online | New |
ZRPD0006I | Online | New |
ZRPD0007I | Online | New |
There are no changes.
There are no changes.
There are no changes.
There are no changes.
There are no changes.
Table 906 summarizes changes to the publications in the TPF
library. This information is presented in alphabetic order by the
publication title. See the TPF Library Guide
for more information about the TPF library.
Table 906. Changes to TPF Publications for Integrated Online Pool Maintenance and Recoup Support
Publication Title | Softcopy File Name | Description of Change |
---|---|---|
TPF Concepts and Structures | GTPCON0A | Updated with new conceptual information about integrated online pool maintenance and recoup support. |
TPF Database Reference | GTPDBR0B | Updated with new conceptual and procedural information for integrated online pool maintenance and recoup support. |
TPF Library Guide | GTPDOC0D | Updated with definitions for new terminology in the master glossary. |
Messages (System Error and Offline) and Messages (Online) | Not Applicable | Updated with information about messages and system errors that were added, changed, and no longer supported for integrated online pool maintenance and recoup support. |
TPF Migration Guide: Program Update Tapes | GTPMG203 | Updated with migration considerations for integrated online pool maintenance and recoup support. |
TPF Operations | GTPOPR0D | Updated with information about the commands that were added and changed for integrated online pool maintenance and recoup support. |
TPF Programming Standards | GTPPSM09 | Updated with conventions for recoup structure names. |
TPF System Generation | GTPSYC0D | Updated with changed system generation information for integrated online pool maintenance and recoup support. |
TPF System Installation Support Reference | GTPINS0D | Deleted recoup global information. |
TPF System Macros | GTPSYS0D | Updated with information about new and changed system macros for integrated online pool maintenance and recoup support. |
There are no changes.
There are no changes.
There are no changes.
There are no changes.
There are no changes.
To install and use integrated online pool maintenance and recoup support, do the following:
Notes: