Order your ZCubed Technologies CICS WallChart Today

973.299.9669

  • Home
  • Education
    • CICS
    • MQSeries
    • z/OS
    • DB2
    • Application Development
    • IMS
    • Network
    • Security
    • Education Documents
    • Inquire about a class
  • Schedule
  • Training/Program Paths
  • Services
  • C\TREK™
    • What Is C\TREK™?
    • C\TREK™ Beta Program
    • C\TREK™ Screens & Videos
  • Company
    • About Us
    • Contact Us
    • Join Mailing /Career
  • More
    • Home
    • Education
      • CICS
      • MQSeries
      • z/OS
      • DB2
      • Application Development
      • IMS
      • Network
      • Security
      • Education Documents
      • Inquire about a class
    • Schedule
    • Training/Program Paths
    • Services
    • C\TREK™
      • What Is C\TREK™?
      • C\TREK™ Beta Program
      • C\TREK™ Screens & Videos
    • Company
      • About Us
      • Contact Us
      • Join Mailing /Career

973.299.9669

  • Sign In
  • Create Account

  • My Account
  • Signed in as:

  • filler@godaddy.com


  • My Account
  • Sign out

Signed in as:

filler@godaddy.com

  • Home
  • Education
    • CICS
    • MQSeries
    • z/OS
    • DB2
    • Application Development
    • IMS
    • Network
    • Security
    • Education Documents
    • Inquire about a class
  • Schedule
  • Training/Program Paths
  • Services
  • C\TREK™
    • What Is C\TREK™?
    • C\TREK™ Beta Program
    • C\TREK™ Screens & Videos
  • Company
    • About Us
    • Contact Us
    • Join Mailing /Career

Account


  • My Account
  • Sign out


  • Sign In
  • My Account
ZCubed Technologies

COBOL for Experienced Programmers [CBCO]

OVERVIEW

This five-day course has been specifically designed for programmers with experience in other languages (PL/I, Assembler, Java etc.) 

COURSE DURATION & PRICE

5 Days

Hands-On

$3095

Email at Info@zcubedtech.com  to find out more

Dates & Enrollment

COURSE SYNOPSIS

  • Structure & coding conventions
  • IDENTIFICATION DIVISION
  • ENVIRONMENT DIVISION
  • DATA DIVISION
  • PROCEDURE DIVISION
  • Conditional statements and branching
  • Table handling and data representation
  • Additional statements and alternative constructs
  • Other features

COURSE OBJECTIVES

  • Code the four divisions of a COBOL program
  • Write, compile and test COBOL batch programs in an IBM environment
  • Access files from COBOL programs
  • Perform arithmetic operations in COBOL programs
  • Use conditional expressions
  • Call COBOL subroutines
  • Define and access tables using both subscripts and indexes 

PREREQUISITES

Prerequisite for attendance is experience in programming skills in other languages. Attendees should also have a conceptual level understanding of the z/OS mainframe environment and the ability to use TSO/ISPF and JCL 

Email at Info@zcubedtech.com  to find out more

Dates & Enrollments

COBOL Dumps & Debugging [CBDD]

OVERVIEW

This course introduces, explains and examines common z/OS COBOL abends, dump debugging and problem solving 

COURSE DURATION & PRICE

2 Days

Hands-On

Private-Only

Email at Info@zcubedtech.com  to find out more

Private-Only Inquire

COURSE SYNOPSIS

  • Introduction
  • Using DISPLAY
  • FILLERs
  • Examples of Errors
  • Compiler Options
  • JESMSGLG & JESYSMSG ABEND Messages
  • ABEND Codes
  •  Checking Codes Inside the Program
  • SYSUDUMP
  • SYSOUT
  • CEEDUMP
  • ABEND-AID
  • Compiled Listing

COURSE OBJECTIVES

  • Examine and analyze COBOL dumps
  • Debug COBOL programs
  • Describe the tools available and their use 

PREREQUISITES

