Companies Home Search Profile

Murach’s Mainframe COBOL

Focused View

Tom Taulli

5:54:58

21 View
  • 01. Course Overview.mp4
    01:42
  • 02. Introduction to COBOL.mp4
    00:57
  • 03. Brief Background on COBOL.mp4
    02:07
  • 04. Why Use COBOL.mp4
    01:16
  • 05. What Is a Mainframe.mp4
    03:31
  • 06. Review of the Mainframe Operating Systems.mp4
    01:58
  • 07. The DASD Direct Access Storage Device for the Mainframe.mp4
    01:08
  • 08. LPAR Logical Partition on the Mainframe.mp4
    00:51
  • 09. Batch Processing and Online Transaction Processing for the Mainframe.mp4
    00:55
  • 10. Summary.mp4
    01:12
  • 11. Accessing a Mainframe.mp4
    04:21
  • 12. TSO.mp4
    02:52
  • 13. ISPF.mp4
    04:42
  • 14. How to Create a Source Program Using ISPF.mp4
    03:50
  • 15. Edit a COBOL File in ISPF.mp4
    04:33
  • 16. JCL.mp4
    03:37
  • 17. Utilities and Tools.mp4
    03:03
  • 18. Modern IDEs for COBOL.mp4
    05:21
  • 19. VS Code Demo- Part 1.mp4
    06:06
  • 20. VS Code Demo-Part 2.mp4
    01:47
  • 21. Summary.mp4
    02:19
  • 22. Overview of COBOL Structure and Statements.mp4
    05:17
  • 23. DATA DIVISION.mp4
    05:42
  • 24. More About the DATA DIVISION.mp4
    05:33
  • 25. PROCEDURE DIVISION.mp4
    04:50
  • 26. Math with COBOL.mp4
    05:29
  • 27. Loops with COBOL.mp4
    04:05
  • 28. Conditionals in COBOL.mp4
    06:02
  • 29. Demo-Sales Tax Calculator Part 1.mp4
    04:52
  • 30. Demo-Sales Tax Calculator Part 2.mp4
    03:14
  • 31. Demo- Investment Calculator.mp4
    06:26
  • 32. Summary of COBOL Syntax.mp4
    01:56
  • 33. Table Basics.mp4
    04:31
  • 34. Load a One-level Table Using Subscripts.mp4
    05:03
  • 35. Search.mp4
    05:56
  • 36. Variable-length Tables.mp4
    02:29
  • 37. Multi-level Tables.mp4
    05:02
  • 38. Other.mp4
    02:36
  • 39. Advanced Search.mp4
    04:19
  • 40. Demo 1- Create a Table.mp4
    05:09
  • 41. Demo 2- Search.mp4
    02:35
  • 42. Demo 3- Intrinsic Functions.mp4
    03:00
  • 43. Summary.mp4
    02:33
  • 44. File Specifications.mp4
    03:44
  • 45. Report Specifications.mp4
    01:49
  • 46. Data Division.mp4
    04:38
  • 47. Procedure Division.mp4
    03:36
  • 48. SELECT and FD Statements.mp4
    03:26
  • 49. OPEN CLOSE READ and WRITE.mp4
    02:59
  • 50. Dates.mp4
    01:53
  • 51. Testing.mp4
    02:05
  • 52. Reference Modification.mp4
    03:18
  • 53. String and Unstring.mp4
    04:13
  • 54. Demo.mp4
    06:56
  • 55. Summary.mp4
    02:48
  • 56. Data Elements.mp4
    05:16
  • 57. Edited PICs.mp4
    03:55
  • 58. IBM Formats.mp4
    03:24
  • 59. Primary Formats.mp4
    03:55
  • 60. Demo.mp4
    02:41
  • 61. Summary.mp4
    02:20
  • 62. Copy Members.mp4
    02:57
  • 63. Guidelines for Copy Members.mp4
    02:39
  • 64. Subprograms.mp4
    03:32
  • 65. How to Write a Subprogram.mp4
    01:56
  • 66. Guidelines for Subprograms.mp4
    02:19
  • 67. Maintenance Programming Intro.mp4
    04:36
  • 68. Section Name.mp4
    03:33
  • 69. Declarative Sections.mp4
    01:58
  • 70. Structured Process.mp4
    02:38
  • 71. Changes for Maintenance Programming.mp4
    03:45
  • 72. Demo- Maintenance Programming.mp4
    02:58
  • 73. Summary.mp4
    02:07
  • 74. Programs That Use Files.mp4
    04:18
  • 75. Records.mp4
    01:42
  • 76. File Status Codes.mp4
    02:03
  • 77. Coding Sequential Files.mp4
    03:49
  • 78. Variable-length Records.mp4
    03:44
  • 79. Testing and Debugging Sequential Files.mp4
    01:51
  • 80. Relative Files.mp4
    04:07
  • 81. Summary.mp4
    02:24
  • 82. Demo- Sequential Update Program.mp4
    06:23
  • 83. Indexed Files.mp4
    03:57
  • 84. SELECT Statement.mp4
    03:20
  • 85. IO Input Output.mp4
    02:50
  • 86. Start.mp4
    02:43
  • 87. Alternate Keys.mp4
    03:29
  • 88. Other Processing Techniques.mp4
    05:01
  • 89. VSAM Files.mp4
    04:10
  • 90. Demo-Indexed File.mp4
    02:51
  • 91. Summary.mp4
    02:16
  • 92. Introduction to Db2.mp4
    05:18
  • 93. SQL Basics.mp4
    04:45
  • 94. Embedded SQL.mp4
    02:36
  • 95. Joins.mp4
    02:21
  • 96. Introduction to CICS.mp4
    02:41
  • 97. Pseudo Conversational Programming.mp4
    01:48
  • 98. Developing a CICS Program.mp4
    02:03
  • 99. Executing the Interface Block and the DFHAI Copy Member.mp4
    02:29
  • 100. CICS Inquiry Program.mp4
    02:09
  • 101. BMS Mapset.mp4
    03:27
  • 102. The Symbolic Map.mp4
    02:24
  • 103. The Structure Chart.mp4
    01:51
  • 104. Demo- Create Tables and Use SQL in Db2.mp4
    05:24
  • 105. Summary.mp4
    02:03
  • Description


    This course, which is based on the book called Murach’s Mainframe COBOL, will teach the essentials of the COBOL language, reports, file handling, CICS (for transactions) and DB2 (for databases).

    What You'll Learn?


      Are looking for employment opportunities with COBOL development? In this course, the learner will get comprehensive instruction on three main themes of COBOL development. First, there will be a look at using the VS Code editor and how to connect this to a live mainframe. This platform will allow for a better understanding of the fundamentals of the language, such as the commands, data structures, and the use of tools like JCL to compile and launch programs. Next, there will be a look at tables, reports and file handling. These are critical for COBOL development since the focus is on business applications. And finally, the course will look at specialized use cases. These include CICS, which allows for real-time processing of user input, and DB2, which is a relational database. At the end of this course, the learner will have the skills and knowledge needed to be a successful entry-level COBOL developer.

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Tom Taulli is the author of Modern Mainframe Development: COBOL, Databases, and Next-Generation Approaches (O'Reilly Media - amzn.to/3EJxDhe) and The Robotic Process Automation Handbook: A Guide to Implementing RPA Systems (http://amzn.to/2tURWJx). He has been programming since he was in high school, when he wrote computer programs for magazines (yes, in the 1980s, there were publications that had code listings!). When he got into college, he started a company that sold Windows software for exam preparation. He then founded other companies like Hypermart.net – which was the mid-1990s version of Shopify – that was sold to InfoSpace.com. Along the way,
    Pluralsight, LLC is an American privately held online education company that offers a variety of video training courses for software developers, IT administrators, and creative professionals through its website. Founded in 2004 by Aaron Skonnard, Keith Brown, Fritz Onion, and Bill Williams, the company has its headquarters in Farmington, Utah. As of July 2018, it uses more than 1,400 subject-matter experts as authors, and offers more than 7,000 courses in its catalog. Since first moving its courses online in 2007, the company has expanded, developing a full enterprise platform, and adding skills assessment modules.
    • language english
    • Training sessions 105
    • duration 5:54:58
    • level preliminary
    • Release Date 2023/12/15

    Courses related to Programming Fundamentals

    Courses related to Object Oriented Programming

    Courses related to Functional Programming