Because there is no concept of permanent ASSGN or specification of standard label facilities, all resource requirements for each job step must be included explicitly in each job step. In OS/390, these definitions can be included as procedures which can reduce the repetitive coding of JCL statements (specifically DD statements).

To understand the structure and philosophy of MVS job control language, you must first understand the workflow process for batch jobs. With OS/390, there are separate phases for each of the following:

1Input Service

The jobs JCL and any instream data sets are read by JES and stored on spool as related spool files. No procedures or included JCL statements are referenced or verified at this time.

JES control statements (JECL) are read, validated and attributes are recorded for later processing. (These are converted to JCL comment cards so the subsequent stages do not process them.)

2JCL Conversion

The job control statements are ªconvertedº into structured text units, and most (but not all) syntax checking is performed. This step usually takes place immediately after input service, and any JCL errors result in the job being queued for output processing, bypassing execution, with a JCL error message being sent to the submitter.

3Job Scheduling

After conversion, the job is queued for initiation, and selected by either a JES2 or WLM managed initiator on a priority, class, and first-come,

first-served basis.

4Job and Step Initiation

When the job is selected for initiation, the converter-interpreter text units are read and any data set references are resolved. Any errors such as ªdata set not foundº are determined at this point and the job is flushed - queued for output processing - and the programmer is notified.

Once the interpreted control blocks are read into memory, each job step is given control one at a time based on the conditional JCL processing options. At step initiation time, all data sets referenced by JCL statements are allocated. This is unlike VSE when data sets are allocated when they are opened.

5Output and Hardcopy Processing

There are actually two steps here with JES2. When the job finishes execution, the output created on JES spool is grouped into output elements according to destination and similar attributes, and queued for hardcopy processing.

These output elements are then individually scheduled for printing, punching, online viewing, or transmission to another node.

6Purge Processing

After all the output for a job is disposed of, the job is deleted from the JES queues and the spool space is freed up.

Chapter 4. Job Control Language (JCL) Differences and Considerations 71

Page 95
Image 95
IBM OS/390 manual Job Control Language JCL Differences and Considerations

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.