Let’s talk Syntax - COBOL Structure and File Handling

Поделиться
HTML-код
  • Опубликовано: 26 июл 2024
  • IBM Developer COBOL Hub: ibm.biz/BdqMSu
    In this week’s COBOL Fridays webcast, we start at the very beginning! We will hear from Captain COBOL himself on the Structure of COBOL programs, how COBOL does file handling, JCL and more….
    If you are thinking what is JCL? You definitely want to tune in!
    Build Smart. Build secure. Join a global community of developers at ibm.biz/IBMdeveloperYT
    (IBM Developer Video Team contact: SL)
  • НаукаНаука

Комментарии • 4

  • @rcolon85
    @rcolon85 3 года назад +2

    The COBOL teachers are always the best!

  • @PeeterJoot
    @PeeterJoot 4 года назад +3

    @36:10 -- I hadn't seen any code using the "new" *> comment style. This is nice to know.

  • @PeeterJoot
    @PeeterJoot 4 года назад +1

    @11:15 I call BS on the claim that no local variables means that your variables are easy to locate. Most of the COBOL code I've seen has thousands of lines of variables in WORKING-STORAGE. So many variables are stuffed there that special naming conventions are required to avoid conflict, so the variables are also super long. It's not a feature that you have to code WS-MYTASK-MYFUNCTION-LOOP-COUNTER-I for a loop counter (that you could just call i in a sane language with local variables), and put that declaration thousands of lines away, buried among thousands of other variables.

  • @rubensroncador6559
    @rubensroncador6559 4 года назад

    Boa Tarde, onde encontro oportunidades em COBOL