11.2.2.2 TCP/IP Attached Printers

Unlike VSE, OS/390 also supports printing to TCP/IP connected printers.

There are several ways to print from PSF to LAN connected printers through TCP/IP:

IP PrintWay

MVS/Download and PSF/6000 and InfoPrint Manager

MVS/LANRES

TCP/IP for MVS Network Print Facility

Directly attach Network IPDS printers with IPDS cards, IP 4000 systems with TCP/IP attachments

The IBM recommended method is through IP PrintWay, which is an optional feature of OS/390 or feature of PSF/MVS.

See the IBM IP PrintWay Guide, S544-5379.

11.2.3 The PSF Startup Procedures

PSF/MVS runs partially within the JES2 address space (when using deferred printing), and partly as a Functional Subsystem Application (FSA) in one or more separate MVS address spaces.

See Chapter 7 ²Using Deferred-Printing Mode² in the PSF/MVS Systems Programmers Guide for sample initialization statements and startup procedures.

11.2.4 Defining Printers for PSF Printing

PSF driven printers, whether locally attached or network attached, must be defined by JES2 PRT(nnnn) statements in the JES2 initialization deck. They can also be added dynamically with the $ADD PRT(nnnn) command. See Chapter 7 ªUsing Deferred-Printing Modeº in thePSF/MVS Systems Programming Guide and the JES2 Initialization and Tuning Reference for detailed descriptions of the JES2 parameters.

Below is a simple example of the JES2 FSS and PRT statements from the

PSF/MVS Systems Programming Guide:

FSS(FSS1) PROC=SAMPPROC,

/* Procedure name to start FSA

*/

 

HASPFSSM=HASPFSSM

/* Standard JES2 FSI Support Mod */

PRT1

FSS=FSS1,

/* Name of above FSS definition

*/

MODE=FSS,

PRMODE=(LINE,PAGE),

UNIT=20E,

CLASS=A,

UCS=0,

SEP=YES,

SEPDS=YES,

CKPTPAGE=100,

START=NO,

MARK=YES,

NPRO=99,

TRKCELL=YES

Chapter 11. Advanced Function Printing and Print Services Facility/MVS 237

Page 261
Image 261
IBM OS/390 manual PSF Startup Procedures, Defining Printers for PSF Printing, 11.2.2.2 TCP/IP Attached Printers

OS/390 specifications

IBM OS/390, a versatile operating system, was a cornerstone in enterprise environments and played a pivotal role in mainframe computing. Released in the mid-1990s, OS/390 combined the strengths of IBM's MVS (Multiple Virtual Storage) with new features and enhancements, targeting scalability, reliability, and performance in demanding business applications.

One of the key features of OS/390 was its robust support for multiple users and processes. The system allowed thousands of concurrent users to access applications and data, ensuring high availability and minimizing downtime—a critical requirement for many large organizations. This scalability was supported through various enhancements in memory management and processor scheduling, enabling optimal resource allocation across diverse workloads.

OS/390 was known for its superior workload management capabilities. The Workload Manager (WLM) component allowed administrators to define service policies, specifying how system resources would be allocated according to the priority of tasks. This ensured that critical business processes received the necessary resources while less critical tasks were managed more flexibly.

Another significant characteristic of OS/390 was its commitment to security. The operating system provided comprehensive security features, including user authentication, data encryption, and auditing capabilities. This focus on security was vital for organizations handling sensitive data, ensuring compliance with regulations and safeguarding against unauthorized access.

OS/390 also supported advanced technologies that facilitated integration and development. The system included features like the IBM CICS (Customer Information Control System) for transaction processing and IMS (Information Management System) for database management. These technologies allowed organizations to build robust, high-performance applications tailored to specific business needs.

The ease of network integration was another strength of OS/390. With the advent of the Internet and global connectivity, OS/390 systems could easily interface with various network protocols, enabling businesses to operate in a connected world. This inclusion paved the way for many organizations to expand their capabilities and offer new services, driving digital transformation.

In conclusion, IBM OS/390 represented a significant advancement in mainframe technology, combining scalability, security, and robust workload management. Its rich feature set and support for critical enterprise applications solidified its role as a vital component of many organizations' IT infrastructures, ensuring they could meet their operational challenges head-on while supporting future growth. As technology continues to evolve, the legacy of OS/390 remains influential in the realm of computing.