¿ªÔÆÌåÓý

Re: Easiest way to move MVS PDS to CMS?
The MOVEFILE command. Check GC20-1818-0 "CMS Command and Macro Reference", page 139, for an example of what you want to do. Cheers, Rene FERLAND, Montreal
By Ren¨¦ Ferland · #5329 ·
Easiest way to move MVS PDS to CMS?
I have an existing assembler program that I built on MVS 3.8J, and I want to get it working on CMS. What is the easiest way to move the members of a source code only from MVS to CMS? (The MVS is NOT
By Doug Wegscheid · #5328 ·
Re: DOS/VS under VM/370 Job Submission from CMS
Good info - I figured there had to be something like CP READY 00C and was starting to dig through the help to try to find it, so this cut short that search a bit. The CP SP RDR CONT option looks
By Frank D. Engel, Jr. · #5327 ·
Re: DOS/VS under VM/370 Job Submission from CMS
To fix the problem that only one job is executed when you quickly submit more than one job: code CP SP RDR CONT in the startup of the DOS guest. If a job sits waiting in the VM rdr queue of DOS, issue
By kris.buelens@... · #5326 ·
Re: DOS/VS under VM/370 Job Submission from CMS
Looks like this crossed over with my other reply. POWER/VS is running in F1. I removed the PAUSE - I had only added it because the LISTIO was failing and I wanted to see if something else would work
By Frank D. Engel, Jr. · #5325 ·
Re: DOS/VS under VM/370 Job Submission from CMS
Yes, the one from DOSIPL EXEC, so no need to submit it again from CMSUSER. This job is there to ready the card reader task automatically at IPL. You have nicely customized DOSIPL EXEC to your needs,
By Ren¨¦ Ferland · #5324 ·
Re: DOS/VS under VM/370 Job Submission from CMS
Yes, LISTIO needs an argument, that's why it fails here. I am not sure what is going on with this "alternating" behavior. I never met it and it seems difficult to reproduce without further
By Ren¨¦ Ferland · #5323 ·
Re: DOS/VS under VM/370 Job Submission from CMS
I figured out the issue with LISTIO - I was missing an argument. Changing that line to // LISTIO ALL fixed that problem. I tried shutting down DOS/VS and re-IPLing it to see if that would clear up the
By Frank D. Engel, Jr. · #5322 ·
Re: DOS/VS under VM/370 Job Submission from CMS
Thank you! That clears up one problem, though I am still seeing the one-submission lag.? That is, if I take turns punching NOTHING JCL and LISTIO JCL, then when I punch one of them, it is the other
By Frank D. Engel, Jr. · #5321 ·
Re: DOS/VS under VM/370 Job Submission from CMS
Hello Frank, I think your problem comes from the fact that you punch the job with a header. Punch without a header instead: punch nothing jcl ( noheader Cheers, Rene FERLAND, Montreal
By Ren¨¦ Ferland · #5320 ·
DOS/VS under VM/370 Job Submission from CMS
I am trying to run DOS/VS under VM/370 using the "5pack" downloaded from the same site as VM/370 CE. I was able to IPL successfully (as far as I can tell - new to DOS/VS so still wrapping my head
By Frank D. Engel, Jr. · #5319 ·
Re: Managing Host ID on VM370CE
OK...ID10T error.? I got the file updated.
By Daniel L. Srebnick · #5318 ·
Re: Managing Host ID on VM370CE
I found this thread from earlier in the year, so hope it is not too old to resurrect. I am also trying to update my SYSTEM NETID file on S. When I access the disk D (RW) and make the updates, then
By Daniel L. Srebnick · #5317 ·
Re: NJE
I have the NJE connection between RSCS under VM CE 1.2 and MVS TK5 Update 2 running now.? I am using SDL Hercules 4.6. Thanks to all those who helped, offered help, and to Mr. Coghlan for the code.
By Daniel L. Srebnick · #5316 ·
Re: NJE
Hi Daniel, I'd recommend that you use SDL Hercules 4.5 or 4.6; the TCPNJE driver is already in those releases and is stable.? I've been using NJE with SDL Hercules for since 2018.? The problem with
By Bob Polmanter · #5315 ·
Re: NJE
Thanks.? I'll reach out to Mr. Coghlan.
By Daniel L. Srebnick · #5314 ·
Re: NJE
The NJE device code in Hyperion/Hercules 4.x is his code that he developed for 3.x. His NJE line driver for VM/370 will work with the NJE device in Hercules 4.x, but if you run into trouble and need
By Matthew Wilson · #5313 ·
Re: NJE
I am running Hercules 4.0, which seems to have the TCP NJE code built in.? It looks like the Peter Coghlan code was developed for Hercules 3.x.? Am I correct? If I am correct, is there a different
By Daniel L. Srebnick · #5312 ·
Re: MVS Batch Ouput from VM/CMS
Context is everything, as the question is about MVS as a VM guest, asked in VM group. All working nicely here and thanks to the group for the assist.
By Daniel L. Srebnick · #5311 ·
Re: MVS Batch Ouput from VM/CMS
You have a point and I agree. My suggestion was for the specific case of Daniel, and I used the verb "might consider" as, indeed, such a modification has an impact when TK5 is run standalone and would
By Ren¨¦ Ferland · #5310 ·