COBOL programming experience as well as skills with TSO/ISPF and JCL 

Email at Info@zcubedtech.com  to find out more

Private-Only Inquire

Java Programming Fundamentals [JPFMF]

OVERVIEW

The course is suitable for all versions of Java up to and including Java SE 8. Development will be performed using Eclipse, IntelliJ, NetBeans, Websphere Studio Application Developer, Rational Application Developer, Jbuilder and the Java Development Kit (JDK) plus a text editor.
This intensely practical course covers all major aspects of programming with Java. It is essentially a condensed version of the courses 'Java SE Primer Workshop' & ' Java SE Programming Workshop' but will exclude topics on Threads and Networking.

COURSE DURATION & PRICE

5 Days

Hands-On

Private-Only

Email at Info@zcubedtech.com  to find out more

Private-Only Inquire

COURSE SYNOPSIS

  •  Introduction to Java
  • Object-Oriented Concepts
  • Variable Definition & Manipulation
  • Arithmetic & Bitwise Manipulation
  • Objects, Methods & Classes
  • Strings
  • Controlled Flow Statements
  • Enums
  • Inheritance
  • Arrays
  • VarArgs
  • Packages
  • Java Keywords
  • Conversion, Formatting & Precision
  • Dates & Times
  • Casting Objects
  • Abstract Classes & Interfaces
  • Java Collections
  • Sorting Objects
  • Nested Classes & Lambda Expressions
  • Error Handling
  • Java I/O
  • Java 7 & NIO2
  • Junit Introduction
  • Junit 4
  • Javadoc
  • Eclipse/NetBeans
  • Eclipse/NetBeans Java Editor
  • Running & Debugging

COURSE OBJECTIVES

 On completing this course, attendees will be able to:

  • Use the major concepts of a modern, block-structured, high-level language, such as control flow, method calls and modular programming
  • Structure programs using classes and other essential object-oriented features
  • Take advantage of and understand Interfaces
  • Use the Collections Framework
  • Create and handle Exceptions
  • Use the Java Input/Output classes
  • Understand and use Serialization to achieve persistence

PREREQUISITES

Attendees should be familiar with the Windows host environment. Knowledge of any programming language is advantageous but is not essential. 

Email at Info@zcubedtech.com  to find out more

Private-Only Inquire

Advanced Java Programming [AJPMF]

OVERVIEW

This five-day course is aimed at existing Java developers who wish to obtain a deeper understanding of advanced Java programming techniques, APIs, and development practices. Development will be performed using Eclipse, Intellij, NetBeans, WebSphere Studio Application Developer, Rational Application Developer and Jbuilder.

COURSE DURATION & PRICE

5 Days

Hands-On

Private-Only

Email at Info@zcubedtech.com  to find out more

Private-Only Inquire

COURSE SYNOPSIS

  • Conversion, Formatting & Precision
  • Advanced Class Design
  • Design Patterns & Principles 
  • Generics & Collections
  • Built-In Functional Interfaces
  • Dates, Strings &d Localization
  • Exceptions & Assertions
  • Concurrency
  • I/O
  • NIO2
  • JDBC
  • Reflection
  • Overview of Java EE

COURSE OBJECTIVES

  • On completing this course, attendees will be able to:
  • Be fully conversant with and use exceptions and assertions
  • Be fully conversant with and use file handling and NIO2
  • Be fully conversant with and use database access
  • Be fully conversant with and use multi-threading and concurrency
  • Be fully conversant with and use localization and resource bundles

PREREQUISITES

A minimum of six months Java programming experience.

Email at Info@zcubedtech.com  to find out more

Private-Only Inquire

Copyright © 2025 ZCubed Technologies - All Rights Reserved.

  • Education Documents
  • Inquire about a class
  • Schedule
  • CICS WallChart
  • About Us
  • Join Mailing /Career
  • Student Portal

Powered by

This website uses cookies.

We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data.

DeclineAccept