gtpm2m1u | Migration Guide: Program Update Tapes |
This chapter discusses the migration considerations for the following small
programming enhancements (SPEs) shipped on program update tape (PUT) 10 (PUT
10).
SPE | Where to Go For More Information |
---|---|
Mapping of Airline Traffic over Internet Protocol (MATIP) | Mapping of Airline Traffic over Internet Protocol (MATIP) (APAR PJ26161) |
TPF Collection Support Enhancements | TPF Collection Support Enhancements (APAR PJ26143) |
16-Way Tightly Coupled Multiprocessor | 16-Way Tightly Coupled Multiprocessor (APAR PJ26146) |
C++ Class Library Support | C++ Class Library Support (APARs PJ26187 and PJ26173) |
Open Systems Infrastructure | Open Systems Infrastructure (APAR PJ26188) |
VSAM Database | Virtual Storage Access Method (VSAM) Database Support (APAR PJ26150) |
TPF MQSeries Local Queue Manager Support Enhancements | TPF MQSeries Local Queue Manager Support Enhancements (APAR PJ26156) |
As a result of APAR PJ25951 the device driver for output messages for file system support has changed from /dev/tpf.omsg to the /dev/null special file. See File System Support (APAR PJ25089) for more information about file system support. To change the default for the current working directory, stdin, stdout, and stderr, use setenv to change the values. For example, to change stdout and stderr to send output to EBROUT you should code the following:
setenv("TPF_STDOUT_PATHNAME", "/dev/tpf.omsg", 1); setdnv("TPF_STDERR_PATHNAME", "/dev/tpf.omsg", 1);
TPF 4.1 PUT 10 is compiled with the IBM OS/390 C/C++ Version 2 Release 4 compiler. See the OS/390 C/C++ User's Guide for more information about C and C++ compilers and C and C++ Compiler Requirements for more information about C and C++ compiler requirements for the TPF 4.1 system.