Contact With Us
(+90) 212-282 7700

Get Info
 
  • Trainings
      • All Trainings
      • Vendor Trainings
      • IT Trainings
      • Business Skills
      • Exams
      • Training Calendar
    • Vendor Trainings

      All Vendor Trainings

      • (ISC)²
      • Adobe
      • Amazon (AWS)
      • Apple
      • C&C++
      • Check Point
      • Cloudera
      • COBIT
      • DevOps
      • Docker
      • EC-Council
      • Elasticsearch
      • Euromoney
      • Git
      • Google
      • Hortonworks
      • IBM
      • IIBA
      • Isaca
      • ISTQB
      • ITIL
      • Java
      • Microsoft
      • Mongo DB
      • MySQL
      • Open Group
      • Oracle
      • PMI
      • Prince2
      • Python
      • Qlik
      • Red Hat
      • Salesforce
      • SAP
      • Scala
      • Scrum.org
      • Symantec
      • TDWI
      • VMWare
      IT Trainings

      All IT Trainings

      • Advanced Analytics & Data Science
      • Big Data
      • Business Analysis
      • Business Intelligence
      • Cloud Computing
      • CRM & ERP
      • Cyber Security
      • Data Integration
      • Data Management
      • Data Modeling
      • Data Warehouse
      • Database
      • Desktop Applications
      • IT Management
      • Machine Learning
      • Microsoft Office
      • Middleware
      • Mobile App Development
      • Network Management
      • Operating Systems
      • Project Management
      • Scrum & Agile
      • Server Management
      • Software Development
      • Storage Management
      • System Management
      • Test Management
      • User Experience Design
      • Virtualization
      Business Skills

      All Business Skills Trainings

      • Coaching & Mentoring
      • Interpersonal Skills
      • Leadership
      • Thinking & Innovation
  • References
  • About Us
    • Bilginç IT Academy
    • Authorized Center
  • Contact Us
  • +90 212 282 7700
  • EN
    • TR
Trainings
  • AllTrainings
    Vendor Trainings
    • All Vendor Trainings
    • (ISC)²
    • Adobe
    • Amazon (AWS)
    • Apple
    • C&C++
    • Check Point
    • Cloudera
    • COBIT
    • DevOps
    • Docker
    • EC-Council
    • Elasticsearch
    • Euromoney
    • Git
    • Google
    • Hortonworks
    • IBM
    • IIBA
    • Isaca
    • ISTQB
    • ITIL
    • Java
    • Microsoft
    • Mongo DB
    • MySQL
    • Open Group
    • Oracle
    • PMI
    • Prince2
    • Python
    • Qlik
    • Red Hat
    • Salesforce
    • SAP
    • Scala
    • Scrum.org
    • Symantec
    • TDWI
    • VMWare
    IT Trainings
    • All IT Trainings
    • Advanced Analytics & Data Science
    • Big Data
    • Business Analysis
    • Business Intelligence
    • Cloud Computing
    • CRM & ERP
    • Cyber Security
    • Data Integration
    • Data Management
    • Data Modeling
    • Data Warehouse
    • Database
    • Desktop Applications
    • IT Management
    • Machine Learning
    • Microsoft Office
    • Middleware
    • Mobile App Development
    • Network Management
    • Operating Systems
    • Project Management
    • Scrum & Agile
    • Server Management
    • Software Development
    • Storage Management
    • System Management
    • Test Management
    • User Experience Design
    • Virtualization
    Business Skills
    • All Business Skills Trainings
    • Coaching & Mentoring
    • Interpersonal Skills
    • Leadership
    • Thinking & Innovation
    Exams
    Training Calendar
References
About Us
  • Bilginç IT Academy
  • Authorized Center
Contact Us
EN
  • TR

COBOL Programming Part 2 - Advanced Level

  1. Trainings
  2. IT Trainings
  3. Software Development

Training Calendar


