¿ªÔÆÌåÓý


#VMCE #rexx EE goes XEDIT - compiling a wish list #VMCE #rexx

 

I am using XEDIT and its clones since VM/SP Release 1 up to today ... and counting. EE is great work by Dr. Hans-Walter Latz, but I miss a lot of features that XEDIT and KEDIT have. I have done massive extensions to EE to make it more XEDIT-compatible. A common infrastructure already exists for the SET / QUERY / EXTRACT / MODIFY / TRANSFER subcommands. Actually I am researching how EE could integrate with bREXX.

Having a macro capability powered by REXX is my first wish. The ingredients for the ALL macro will follow (SET SELECT, SET DISPLAY ...).

Do you think it is desirable and feasable to have a decent subset of XEDIT as part of VM/370 CE ?


Re: Where can I learn how CMS is different ...

 

1. XEDIT is a big difference -- having a full screen editor is great
2. REXX nucleus extensions -- I dont THINK VM/370 could load extensions for REXX
3. Fullscreen utilities, e.g. FLIST.? I don't think fullscreen CMS *ever* caught on though.
4. Shared File System.? Hard to say how useful this is for a single-user system.? Probably not very.

I'm sure there are some other big changes that I'm glossing over.? The big enabling change was the DIAG X'58' support for fullscreen commands in CP, which I think happened in VM/SP not VM/370, and that change happened in the early 80s, I think.

Modern CMS has more utilities to interoperate in an internet environment, but I'd be hard pressed to say "why CMS" if you tried to figure out today what OS you wanted to use.? I think the most compelling case for VM today is to run hundreds of Linux VMs, but even then I'm not at all convinced of the value proposition.? I certainly can't think of anything that CMS *does best* relative to what you're used to with Windows, Linux, or MacOS.


On Sat, Oct 15, 2022 at 4:32 AM Bertram Moshier <BertramMoshier@...> wrote:
Hi,

For my edification, I'm wondering how (if at all) CMS on the z/VM system is different from the VM/370/SP version of CMS. Where can I learn more about it?

Thank you,

Bertram Moshier?


Re: Where can I learn how CMS is different ...

 

Perhaps you might start here.

CMS User's Guide

VM/370 Release 6

VM/SP Release 5

z/VM 7.3


Re: Another Time Zone Question (Sorta)

 

I have vague memories of needing to regen CP twice a year under VM/SP HPO 5 because you couldn't dynamically change the timezone.? We'd go in to IPL at 2 or 3 AM with the new nucleus just to change the timezone.? Fun.? Actually, since I was in college at the time, it *WAS* fun.?

I definitely remember writing a CP command to change the *virtual machine* timezone under VM/ESA in the early 90s.? I suspect if you wanted to roll up your sleeves you could rather easily implement a CP SET TIMEZONE command under VM/370 because the data should be easy to overwrite in the nucleus.? However, I don't have a good feel for what that would do to a timer that spans the reset boundary -- if the system clock is in universal time and any timer deadlines are also in universal time it should be fairly safe (which is how I *think* it works).


On Sat, Oct 15, 2022 at 7:40 AM Dave Wade <dave.g4ugm@...> wrote:

Bertram (and Jim)

?

You don¡¯t say which version of VM you are using! MAINT MEMO B is certainly there on CE1.2 from .

?

You still create modifications using update, its just on the latest CE we have provided a separate minidisk, so when we update the system you can quickly put your own modifications back.

?

For multiple time zones, you can¡¯t just edit the source because you are using UPDATE. You can either have two mods, or just edit your mod. You could even write and EXEC that generates the update and re-builds the nucleus.

?

As for learning about the system, well the original manuals are on BITSAVERS here:-

?

?

and the various memos and help files describe what has been added.

?

In some ways its similar to the CMS in zVM but in other ways its quite different. So most command line commands in vm/370 are still in zVM but you may not need them.

Whilst it has REXX the codebase is totally different¡­..

?

Dave

?

From: [email protected] <[email protected]> On Behalf Of Bertram Moshier
Sent: 15 October 2022 05:52
To: [email protected]
Subject: Re: [h390-vm] Another Time Zone Question (Sorta)

?

Hello Jim,

?

I'm logged into Maint and can't find the file MAINT MEMO *.? The Syspro memo doesn't speak to maint memo.? I can't find the vmsetup command.

?

Like you I would create CP with local mods by modifying the source code using the update command, etc.

?

Where do I start to learn this new system.

?

Thank you.

?

On Fri, Oct 14, 2022, 22:30 Jim Snellen <jsnellen55@...> wrote:

Hello All,
I too, like Jay Maynard, am trying to specify the correct time zone for my location.? I know that DMKSYS is where it's specified, and I know that I want to change?
'SYSTIME ZONE=0,LOC=WEST,ID=GMT' to 'SYSTIME ZONE=5,LOC=WEST,ID=EDT'.? I also know the sequence number is 00220000.

In my past life, I would simply edit DMKSYS ASSEMBLE and be on my way.? Now that I know that's the wrong way to do it, I don't quite know the right way using the E-disk for local mods.

