UNIX System Services

From Free net encyclopedia

UNIX System Services (USS) is a component of z/OS. USS is a certified UNIX implementation (XPG4 UNIX 95) optimized for mainframe architecture. It is the first UNIX 95 which was not derived from the AT&T source code. Through integration with the rest of z/OS, additional time share option (TSO) commands are available alongside the usual Unix services, making it possible to process Unix files using ISPF. Extensions in JCL make it possible to use these files in batch processing.

UNIX System Services allows Unix applications from other platforms to run on IBM mainframes. In many cases only a recompile is necessary, although additional effort may be advisable for z/OS integration (such as SMP/E installation). Binary programs using hardcoded ASCII numerical values need adjustment — z/OS architecture is based on EBCDIC. Programs running under USS have full access to the internal functions of z/OS. Database access (DB2 via Call Attach) is one example of how USS can access services found elsewhere in z/OS. Naturally such programs cannot be ported to non-mainframe platforms without rewriting should they use these z/OS-specific services. Conversely, if a program adheres to standards such as POSIX and ANSI C, it will be easier to port to the USS environment.

The file systems for USS (HFS and zFS), which support UNIX-style long filenames, appear as special datasets to the rest of z/OS. Numerous core zSeries subsystems and applications now rely on UNIX System Services, including Java.

USS also provides a shell environment, OMVS.

USS's predecessor was an operating system component called OpenEdition MVS, first implemented in MVS/ESA 4.3. OpenEdition MVS only supported the POSIX standards.

See also

External links