TrainingDateTraining TimeDelivery Methods
COBOL Programming Part 2 - Advan...<h3>About Training</h3> <p>This course is the essential second part of the definitive introduction to COBOL programming that starts with the course 'COBOL Programming Part 1 - Foundation Level'. Introducing programmers with some experience to the more advanced features of COBOL, this course completes the lessons on how to write new programs and how to maintain existing ones.</p> <p>As attendees will be writing testing and debugging actual programs, the use of COBOL logic will be reinforced during this course. The course is taught using a combination of formal classroom sessions and practical exercises, and includes realistic case studies.</p> <p> </p> <p> </p> <h3>What You'll Learn</h3> <p>On successful completion of this course you will be able to:</p> <ul> <li>code and call COBOL subprograms</li> <li>define and access tables using either subscripts or indexes</li> <li>use the COBOL internal sort facility</li> <li>define and use VSAM files</li> </ul> <p> </p> <h3>Who Should Attend</h3> <p>Trainee or junior programmers who have already been writing or maintaining COBOL programs.</p> <p> </p> <h3>Outline</h3> <h4>COBOL Revision</h4> <ul> <li><em>Attendees will be required to write a COBOL program in order to demonstrate that they have a sufficient level of understanding of the language. This will also enable the instructor to identify any areas that require attention.</em></li> </ul> <h4>Table Handling</h4> <ul> <li>PERFORM...VARYING and TABLES</li> <li>two and three dimensional tables; indexed tables: SET, PERFORM... VARYING with indexes, SEARCH <ul> <li>INITIALISING TABLES</li> <li>OCCURS DEPENDING ON</li> <li>complex ODO. </li> </ul> </li> <li><em>How tables (arrays) are used within COBOL programs.</em></li> </ul> <h4>Subprograms</h4> <ul> <li>CALL statement <ul> <li>LINKAGE SECTION</li> <li>ENTRY</li> <li>GOBACK</li> <li>EXIT PROGRAM</li> <li>CANCEL</li> <li>subprogram examples</li> <li>dynamic CALLs </li> </ul> </li> <li><em>Describes program linkage, how data is passed from one program to another and distinguishes between static and dynamic linkage.</em></li> </ul> <h4>VSAM File Handling</h4> <ul> <li>RELATIVE and INDEXED FILE-CONTROL entries</li> <li>VSAM status keys and return codes <ul> <li>READ</li> <li>WRITE</li> <li>START</li> <li>REWRITE</li> <li>DELETE</li> </ul> </li> <li><em>Showing all aspects of accessing VSAM files in a COBOL Program</em></li> </ul> <h4>The SORT Facility</h4> <ul> <li>SORT FILE description entry <ul> <li>determining SORT success</li> <li>SORT verb</li> <li>RELEASE</li> <li>RETURN</li> </ul> </li> <li><em>How to invoke SORT from a COBOL program.</em></li> </ul> <h4>Miscellaneous COBOL Statements</h4> <ul> <li>SET</li> <li>INSPECT</li> <li>STRING</li> <li>UNSTRING</li> <li>SPECIAL-NAMES paragraph</li> <li>CURRENCY SIGN and DECIMAL POINT clauses</li> <li>CLASS clause</li> </ul> <p> </p>
Bilginç IT Academy
Maslak Mahallesi, Maslak Meydan Sk. No:5
Şişli/İstanbul 34398
Türkiye
08 July 2019
30 Hours
COBOL Programming Part 2 - Advan...<h3>About Training</h3> <p>This course is the essential second part of the definitive introduction to COBOL programming that starts with the course 'COBOL Programming Part 1 - Foundation Level'. Introducing programmers with some experience to the more advanced features of COBOL, this course completes the lessons on how to write new programs and how to maintain existing ones.</p> <p>As attendees will be writing testing and debugging actual programs, the use of COBOL logic will be reinforced during this course. The course is taught using a combination of formal classroom sessions and practical exercises, and includes realistic case studies.</p> <p> </p> <p> </p> <h3>What You'll Learn</h3> <p>On successful completion of this course you will be able to:</p> <ul> <li>code and call COBOL subprograms</li> <li>define and access tables using either subscripts or indexes</li> <li>use the COBOL internal sort facility</li> <li>define and use VSAM files</li> </ul> <p> </p> <h3>Who Should Attend</h3> <p>Trainee or junior programmers who have already been writing or maintaining COBOL programs.</p> <p> </p> <h3>Outline</h3> <h4>COBOL Revision</h4> <ul> <li><em>Attendees will be required to write a COBOL program in order to demonstrate that they have a sufficient level of understanding of the language. This will also enable the instructor to identify any areas that require attention.</em></li> </ul> <h4>Table Handling</h4> <ul> <li>PERFORM...VARYING and TABLES</li> <li>two and three dimensional tables; indexed tables: SET, PERFORM... VARYING with indexes, SEARCH <ul> <li>INITIALISING TABLES</li> <li>OCCURS DEPENDING ON</li> <li>complex ODO. </li> </ul> </li> <li><em>How tables (arrays) are used within COBOL programs.</em></li> </ul> <h4>Subprograms</h4> <ul> <li>CALL statement <ul> <li>LINKAGE SECTION</li> <li>ENTRY</li> <li>GOBACK</li> <li>EXIT PROGRAM</li> <li>CANCEL</li> <li>subprogram examples</li> <li>dynamic CALLs </li> </ul> </li> <li><em>Describes program linkage, how data is passed from one program to another and distinguishes between static and dynamic linkage.</em></li> </ul> <h4>VSAM File Handling</h4> <ul> <li>RELATIVE and INDEXED FILE-CONTROL entries</li> <li>VSAM status keys and return codes <ul> <li>READ</li> <li>WRITE</li> <li>START</li> <li>REWRITE</li> <li>DELETE</li> </ul> </li> <li><em>Showing all aspects of accessing VSAM files in a COBOL Program</em></li> </ul> <h4>The SORT Facility</h4> <ul> <li>SORT FILE description entry <ul> <li>determining SORT success</li> <li>SORT verb</li> <li>RELEASE</li> <li>RETURN</li> </ul> </li> <li><em>How to invoke SORT from a COBOL program.</em></li> </ul> <h4>Miscellaneous COBOL Statements</h4> <ul> <li>SET</li> <li>INSPECT</li> <li>STRING</li> <li>UNSTRING</li> <li>SPECIAL-NAMES paragraph</li> <li>CURRENCY SIGN and DECIMAL POINT clauses</li> <li>CLASS clause</li> </ul> <p> </p>
Bilginç IT Academy
Maslak Mahallesi, Maslak Meydan Sk. No:5
Şişli/İstanbul 34398
Türkiye
15 July 2019
30 Hours