I see that MAINT MEMO B says to use VMSETUP CP to establish the search order.? OK, next I see that DMKLCL CNTRL E identifies where the local changes are (by way of filetype I presume).? ?DMKSYS AUXLCL E should contain an entry like 'LCLnnnDK xxx Change SYSTIME macro to reflect local time zone and ID'.? I don't know what values are supposed to be used for nnn and xxx.? What is the significance of DK? It also appears I need to create a file named 'LCLnnnDK MEMO E' which contains a lengthier description of the modification.? Finally, I assume another file is to be created named 'DMKSYS LCLnnnDK E' that contains:
,/ R 00220000 $ 00220000 1? ? ? ? ? ? ? ? ?mm/dd/yy? hh:mm:ss
? ? ? ? ?SYSTIME ZONE=5,LOC=WEST,ID=EDT? ? ? ? ?LCLnnnDK

I'm guessing on the replace statement, I'm sure there's an IBM manual that describes how to code these update statements.?
After all is done I simply

  1. VMFASM DMKSYS DMKLCL
  2. CP SPOOL PUN *
  3. CP SPOOL PRT *
  4. VMFLOAD CPLOAD DMKLCL
  5. ORDER READER nnnn (for IPL deck)
  6. IPL 00C CLEAR
  7. CLOSE RDR
  8. ORDER RDR nnnn (for print file)
  9. READCARD CPLOAD MAP?
  10. LOGOFF
  11. Re-IPL.



So, that's where I am.? I hope somebody can correct my assumptions and put me on the path to righteousness. (LOL)

PS - Can I have two SYSTIME statements, one for EST and one for EDT?? Is the alternative to rebuild CP each time change?


Re: Another Time Zone Question (Sorta)

 

¿ªÔÆÌåÓý

Bertram (and Jim)

?

You don¡¯t say which version of VM you are using! MAINT MEMO B is certainly there on CE1.2 from vm370.org.

?

You still create modifications using update, its just on the latest CE we have provided a separate minidisk, so when we update the system you can quickly put your own modifications back.

?

For multiple time zones, you can¡¯t just edit the source because you are using UPDATE. You can either have two mods, or just edit your mod. You could even write and EXEC that generates the update and re-builds the nucleus.

?

As for learning about the system, well the original manuals are on BITSAVERS here:-

?

?

and the various memos and help files describe what has been added.

?

In some ways its similar to the CMS in zVM but in other ways its quite different. So most command line commands in vm/370 are still in zVM but you may not need them.

Whilst it has REXX the codebase is totally different¡­..

?

Dave

?

From: [email protected] <[email protected]> On Behalf Of Bertram Moshier
Sent: 15 October 2022 05:52
To: [email protected]
Subject: Re: [h390-vm] Another Time Zone Question (Sorta)

?

Hello Jim,

?

I'm logged into Maint and can't find the file MAINT MEMO *.? The Syspro memo doesn't speak to maint memo.? I can't find the vmsetup command.

?

Like you I would create CP with local mods by modifying the source code using the update command, etc.

?

Where do I start to learn this new system.

?

Thank you.

?

On Fri, Oct 14, 2022, 22:30 Jim Snellen <jsnellen55@...> wrote:

Hello All,
I too, like Jay Maynard, am trying to specify the correct time zone for my location.? I know that DMKSYS is where it's specified, and I know that I want to change?
'SYSTIME ZONE=0,LOC=WEST,ID=GMT' to 'SYSTIME ZONE=5,LOC=WEST,ID=EDT'.? I also know the sequence number is 00220000.

In my past life, I would simply edit DMKSYS ASSEMBLE and be on my way.? Now that I know that's the wrong way to do it, I don't quite know the right way using the E-disk for local mods.

I see that MAINT MEMO B says to use VMSETUP CP to establish the search order.? OK, next I see that DMKLCL CNTRL E identifies where the local changes are (by way of filetype I presume).? ?DMKSYS AUXLCL E should contain an entry like 'LCLnnnDK xxx Change SYSTIME macro to reflect local time zone and ID'.? I don't know what values are supposed to be used for nnn and xxx.? What is the significance of DK? It also appears I need to create a file named 'LCLnnnDK MEMO E' which contains a lengthier description of the modification.? Finally, I assume another file is to be created named 'DMKSYS LCLnnnDK E' that contains:
,/ R 00220000 $ 00220000 1? ? ? ? ? ? ? ? ?mm/dd/yy? hh:mm:ss
? ? ? ? ?SYSTIME ZONE=5,LOC=WEST,ID=EDT? ? ? ? ?LCLnnnDK

I'm guessing on the replace statement, I'm sure there's an IBM manual that describes how to code these update statements.?
After all is done I simply

  1. VMFASM DMKSYS DMKLCL
  2. CP SPOOL PUN *
  3. CP SPOOL PRT *
  4. VMFLOAD CPLOAD DMKLCL
  5. ORDER READER nnnn (for IPL deck)
  6. IPL 00C CLEAR
  7. CLOSE RDR
  8. ORDER RDR nnnn (for print file)
  9. READCARD CPLOAD MAP?
  10. LOGOFF
  11. Re-IPL.



So, that's where I am.? I hope somebody can correct my assumptions and put me on the path to righteousness. (LOL)

PS - Can I have two SYSTIME statements, one for EST and one for EDT?? Is the alternative to rebuild CP each time change?


Where can I learn how CMS is different ...

 

Hi,

For my edification, I'm wondering how (if at all) CMS on the z/VM system is different from the VM/370/SP version of CMS. Where can I learn more about it?

Thank you,

Bertram Moshier?


Re: Another Time Zone Question (Sorta)

 

Hello Jim,

