Re: Debug tool conditional statement in assembler

2025-04-01 Thread Gord Tomlin
Which debug tool? On 2025-04-01 08:54 AM, Joseph Reichman wrote: I’m trying to make a conditional breakpoint in debug tool for an assembler language program -- For IBM-MAIN subscribe / signoff / archive access instructions,

Debug tool conditional statement in assembler

2025-04-01 Thread Joseph Reichman
Hi I’m trying to make a conditional breakpoint in debug tool for an assembler language program not sure what the comparator would be tried NE for not equal but it didn’t like it So for example AT 100 when fields NE C’‘ Meaning when fields not equal spaces then break -

Re: REXX SURVEY

2025-04-01 Thread Abe Kornelis
Steve, It definitely is geared mainly toward the various Rexx implementations in the distributed world. Which is not bad at all - both in private and professional life I combine HLASM development with various other languages, depending on the task at hand. I find Rexx a very useful and flexible t

Re: REXX SURVEY

2025-04-01 Thread Paul Gilmartin
On Tue, 1 Apr 2025 18:35:35 +, Roger W Suhr wrote: >REXX370 V3.48 01 May 1992 as it comes with z/OS 2.5 >Please let me know if you have any questions, or concerns! > I recall reading in Cowlishaw (I no longer have a copy of TRL) that Rexx was developed concurrently in CMS and TSO. It rapidl

Re: Does anyone have GIMAPI in working status?

2025-04-01 Thread Kurt Quackenbush
> I am looking for GIMAPI REXX, but the version available in CBT FILE788 no > longer works under z/OS v2r4 or above because it cannot capture results in > OUTTRAP, and some GIMFILTER options do not work either. For those that might be interested in creating a program in Java or similar instead

Re: REXX SURVEY

2025-04-01 Thread Steve Thompson
In my experience with VM, rexx is used quite a bit with CMS. And then with CMS pipes, it gets some more use. Steve Thompson On 4/1/2025 10:23 AM, Schmitt, Michael wrote: It would be funny if this open-source REXX survey ends up being swamped by closed-source TSO REXX users. -Original Mes

TSO OPER in Background TSO?

2025-04-01 Thread Steve Estle
Hello, Anyone know why you can't run TSO OPER / subcommands via background TSO job? Anyone know way around this say via background SDSF or something like that? Message I get is "IKJ56623I OPER is unsupported command name in background" Thanks, -

Re: TSO OPER in Background TSO?

2025-04-01 Thread Seymour J Metz
My guess is that it uses TPUT directly instead of using PUTLINE. Try using CONSOLE instead, assuming that you're authorized. --  Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 עַם יִשְׂרָאֵל חַי נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר From: IBM Mainfr

Re: TSO OPER in Background TSO?

2025-04-01 Thread Paul Feller
If I read things correctly the manual says you can't run the OPER command in background. It makes it sound like you have to have a supported terminal environment. I've not tried doing SDSF stuff with TSO. In the past I would open a console interface to issue commands. Paul -Original Mes

Re: REXX SURVEY

2025-04-01 Thread Roger W Suhr
REXX370 V3.48 01 May 1992 as it comes with z/OS 2.5 Please let me know if you have any questions, or concerns! Thank You! Roger W Suhr suhr...@gmail.com 563-581-9065 (from my personal computer) From: IBM Mainframe Discussio

Re: REXX SURVEY

2025-04-01 Thread Roger W Suhr
You wrote: Wasn't it TSO/E V2 in 1988? Thai's possible, I really don't remember those details! 😉 Please let me know if you have any questions, or concerns! Thank You! Roger W Suhr suhr...@gmail.com 563-581-9065 (from my personal computer) __

Re: TSO OPER in Background TSO?

2025-04-01 Thread Paul Feller
Agree, you are trying to use a CONSOLE name that is already in use. "If return_code from MCSOPER is 4, after a CONSOLE ACTIVATE, then the console name is already in use. Use a different console name." Depending on the length of the user ID you could add on to the end a unique character. The do

