Linkedin - COBOL Essential Training

seeders: 11
leechers: 9
updated:

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 69
  • Language: English

Files

[ FreeCourseWeb.com ] Linkedin - COBOL Essential Training
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 01 - Introduction
    • 01 - COBOL is alive and well.mp4 (5.4 MB)
    • 01 - COBOL is alive and well.srt (1.7 KB)
    • 02 - Are you ready to get started.mp4 (5.0 MB)
    • 02 - Are you ready to get started.srt (3.8 KB)
    • 03 - What is JCL.mp4 (2.8 MB)
    • 03 - What is JCL.srt (2.3 KB)
    02 - 1. Getting Started
    • 01 - Set up a COBOL environment.mp4 (6.4 MB)
    • 01 - Set up a COBOL environment.srt (3.0 KB)
    • 02 - Download and install WSL.mp4 (10.8 MB)
    • 02 - Download and install WSL.srt (5.2 KB)
    • 03 - Get started with Visual Studio Code.mp4 (10.9 MB)
    • 03 - Get started with Visual Studio Code.srt (7.7 KB)
    • 04 - Learn COBOL syntax.mp4 (4.8 MB)
    • 04 - Learn COBOL syntax.srt (4.5 KB)
    • 05 - Code a Hello World program.mp4 (7.9 MB)
    • 05 - Code a Hello World program.srt (5.7 KB)
    • 06 - Obtain input from the user.mp4 (8.7 MB)
    • 06 - Obtain input from the user.srt (7.2 KB)
    • 07 - Challenge Calculate BMI.mp4 (6.8 MB)
    • 07 - Challenge Calculate BMI.srt (4.9 KB)
    • 08 - Solution Calculate BMI.mp4 (9.9 MB)
    • 08 - Solution Calculate BMI.srt (6.0 KB)
    03 - 2. Handling Data in COBOL
    • 01 - COBOL naming standards.mp4 (12.5 MB)
    • 01 - COBOL naming standards.srt (8.0 KB)
    • 02 - How to define types of data.mp4 (12.3 MB)
    • 02 - How to define types of data.srt (7.9 KB)
    • 03 - Comp-3 data types.mp4 (9.3 MB)
    • 03 - Comp-3 data types.srt (6.4 KB)
    • 04 - Literal and figurative constants.mp4 (14.4 MB)
    • 04 - Literal and figurative constants.srt (8.1 KB)
    • 05 - Editing characters for writing reports.mp4 (16.7 MB)
    • 05 - Editing characters for writing reports.srt (10.3 KB)
    • 06 - Challenge Create a sales commission report.mp4 (3.9 MB)
    • 06 - Challenge Create a sales commission report.srt (3.1 KB)
    • 07 - Solution Commission report solution.mp4 (19.8 MB)
    • 07 - Solution Commission report solution.srt (12.0 KB)
    04 - 3. Verbs, Decisions, and Looping
    • 01 - Introduction to verbs.mp4 (11.1 MB)
    • 01 - Introduction to verbs.srt (7.3 KB)
    • 02 - Computational verbs.mp4 (11.4 MB)
    • 02 - Computational verbs.srt (12.3 KB)
    • 03 - Conditional expressions.mp4 (17.2 MB)
    • 03 - Conditional expressions.srt (10.3 KB)
    • 04 - Perform statement.mp4 (11.8 MB)
    • 04 - Perform statement.srt (5.8 KB)
    • 05 - Perform thru.mp4 (8.1 MB)
    • 05 - Perform thru.srt (4.7 KB)
    • 06 - Perform times.mp4 (19.4 MB)
    • 06 - Perform times.srt (9.3 KB)
    • 07 - Challenge Write code to simulate a cash register.mp4 (13.6 MB)
    • 07 - Challenge Write code to simulate a cash register.srt (7.5 KB)
    • 08 - Solution Simulated cash register.mp4 (15.5 MB)
    • 08 - Solution Simulated cash register.srt (8.0 KB)
    05 - 4. Working with Files
    • 01 - File organization and access methods.mp4 (7.4 MB)
    • 01 - File organization and access methods.srt (5.7 KB)
    • 02 - Reading sequential files.mp4 (26.2 MB)
    • 02 - Reading sequential files.srt (12.0 KB)
    • 03 - File error checking.mp4 (14.8 MB)
    • 03 - File error checking.srt (7.4 KB)
    • 04 - Writing records to a sequential file.mp4 (13.9 MB)
    • 04 - Writing records to a sequential file.srt (8.2 KB)
    • 05 - Challenge Process payroll.mp4 (3.0 MB)
    • 05 - Challenge Process payroll.srt (2.0 KB)
    • 06 - Solution Sample program to process payroll.mp4 (16.6 MB)
    • 06 - Solution Sample program to process payroll.srt (9.4 KB)
    06 - 5. Advance Sequential Files
    • 01 - Inserting records in a master data file.mp4 (19.1 MB)
    • 01 - Inserting records in a master data file.srt (12.1 KB)
    • 02 - Updating records in a master file.mp4 (24.4 MB)
    • 02 - Updating records in a master file.srt (14.3 KB)
    • 03 - Sorting records in COBOL.mp4 (15.3 MB)
    • 03 - Sorting records in COBOL.srt (9.6 KB)
    • 04 - Merging records in COBOL.mp4 (14.2 MB)
    • 04 - Merging records in COBOL.srt (8.0 KB)
    • 05 - Challenge Merge two employee files.mp4 (3.1 MB)
    • 05 - Challenge Merge two employee files.srt (2.2 KB)
    • 06 - Solution Create a master employee file.mp4 (18.9 MB)
    • 06 - Solution Create a master employee file.srt (11.9 KB)
    07 - 6. Indexed and Relative Files
    • 01 - Direct access files in COBOL.mp4 (9.1 MB)
    • 01 - Direct access files in COBOL.srt (6.8 KB)
    • 02 - Relative files in COBOL.mp4 (18.7 MB)
    • 02 - Relative files in COBOL.srt (11.2 KB)
    • 03 - Indexed files in COBOL.mp4 (20.5 MB)
    • 03 - Indexed files in COBOL.srt (10.4 KB)
    • 04 - Challenge Create an indexed file.mp4 (11.6 MB)
    • 04 - Challenge Create an indexed file.srt (6.1 KB)
    • 05 - Solution Solution for creating an indexed file.mp4 (30.0 MB)
    • 05 - Solution Solution for creating an indexed file.srt (14.0 KB)
    08 - 7. Tables in COBOL
    • 01 - Using tables in COBOL.mp4 (14.2 MB)
    • 01 - Using tables in COBOL.srt (9.2 KB)
    • 02 - Creating tables from an input file.mp4 (21.5 MB)
    • 02 - Creating tables from an input file.srt (11.0 KB)
    • 03 - Searching tables in COBOL.mp4 (17.1 MB)
    • 03 - Searching tables in COBOL.srt (7.8 KB)
    • 04 - Challenge Create table of weather data.mp4 (3.9 MB)
    • 04 - Challenge Create table of weather data.srt (3.1 KB)
    • 05 - Solution Search table of weather data.mp4 (15.9 MB)
    • 05 - Solution Search table of weather data.srt (7.1 KB)
    09 - 8. String Handling
    • 01 - Inspecting strings in COBOL.mp4 (27.7 MB)
    • 01 - Inspecting strings in COBOL.srt (10.1 KB)
    • 02 - Using the string command in COBOL.mp4 (10.1 MB)
    • 02 - Using the string command in COBOL.srt (5.9 KB)

