¿ªÔÆÌåÓý

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 ·
Re: MVS Under VM/370 Performance
Eh...the sysprog in me is cringing about not shutting JES2 down cleanly. You'll probably be able to get away with it, but the one time you shut things down in the middle of a checkpoint write and
By Jay Maynard · #5282 ·
Re: MVS Under VM/370 Performance
Daniel, I was a system programmer back then and I ran VM/370 with a VS1 guest on a S/370-148.? Later we had a 4341 and VM/SP and VS1.? Later still we had a 4381 running VM/SP and MVS as a V=R
By Bob Polmanter · #5281 ·
Re: MVS Under VM/370 Performance
If you punch the EOJ JCL card before shutting downJES2, it'll shut down cleanly. I do it right after IPLing MVS so I don't have to worry about it. A VM guy might be able to automate that whole
By Jay Maynard · #5280 ·