## 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: 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: More to follow...