I'm logged into Maint and can't find the file MAINT MEMO *.? The Syspro memo doesn't speak to maint memo.? I can't find the vmsetup command.

Like you I would create CP with local mods by modifying the source code using the update command, etc.

Where do I start to learn this new system.

Thank you.

On Fri, Oct 14, 2022, 22:30 Jim Snellen <jsnellen55@...> wrote:
Hello All,
I too, like Jay Maynard, am trying to specify the correct time zone for my location.? I know that DMKSYS is where it's specified, and I know that I want to change?
'SYSTIME ZONE=0,LOC=WEST,ID=GMT' to 'SYSTIME ZONE=5,LOC=WEST,ID=EDT'.? I also know the sequence number is 00220000.

In my past life, I would simply edit DMKSYS ASSEMBLE and be on my way.? Now that I know that's the wrong way to do it, I don't quite know the right way using the E-disk for local mods.

I see that MAINT MEMO B says to use VMSETUP CP to establish the search order.? OK, next I see that DMKLCL CNTRL E identifies where the local changes are (by way of filetype I presume).? ?DMKSYS AUXLCL E should contain an entry like 'LCLnnnDK xxx Change SYSTIME macro to reflect local time zone and ID'.? I don't know what values are supposed to be used for nnn and xxx.? What is the significance of DK? It also appears I need to create a file named 'LCLnnnDK MEMO E' which contains a lengthier description of the modification.? Finally, I assume another file is to be created named 'DMKSYS LCLnnnDK E' that contains:
,/ R 00220000 $ 00220000 1? ? ? ? ? ? ? ? ?mm/dd/yy? hh:mm:ss
? ? ? ? ?SYSTIME ZONE=5,LOC=WEST,ID=EDT? ? ? ? ?LCLnnnDK

I'm guessing on the replace statement, I'm sure there's an IBM manual that describes how to code these update statements.?
After all is done I simply
  1. VMFASM DMKSYS DMKLCL
  2. CP SPOOL PUN *
  3. CP SPOOL PRT *
  4. VMFLOAD CPLOAD DMKLCL
  5. ORDER READER nnnn (for IPL deck)
  6. IPL 00C CLEAR
  7. CLOSE RDR
  8. ORDER RDR nnnn (for print file)
  9. READCARD CPLOAD MAP?
  10. LOGOFF
  11. Re-IPL.


So, that's where I am.? I hope somebody can correct my assumptions and put me on the path to righteousness. (LOL)

PS - Can I have two SYSTIME statements, one for EST and one for EDT?? Is the alternative to rebuild CP each time change?


Re: Another Time Zone Question (Sorta)

 

Hello Dave,

Is it possible to comment out the other TZ?? This way you only need to swap the comment markers for the TZ change?

Bertram Moshier?

On Fri, Oct 14, 2022, 23:32 Dave Wade <dave.g4ugm@...> wrote:

Jim,

?

As the intention is that the ¡°E¡± disk is for user mods you can use what you like for ¡°nnn¡± and ¡°xxx¡± and you only need a memo in case you forget.

Depending on which CE you are using HELP UPDATE or FSHELP UPDATE should get help on the statements.

I think your commands are right, I couldn¡¯t sleep, so it¡¯s the middle of the night.

You only get one time zone.

?

Dave

?

?

?

From: [email protected] <[email protected]> On Behalf Of Bertram Moshier
Sent: 15 October 2022 04:36
To: [email protected]
Subject: Re: [h390-vm] Another Time Zone Question (Sorta)

?

Me, too.? I want to have the correct Central Time (CDT and CST).

?

Thank you.

?

On Fri, Oct 14, 2022, 22:30 Jim Snellen <jsnellen55@...> wrote:

Hello All,
I too, like Jay Maynard, am trying to specify the correct time zone for my location.? I know that DMKSYS is where it's specified, and I know that I want to change?
'SYSTIME ZONE=0,LOC=WEST,ID=GMT' to 'SYSTIME ZONE=5,LOC=WEST,ID=EDT'.? I also know the sequence number is 00220000.

In my past life, I would simply edit DMKSYS ASSEMBLE and be on my way.? Now that I know that's the wrong way to do it, I don't quite know the right way using the E-disk for local mods.

I see that MAINT MEMO B says to use VMSETUP CP to establish the search order.? OK, next I see that DMKLCL CNTRL E identifies where the local changes are (by way of filetype I presume).? ?DMKSYS AUXLCL E should contain an entry like 'LCLnnnDK xxx Change SYSTIME macro to reflect local time zone and ID'.? I don't know what values are supposed to be used for nnn and xxx.? What is the significance of DK? It also appears I need to create a file named 'LCLnnnDK MEMO E' which contains a lengthier description of the modification.? Finally, I assume another file is to be created named 'DMKSYS LCLnnnDK E' that contains:
,/ R 00220000 $ 00220000 1? ? ? ? ? ? ? ? ?mm/dd/yy? hh:mm:ss
? ? ? ? ?SYSTIME ZONE=5,LOC=WEST,ID=EDT? ? ? ? ?LCLnnnDK

I'm guessing on the replace statement, I'm sure there's an IBM manual that describes how to code these update statements.?
After all is done I simply

  1. VMFASM DMKSYS DMKLCL
  2. CP SPOOL PUN *
  3. CP SPOOL PRT *
  4. VMFLOAD CPLOAD DMKLCL
  5. ORDER READER nnnn (for IPL deck)
  6. IPL 00C CLEAR
  7. CLOSE RDR
  8. ORDER RDR nnnn (for print file)
  9. READCARD CPLOAD MAP?
  10. LOGOFF
  11. Re-IPL.



