Re: Netview, REXX and assembler interfaces for variable access

2024-01-16 Thread Schmitt, Michael
caught. I don't know what is triggering it, unless it is the footer. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Willy Jensen Sent: Tuesday, January 9, 2024 10:27 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Netview, REXX and assembler interfaces for variable

Re: Netview, REXX and assembler interfaces for variable access

2024-01-09 Thread Jon Perryman
On Tue, 9 Jan 2024 10:26:54 -0600, Willy Jensen wrote: > IRXSAY returns with return code 28 'A language processor environment could > not be located'. You have a coding error. Does R0 point to the ENVBLOCk? IRXSAY works in Netview otherwise the REXX SAY command would not work.

Re: Netview, REXX and assembler interfaces for variable access

2024-01-09 Thread Willy Jensen
Turns out the problem is with IRXSAY, I can read and write variables using IRXEXCOM. But IRXSAY returns with return code 28 'A language processor environment could not be located'. Unfortunately I was not checking for IRXSAY return codes, as IRXSAY just works, well at least in TSO it does. So

Re: Netview, REXX and assembler interfaces for variable access

2024-01-06 Thread Jon Perryman
On Fri, 5 Jan 2024 08:10:52 -0600, Willy Jensen wrote: >When running in Netview it doesn't abend, but it doesn't do anything either, > except that the return value is valid. It returns 0, which indicates success. Saying "returns 0" tells us nothing. >The function in question reads. lists and

Netview, REXX and assembler interfaces for variable access

2024-01-05 Thread Willy Jensen
Hi, I am trying to make a REXX function writen in assembler run in Netview REXX. The function in question reads. lists and writes variables, it uses IRXEXCOM for variable access, IRXSTK for stack access and IRXSAY for terminal output. When running in Netview it doesn't abend, but it doesn't do