Re: sdwagrsv not equal rbgrsave

2024-01-16 Thread Tom Marchant
You are doing a poor job of responding to questions and providing details. When a program running in TCB mode is interrupted, the registers are stored in the TCB and the PSW is stored in the RB. If a new RB is created, for example because of SVC 13, the registers from the TCB are copied into

Re: sdwagrsv not equal rbgrsave

2024-01-16 Thread Joseph Reichman
Thanks I understand what you are saying In order to go forward then when I get to RB == TCB I should then pick up TCBRBP should of done that Thank you Get Outlook for iOS From: IBM Mainframe Discussion List on behalf of Tom Marchant

Re: Technical Reason? - Why you can't encrypt load libraries (PDSE format)?

2024-01-16 Thread Phil Smith III
Leonard D Woren wrote, in part: >Software can be hacked. Um. And? What's your point? Anything can be hacked: https://xkcd.com/538/ The phrase "security by obscurity" has bothered me for years. It's *ALL* security by obscurity. If you have enough "stuff"-time, money, guns (wrenches)-you can get

Re: Technical Reason? - Why you can't encrypt load libraries (PDSE format)?

2024-01-16 Thread Paul Gilmartin
On Tue, 16 Jan 2024 12:31:36 -0500, Phil Smith III wrote: >... >For example, 256-bit AES can be broken by brute force-if you have until the >end of time. (And if you'll know it when you see it, another issue.) But that >"until the end of time" means you can use it to outrun the bear. >

Re: HEALTH CHECKER (USS_FILESYS_CONFIG)

2024-01-16 Thread Peter Ten Eyck
Thanks for the posts. The fix was a RACF change to permit the id that Health Checker is running under access to BPX.SUPERUSER in the FACILITY class. The USS health checks are now running. -- For IBM-MAIN subscribe / signoff /

Re: VolCat - Reallocate ?

2024-01-16 Thread Allan Staller
Classification: Confidential You might need to add RMM to the tasks to be started/stopped. Not sure if CA-1 uses the volcat as well. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Shaffer, Terri Sent: Tuesday, January 16, 2024 11:31 AM To: IBM-MAIN@LISTSERV.UA.EDU

Re: sdwagrsv not equal rbgrsave

2024-01-16 Thread Binyamin Dissen
On Tue, 16 Jan 2024 17:33:39 + Joseph Reichman wrote: :>I know I can use the registers in the SDWA but the SDWA gets it from a known control block like the RB or linkage stack While it may get it from a known location, it does not follow that the "known location" is static. -- Binyamin

Re: sdwagrsv not equal rbgrsave

2024-01-16 Thread Peter Relson
Simple experimentation will show what you need to know about what is saved where. For example, suppose your mainline links to another routine.You mainline's RB and the LINK target's RB can be examined. Or suppose your mainline has an ESTAE and abends.You can examine the mainline's RB, then the

Re: Technical Reason? - Why you can't encrypt load libraries (PDSE format)?

2024-01-16 Thread Eric D Rossman
I think you underestimate the difficulty in "hacking" the software and that "single spit" of data is much more protected than you let on. As for an IBMer "admitt[ing] that [you were] correct," I strongly suspect that you read WAY more into such a statement than was actually there. Your PS

Re: sdwagrsv not equal rbgrsave

2024-01-16 Thread Seymour J Metz
Logic does not dictate where to store registers; there are at least two equally logical locations. In a z/OS TCB environment, the RB holds the caller's registers and the TCB holds the current registers with a few exceptions. This is documented. For SRB mode I'm not sure how much is GUPI. --

Re: sdwagrsv not equal rbgrsave

2024-01-16 Thread Joseph Reichman
I was running under TESTAUTH I produced an abend in a space switching pc stacking routine SDWAEC2 matched up with the linkage stack PSW SDWAEC1 matched up with RBOPSW of SDWARBAD sdwagrsv didn’t match the rb regs Chaining back RBLINK equal TCB so I was at the end of the RBs > On Jan 16,

Re: sdwagrsv not equal rbgrsave

2024-01-16 Thread Joseph Reichman
Seymour in my case sdawgrsv wasn’t in either TCB regs or rb regs Im sure Peter knows where they are located if they are in some internal IBM controls block ( in which case he can not or it would be useless to tell me) But I just don’t think that’s the case > On Jan 16, 2024, at 9:29 AM,

Re: sdwagrsv not equal rbgrsave

2024-01-16 Thread Seymour J Metz
Was it SRB or TCB? Which RBs did you look at. Providing more details in your questions would enable better answers. If you have a situation where you're not allowed to post details, it's best to say so up front. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 עַם יִשְׂרָאֵל חַי נֵ֣צַח

Re: Custom ISPF command

2024-01-16 Thread Lionel B. Dyck
Create a site ISPF command table and add your commands to that. See ISPF 3.9 and it will show you the defined ISPF command tables. There is one for each application (i.e. ISR), and then up to 3 user tables, 3 site tables, and one system table (ISP). You define the command table names

Custom ISPF command

2024-01-16 Thread Radoslaw Skorupka
(It is better to ask than to stay uninformed) I have created few simple REXX scripts for other folks. Such script is located in SYSEXEC concatenation, so it can be issued using TSO SCRIPT1 or TSO SCRIPT2 PARM Recently I was asked to "make it ISPF native" - mean no TSO prefix in the command.

Re: Technical Reason? - Why you can't encrypt load libraries (PDSE format)?

2024-01-16 Thread Lennie Dymoke-Bradshaw
Radoslaw Skorupka wrote > Note: Dataset Encryption (DSE) is *not* a replacement for RACF or other > security system. > It is a solution to keep data secret even if you have (unintended) access to > the dataset. Bad RACF authority? NO! > It could be administrative access via STGADMIN, shared

Re: [EXTERNAL] Opinion

2024-01-16 Thread Parry, Gary (PERATON)
I have a similar model (LG 49WL95C-WE 32:9 UltraWide Monitor 49" Dual DQHD (5120 x 1440) IPS Display, HDR10, USB Type-C with 85W Power Delivery, Ambient Light Sensor, 2 x 10W Stereo Speaker with Rich Bass). It's not as curved as other models - it feels almost flat, so that may be a concern.

Re: Technical Reason? - Why you can't encrypt load libraries (PDSE format)?

2024-01-16 Thread Radoslaw Skorupka
W dniu 16.01.2024 o 03:13, Michael Stein pisze: On Mon, Jan 15, 2024 at 02:41:45PM -0600, Walt Farrell wrote: On Mon, 15 Jan 2024 16:15:38 +, Eric D Rossman wrote: For encryption, the analogous method might be: Once a jobstep has Opened an encrypted data set to read it, they cannot write

Sv: Custom ISPF command

2024-01-16 Thread Lars Höglund
3.9 Menu Utilities Help ss Display APCMDS Row 5 to 38 of 47 Command ===>

Re: Opinion

2024-01-16 Thread Steve Beaver
Thank you everyone for you feed back Steve -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of kekronbekron Sent: Tuesday, January 16, 2024 1:15 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Opinion Chiming in to say that the big

Re: Traversing The Linkage Stack

2024-01-16 Thread Joseph Reichman
Peter By you pointing out that the entry descriptor Was at the end of the linkage stack you were able to locate my error As I assumed that STCBLSDP which points to the entry descriptor was also the begging point of the linkage stack but it was not Thank you for your help > On Jan 15,

Re: sdwagrsv not equal rbgrsave

2024-01-16 Thread Joseph Reichman
Peter Its my understanding that everything in the SDWA is copied from another control block somewhere in the case of SDWAEC2 you helped me locate that in the linkage stack. For SDWAEC1 I was able to locate that in the RBOPSW of SDWARBAD My logic tells me that PSW and REGS go together but

Re: Direct branch entry to ICSF routines

2024-01-16 Thread Peter Relson
>Could you share why it matters to you if there is a linkage stack entry (whether before or after getting to the "true routine", even if my guess is right about what you think of as the "true routines")? Performance. That doesn't provide much insight. What the callable services stub and the

Re: [EXTERNAL] Opinion

2024-01-16 Thread Jeremy Nicoll
On Tue, 16 Jan 2024, at 14:08, Parry, Gary (PERATON) wrote: > Also, Teams popup > notifications show in the far lower right corner of the display. That > took some getting used to.. If the popup notifications are able to be moved once they pop up, you could probably use something like

Re: Netview, REXX and assembler interfaces for variable access

2024-01-16 Thread Schmitt, Michael
For some reason Microsoft Defender on our Exchange server has started quarantining a high percentage of messages from this listserv as phishing attempts. At first I thought it was just the messages talking about s.s.h. (periods added for this reason), but even messages like this one below were

Re: Technical Reason? - Why you can't encrypt load libraries (PDSE format)?

2024-01-16 Thread Phil Smith III
Paul Gilmartin wrote: >I believe otherwise. I know of a case where a vendor allowed a product >to escape to the field containing a tester's back door, and another >related to II14489. Either could be exploited with no brute force, >merely knowledge of the existence and nature of the defect. In the

VolCat - Reallocate ?

2024-01-16 Thread Shaffer, Terri
Hi, So I need to reallocate my VOLCAT, due to IMBED and REPLICATE present. So my question is what steps to perform? Like This maybe? Stop OAM? Export VOLCAT? Delete VOLCAT ALLOCATE new VOLCAT. IMPORT from Exported copy? Start OAM? Is this right, anyone have JCL example of EXP/IMPORT of a

Re: sdwagrsv not equal rbgrsave

2024-01-16 Thread Seymour J Metz
So after the ABEND but before the dump there was further activity, changing the registers in the dump. Where does your PC routine store registers? I'm pretty sure that in your scenario you need to use the values in the SDWA, but perhaps Peter can clarify. -- Shmuel (Seymour J.) Metz

Re: sdwagrsv not equal rbgrsave

2024-01-16 Thread Joseph Reichman
I know I can use the registers in the SDWA but the SDWA gets it from a known control block like the RB or linkage stack Get Outlook for iOS From: IBM Mainframe Discussion List on behalf of Seymour J Metz Sent: Tuesday, January 16, 2024

Re: VolCat - Reallocate ?

2024-01-16 Thread Mike Schwab
https://www.ibm.com/support/pages/apar/II13354 Used this about 2015-6. On Tue, Jan 16, 2024 at 11:30 AM Shaffer, Terri < 017d5f778222-dmarc-requ...@listserv.ua.edu> wrote: > Hi, > So I need to reallocate my VOLCAT, due to IMBED and REPLICATE present. > > So my question is what steps to

Re: sdwagrsv not equal rbgrsave

2024-01-16 Thread Joseph Reichman
Tom You correct chasing all the way back I got to the next RB and the regs were there Thanks > On Jan 16, 2024, at 2:50 PM, Joseph Reichman wrote: > >  > All > > I can say logic would dictate that If I matched the PSW ie SDWAEC1 == RBOPSW > > The error registers sdwagrsv should then

Re: VolCat - Reallocate ?

2024-01-16 Thread Brian Westerman
You should stop all tape processing, (RMM or CA-1, or whatever you have), because while the VOLCAT is not available no changes will work correctly. Actually IBM says: Quiesce tape library management with console command V SMS,LIBRARY(libname),ALL,OFFLINE for each library sharing the volume