So, that's where I am.? I hope somebody can correct my assumptions and put me on the path to righteousness. (LOL)

PS - Can I have two SYSTIME statements, one for EST and one for EDT?? Is the alternative to rebuild CP each time change?


Re: Another Time Zone Question (Sorta)

 

¿ªÔÆÌåÓý

Jim,

?

As the intention is that the ¡°E¡± disk is for user mods you can use what you like for ¡°nnn¡± and ¡°xxx¡± and you only need a memo in case you forget.

Depending on which CE you are using HELP UPDATE or FSHELP UPDATE should get help on the statements.

I think your commands are right, I couldn¡¯t sleep, so it¡¯s the middle of the night.

You only get one time zone.

?

Dave

?

?

?

From: [email protected] <[email protected]> On Behalf Of Bertram Moshier
Sent: 15 October 2022 04:36
To: [email protected]
Subject: Re: [h390-vm] Another Time Zone Question (Sorta)

?

Me, too.? I want to have the correct Central Time (CDT and CST).

?

Thank you.

?

On Fri, Oct 14, 2022, 22:30 Jim Snellen <jsnellen55@...> wrote:

Hello All,
I too, like Jay Maynard, am trying to specify the correct time zone for my location.? I know that DMKSYS is where it's specified, and I know that I want to change?
'SYSTIME ZONE=0,LOC=WEST,ID=GMT' to 'SYSTIME ZONE=5,LOC=WEST,ID=EDT'.? I also know the sequence number is 00220000.

In my past life, I would simply edit DMKSYS ASSEMBLE and be on my way.? Now that I know that's the wrong way to do it, I don't quite know the right way using the E-disk for local mods.

I see that MAINT MEMO B says to use VMSETUP CP to establish the search order.? OK, next I see that DMKLCL CNTRL E identifies where the local changes are (by way of filetype I presume).? ?DMKSYS AUXLCL E should contain an entry like 'LCLnnnDK xxx Change SYSTIME macro to reflect local time zone and ID'.? I don't know what values are supposed to be used for nnn and xxx.? What is the significance of DK? It also appears I need to create a file named 'LCLnnnDK MEMO E' which contains a lengthier description of the modification.? Finally, I assume another file is to be created named 'DMKSYS LCLnnnDK E' that contains:
,/ R 00220000 $ 00220000 1? ? ? ? ? ? ? ? ?mm/dd/yy? hh:mm:ss
? ? ? ? ?SYSTIME ZONE=5,LOC=WEST,ID=EDT? ? ? ? ?LCLnnnDK

I'm guessing on the replace statement, I'm sure there's an IBM manual that describes how to code these update statements.?
After all is done I simply

  1. VMFASM DMKSYS DMKLCL
  2. CP SPOOL PUN *
  3. CP SPOOL PRT *
  4. VMFLOAD CPLOAD DMKLCL
  5. ORDER READER nnnn (for IPL deck)
  6. IPL 00C CLEAR
  7. CLOSE RDR
  8. ORDER RDR nnnn (for print file)
  9. READCARD CPLOAD MAP?
  10. LOGOFF
  11. Re-IPL.



So, that's where I am.? I hope somebody can correct my assumptions and put me on the path to righteousness. (LOL)

PS - Can I have two SYSTIME statements, one for EST and one for EDT?? Is the alternative to rebuild CP each time change?


Re: Another Time Zone Question (Sorta)

 

Me, too.? I want to have the correct Central Time (CDT and CST).

Thank you.

On Fri, Oct 14, 2022, 22:30 Jim Snellen <jsnellen55@...> wrote:
Hello All,
I too, like Jay Maynard, am trying to specify the correct time zone for my location.? I know that DMKSYS is where it's specified, and I know that I want to change?
'SYSTIME ZONE=0,LOC=WEST,ID=GMT' to 'SYSTIME ZONE=5,LOC=WEST,ID=EDT'.? I also know the sequence number is 00220000.

In my past life, I would simply edit DMKSYS ASSEMBLE and be on my way.? Now that I know that's the wrong way to do it, I don't quite know the right way using the E-disk for local mods.

I see that MAINT MEMO B says to use VMSETUP CP to establish the search order.? OK, next I see that DMKLCL CNTRL E identifies where the local changes are (by way of filetype I presume).? ?DMKSYS AUXLCL E should contain an entry like 'LCLnnnDK xxx Change SYSTIME macro to reflect local time zone and ID'.? I don't know what values are supposed to be used for nnn and xxx.? What is the significance of DK? It also appears I need to create a file named 'LCLnnnDK MEMO E' which contains a lengthier description of the modification.? Finally, I assume another file is to be created named 'DMKSYS LCLnnnDK E' that contains:
,/ R 00220000 $ 00220000 1? ? ? ? ? ? ? ? ?mm/dd/yy? hh:mm:ss
? ? ? ? ?SYSTIME ZONE=5,LOC=WEST,ID=EDT? ? ? ? ?LCLnnnDK

