0% found this document useful (0 votes)
53 views7 pages

IBM-Mainframes: COBOL Training Class-3

This document provides an overview of COBOL training, mainframe systems, and data sets. It discusses covering an introduction to COBOL and a Hello World program, introduction to JCL, and requirements for connecting to mainframes including emulation software. It also describes the MVS operating system, and the two types of data sets - Partitioned Data Sets which can contain programs and members, and Physical Sequential Data Sets which contain records.

Uploaded by

ravikiran_8p
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views7 pages

IBM-Mainframes: COBOL Training Class-3

This document provides an overview of COBOL training, mainframe systems, and data sets. It discusses covering an introduction to COBOL and a Hello World program, introduction to JCL, and requirements for connecting to mainframes including emulation software. It also describes the MVS operating system, and the two types of data sets - Partitioned Data Sets which can contain programs and members, and Physical Sequential Data Sets which contain records.

Uploaded by

ravikiran_8p
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPSX, PDF, TXT or read online on Scribd
You are on page 1/ 7

IBM-Mainframes

COBOL Training Class-3

So far we have Covered

Introduction to COBOL. Hello World!! COBOL program. Introduction to JCL. JCL Execution Program

The First Step..

To work with the mainframes we need.

Mainframes IP address Emulator software Sufficient amount of bandwidth net connection.

To connect to the mainframes we should have emulation software in our system. Some of Emulation Software are free of cost. Different Emulation softwares are VIST ! "#MMI$% &I'D! '#M& ! (IT'I)! TE*$ET! etc!

Operating System on Mainframes

Multiple Virtual Storage, more commonly called MVS, was the most commonly used operating system on the IBM mainframes computers like System/37 and System/3! "/#S is the computer #perating system for IBM$s %Series ! line of large mainframe ser&ers' "/#S is a renamed and upgraded &ersion of #S/3! , which in turn e&ol&ed from the MVS operating system' (ike its predecessor, #S/3! , "/#S lays claim to )eing highly relia)le for running mission*critical applications' +he operating system supports ,e)* and -a&a*)ased applications'

ataSets

Dataset.

/ named collection of data in an IBM mainframe operating system' / data set in an IBM mainframe is the e0ui&alent of a file in other operating systems 1irect /ccess Storage 1isk 21/S13 or magnetic tape '

/ dataset is typically stored on

+hese 1ataset are of two types.


41S 24artitioned 1ataset 3 4S 24hysical Se0uential 1ataset 3

Partitioned Data Set

P!"sical Se#uential Dataset

PDS or Partitioned Data Set is a dataset containing multiple partitions each of which may contain a members Members are 5#B#( 4rograms, -5( 4rograms, (oad Modules etc' +he 4artitioned 1ata Set can only allocate on a single &olume with the ma6imum si"e of 78837 tracks' PS or P!"sical Se#uential Data Set is a dataset that contains records $ecords like employee details, customer details etc',

Let!s See them all in "ra#ti#al

You might also like