Code for IBM i: Compiling Code and Maintaining Actions (#2)

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024

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

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

    Thank you Liam, IBM i extension looks very powerful!

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

    awesome Liam, i like the error count beside the src mbr when compile error occurs, thanks

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

    Great videos Liam!

  • @glenngundermann2433
    @glenngundermann2433 3 месяца назад

    In the Object Browser, your actions list only had Delete object and Call program. Why didn't it have more actions listed? Eg, DSPOBJD, CHGPGM, etc.?

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

    Liam, I"m having issues with the EVFEVENT file not creating a member for the thing I'm trying to compile. Any thoughts? The file is in the library, just no member.

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

    Extremely useful video's! I started experimenting with Code for IBM i, writing some basic rpgle code. But I can't figure out why I don't see the output of my dsply statements on the Output (IBM i output) panel. Any idea on how to fix that? Thanks a lot!

    • @liamallan12345
      @liamallan12345  2 года назад +1

      DSPLY doesn't get written to standard out and only get written to the job log and that is why they do not show up. You can use `printf` to get them to show, though!