COBOLnotCOBALT
COBOLnotCOBALT
  • Видео 8
  • Просмотров 512 869
Basics of Running COBOL / JCL and Checking Output on IBM Mainframe
This tutorial shows you the basics of submitting a COBOL program via a JCL job card as well as reviewing the associated output in the SDSF output queue on an IBM zOS Mainframe.
Просмотров: 400 365

Видео

Sequential File Read in COBOLSequential File Read in COBOL
Sequential File Read in COBOL
Просмотров 41 тыс.13 лет назад
This tutorial covers the basics of getting a COBOL program to read a sequential text file for input and to display each record's information to the application output screen.
Different Data-item Levels in COBOLDifferent Data-item Levels in COBOL
Different Data-item Levels in COBOL
Просмотров 10 тыс.13 лет назад
This tutorial covers the differences between 77-, 01-, 05-, and 88-level data items in COBOL programs.
Basics of COBOL PIC ClausesBasics of COBOL PIC Clauses
Basics of COBOL PIC Clauses
Просмотров 18 тыс.13 лет назад
This tutorial covers the (very) basic ways to create the PIC clauses of data items in COBOL programs.
Understanding Control-Break LogicUnderstanding Control-Break Logic
Understanding Control-Break Logic
Просмотров 15 тыс.13 лет назад
This tutorial should assist COBOL programmers in understanding basic control-break logic. Such logic is used to generate reports that produce running subtotals (i.e., detailed reports) and an overall grand total.
IF structures demo with simple calculator program in COBOLIF structures demo with simple calculator program in COBOL
IF structures demo with simple calculator program in COBOL
Просмотров 8 тыс.14 лет назад
This program serves as an explanation of how to use basic selection logic with IF structures within a COBOL program.
Common Issues Associated with Misspecified PIC Clauses in COBOLCommon Issues Associated with Misspecified PIC Clauses in COBOL
Common Issues Associated with Misspecified PIC Clauses in COBOL
Просмотров 3,1 тыс.14 лет назад
This tutorial covers some of the issues encountered by many beginner COBOL programs regarding misspecified PIC clauses in the Data Division.
Compiling and Running COBOL Code in Net ExpressCompiling and Running COBOL Code in Net Express
Compiling and Running COBOL Code in Net Express
Просмотров 18 тыс.14 лет назад
This video tutorial discusses the basics of compiling and running a COBOL program in Micro Focus' Net Express program.

