A telnet server for MVS 3.8 - M227

Поділитися
Вставка
  • Опубліковано 27 гру 2022
  • The CTC source is here: github.com/racingmars/ctc-mai...
    A bit of theory on CTC adapters: www.ibm.com/docs/en/zvm/7.2?t...
    Discord channel to talk to like-minded folks: / discord
  • Наука та технологія

КОМЕНТАРІ • 10

  • @MatthewMainframes
    @MatthewMainframes Рік тому +5

    Very nice, great to see something built on top of the API so soon!

  • @markdickinson7922
    @markdickinson7922 10 місяців тому +1

    Thanks for this presentation, I would never have discovered this without your video on it.
    Written in a clear way so even with no GO knowledge easily added another API function and matching ctcserv function to run rexx scripts and get the output written to rexx stdout by those back to display on my bash session from a curl request to the ctcserver.
    So if using the "security last" principle this CTC communication tool could be very useful.
    Not sure of a use for it at the moment, other than interesting code to look at.
    I see a job submit function as been added since this video was made, so as enhancements are being made I will have to keep an eye on it to see how it evolves.

  • @MarcoAntoniotti
    @MarcoAntoniotti Рік тому +1

    Very cool.

  • @grappydingus
    @grappydingus Рік тому +1

    Amazing work! I'm thinking if this is implemented in pure 360 ASM, it could be useful for editing on a system like MVT with no REVIEW/RFE/RPF program!

    • @moshixmainframechannel
      @moshixmainframechannel  Рік тому

      Should work. Also on OS/VS1 which has no TSO.

    • @grappydingus
      @grappydingus Рік тому +1

      @@moshixmainframechannel Ah, yes, excellent point!

    • @MatthewMainframes
      @MatthewMainframes Рік тому +2

      I'm certainly only targeting MVS 3.8 on S/370, but if it happens to work on older operating systems and architectures, go for it 🙂
      I don't think any 370-only instructions have slipped in yet... ICM and MVCL seem the most likely candidates that I might end up using someday, but I haven't had a need for them yet.
      The real problem likely to blocking working on MVT are the supervisor services. I'm not sure if the MVS 3.8 incarnations of the DYNALLOC, CATALOG, and OBTAIN macros date back to MVT. I'm also pretty sure I'm assuming a VSAM catalog in my use of the CATALOG macros/service. I think MVT predates VSAM master and user catalogs.

  • @Johan-ez5wo
    @Johan-ez5wo Рік тому +1

    Can it be used for MVS to MVS and MVS to VAX ? Or is linux always the man in the middle here?