Re: I'm not sure if this is an EE issue or WC3270
Ah! I forgot to move my profile over. You said it works the same as Xedit. When I try to use prefix commands or next or forward or other commands I'm used to ... they don't work. Is there a list of
By
Bertram Moshier
·
#4944
·
|
Re: DLMALLOC PANIC LINE 3503
Bert, What makes you think RxFuncQuery and RxFunctionAdd work in CMS? It also fails on the SP5 system at LCM+L Dave Sent: 06 January 2023 02:53 To: [email protected] Subject: [h390-vm] DLMALLOC PANIC
By
Dave Wade
·
#4943
·
|
Re: I'm not sure if this is an EE issue or WC3270
Bert, Neither! EE behaves exactly the same as XEDIT does ¡°out of the box¡±. If you want NULLS then you need to have ¡°NULLS ON¡± in your PROFILE EE file. Dave Sent: 06 January 2023 06:31 To:
By
Dave Wade
·
#4942
·
|
Re: I'm not sure if this is an EE issue or WC3270
Hello, I understand how the 3270 works with regards to various VM editors. It is my memory that with XEDIT and EDGAR I could do an insert without doing an Erase EOF. Maybe they put nulls and not
By
Bertram Moshier
·
#4941
·
|
Re: I'm not sure if this is an EE issue or WC3270
That's the way the 3270 behaves. I don't know if there's a way to tell EE to use nulls instead of spaces to fill the screen, like you can with ISPF, but basically, you have to have nulls in a field to
By
Jay Maynard
·
#4940
·
|
I'm not sure if this is an EE issue or WC3270
Hello, When editing (using EE) the earlierly discussed program (TEST EXEC A), I kept getting on the WC3270 screen and "OVERFLOW" error, when trying to insert characters. An example is: 1. I edit a
By
Bertram Moshier
·
#4939
·
|
DLMALLOC PANIC LINE 3503
Hello, On the earlier problem, I decided to add some tracing to determine the line causing the DMSIPT143T error. What I got was: DLMALLOC PANIC LINE 3503 ABNORMAL TERMINATION (NO RESOURCE CLEANUP)
By
Bertram Moshier
·
#4938
·
|
DMSIPT143T ADDESSING EXCEPTION OCCURRED AT F2A6FC IN SYSTEM ROUTINE EXEC, RE-IPL CMS
Hello, I'm getting DMSIPT143T on a very simple REXX program. DMSIPT143T ADDESSING EXCEPTION OCCURRED AT F2A6FC IN SYSTEM ROUTINE EXEC, RE-IPL CMS. CP ENTERED; DISABLED WAIT PSW '00020000 40F8B75E' The
By
Bertram Moshier
·
#4937
·
|
Re: (B)Rexx and Signal
No, I just added the symptom to the open issue for SIGNAL processing. Bob wrote:
By
Bob Bolch
·
#4936
·
|
Re: (B)Rexx and Signal
Are you opening a ticket for this issue?
By
Bertram Moshier
·
#4935
·
|
Re: (B)Rexx and Signal
It looks like SIGNAL ON ERROR doesn't work correctly either.? It is not being signaled when a CMS command gets a non-zero RC. ======================== TEST EXEC /* */ ADDRESS '' SIGNAL ON ERROR
By
Bob Bolch
·
#4934
·
|
Re: Address Exception at 022062 in routine EE$D
https://github.com/s390guy/vm370/issues Rene FERLAND, Montreal toggle quoted message ( #quoted-215912389 ) ( #quoted-215912389 )
By
Ren¨¦ Ferland
·
#4933
·
|
Re: Address Exception at 022062 in routine EE$D
What is the github URL?
By
Bertram Moshier
·
#4932
·
|
Re: Address Exception at 022062 in routine EE$D
More info on this topic: 1. Edit a file with EE after entering vmsetup cms vmsetup cp will lead to an address exception. 2. Edit a file with EE after entering vmsetup cms rel i vmsetup cp will work
By
Ren¨¦ Ferland
·
#4931
·
|
Address Exception at 022062 in routine EE$D
Hello, I got an address exception in EE. I'm wondering if this is enough to file a report and where to file the report (if this is enough). Thank you, Bert. I was on Maint. First I used VMSETUP CMS
By
Bertram Moshier
·
#4930
·
|
Re: (B)Rexx and Signal
SIGNAL ON FAILURE was introduced in the last release of VM/SP (Release 6). In VM, it is raised when a host command fails. In VM, SIGNAL ON FAILURE will trap all negative return codes from commands.
By
Bob Bolch
·
#4929
·
|
Re: (B)Rexx and Signal
SIGNAL ON FAILURE is documented in both z/VM 7.1 and 7.2 https://www-40.ibm.com/servers/resourcelink/svc0302a.nsf/pages/zvmv7r1sc246314/$file/dmsb1_v7r1.pdf?OpenElement&xpdflink
By
Joe Monk
·
#4928
·
|
Re: (B)Rexx and Signal
Hi, I am working on the VM/CMS Backup program. Several people asked I do it in REXX. I also have a request ot work on both real iron (ESA, I think) and VM/CE (Hercules). I have for years been using
By
Bertram Moshier
·
#4927
·
|
Re: (B)Rexx and Signal
Bert, Well the error seems clear, when I code it I get the error:- SIGNAL ON must be followed by one of the keywords ERROR, HALT, NOVALUE, NOTREADY or SYNTAX But I haven¡¯t checked they all work! For
By
Dave Wade
·
#4926
·
|
Re: (B)Rexx and Signal
Hello and thank you for the wonderful reply, As all the other SIGNAL ON work, should / will SIGNAL ON FAILURE work in VM/CE's REXX? Should I open a ticket to get SIGNAL ON FAILURE to work? Does VM/CE
By
Bertram Moshier
·
#4925
·
|