This group is for all folks running the original IBM VM/370 Release 6 operating system (or later (e.g. VMTCE (Community Edition)) on Hercules. Like the other early IBM operating systems this version has always been in the public domain and so can be freely distributed. The base version as supplied by IBM is lacking in many facilities. IBM solved this by providing additional extension products which were licensed and so are not available. There are however many user enhancements available which can be installed. In addition, in order to get users up and running quickly updated "releases" of VM/370 included the most popular updates are available for download, so novices can start to learn VM without having to delve into the system internals. It is intended that this wiki will provide information on the base release and these updates.
The available versions are here :-
?
?
Re: VM370CE Version 1 Release 1.2 Release Candidate
Mark, Its simply following IBM convention in version naming. Dave Sent: 12 July 2022 20:19 To: [email protected] Subject: Re: [h390-vm] VM370CE Version 1 Release 1.2 Release Candidate Bob, Dave, et
By
Dave Wade
·
#4248
·
|
Re: VM370CE Version 1 Release 1.2 Release Candidate
Bob, Dave, et al: So far, what I do not see or cannot seem to find is a "How To" guide for how to make any local modifications to the VM/CE system, e.g. something along the lines of Linda Varian's
By
Mark Waterbury
·
#4247
·
|
Re: VM370CE Version 1 Release 1.2 Release Candidate
Hi, Bob and Dave, et al, I downloaded this last night and IPLed it to look around ...? looks good, so far ... :-) Keep up the good work... All the best, Mark S. Waterbury
By
Mark Waterbury
·
#4246
·
|
Re: VM370CE Version 1 Release 1.2 Release Candidate
Hi Bob, I downloaded the zip file for CE 1.2 RC with much eagerness.? I have only checked out the README and found in the Changes section that items 25 & 42 concerning the PASCAL compiler conflict...
By
gdblodgett
·
#4245
·
|
Re: VM370CE Version 1 Release 1.2 Release Candidate
Sorry, the corrected link is: https://www.dropbox.com/s/plp409fuboa19k9/VM370CE.V1R1.2RC.zip?dl=0 Bob [email protected]> wrote:
By
Bob Bolch
·
#4244
·
|
VM370CE Version 1 Release 1.2 Release Candidate
Thanks to all contributors, I am pleased to post a test version of the third release of VMCE. This is a release candidate version, and is available for anyone to download, for testing purposes. I
By
Bob Bolch
·
#4243
·
|
Re: basic question
Jeff, Try GLOBAL TXTLIB COB360R Should have a HELP COBOL to explain on its way Dave Sent: 26 June 2022 16:02 To: [email protected] Subject: [h390-vm] basic question Hello great emulator / os Trying to
By
Dave Wade
·
#4242
·
|
basic question
Hello great emulator / os Trying to run a hello world cobol programme. type t cobol IDENTIFICATION DIVISION. PROGRAM-ID. JEFF. ENVIRONMENT DIVISION. DATA DIVISION. PROCEDURE DIVISION. DISPLAY 'HELLO'.
By
jkoons77@...
·
#4241
·
|
Re: GCC Run Times
[email protected]> wrote: A native English speaker would probably say "...which does not have to be used". Now there's another flaw in your English. :-) The word "since" (with this meaning) takes an
By
Tony Harminc
·
#4240
·
|
Re: GCC Run Times
Sorry: problem with the english language: "the parameters on fopen are just an additional method which must not be used." should read "the parameters on fopen are just an additional method which can
By
Bernd Oppolzer
·
#4239
·
|
Re: GCC Run Times
Am 06.06.2022 um 02:30 schrieb Mark A. Stevens via groups.io: The syntax of the IBM compilers is as follows: fopen("my.file","w,recfm=v,lrecl=300,blksize=304"); that is, the second parameter which
By
Bernd Oppolzer
·
#4238
·
|
Re: Unable to Go Forth
#VMCE
Hello Mark, I am not sure what is going on for you. Here's my execution: Ready; T=0.01/0.01 20:37:49 erase forth $prog$ Ready; T=0.01/0.01 20:37:56 forth 'FORTH $PROG$ A'? File does NOT exist FORTH
By
Ren¨¦ Ferland
·
#4237
·
|
Re: Unable to Go Forth
#VMCE
Finally, this is my experience with what you did, repeated on my system. Written new file: FORTH $PROG$ A1 Ready; T=0.11/0.15 19:07:15 type forth $prog$ a :HELLO .' HELLO! $ Ready; T=0.01/0.01
By
Mark A. Stevens
·
#4236
·
|
Re: Unable to Go Forth
#VMCE
L XMAS ENTER PASSWORD: DASD 190 LINKED R/O; R/W BY MAINT; R/O BY 004 USERS DASD 19D LINKED R/O; R/W BY MAINT; R/O BY 002 USERS DASD 19E LINKED R/O; R/W BY MAINT; R/O BY 004 USERS DASD 5E5 LINKED R/O;
By
Mark A. Stevens
·
#4235
·
|
Re: Unable to Go Forth
#VMCE
Now I am thoroughly confused. I have no idea where HELLO is being saved. I erased FORTH $PROG$ A, and logged off, then logged back in ... L XMAS ENTER PASSWORD: DASD 190 LINKED R/O; R/W BY MAINT; R/O
By
Mark A. Stevens
·
#4234
·
|
Re: Unable to Go Forth
#VMCE
Hello Mark, It looks like the treatment of character data is rather primitive in this version of FORTH. A string with no blanks can be printed with the command .' (dot apostrophe). You need a blank
By
Ren¨¦ Ferland
·
#4233
·
|
Re: Unable to Go Forth
#VMCE
Try replacing CR with 13 EMIT ? [email protected]> wrote: -- Jay Maynard
By
Jay Maynard
·
#4232
·
|
Unable to Go Forth
#VMCE
I am by no means a Forth expert, but from what little I do know this should work. I am running this on VM/370 CE V1R1.1 Written new file: FORTH $PROG$ A1 Ready; T=0.08/0.10 19:23:10 type forth $prog$
By
Mark A. Stevens
·
#4231
·
|
Re: GCC Run Times
I like the proposed change, because that is what IBM C for z/OS and z/VM use. Bob [email protected]> wrote:
By
Bob Bolch
·
#4230
·
|
Re: GCC Run Times
Mark A. Stevens wrote: Maybe it's because your proposal: fopen("my.file",w,recfm=v,lrecl=300,blksize=304); Does not match the very C definition (syntax) that you quoted? In 'C', the function 'fopen'
By
Fish Fish
·
#4229
·
|