¿ªÔÆÌåÓý

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 ·
Re: (B)Rexx and Signal
OK, so REXX is the generic name for the language. It comes in many flavours or implementations. For example on Windows I know of Regina, BREXX and ooRexx. The ¡°original¡± REXX was written in
By Dave Wade · #4924 ·
Re: Two WC3270 questions.
CMS files must have a filetype. ¡°1¡± does not have a filetype Dave Sent: 01 January 2023 23:45 To: [email protected] Subject: Re: [h390-vm] Two WC3270 questions. Hi, I am sending to the host (CMS).
By Dave Wade · #4923 ·
Re: Two WC3270 questions.
"I have been doing a send all along. Please review my first email." When you invoke SEND on the PC, it invokes RECEIVE on the host. When you invoke SEND on the host, it invokes RECEIVE on the PC. Joe
By Joe Monk · #4922 ·
Re: (B)Rexx and Signal
Hello, I thought SIGNAL wasn't supported because of documentation I read (must have been old). My template (which I just uploaded) does: /*------------------------*\ | Enable trap processing |
By Bertram Moshier · #4921 ·
Re: Two WC3270 questions.
Hello, I have been doing a send all along. Please review my first email. After reviewing successful transfers, I realized there were things I was doing that the successful ones weren't. This time I
By Bertram Moshier · #4920 ·
Re: Two WC3270 questions.
Right, which means youre doing a RECEIVE on the host! Joe wrote:
By Joe Monk · #4919 ·
Re: Two WC3270 questions.
Bertram, I just tried:- [wc3270] File Transfer Type 'quit' at any prompt to abort this dialog. Note: In order to initiate a file transfer, the 3270 cursor must be positioned on an input field that can
By cjar1950@... · #4918 ·
Re: Two WC3270 questions.
I am asked a filename, yes. I tried first Template exec a Later on I tried just 1 Bert [email protected]> wrote:
By Bertram Moshier · #4917 ·