Re: ISPF: How to remove highlighting of a FIND/SEEK result in an EDIT MACRO

2023-01-03 Thread Gary Freestone
This macro works fine. I ran it on itself and the cursor was left at the start of the first occurrence of macro but macro was not highlighted. /* REXX */ Address isredit "macro" "seek 'macro' " "resert find" Regards, Gary -Original Message- From: IBM Mainframe Discussion List On

Re: REXX - Interpret or Value - Which is better?

2021-09-13 Thread Gary Freestone
to the REXX I could issue a JES2 command. The line is def=';x=isfcalls(on);address sdsf "isfexec /$DI";istr="DEF";say "DEF" ' Sure this case its just a harmless $DI but it could be anything. The only difference in the output is an example blank line. That’s why

Re: ICSF and z/OS 2.3

2019-01-22 Thread Gary Freestone
This was announced by IBM last August. “With the PTFs for APAR OA55437, customers on z/OS V2.2 and V2.3 can now generate true random numbers via /dev/random when running on the IBM z14™ family of servers, without needing to set up the Integrated Cryptographic Service Facility (ICSF). This new

BPXWDYN - Bug or no bug ?

2018-02-19 Thread Gary Freestone
freeing up a DDNAME allocated by a totally different process. In my case causing an abend sometime later because a DDname that should be allocated is not. This doesn't seem right to me. An "ALLOC" should do a new allocation every time. Comments Gary Freestone ---