ChipMaster's bwBASIC This also includes history going back to v2.10. *WARN* some binary files might have been corrupted by CRLF.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

51 lines
1.2 KiB

  1. BWBASIC for MVS (3.8 and above) and CMS (VM/370 and above)
  2. ----------------------------------------------------------
  3. To compile bwbasic for MVS, you will need a suitable MVS C
  4. compiler such as GCCMVS.
  5. You then need to transfer all the source code to the
  6. mainframe. zipmvs.bat may be useful for doing this, but the
  7. process of transferring files is beyond the scope of this
  8. document and site-specific.
  9. On the mainframe, modify (according to your site's
  10. requirements), then run, the following bits of JCL:
  11. bwbasic1.jcl
  12. bwbasic2.jcl
  13. bwbasic3.jcl (optional - example only)
  14. bwbasic4.jcl (optional - example only)
  15. bwbasic5.jcl
  16. bwbasic6.jcl
  17. bwbasic7.jcl
  18. Note that the batch file "allmvs" provides an example of how
  19. the process was automated at one site.
  20. The end result of this process is that a BWBASIC load module
  21. will be created in BWBASIC.LINKLIB.
  22. Version:
  23. bwbasic.h contains the version number, and this is displayed
  24. when you invoke the program with no parameters.
  25. Support:
  26. For BWBASIC for MVS support, try here:
  27. http://tech.groups.yahoo.com/group/hercules-os380/
  28. CMS:
  29. The steps for CMS are similar, except instead of running JCL,
  30. you need to execute the "compile" exec. An example "allcms"
  31. Windows batch file shows one way of automating this process.