I'm guessing on the replace statement, I'm sure there's an IBM manual that describes how to code these update statements.?
After all is done I simply
  1. VMFASM DMKSYS DMKLCL
  2. CP SPOOL PUN *
  3. CP SPOOL PRT *
  4. VMFLOAD CPLOAD DMKLCL
  5. ORDER READER nnnn (for IPL deck)
  6. IPL 00C CLEAR
  7. CLOSE RDR
  8. ORDER RDR nnnn (for print file)
  9. READCARD CPLOAD MAP?
  10. LOGOFF
  11. Re-IPL.


So, that's where I am.? I hope somebody can correct my assumptions and put me on the path to righteousness. (LOL)

PS - Can I have two SYSTIME statements, one for EST and one for EDT?? Is the alternative to rebuild CP each time change?


Re: Another Time Zone Question (Sorta)

 

On Fri, Oct 14, 2022 at 08:30 PM, Jim Snellen wrote:
I'm guessing on the replace statement, I'm sure there's an IBM manual that describes how to code these update statements.?

The earliest manual I could find is this one:

Check Chapter 6. Updating Source Programs Using CMS.

Cheers,

Rene FERLAND, Montreal


Another Time Zone Question (Sorta)

 

Hello All,
I too, like Jay Maynard, am trying to specify the correct time zone for my location.? I know that DMKSYS is where it's specified, and I know that I want to change?
'SYSTIME ZONE=0,LOC=WEST,ID=GMT' to 'SYSTIME ZONE=5,LOC=WEST,ID=EDT'.? I also know the sequence number is 00220000.

In my past life, I would simply edit DMKSYS ASSEMBLE and be on my way.? Now that I know that's the wrong way to do it, I don't quite know the right way using the E-disk for local mods.

I see that MAINT MEMO B says to use VMSETUP CP to establish the search order.? OK, next I see that DMKLCL CNTRL E identifies where the local changes are (by way of filetype I presume).? ?DMKSYS AUXLCL E should contain an entry like 'LCLnnnDK xxx Change SYSTIME macro to reflect local time zone and ID'.? I don't know what values are supposed to be used for nnn and xxx.? What is the significance of DK? It also appears I need to create a file named 'LCLnnnDK MEMO E' which contains a lengthier description of the modification.? Finally, I assume another file is to be created named 'DMKSYS LCLnnnDK E' that contains:
,/ R 00220000 $ 00220000 1? ? ? ? ? ? ? ? ?mm/dd/yy? hh:mm:ss
? ? ? ? ?SYSTIME ZONE=5,LOC=WEST,ID=EDT? ? ? ? ?LCLnnnDK

I'm guessing on the replace statement, I'm sure there's an IBM manual that describes how to code these update statements.?
After all is done I simply
  1. VMFASM DMKSYS DMKLCL
  2. CP SPOOL PUN *
  3. CP SPOOL PRT *
  4. VMFLOAD CPLOAD DMKLCL
  5. ORDER READER nnnn (for IPL deck)
  6. IPL 00C CLEAR
  7. CLOSE RDR
  8. ORDER RDR nnnn (for print file)
  9. READCARD CPLOAD MAP?
  10. LOGOFF
  11. Re-IPL.


So, that's where I am.? I hope somebody can correct my assumptions and put me on the path to righteousness. (LOL)

PS - Can I have two SYSTIME statements, one for EST and one for EDT?? Is the alternative to rebuild CP each time change?


Re: *** Problem Solved *** Issue #83 Errors with more than 7 arguments given to REXX EXECs, bREXX does not even start #rexx #github #VMCE

 

I made the mistake to alter the subject of this topic, but then groups.io made a new topic of this.
I recreated my post and deleted the unwanted, but of course I could not recall mail.

Please continue here:
/g/h390-vm/topic/93751298#4327


Re: *** Problem Solved *** Issue #83 Errors with more than 7 arguments given to REXX EXECs, bREXX does not even start #rexx #github #VMCE

 

Hi Martin,
Excellent news! I have been in the hospital for a surgery, and I was just going to
start working on this today. You have saved me a lot of work.
Bob Bolch

On Fri, Oct 14, 2022 at 3:57 AM Martin Scheffler <San-Lorenzo@...> wrote:
***** Problem Solved ***????????

VM/370 Community Edition Version? 1 Release? 1.2?? has an outdated saved segment GCCLIB .??????????????????????????????????? ?
Running? GCCSEG?? EXEC???? Y2? as? MAINT? solves this problem.??? ?

