Keyboard Shortcuts
Likes
- H390-Vm
- Messages
Search
Re: VM/370 CE - Editing an APL function
开云体育Correct, APL did not initially support 3270's as these did not yet exist. You needed a 2741 terminal attached via start/stop line.? I know this because my first IT job (early 70's) was in Poughkeepsie with a company that offered time sharing services using APL to not-for-profit organizations, usually schools.? How exactly this is configured with Hercules I have no idea.? There was work done on the Hercules 270x emulation (the mainframe end point of the start/stop telephone line) for APL. What I am saying is, APL will work as described in the Primer on Hercules.? Will APL work under VM?? Do not know.? Whether support within APL existed for a system console (which you are using) to be a terminal that could edit APL is unclear to me.? Rather doubtful.? Entirely different character set. Never actually worked in the data center in that job so do not
know the system end.?? I do remember that APL was run on DOS and
later they moved to DOS/VS. Harold Grovesteen On 4/12/24 03:20, Dave Wade wrote:
|
Re: VM/370 CE - Editing an APL function
开云体育Marco, I guessed that was the case. Not sure how to proceed. Dave ? ? From: [email protected] <[email protected]> On Behalf Of M Verpelli via groups.io
Sent: Friday, April 12, 2024 9:34 AM To: [email protected] Subject: Re: [h390-vm] VM/370 CE - Editing an APL function ? Yes, by entering BEGIN you return to the APL session but the line to be deleted is sitll here. |
Re: VM/370 CE - Editing an APL function
开云体育Marco, I suspect the book was written before 3270 terminals existed, so not sure how to delete a line. Whenever you get a CP read “BEGIN” will try to restart your program. Dave ? From: [email protected] <[email protected]> On Behalf Of M Verpelli via groups.io
Sent: Friday, April 12, 2024 9:10 AM To: [email protected] Subject: [h390-vm] VM/370 CE - Editing an APL function ? ? I am following what is printed in the APL\360 Primer book. To delete a line (i.e. #3) [3] press the ATTN key, followed immediately by carrier return. ? I have these problems: 1) is carrier return some 2741 key that PCOMM 3270 emulator doesn't have, or is carrier return to be intended as carriage return? 2) if I press ATTN and CR I find myself at the CP prompt, how is it possible to return to my APL session? ? Thanks for any suggestions, I'm not at all knowledgeable about the VM/370 system. |
VM/370 CE - Editing an APL function
?
I am following what is printed in the APL\360 Primer book.
To delete a line (i.e. #3)
[3] press the ATTN key, followed immediately by carrier return.
?
I have these problems:
1) is carrier return some 2741 key that PCOMM 3270 emulator doesn't have, or is carrier return to be intended as carriage return?
2) if I press ATTN and CR I find myself at the CP prompt, how is it possible to return to my APL session?
?
Thanks for any suggestions, I'm not at all knowledgeable about the VM/370 system. Marco |
Re: Have a working storage under VM/370
Done the TK5 update 3 under VM/370 (and also via the help here : /g/h390-vm/topic/mvs_under_vm_370_and_3390/102804041?p=,,,20,0,0,0::recentpostdate/sticky,,,20,2,0,102804041,previd%3D1701232831135968515,nextid%3D1683996992282281024&previd=1701232831135968515&nextid=1683996992282281024) And thanks for forcing me to look back to run the "real" non-docker VM370 first.?? ? |
Re: Have a working storage under VM/370
Apology for troubling you all guys. I think you are right to point out that it is very likely the commit issue.? Spending me a few days totally forget this need to commit.? That meant a few changes to the throw as once quit it will auto logout of the docker ...?I will test it later.? |
Re: Have a working storage under VM/370
开云体育well, we can try to support running in Docker (a bit).So please tell me you are persisting the container after you stop it, to a new image. Otherwise, you will start a new container from the old image, and that will contain the unchanged disk images. You need to do something like (showing you with my netrexx s/390x image): ? ?test git:(master) ? docker run -it rvjansen/netrexx WARNING: The requested image's platform (linux/s390x) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested root@6ffb982a8a2d:~# ls root@6ffb982a8a2d:~# nrc Usage: /bin/NetRexxC.sh [-run] [other options] filename *** WARNING *** Ambiguous z/Architecture detection! ? ? ? ? ? ? ? ? oldest detected generation is system-z, g6-ec12, ldisp_fast, extimm, pcrel_load/store, cmpb, cond_load/store, interlocked_update, txm NetRexx portable processor 4.05-alpha build 196-20221110-1459 Copyright (c) RexxLA, 2011,2022. ? All rights reserved. Parts Copyright (c) IBM Corporation, 1995,2008. Arguments are: in_file_specification... [-option]... Use "--help" to show all options root@6ffb982a8a2d:~# exit exit Never mind the warnings, did not see them before but that is not the point here. What is the point, is that after you exit, you need to persist the container image with 'docker commit' ? ?test git:(master) ? docker commit 6ffb982a8a2d sha256:929e7bcda67826e4011cbf3c636c612eb8339205327f14072ed7d3cb14051c89 And the, you can rename the persisted container image for use the next time: ? ?test git:(master) ? docker tag 929e7bcda67826e4011cbf3c636c612eb8339205327f14072ed7d3cb14051c89 rvjansen/netrexx The greater good here is that if you messed up something, you can just choose not to persist the image and restart with an unchanged one - no real need for shadow files in a container. Let us know if that was the problem! best regards, René Jansen.
|
Re: Have a working storage under VM/370
开云体育Actually if you tell us which docker image you are using and which commands you use to run it we might be able to add more info.. ? Dave ? From: [email protected] <[email protected]> On Behalf Of Dave Wade via groups.io
Sent: Tuesday, April 9, 2024 5:21 PM To: [email protected] Subject: Re: [h390-vm] Have a working storage under VM/370 ? On Tue, Apr 9, 2024 at 05:16 PM, <kwccoin@...> wrote:
|
Re: Have a working storage under VM/370
On Tue, Apr 9, 2024 at 05:16 PM, <kwccoin@...> wrote:
OK I do not see that this is so as all seems to work.? I start to use other's dockerfile.? I now actually doing it all under my dockerfile as I tried sixpack as well as the latest se 1.3 for vm.? Also, the mvs tk5 update 3 work fine under docker (except you have to use web console).? All run ok except vm/370 is not presistent.? I can even login operator, shutdown there and follow the prof (in moshix video) and in the console do stop sysclear before quit.? And the system even say?# DMKCKP960I System WARM START data saved? ? ... (Could there be a start procedure issue.) ?All I can say is I never use docker and don't have this issue. No one else has reported this problem. Even on Linux. Dave |
Re: Have a working storage under VM/370
OK I do not see that this is so as all seems to work.? I start to use other's dockerfile.? I now actually doing it all under my dockerfile as I tried sixpack as well as the latest se 1.3 for vm.? Also, the mvs tk5 update 3 work fine under docker (except you have to use web console).? All run ok except vm/370 is not presistent.? I can even login operator, shutdown there and follow the prof (in moshix video) and in the console do stop sysclear before quit.? And the system even say?# DMKCKP960I System WARM START data saved? ? ... (Could there be a start procedure issue.)
Docker is just provide a linux environment to run all these. OK I can try non-docker one day ... see you guy one day. |
Re: Have a working storage under VM/370
开云体育I believe this is a docker issue. You need to ask the person who created the docker image. We don’t support docker here. ? Dave ? From: [email protected] <[email protected]> On Behalf Of kwccoin@...
Sent: Tuesday, April 9, 2024 1:15 PM To: [email protected] Subject: Re: [h390-vm] Have a working storage under VM/370 ? as all my changes are gone, isthere something I can do to see the changes. ?Is some start up option issues or …? |
Re: Have a working storage under VM/370
The changes are stored in shadow files, defined by the SF= so should persist. Dave? On Tue, 9 Apr 2024, 06:43 , <kwccoin@...> wrote:
|
Have a working storage under VM/370
More a MVS/VSE/DB2 guy and have been doing some COBOL/Assemble/FORTRAN over MVS 3.8j.
I wonder anyway to enable it to be rw (so that cmsuser can run and keep the source etc.) in any easy manner like copy file, add an exec etc. |
Re: How do I report a bug in VMCE?
开云体育Bertram, ? OK so I have looked further at this. There are two things that influence how the terminal behaves. There is the System Operator which is defined in DMKSYS and the system console which is defined in DMKRIO. On a quick checking the base VM/370 behaves in a similar way to VM/CE, so its working as IBM supplied it. I need to do more checking but even if I do find its different, it is not something I would rush to fix. Its low impact, and in a tricky area of code. No one is paid to fix it, we rely on someone wanting to fix it. ? Dave ? From: [email protected] <[email protected]> On Behalf Of Bertram Moshier
Sent: Thursday, April 4, 2024 11:42 PM To: [email protected] Subject: Re: [h390-vm] How do I report a bug in VMCE? ? Hi, ? Yes on operator I do q v storage ? ? ? On Thu, Apr 4, 2024, 12:19 René Ferland <ferland.rene@...> wrote:
|
Re: How do I report a bug in VMCE?
Hello Jeff, Thank you so very much On Fri, Apr 5, 2024 at 6:42?AM Jeff Henry <jbhenry@...> wrote:
|
Re: How do I report a bug in VMCE?
The procedure to get?a change in the VMCE?distribution is to begin by opening an issue at: Bob Bolch On Fri, Apr 5, 2024 at 5:23?AM Bertram Moshier <herc370390vm@...> wrote:
|
Re: How do I report a bug in VMCE?
Hello, On Fri, Apr 5, 2024 at 5:23?AM Bertram Moshier <herc370390vm@...> wrote:
CP TERM TIMESTAMP ON ... will put the timestamp on ALL output, not just CP messages. |
Re: How do I report a bug in VMCE?
toggle quoted message
Show quoted text
|