¿ªÔÆÌåÓý


Re: Another Time Zone Question (Sorta)

 

Jim,

SYSID was added to Sixpack 1.2 via a patch (HRC108DK) and of course is carried forward into VM/CE.? The internals of the change are documented in HRC108DK MEMO.?? Thus, you won't see it in any VM/370 documentation published by IBM.?? Later, SYSID appeared in VM/SP.

If you need to know how to use it or need examples, please ask.? I am not the author of this modification but I do use it and it works perfectly.

Regards,
Bob


Re: Another Time Zone Question (Sorta)

 

¿ªÔÆÌåÓý

Bob,
You certainly verified my thinking as that¡¯s the way I did it many years ago. I noticed there were a lot of changes to DMKSYS that were not made via AUX files so I was a little confused. There is no ¡°original¡± IBM files so that not an issue. In fact, the manual I¡¯m using doesn¡¯t even have the SYSID macro defined.?

As for keeping track of any changes, I always did that manually as well. Thanks for your input.?

Best regards,
Jim

?

On Oct 15, 2022, at 6:34 PM, Bob Polmanter <wably@...> wrote:

?Jim,

I definitely would not use update files and AUX files in order to manage DMKSYS for the purposes of a time zone change.? I realize that VM/CE may be more or less set up for that, but it doesn't mean you have to use it.? My stance might irritate some but it is just overkill for the purpose.

Keep in mind that the three user modifiable CP modules DMKSYS, DMKRIO, and DMKSNT are meant to be customized for the specific installation.? There is no need to preserve the "untouched original IBM code" for these three modules.? It is expected that a system programmer will alter these three files.

If you like, you can save a copy of the original IBM versions on another minidisk, but in all seriousness I would directly edit any of those three as changes are needed, and simply reassemble them as usual using VMFASM DMKxxx DMKLCL.?? I wouldn't use any update or AUX files for these three.? The only possible case I could see would be that update files do provide a sort of history of changes; if that is important to you then use them.? In lieu of that, you could also keep track of important changes with comments in these three modules as well, as you see fit.

I'm practicing what I am preaching here still to this day, just as I did on my real VM system on real hardware for years, back in the day.

Regards,
Bob


Re: Another Time Zone Question (Sorta)

 

Jim,

I definitely would not use update files and AUX files in order to manage DMKSYS for the purposes of a time zone change.? I realize that VM/CE may be more or less set up for that, but it doesn't mean you have to use it.? My stance might irritate some but it is just overkill for the purpose.

Keep in mind that the three user modifiable CP modules DMKSYS, DMKRIO, and DMKSNT are meant to be customized for the specific installation.? There is no need to preserve the "untouched original IBM code" for these three modules.? It is expected that a system programmer will alter these three files.

If you like, you can save a copy of the original IBM versions on another minidisk, but in all seriousness I would directly edit any of those three as changes are needed, and simply reassemble them as usual using VMFASM DMKxxx DMKLCL.?? I wouldn't use any update or AUX files for these three.? The only possible case I could see would be that update files do provide a sort of history of changes; if that is important to you then use them.? In lieu of that, you could also keep track of important changes with comments in these three modules as well, as you see fit.

I'm practicing what I am preaching here still to this day, just as I did on my real VM system on real hardware for years, back in the day.

Regards,
Bob


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

 

On Sat, Oct 15, 2022 at 09:57 AM, Martin Scheffler wrote:
Do you think it is desirable and feasable to have a decent subset of XEDIT as part of VM/370 CE ?
I do. One of the may things on my impossibly long to do list is to try to convert/port THE (The Hessling Editor) to VM/370 CE.

?... Mark S.


Re: Another Time Zone Question (Sorta)

 

¿ªÔÆÌåÓý

Gary,

Pretty sure it presents what you ask to the emulated machines. See the TZOFFSET in

?

?

Dave

?

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

?

Hi Dave,

?

In regards to this issue, I think it boils down to how Hercules obtains the time/date from the host OS, (Linux, Windows, etc), is it local or UTC? That will affect how VM applies the timezone offset.?

?

In the old days when the hardware was powered on the operator would enter the time and date and would toggle the TOD switch or press the Alt/TOD key combination to set the time register.? For a "warm" start VM would read the time register first and prompt the operator for acceptance.?

?

So the question is what is Hercules holding in its virtual hardware time register and how may it be different from a value that an operator would enter the local time.

?

I experimented with this a long while back and got it right, but I? don't remember what it was for sure.? I think it was just making the timezone offset to UTC, 00:00.

?

Regards,

Gary

?

?

?

Sent from whatever device I am using.

?

?

-------- Original message --------

From: Dave Wade <dave.g4ugm@...>

Date: 10/15/22 7:40 AM (GMT-05:00)

Subject: Re: [h390-vm] 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?


Re: Another Time Zone Question (Sorta)

 

¿ªÔÆÌåÓý

Hi Dave,

In regards to this issue, I think it boils down to how Hercules obtains the time/date from the host OS, (Linux, Windows, etc), is it local or UTC? That will affect how VM applies the timezone offset.?

In the old days when the hardware was powered on the operator would enter the time and date and would toggle the TOD switch or press the Alt/TOD key combination to set the time register.? For a "warm" start VM would read the time register first and prompt the operator for acceptance.?

So the question is what is Hercules holding in its virtual hardware time register and how may it be different from a value that an operator would enter the local time.

I experimented with this a long while back and got it right, but I? don't remember what it was for sure.? I think it was just making the timezone offset to UTC, 00:00.

Regards,
Gary



Sent from whatever device I am using.


-------- Original message --------
From: Dave Wade <dave.g4ugm@...>
Date: 10/15/22 7:40 AM (GMT-05:00)
Subject: Re: [h390-vm] 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?


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

 

¿ªÔÆÌåÓý

Matthew,

Like many other enhancements DIAG58 arrived in the VM/370 extensions packages, SEPP and/or BSEPP as confirmed by

?

?

which lists it as a feature included from BSEPP.? So it was available prior to VM/SP but only as a paid-for addition.

There was also the EDGAR full screen editor which again was a separate product and which made use of DIAG58. I don¡¯t think it survives.

I see VM/SP1 ?and SP2 had EDGAR compatibility code in XEDIT which was removed in SP3¡­

?

?

?

Dave

?

?

From: [email protected] <[email protected]> On Behalf Of Matthew T. Kromer
Sent: 15 October 2022 15:24
To: [email protected]
Subject: Re: [h390-vm] 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?


#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