CON FILE 1435? TO? MAINT??? COPY 01 NOHOLD???????????????????????? ?
Ready; T=0.01/0.01 06:39:52??????????????????????????????????????? ?
sp con to * start????????????????????????????????????????????????? ?
Ready; T=0.01/0.02 06:39:59??????????????????????????????????????? ?
id???????????????????????????????????????????????????????????????? ?
MAINT??? AT VM370CE? VIA RSCS???? 06:40:11 10/14/22 GMT???? FRIDAY ?
Ready; T=0.01/0.01 06:40:11??????????????????????????????????????? ?
define storage 16m???????????????????????????????????????????????? ?
STORAGE = 16384K?????????????????????????????????????????????????? ?
CP ENTERED; DISABLED WAIT PSW '00020000 00000000'????????????????? ?
SYSTEM CLEAR?????????????????????????????????????????????????????? ?
STORAGE CLEARED - SYSTEM RESET???????????????????????????????????? ?
IPL CMS??????????????????????????????????????????????????????????? ?
San Lorenzo's Great Bug Factory??????????????????????????????????? ?
access ( noprof??????????????????????????????????????????????????? ?
Y (19E) R/O??????????????????????????????????????????????????????? ?
Ready; T=0.01/0.01 06:41:52??????????????????????????????????????? ?
gccseg f20000 gcclib?????????????????????????????????????????????? ?
SYSTEM SAVED?????????????????????????????????????????????????????? ?
GCCSEG COMPLETE??????????????????????????????????????????????????? ?
Ready; T=0.04/0.12 06:42:46??????????????????????????????????????? ?
sp con to * start close??????????????????????????????????????????? ?


Re: Issue #83: Errors with more than 7 arguments given to REXX EXECs, bREXX does not even start #github #VMCE #rexx

 

***** Problem Solved ***????????

VM/370 Community Edition Version? 1 Release? 1.2?? has an outdated saved segment GCCLIB .??????????????????????????????????? ?
Running? GCCSEG?? EXEC???? Y2? as? MAINT? solves this problem.??? ?

CON FILE 1435? TO? MAINT??? COPY 01 NOHOLD???????????????????????? ?
Ready; T=0.01/0.01 06:39:52??????????????????????????????????????? ?
sp con to * start????????????????????????????????????????????????? ?
Ready; T=0.01/0.02 06:39:59??????????????????????????????????????? ?
id???????????????????????????????????????????????????????????????? ?
MAINT??? AT VM370CE? VIA RSCS???? 06:40:11 10/14/22 GMT???? FRIDAY ?
Ready; T=0.01/0.01 06:40:11??????????????????????????????????????? ?
define storage 16m???????????????????????????????????????????????? ?
STORAGE = 16384K?????????????????????????????????????????????????? ?
CP ENTERED; DISABLED WAIT PSW '00020000 00000000'????????????????? ?
SYSTEM CLEAR?????????????????????????????????????????????????????? ?
STORAGE CLEARED - SYSTEM RESET???????????????????????????????????? ?
IPL CMS??????????????????????????????????????????????????????????? ?
San Lorenzo's Great Bug Factory??????????????????????????????????? ?
access ( noprof??????????????????????????????????????????????????? ?
Y (19E) R/O??????????????????????????????????????????????????????? ?
Ready; T=0.01/0.01 06:41:52??????????????????????????????????????? ?
gccseg f20000 gcclib?????????????????????????????????????????????? ?
SYSTEM SAVED?????????????????????????????????????????????????????? ?
GCCSEG COMPLETE??????????????????????????????????????????????????? ?
Ready; T=0.04/0.12 06:42:46??????????????????????????????????????? ?
sp con to * start close??????????????????????????????
???????????????


Re: Automatic generation of transcoding tables for IND$FILE #rexx #VMCE

 

A sobering finding: my little tool produces essentially the same results as the already existing file VISTA IND$MAP Y2 on MNT19E. I feel like having reinvented the wheel for the seventh time. So for most users there is a very simple solution:? COPY VISTA IND$MAP Y2 DEFAULT IND$MAP A1? . Such a file does NOT exist on LCM+L's VM/SP 5, though their IND$FILE program is not IBM's ... it behaves EXACTLY like that from the MECAFF tool suite on VM/370 CE.

????????????????????????????????????????????????????????????????????????????? ? ?
Ready; T=0.01/0.50 14:43:47???????????????????????????????????????????????????? ?
l * IND$MAP+ ( l??????????????????????????????????????????????????????????????? ?
Filename Filetype Fm? Format??? Recs Blocks???? Date??? Time?? Label??????????? ?
VISTA??? IND$MAP+ A1? F??? 80???? 98???? 10? 09/23/22?? 14:39? MCF191?????????? ?
ZOC_1047 IND$MAP+ A1? F??? 80???? 98???? 10? 09/23/22?? 14:40? MCF191?????????? ?
Ready; T=0.01/0.01 14:43:51???????????????????????????????????????????????????? ?
comp ZOC_1047 IND$MAP+ A1? VISTA??? IND$MAP+ A1???????????????????????????????? ?
COMPARING 'ZOC_1047 IND$MAP+ A' WITH 'VISTA IND$MAP+ A'.??????????????????????? ?
9D 68?????????????????????????????????????????????????????????????????????????? ?
9D 68 * bug reported by mfnoel (error: cedille <-> comma), old line was: 9D 6B? ?
DF E1?????????????????????????????????????????????????????????????????????????? ?
DF E1 * y-trema :: host: lowercase <-> term: uppercase????????????????????????? ?
FILES DO NOT COMPARE.?????????????????????????????????????????????????????????? ?
Ready(00004); T=0.01/0.02 14:44:26????????????????????????????????????????????? ?
??????????????????????????????????????????????????????????????????????????????? ?
listfile VISTA??? IND$MAP? Y2? (label)????????????????????????????????????????? ?
Filename Filetype Fm? Format??? Recs Blocks???? Date??? Time?? Label??????????? ?
VISTA??? IND$MAP? Y2? V??? 78??? 130????? 2? 07/18/13?? 17:04? MNT19E?????????? ?
Ready; T=0.01/0.01 15:02:09???????????????????????????????????????????????????? ?
copy VISTA??? IND$MAP? Y2? default? IND$MAP? a1???????????????????????????????? ?
Ready; T=0.01/0.02 15:23:23???????????????????????????????????????????????????? ?
??????????????????????????????????????????????????????????????????????????????? ?


Re: VM/SP Release 5 at LCM+L (Living Computers: Museum + Labs)

 

On Wed, Sep 21, 2022 at 10:06 PM, Martin Scheffler wrote:
* The LCM+L (including the physical IBM 4361) is shutdown. We've??????????? ?
* gone virtual for now to bring you an emulated VM/SP 5 experience.???????? ?
* (Comparisons to the Ship of Theseus may be appropriate.)????????

That was written?2021-11-11, so it's not news.? Yes?

-ahd-


Re: VM/SP Release 5 at LCM+L (Living Computers: Museum + Labs)

 

??????????????????????????????????????????????????????????????????????????? ?
LOGON GUEST4??????????????????????????????????????????????????????????????? ?
LOGMSG - 10:19:16 PDT WEDNESDAY 09/21/22??????????????????????????????????? ?
* Welcome to the Living Computers: Museum + Labs IBM 4361, located????????? ?
* in Seattle, Washington USA. The 4361 runs VM/SP 5, and is set to????????? ?
* the local (Pacific) timezone.???????????????????????????????????????????? ?
*?????????????????????????????????????????????????????????????????????????? ?
* Use DIRMAINT to set your password or account options. For help on???????? ?
* DIRMAINT, enter: DIRM ??????????????????????????????????????????????????? ?
*?????????????????????????????????????????????????????????????????????????? ?
* Spring has sprung in Seattle, and the VM/SP system is now on????????????? ?
* Pacific Daylight Savings time???????????????????????????????????????????? ?
*?????????????????????????????????????????????????????????????????????????? ?
* The LCM+L (including the physical IBM 4361) is shutdown. We've??????????? ?
* gone virtual for now to bring you an emulated VM/SP 5 experience.???????? ?
* (Comparisons to the Ship of Theseus may be appropriate.)????????????????? ?
*?????????????????????????????????????????????????????????????????????????? ?
* For the full (previous) log messages, enter: CP QUERY LOGMSG????????????? ?
FILES:? 004 RDR,?? NO PRT,?? NO PUN???????????????????????????????????????? ?
RECONNECTED AT 12:06:57 PDT WEDNESDAY 09/21/22????????????????????????????? ?
??????????????????????????????????????????????????????????????????????????? ?
CP QUERY LOGMSG???????????????????????????????????????????????????????????? ?
* Welcome to the Living Computers: Museum + Labs IBM 4361, located????????? ?
* in Seattle, Washington USA. The 4361 runs VM/SP 5, and is set to????????? ?
* the local (Pacific) timezone.???????????????????????????????????????????? ?
*?????????????????????????????????????????????????????????????????????????? ?
* Use DIRMAINT to set your password or account options. For help on???????? ?
* DIRMAINT, enter: DIRM ??????????????????????????????????????????????????? ?
*?????????????????????????????????????????????????????????????????????????? ?
* Spring has sprung in Seattle, and the VM/SP system is now on????????????? ?
* Pacific Daylight Savings time???????????????????????????????????????????? ?
.?????????????????????????????????????????????????????????????????????????? ?
2021-11-11????????????????????????????????????????????????????????????????? ?
. "Winter is coming."? -- Eddard Stark????????????????????????????????????? ?
.?????????????????????????????????????????????????????????????????????????? ?
. VM/SP has been IPLed in the PST timezone for the winter months.?????????? ?
.?????????????????????????????????????????????????????????????????????????? ?
. Because the VM/SP environment has no physical unit record???????????????? ?
. devices, the system profile has been changed so that the virtual????????? ?
. printer and punch for each user now spool to back to their reader.??????? ?
*?????????????????????????????????????????????????????????????????????????? ?
* The LCM+L (including the physical IBM 4361) is shutdown. We've??????????? ?
* gone virtual for now to bring you an emulated VM/SP 5 experience.???????? ?
* (Comparisons to the Ship of Theseus may be appropriate.)????????????????? ?
.?????????????????????????????????????????????????????????????????????????? ?
2020-05-11????????????????????????????????????????????????????????????????? ?
. APL\360 is now installed thanks to Bob Bolsh. Use an APL-enabled????????? ?
. terminal emulator and run APL360. ("x3270 -efont 3270 -apl"?????????????? ?
. does nicely.)???????????????????????????????????????????????????????????? ?
.?????????????????????????????????????????????????????????????????????????? ?
2020-05-01????????????????????????????????????????????????????????????????? ?
. Oregon Trail (the 1978 Creative Computing version) is installed.????????? ?
. Type OREGON to play.????????????????????????????????????????????????????? ?
.?????????????????????????????????????????????????????????????????????????? ?
2020-04-13????????????????????????????????????????????????????????????????? ?
. DON'T PANIC: "The DASD is being cleared" messsage at login is now???????? ?
. normal. Users now have a 50 cylinder (~29 MBytes) temporary disk????????? ?
. being allocated, cleared, formatted, and accessed as D at login.????????? ?
.?????????????????????????????????????????????????????????????????????????? ?
2020-04-02????????????????????????????????????????????????????????????????? ?
. The user ids GUEST and GUEST0-GUEST5 are now available for remote???????? ?
. anonymous access. The password for all of the accounts is GUEST.????????? ?
. Tell your friends.??????????????????????????????????????????????????????? ?
.?????????????????????????????????????????????????????????????????????????? ?
2019-12-04????????????????????????????????????????????????????????????????? ?
. The games disk has moved from address 192 to 19C on user virtual????????? ?
. machines, and now is automatically accessed at file mode G.?????????????? ?
.?????????????????????????????????????????????????????????????????????????? ?
2019-12-04????????????????????????????????????????????????????????????????? ?
. The user directory (PASSWD file for you UNIX types) has been????????????? ?
. tidied up and all regular users are converted to use a standard?????????? ?
. profile. No changes should be visible. Report any problems via??????????? ?
. NOTE to AHD?????????????????????????????????????????????????????????????? ?
.?????????????????????????????????????????????????????????????????????????? ?
2019-05-04????????????????????????????????????????????????????????????????? ?
. While the 4361 was in rehab, the local help files were audited;?????????? ?
. numerous files were corrected, and entire menus were added for??????????? ?
. local utilities, XEDIT macros, and games.???????????????????????????????? ?
.?????????????????????????????????????????????????????????????????????????? ?
2018-07-03????????????????????????????????????????????????????????????????? ?
. NEW COMPILERS: The PL/I Optimizing (PLIOPT) and FORTRAN/VS??????????????? ?
. (FORTVS2) compilers are now installed. (We're not sure why??????????????? ?
. FORTRAN/VS works, but it does!)?????????????????????????????????????????? ?
.?????????????????????????????????????????????????????????????????????????? ?
. The PLI (F) compiler is renamed to PLIF, and its library to PLIF????????? ?
. as well. Likewise the FORTRANG and FORTRANH compilers have new??????????? ?
. names, and their common library is now FORTGH. These changes are????????? ?
. to avoid confusion with the newer FORTRAN/VS and PL/I Optimizing????????? ?
. compilers.??????????????????????????????????????????????????????????????? ?
.?????????????????????????????????????????????????????????????????????????? ?
. In addition to our new compilers, we have taken a look at our???????????? ?
. older offerings:????????????????????????????????????????????????????????? ?
.?????????????????????????????????????????????????????????????????????????? ?
. - Verified the operation of C (GCC), COBOL, FORTRAN (G, H, and??????????? ?
.?? VS), PLI (F and Optimizing) and SNOBOL4 compilers.????????????????????? ?
.?????????????????????????????????????????????????????????????????????????? ?
. - Verified the operation of the BASIC, FORTH, PLCT (PL/C for????????????? ?
.?? CMS), SCRIPT (text formatter), and WATFIV interpreters.???????????????? ?
.?????????????????????????????????????????????????????????????????????????? ?
. NOTE: Currently ALGOL 68, ASSIST (Assembler) Interpreter and????????????? ?
. Stanford Pascal don't work. Work is in progress on ASSIST and???????????? ?
. PASCAL.?????????????????????????????????????????????????????????????????? ?
.?????????????????????????????????????????????????????????????????????????? ?
. We have added tools and demonstration programs to the Y-Disk:???????????? ?
.?????????????????????????????????????????????????????????????????????????? ?
. - "Hello world!" programs in BASIC, C, COBOL, FORTRAN, PASCAL???????????? ?
.?? PLC, PLI, SCRIPT, SNOBOL4 and WATFIV. To view: FILELIST HELLO * Y?????? ?
.?????????????????????????????????????????????????????????????????????????? ?
. - Simple EXEC procedures to build modules from compiler output??????????? ?
.?? These include GENCOBOL, GENFORTG, GENFORTH, GENFORTV, GENGCC,?????????? ?
.?? GENPLIF and GENPLIOP.? To view: FILELIST GEN* EXEC Y??????????????????? ?
.?????????????????????????????????????????????????????????????????????????? ?
2018-06-22????????????????????????????????????????????????????????????????? ?
. FLIST and BROWSE now exploit larger terminal sizes gracefully.??????????? ?
. Thanks to Bob Polmanter (again!)????????????????????????????????????????? ?
.?????????????????????????????????????????????????????????????????????????? ?
2018-06-20????????????????????????????????????????????????????????????????? ?
. SMART has now idle checking enabled. If you are idle for two????????????? ?
. hours, it will warn you and then FORCE you off. Running any?????????????? ?
. periodically waking program like VMCSMART will prevent this action.?????? ?
.?????????????????????????????????????????????????????????????????????????? ?
2018-06-15????????????????????????????????????????????????????????????????? ?
. Various IPF utilties are loaded, including the very fast BROWSE and FLIST.
. Sadly, they don't grok dynamic terminal sizes.??????????????????????????? ?
.?????????????????????????????????????????????????????????????????????????? ?
2018-06-15????????????????????????????????????????????????????????????????? ?
. IND$FILE is installed for interactive file transfers. Our thanks to Bob?? ?
. Polmanter (WABLY) for his efforts to make it compatible with VM/SP.?????? ?
.?????????????????????????????????????????????????????????????????????????? ?
2018-06-10????????????????????????????????????????????????????????????????? ?
. The Real-Time Monitor (SMART) is now available. Type VMCSMART to????????? ?
. run, and hit ENTER to stop refreshes and exit.??????????????????????????? ?
*?????????????????????????????????????????????????????????????????????????? ?
* For the full (previous) log messages, enter: CP QUERY LOGMSG????????????? ?
??????????????????????????????????????????????????????????????????????????? ?


Re: VM/SP Release 5 at LCM+L (Living Computers: Museum + Labs)

 

sysadmin AT livingcomputers.org


Re: VM/SP Release 5 at LCM+L (Living Computers: Museum + Labs)

 

Thanks for info. I have mailed to sysadmin@... .