Description

COBOL Essential Training

https://FreeCourseWeb.com

Updated: 11/2024
Duration: 3h 48m | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 720 MB
Level: Intermediate | Genre: eLearning | Language: English

Since its inception over 60 years ago, COBOL code has worked its way into everything from ATM machines to essential government operations. While most modern developers aren't spinning up new programs using this legacy programming language, organizations are often willing to pay a premium for candidates who can review and update existing COBOL code. This course was designed to help new and experienced programmers alike add COBOL (or add COBOL back) to their skill set. Instructor Peggy Fisher shows how to get a COBOL development environment up and running and how to start programming. She reviews the language's data types and constants, control structures, file organization and processing methods, tables, and strings. Challenges issued along the way will help you practice what you've learned.



Download torrent
724.1 MB
seeders:11
leechers:9
Linkedin - COBOL Essential Training


Trackers

tracker name
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
http://tracker.foreverpirates.co:80/announce
udp://tracker.cyberia.is:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2780/announce
udp://tracker.internetwarriors.net:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://open.stealth.si:80/announce
udp://9.rarbg.to:2900/announce
udp://9.rarbg.me:2720/announce
udp://opentor.org:2710/announce
µTorrent compatible trackers list

Download torrent
724.1 MB
seeders:11
leechers:9
Linkedin - COBOL Essential Training


Torrent hash: ACD3108837FB2C1844C7A298611668DBFF6FDD04