14 lines
861 B
Markdown
14 lines
861 B
Markdown
## BASIC Programming on MVS
|
|
|
|
There are many flavors of BASIC available for the IBM MVS operating system. The original port of Dartmouth BASIC, known as DTSS BASIC, is called BASIC/360, and is already implemented by the supplement tape for MVS 3.8j. So, everything I do on the emulator is based on that version of BASIC.
|
|
|
|
Here is my original video showing how to set it up:
|
|
|
|
<iframe class="rumble" width="640" height="360" src="https://rumble.com/embed/v2wv48o/?pub=2vcrn" frameborder="0" allowfullscreen style="margin-left:20%"></iframe>
|
|
|
|
Here is a follow-up video in which I port an actual DTSS BASIC program over to the BASIC/360 compiler, with minimal modifications to it:
|
|
|
|
<iframe class="rumble" width="640" height="360" src="https://rumble.com/embed/v4r7swt/?pub=2vcrn" frameborder="0" allowfullscreen style="margin-left:20%"></iframe>
|
|
|
|
More to follow...
|