Training Details


Training Time

:30 Hours

Capacity

:12

Prerequisites

:

The ability to use TSO/ISPF and an understanding of JCL is expected, along with prior attendance on the course COBOL Programming Part 1 - Foundation Level or equivalent experience.

Documents

:Download Training Details

About Training

This course is the essential second part of the definitive introduction to COBOL programming that starts with the course 'COBOL Programming Part 1 - Foundation Level'. Introducing programmers with some experience to the more advanced features of COBOL, this course completes the lessons on how to write new programs and how to maintain existing ones.

As attendees will be writing testing and debugging actual programs, the use of COBOL logic will be reinforced during this course. The course is taught using a combination of formal classroom sessions and practical exercises, and includes realistic case studies.

What You'll Learn

On successful completion of this course you will be able to:

  • code and call COBOL subprograms
  • define and access tables using either subscripts or indexes
  • use the COBOL internal sort facility
  • define and use VSAM files

Who Should Attend

Trainee or junior programmers who have already been writing or maintaining COBOL programs.

Outline

COBOL Revision

  • Attendees will be required to write a COBOL program in order to demonstrate that they have a sufficient level of understanding of the language. This will also enable the instructor to identify any areas that require attention.

Table Handling

  • PERFORM...VARYING and TABLES
  • two and three dimensional tables; indexed tables: SET, PERFORM... VARYING with indexes, SEARCH
    • INITIALISING TABLES
    • OCCURS DEPENDING ON
    • complex ODO.
  • How tables (arrays) are used within COBOL programs.

Subprograms

  • CALL statement
    • LINKAGE SECTION
    • ENTRY
    • GOBACK
    • EXIT PROGRAM
    • CANCEL
    • subprogram examples
    • dynamic CALLs
  • Describes program linkage, how data is passed from one program to another and distinguishes between static and dynamic linkage.

VSAM File Handling

  • RELATIVE and INDEXED FILE-CONTROL entries
  • VSAM status keys and return codes
    • READ
    • WRITE
    • START
    • REWRITE
    • DELETE
  • Showing all aspects of accessing VSAM files in a COBOL Program

The SORT Facility

  • SORT FILE description entry
    • determining SORT success
    • SORT verb
    • RELEASE
    • RETURN
  • How to invoke SORT from a COBOL program.

Miscellaneous COBOL Statements

  • SET
  • INSPECT
  • STRING
  • UNSTRING
  • SPECIAL-NAMES paragraph
  • CURRENCY SIGN and DECIMAL POINT clauses
  • CLASS clause


You can also request this training at your institution as a private class.
Please contact us:

info@bilginc.com
+90 212 282 7700
Request Form

Related Trainings

Introduction to Visual Basic .NET Programming with Microsoft .NET

Software Development
Read More
Get Info
Spring ORM with Hibernate 5

Software Development
Read More
Get Info
Architect Enterprise Applications with Java EE

Software Development
Read More
Get Info
Advanced Hadoop Spark & SQL on Hadoop

Software Development
Read More
Get Info
Developing RIA (Rich Internet Applications) using HTML5, CSS3 and Javascript

Software Development
Read More
Get Info
Automating Administration with Windows PowerShell v4

Software Development
Read More
Get Info
+
Get Info
Get Info via LinkedIn

Get Info

+
Get Info
Get Info via LinkedIn
Maslak Mahallesi, Maslak Meydan Sk. No:5. Spring Giz Plaza. Maslak/İstanbul - +90 212 282 7700 - info@bilginc.com
©2017 Bilginç IT Academy All Rights Reserved

ABOUT US
  • About Us
  • Authorized Center
TRAININGS
  • Vendor Trainings
  • IT Trainings
  • Business Skills
  • Exams
  • Training Calendar
FOLLOW US
  • Bilginç IT Academy Facebook Facebook
  • Bilginç IT Academy Twitter Twitter
  • Bilginç IT Academy LinkedIn LinkedIn
  • Bilginç IT Academy Google+ Google+
➤