¿ªÔÆÌåÓý

Re: Quotation mark bug?
At least VM/SP REXX/370 works fine, this a not common issue. -- VM/370 CE V1R1.2, Hercules on macOS
By Stefan A. Haubenthal · #6433 ·
Re: Quotation mark bug?
REGINA seems to have a similar issue on win64. Output of empty.rex is similar to dir *. Sent: Freitag, 28. Februar 2025 17:09 To: [email protected] Subject: Re: [h390-vm] Quotation mark bug?
By Mike Beer · #6432 ·
Re: Quotation mark bug?
Similar to this is the following. This is the beta bREXX Ross made avaialble. l rexx * * ( date Filename Filetype Fm ?Format ? ?Recs Blocks ? ? Date ? ?Time REXX ? ? TEXT ? ? E1 ?F ? ?80
By Mark A. Stevens · #6431 ·
Re: Quotation mark bug?
I've opened bREXX Issue #98 <https://github.com/adesutherland/CMS-370-BREXX/issues/98> for this. I can reproduce it in both bREXX 1.0.1 (*i.e.*, VM/370 CE 1.1.2) and the new bREXX 1.1.1. Ross
By Ross Patterson · #6430 ·
Re: BCPL request
Yes, but how do they help? Dave Sent: 28 February 2025 09:59 To: [email protected] Subject: Re: [h390-vm] BCPL request I see. So far these posts are not CMS specific: 1978
By Dave Wade · #6429 ·
Re: BCPL request
I see. So far these posts are not CMS specific: 1978 ( https://cds.cern.ch/record/1292450/files/n-137.pdf ) and 1984 ( https://groups.google.com/g/net.lang.c/c/ht4q3DU6nDM/m/HKI_UCOsJRIJ ). -- VM/370
By Stefan A. Haubenthal · #6428 ·
Re: How to save CMS system?
Ahh, yes.. people not playing nicely with other people's stuff.. that's why in the mid-70s my 2nd or 3rd CP mod was to force disconnect idle VMs after 10 minutes cheers, William
By William Denton · #6427 ·
Re: BCPL request
Never seen BCPL on VM/CMS. Can't find any downloads. Martin Richards still has a web page but no VM/CMS version on there... I think you might be on
By Dave Wade · #6426 ·
BCPL request
https://www.softwarepreservation.org/projects/BCPL/index.html#IBM says -- VM/370 CE V1R1.2, Hercules on macOS
By Stefan A. Haubenthal · #6425 ·
Re: How to save CMS system?
The VMREAD is there for the SAVESYS CMS as well as for an ACCESS (NOPROF. I remember the early days at IBM's VM test center in Belgium: people that left their 3270 logged on often suffered from
By kris.buelens@... · #6424 ·
Re: How to save CMS system?
You're missing a crucial detail for an absolutely safe RENAME * CP LINK sharedDisk xxxx 111 M * ACCESS 111 N * COPYFILE ABC EXEC A ABC NEWEXEC N (OLDDATE * RENAME ABC EXEC N = OLDEXEC N (NOUPDIRT *
By kris.buelens@... · #6423 ·
Re: How to save CMS system?
While is in some ways a silly analogy it might help to think of *CP* (Control Program in VM/CMS environments) as *BIOS* (in traditional PCs) - hit the wrong key during a reboot and, ...the results are
By keniry@... · #6422 ·
Re: How to save CMS system?
Thanks, it worked perfectly. I honestly never imagined that one <enter> too many could cause such a problem. Thanks again, I'm going to stop playing with teddy bears and go back to turkeys. Marco
By M Verpelli · #6421 ·
Re: How to save CMS system?
I think so. Thats why it pauses after IPL so you can save the CMS segment Dave
By Dave Wade · #6420 ·
Re: How to save CMS system?
[email protected]> wrote: Yes. That's specifically because CMS keeps a copy of the file directory of the S and Y disks in the saved system, so if you don't do this, the CMS users won't see the
By Ross Patterson · #6419 ·
Re: How to save CMS system?
The SAVESYS command *MUST* be *ONLY* entered at the 1st VM READ after the IPL command. If you wait until after the 1st ready message, then it won't work. The problem is that DMSINS has some additional
By William Denton · #6418 ·
Re: How to save CMS system?
A useful way to avoid having to resave CMS all the time is to have an additional program disk to hold locally installed stuff that's not part of the base CMS installation. We used a minidisk that was
By Dennis Boone · #6417 ·
Re: How to save CMS system?
Yes I press enter. Is this the mistake I made? Marco
By M Verpelli · #6416 ·
Re: How to save CMS system?
You didn't press enter at this point did you? On checking it needs to be straight after the IPL
By Dave Wade · #6415 ·
Re: How to save CMS system?
typing error 2) copyfile myprogram a == z2 sorry Marco
By M Verpelli · #6414 ·