Very close. FORTGCLG as it turns out. I actually found Fortran IV G for MVS which contrary to rumors is actually in the public domain. I now have it installed on MVS 3.8 using TK4- via Hercules emulator, and a version of the partially cleaned-up Blitz code loaded in a PDS. Apart from the necessity of upper case for FORTRAN, it seems to be friendly to Blitz6 code generally. Easy mode at last, perhaps.Dann Corbit wrote: ↑Sat May 30, 2020 9:43 am I used to run a fortran iv compiler on IBM 360 and 370 hardware in the late 1970s.
You will need:
// exec fortfclg
for execute fortran (f) compile, link, go
I don't remember if the F is for fortran (f)our or if it was the (F) version of the compiler.
For mainframe nostalgia, TK4- is a turnkey setup. You can run it under Linux or Cygwin. The opensource SPF environment and period everything-else takes some getting used to, especially if your job is using modern z/OS.
For PC platforms, the last version of gcc that featured g77 was 3.4. That would get one to the -ff66 switch and "easy mode".