Комментарии

  • @OwenCocker-j2l
    @OwenCocker-j2l 2 дня назад

    Kovacek Port

  • @ReedBurnell
    @ReedBurnell 2 дня назад

    Hernandez Steven Anderson Ronald White Michael

  • @generalcajoda
    @generalcajoda 5 дней назад

    Dave Ramsey teaching code 😂😂😂

  • @JessicaGonzalez-h5o
    @JessicaGonzalez-h5o 5 дней назад

    Camylle Expressway

  • @stephenwatson8981
    @stephenwatson8981 7 дней назад

    JCL sucks worse than anything else in the world

  • @orlandoarturoquares8217
    @orlandoarturoquares8217 9 дней назад

    Thanks for take me back to my first years as programmer

  • @MahiyaKhatun-q3p
    @MahiyaKhatun-q3p 14 дней назад

    Young Ruth Thompson Sharon Young Linda

  • @richardc8129
    @richardc8129 18 дней назад

    You know all the commands and acronyms. The viewers obviously DO NOT; why else would they be here if not to learn things THEY DO NOT KNOW. STOP with the assumptions that we understand your shortcuts, your acronyms, etc. Waste of time without those understandings for the viewer/student. Know your audience.

    • @orlandoarturoquares8217
      @orlandoarturoquares8217 9 дней назад

      I think you are the only one who does not know which is the subject of this video. Sorry for you.

  • @captnron3530
    @captnron3530 Месяц назад

    For those that don't know what JCL stands for it is Job Control Language.

  • @zoltankaparthy9095
    @zoltankaparthy9095 2 месяца назад

    JCL is an art as much as a science. Good JCL is amazingly powerful for runs in large systems which pass data on downstream.

  • @starpawsy
    @starpawsy 2 месяца назад

    Wow. This takes me back to like 1984. Wow !

  • @tangoarminjakobsweg
    @tangoarminjakobsweg 2 месяца назад

    Really really great teaching

  • @naoshiharaneko4057
    @naoshiharaneko4057 9 месяцев назад

    Thank you!

  • @tomposival2275
    @tomposival2275 9 месяцев назад

    I like the presentation on PIC statement, but there is a way to limit the need to define variables for numeric vs alphanumeric usage without defining an addition memory value. Tis style of coding will reduce maintenance and improve debugging of the code. I have being a COBAL coder for 42 years on very large code base (10 million lines of code). The Style uses group level definition followed by the element level definitions 01 field-name-x. 10 field-name pic 9(9)v99 value zeroes. This code will set the memory location to a value storage value and allow the numeric class test to be performed on the memory location. All field in working storage and file layout should use this style for defining fields.

  • @tuanminhphung5385
    @tuanminhphung5385 10 месяцев назад

    still good so far

  • @jamesmoninger1982
    @jamesmoninger1982 11 месяцев назад

    Nice job! I'm a retired mainframe guy and I wish I could get a job doing all of this again!

  • @scotto703
    @scotto703 Год назад

    How do I set up libraries like you have, e.g., COBOL, JCL, etc., if they don't already exist (on the Marist system)?

  • @SamuelLuna-cl1cz
    @SamuelLuna-cl1cz Год назад

    My TI Direta channel has some shorts about mainframes, ISPF, TSO, JCL COBOL, DB2 etc.

  • @ranjithabg3457
    @ranjithabg3457 Год назад

    How to give access to others to view the joblog?

  • @GStev-qf1zl
    @GStev-qf1zl Год назад

    10xxxxENaiThinkElse!?..oopsRoja0rva&0utsCA!

  • @elenasakman
    @elenasakman Год назад

    Thank you!

  • @mitchmccluhan9323
    @mitchmccluhan9323 Год назад

    Great video, but for the newbies, it might be good to briefly explain what happens between creating your program and it being available to "be executed" on the mainframe. That is, the compile and link (where the object is created in a load library.

  • @centenosantana1713
    @centenosantana1713 Год назад

    This is by far the most complete to follow cobol programming samples!! Anyone knows where I can find more?

  • @MrVercetti1990
    @MrVercetti1990 Год назад

    You're still helping people to learn Cobol i and how to code in 2023. That's a pity you don't have a full course 🙂

  • @jimsnellen6222
    @jimsnellen6222 Год назад

    Very informative! I’d like to see more videos of working on the mainframe.

  • @djd829
    @djd829 Год назад

    I can't believe this is still a thing

  • @mikefordguy3364
    @mikefordguy3364 Год назад

    I was a storage administrator and coded the SMS routines mostly for out OAM storage of claim data. Also had to deal with space abends and disk restores as well as disaster recovery of course. What fun it was and it paid well but on-call was a nightmare sometimes!

  • @bernisemg
    @bernisemg Год назад

    if you have an example of uploading wsdl in z/os to be consumed in soapUI will be appreciated.

  • @RishabKumar
    @RishabKumar 2 года назад

    22/08/2022 ....2DTG

  • @ronaldmarcellana5169
    @ronaldmarcellana5169 2 года назад

    Hi Sir, duplicate your jcl and cobol program but when running them it gives me this error $HASP165 JOB HERC01D- JCL ERROR. Any idea what went wrong? Thanks in advance.

  • @eyaldavid7532
    @eyaldavid7532 2 года назад

    Hi, May I kindly ask you for a tutorial on extend statement?

  • @kttakacho
    @kttakacho 2 года назад

    ここ数年、日立のASPENを使用しての仕事をしてますが、過去に何十年も使用したIBMのTSOを久しぶりに見ると安心感がありますね。日立は使いづらいです。

  • @ronaldlee3537
    @ronaldlee3537 2 года назад

    Back when I was a COBOL programmer, the compiler was IKFCBL00

  • @guravananarayanarao6057
    @guravananarayanarao6057 2 года назад

    Not clear sir

  • @lennarthahner17
    @lennarthahner17 2 года назад

    Hi I am just wondering, why du store the variables in the data division and not in the working storage division. Is there a particular reason?

    • @fredeata3944
      @fredeata3944 2 года назад

      To begin with, working storage is not a division in COBOL but one of the sections in the data division along with the file and linkage section. By design, all variables being used in a COBOL program are declared in the working storage section... Hope this helps

    • @lennarthahner17
      @lennarthahner17 2 года назад

      @@fredeata3944 Thank you!

  • @WayedM3
    @WayedM3 2 года назад

    Is it useful still in 2022 ? I just started my job as an IT and the work place have alots of Mainframes and they wanted me to know about this and teach me

  • @tulasitalks8589
    @tulasitalks8589 2 года назад

    Useful great work

  • @raulrivera9164
    @raulrivera9164 2 года назад

    Thanks a lot for your Tutorial. Is very usefull!

  • @joeiloyde576
    @joeiloyde576 2 года назад

    Very Helpful!!!!!

  • @surekhakothamaram5575
    @surekhakothamaram5575 2 года назад

    05 string-var pic x(5) what will be the output of string-var, please give me the response immediately.

  • @jhanter2881
    @jhanter2881 2 года назад

    This much helped the viewers but can you please make a clear video for those have poor eyesight it's blurred😅😅😅😅

  • @detaart
    @detaart 2 года назад

    Not hard to understand why linux is wrecking Z/OS market share lol. Good god.

  • @andreascoolcrafts3294
    @andreascoolcrafts3294 2 года назад

    Great job!!!

  • @jahzielperalta484
    @jahzielperalta484 2 года назад

    I want more this is very educational to my brain

  • @Nothing-xd6re
    @Nothing-xd6re 2 года назад

    Awesome man

  • @hotkeycaps
    @hotkeycaps 3 года назад

    I'm learning this job. Am I on the right track?

  • @ManuelCastilloColeman
    @ManuelCastilloColeman 3 года назад

    Hello, if you are active yet, please share the code

  • @cassondrad2280
    @cassondrad2280 3 года назад

    I don't consider this a tutorial. He runs thru modules and really don't understand the why. Not very informative as a beginner. I took Cobol many, many moons ago.

  • @wagnerribeiro9546
    @wagnerribeiro9546 3 года назад

    Thank you for explanation I tried to record my own as well and learn with you ruclips.net/video/kfdOCspyKE0/видео.html

  • @jamesdelornhowlandjr.6516
    @jamesdelornhowlandjr.6516 3 года назад

    Can you tell me how to do a control break program in Visusl Basic 2019?