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: MVS Batch Ouput from VM/CMS
You can spool 00E to your VM userid by logging on your MVS guest and issuing a #CP SPOOL 00E to yourid CONT NOHOLD
By
Jim Salvino
·
#5302
·
|
MVS Batch Ouput from VM/CMS
I'm again playing with MVS (TK5 Update 2) under VM/370 CE 1.2. I've succesfully submitted and executed a batch job from VM to MVS by punching it.? What I cannot figure out is how to tell the JCL to
By
Daniel L. Srebnick
·
#5301
·
|
Re: REXX Program to read CP Directory
DIRENT is what you're looking for (it's is not a REXX exec) -- Kris Buelens
By
kris.buelens@...
·
#5300
·
|
REXX Program to read CP Directory
I thought I remembered a discussion about there being a REXX program (CBT? VMSHARE?) that would read the minidisk the CP Directory was located and create a USER DIRECT file. I can't seem to find the
By
Mark A. Stevens
·
#5299
·
|
Re: NJE
The developer of the NJE device support and RSCS modifications, Peter Coghlan, is usually willing to share his in-progress work privately with people who contact him and let him know they're
By
Matthew Wilson
·
#5298
·
|
Re: NJE
Thank you Bob.
By
Daniel L. Srebnick
·
#5297
·
|
Re: NJE
Hi Dan, VMCE 1.1.2 RSCS does not support the NJE interface because the developer considers the code incomplete, and does not want to allow it to be included. Bob Bolch [email protected]> wrote:
By
Bob Bolch
·
#5296
·
|
NJE
Can anyone refer me to a straightfoward document explaining how to configure NJE on my VM/370 CE 1.2 system?? I have NJE configured on my MVS 3.8j host (TK5) and used the excellent docs put together
By
Daniel L. Srebnick
·
#5295
·
|
Re: CMSBATCH Output
I uploaded CMSBATCH EXEC to the files section.? Please feel free to use and critique.? So far, it covers Assembler, COBOL, and PL/1.? I suppose I ought to add at least Fortran. Thanks again to
By
Daniel L. Srebnick
·
#5294
·
|
Re: CMSBATCH Output
Thanks to Rene and Bob, I was able to get it all worked out. ?I now get back 2 files in my RDR, a console and a printer. ?Here's how I set it up: /JOB DAN 1234 TESTJOB cp spool console to dan cp
By
Daniel L. Srebnick
·
#5293
·
|
Re: CMSBATCH Output
I wonder if it is necessary to explicitly START/STOP CLOSE. For sure I never did. :-) All my batch jobs starts with the statements: /JOB userid 1234 jobname CP SPOOL CONSOLE TO userid CP SPOOL PRINTER
By
Ren¨¦ Ferland
·
#5292
·
|
Re: CMSBATCH Output
Hi Daniel, It has been a long time since Ive used CMSBATCH, but looking at the statements in your job submission, you didn't actually print anything.? You did direct SYSPRINT and SYSOUT to the
By
Bob Polmanter
·
#5291
·
|
Re: CMSBATCH Output
Yes, they are prefixed by CP.? Apologies for omitting that during my description. /JOB DAN 1234 TESTJOB cp spool prt system class a cp link dan 191 191 rr access 191 b/a filedef sysprint terminal
By
Daniel L. Srebnick
·
#5290
·
|
Re: CMSBATCH Output
SPOOL is a CP command. In your job, you need to prefix it with CP: CP SPOOL PRT TO SYSTEM CLASS A CP SPOOL PRT TO MYUSER Cheers, Rene FERLAND, Montreal
By
Ren¨¦ Ferland
·
#5289
·
|
CMSBATCH Output
CMSBATCH seems to be ignoring my attempts to redirecdt output to either the system printer or back to my reader. I've tried both of the following at the beginning of my jobs, right after the job card:
By
Daniel L. Srebnick
·
#5288
·
|
Re: VM370CE
Actually no, this is normal behavior. With EE,? the number of columns displayed depends on the filetype and the corresponding specification is searched in PROFILE EE. If you add the line FTDEFAULTS
By
Ren¨¦ Ferland
·
#5287
·
|
Re: VM370CE
Interesting... I tried that, but it looks like it is off a bit in calculating where to put things: File: USER???? DIRECT?? A1? RECFM: F LRECL:? 80(80) Lines:?? 568 Current:?? TOP
By
Frank D. Engel, Jr.
·
#5286
·
|
Re: VM370CE
Good work, Rene. I will make a note of the setting in the next README. Bob
By
Bob Bolch
·
#5285
·
|
Re: VM370CE
Hello Bob, I was able to reproduce that behavior with ZOC. The problem disappeared when I change the terminal from 3278-2 to 3279-2-E. So could this be related to the colors used in the EE screen?
By
Ren¨¦ Ferland
·
#5284
·
|
Re: VM370CE
Hi Frank, Thanks for the screen shots. Your setup looks correct. However, the ''No fullscreen support present" is NOT what we should be seeing. I will keep looking onto the issue. Bob Bolch wrote:
By
Bob Bolch
·
#5283
·
|