Re: REXX SURVEY

2025-04-01 Thread Seymour J Metz
Wasn't it TSO/E V2 in 1988? --  Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 עַם יִשְׂרָאֵל חַי נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר From: IBM Mainframe Discussion List on behalf of Roger W Suhr Sent: Tuesday, April 1, 2025 8:04 PM To: IBM-MAIN@LI

Re: REXX SURVEY

2025-04-01 Thread Seymour J Metz
From wiki: "Rexx was first described in public at the SHARE 56 conference in Houston, Texas, in 1981,[13] where customer reaction, championed by Ted Johnston of SLAC, led to it being shipped as an IBM product in 1982." It wasn't available for TSO until 1988. --  Shmuel (Seymour J.) Metz http://

Re: TSO OPER in Background TSO?

2025-04-01 Thread Steve Estle
Thanks for suggestion - resulted in: CONSOLE IKJ55303I THE CONSOLE COMMAND HAS TERMINATED.+ IKJ55303I AN ERROR OCCURRED DURING CONSOLE INITIALIZATION. THE MCSOPER RETURN THE MCSOPER RETURN CODE WAS X'0004' AND THE REASON CODE WAS X'00’ -

Re: TSO OPER in Background TSO?

2025-04-01 Thread Seymour J Metz
Meaning: Environmental error. For REQUEST=ACTIVATE, an EMCS console with this name is already active on this system or on a system within the same GRS NONE or RING environments. --  Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 עַם יִשְׂרָאֵל חַי נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר __

Re: Debug tool conditional statement in assembler

2025-04-01 Thread Peter Van Dyke
Joseph, Use ¬= instead of NE. See: https://www.ibm.com/docs/en/debug-for-zos/16.0?topic=command-statement Laptop and modern keyboards don't have the ¬ character on a key. I customize the keyboard for my 3270 emulator session

Re: REXX SURVEY

2025-04-01 Thread Schmitt, Michael
It would be funny if this open-source REXX survey ends up being swamped by closed-source TSO REXX users. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Abe Kornelis Sent: Tuesday, April 1, 2025 2:27 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: REXX SURVEY Steve, I

Re: Debug tool conditional statement in assembler

2025-04-01 Thread Joseph Reichman
Thanks I have info connect hope to do the same > On Apr 1, 2025, at 8:46 PM, Peter Van Dyke > <06bf213d27b3-dmarc-requ...@listserv.ua.edu> wrote: > > Joseph, > > Use ¬= instead of NE. See: > https://www.ibm.com/docs/en/debug-for-zos/16.0?topic=command-statement >

Running OPER in Background

2025-04-01 Thread Sam Golob
Dear Folks, I forgot to mention that if you want OPER to run in the background under your userid, I think you should use TSUB (which works against the LWA-pointed tables in your own userid), rather than using ASUB (which works against the PARMLIB tables in member IKJTSOxx).  If you want t

Re: REXX SURVEY

2025-04-01 Thread Roger W Suhr
REXX was first available only in VM/CMS, then in 1982-85, it came installed in MVS/370 Please let me know if you have any questions, or concerns! Thank You! Roger W Suhr suhr...@gmail.com 563-581-9065 (from my personal computer) _

Running OPER in background

2025-04-01 Thread Sam Golob
Dear Folks, OPER is listed in the TSO Auth table IKJEFTNS.  And that table entry stops it from running in the background.  The table entry is set in the PARMLIB member IKJTSOxx.  A permanent way of removing OPER from the IKJEFTNS table is to remove OPER from the NOTBKGRD NAMES( ) list. 

Re: REXX SURVEY

2025-04-01 Thread Seymour J Metz
Still, REXX is the primary scripting language for z/OS and z/VM; they should be listed as options. It' unfortunate that IBM hasn't chosen to replace them with ooRexx. --  Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 עַם יִשְׂרָאֵל חַי נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר __