Re: Usage: "data set" vs. "dataset"

2023-11-27 Thread Walt Farrell
On Sat, 25 Nov 2023 20:38:43 -0600, Paul Gilmartin wrote: >I believe that several years ago IBM Pubs decreed that "data set" >rather than "dataset" was preferred style and swept documentation >emending the latter form. It seems to be creeping back. I just >did a crude scan of the 3.1 .pdfs a

Re: Abend producing SDWARBAD

2023-11-27 Thread Joseph Reichman
I have been asked to update file 192 on cbttape File 192 is a general recovery program The easiest abend to deal with is that where the error PSW Is whitin your program Besides updating with 64 bit support I would like to update in a case where the error PSW does NOT point to anywhere

Re: Usage: "data set" vs. "dataset"

2023-11-27 Thread Paul Gilmartin
On Mon, 27 Nov 2023 08:59:50 -0600, Walt Farrell wrote: >... >>" data set " vs. 1422 of " dataset " . Should the latter be corrected? > >Was your search case sensitive or insensitive? > Sensitive, and bounded by blanks, as above. >If insensitive you would also pick up DATASET which is a

Re: Python on zOS

2023-11-27 Thread Colin Paice
I've written many posts on this.. see https://colinpaice.blog/category/python/ On Sun, 26 Nov 2023 at 23:56, Samuel Alejandro Díaz Chávez < 054e78aaa484-dmarc-requ...@listserv.ua.edu> wrote: > Good afternoon > > Does anyone have any documentation on using Python on z/OS? And some >

Re: UNIX REXX LINKMVS TASKLIB?

2023-11-27 Thread Allan Staller
Classification: Confidential SMS CAN most certainly control temp DS's. I can't say with certainty that this will apply to OMVS files. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Jon Perryman Sent: Thursday, November 23, 2023 11:58 PM To:

Re: SQA overflow condition

2023-11-27 Thread Allan Staller
Classification: Confidential 100% concur w/Martin -Original Message- From: IBM Mainframe Discussion List On Behalf Of Martin Packer Sent: Sunday, November 26, 2023 2:39 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: SQA overflow condition [CAUTION: This Email is from outside the

Re: SQA overflow condition

2023-11-27 Thread Allan Staller
Classification: Confidential Yup!. I could spend about a 1/2 hour typing up the pros/cons of that tuning. Almost a short story in length. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Peter Sent: Saturday, November 25, 2023 11:40 PM To: IBM-MAIN@LISTSERV.UA.EDU

Re: SQA overflow condition

2023-11-27 Thread Peter Relson
Don't overlook the health checks that can report on CSA/ECSA and SQA/ESQA usage and provide alerts at stages (and severities) that you define, such as CHECK(VSM_CSA_THRESHOLD) and CHECK(VSM_SQA_THRESHOLD). And for understanding who is using what, there is the VERBEXIT VSMDATA OWNCOMM report

Re: Abend producing SDWARBAD

2023-11-27 Thread Peter Relson
I have no comment on what you say is a "hang". Here's a simple example that does abend and does place an RB address in SDWARBAD and does not retry (so that your recovery gets control). It assumes AMODE 31 or AMODE 64 (since for AMODE 24 it would use the address x'FFF000' which is valid).

Re: Messaeg IXC531I SETXCF START ALTER REQUEST FOR STRUCTURE REJECTED. REASON: STRUCTURE NOT ALLOCATED

2023-11-27 Thread Allan Staller
Classification: Confidential A connection from the application -Original Message- From: IBM Mainframe Discussion List On Behalf Of Binyamin Dissen Sent: Thursday, November 23, 2023 7:17 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Messaeg IXC531I SETXCF START ALTER REQUEST FOR STRUCTURE

Re: Abend producing SDWARBAD

2023-11-27 Thread Seymour J Metz
Is RBRTINCD at offset -E in the SVRB what you need? See IHARB for the mapping. It includes the prefix. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 עַם יִשְׂרָאֵל חַי From: IBM Mainframe Discussion List on behalf of Joseph Reichman

Re: Abend producing SDWARBAD

2023-11-27 Thread Joseph Reichman
That’s the abend code right ? Get Outlook for iOS From: IBM Mainframe Discussion List on behalf of Seymour J Metz Sent: Monday, November 27, 2023 11:47:55 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Abend producing SDWARBAD Is RBRTINCD

Re: Abend producing SDWARBAD

2023-11-27 Thread Seymour J Metz
No, it's the interrupt code; I would expect it to be the SVC number for the normal case. The text in the mapping isn't very clear, so snoop around a bit. For a normal ABEND the ABEND code and reason code should be in the SVRB for SVC 0D (13). For an 0Cx/0Dx, it's a bit different. Are you just

Re: SQA overflow condition

2023-11-27 Thread Martin Packer
This all looks healthy – to me. It’s a single point in time, of course. Cheers, Martin From: IBM Mainframe Discussion List on behalf of Peter Date: Monday, 27 November 2023 at 04:42 To: IBM-MAIN@LISTSERV.UA.EDU Subject: [EXTERNAL] Re: SQA overflow condition Hello Right now the picture of

Re: Passed vs. Cataloguee?

2023-11-27 Thread Seymour J Metz
If it's SMS managed and it's not temporary then it must be cataloged. If it's not SMS managed then duplicates are fine. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 עַם יִשְׂרָאֵל חַי נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר From: IBM Mainframe

Python 3.12 on zOS

2023-11-27 Thread Peter Sylvester
Hello, am I the only one who has downloaded the pax edition HAMB3C0 supposed to be python 3.12, but it contains 3.11? best Peter Sylvester -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

python 3.12

2023-11-27 Thread Peter Sylvester
sorry, my fault -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Python 3.12 on zOS

2023-11-27 Thread Steven Pitman
Hey Peter, I downloaded the latest IBM Open Enterprise SDK for Python 3.12 pax, HAMB3C0, and it contains Python 3.12. After unpaxing it, if you run the command "./usr/lpp/IBM/cyp/v3r12/pyz/bin/python3 --version", does it report 3.12? It could just be your environment variables PATH/LIBPATH

Re: Passed vs. Cataloguee?

2023-11-27 Thread Mike Schwab
Specified VOL=SER or VOL=REF wins, since it does no catalog search, works with non-SMS volumes. No VOL=SER the catalog entry is used. On Mon, Nov 27, 2023 at 1:31 PM Paul Gilmartin < 042bfe9c879d-dmarc-requ...@listserv.ua.edu> wrote: > Suppose I have two identical DSNs on different volumes.

Passed vs. Cataloguee?

2023-11-27 Thread Paul Gilmartin
Suppose I have two identical DSNs on different volumes. One is catalogued; the other not. (Does SMS allow that nowadays?) In a job step I allocate DD DISP=(SHR,PASS),VOL=SER=... In a subsequent step, I allocate by DSN with no explicit volume informarion. Which one wins, the passed or the

Re: DSS dump and migrated datasets

2023-11-27 Thread Glenn Wilcock
Thanks Mike. ABARS is great for this type of use case. ABACKUP with the MOVE option will backup all data types (no recall for migrated data) and delete the original copies, including the migrated data sets. Thus creating a single backup of all of the related data. Essentially, an Archive

Re: Python 3.12 on zOS

2023-11-27 Thread Rahim Azizarab
What is the link? regards; Rahim      On Monday, November 27, 2023 at 11:36:20 AM CST, Peter Sylvester wrote: Hello, am I the only one who has downloaded the pax edition HAMB3C0 supposed to be python 3.12, but it contains 3.11? best Peter Sylvester

Re: Passed vs. Cataloguee?

2023-11-27 Thread Steve Thompson
The newbie would figure it out by the error messages. You can't allocate (create) using DISP=SHR. That would have to be DISP=(NEW,PASS) OR DISP=(MOD,PASS). Next, your "xxx,pass" would need a DSN that one could reference the data set with so that you would not have to resort to refer-backs.

HMC hardware messages

2023-11-27 Thread Bhum Muth
Did anyone in this group automated HMC hardware messages to send an email alerts or create a ticket internally to track other than IBM tickets? Any pointers to automate this would be great help - Thank You -BM -- For IBM-MAIN

Re: Abend producing SDWARBAD

2023-11-27 Thread Seymour J Metz
An SVRB is not a PRB. There is a mapping macro. In addition to the old PSW, an SVRB contains the general registers at the time of SVC invocation. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 עַם יִשְׂרָאֵל חַי From: IBM Mainframe

Re: The JES2 NJE node that cannot die.

2023-11-27 Thread Tom Longfellow
For those of you with any interest at all.The wicked witch (NJE node) is now dead to me The guardian angel keeping it on life support must have given up.Without any further actions on my part, it was suddenly gone. Wild theories exist: my guardian angel was discovered that I was

Re: Abend producing SDWARBAD

2023-11-27 Thread Joseph Reichman
I know that the SDWARBAD can point to a SVRB, PRB ,IRB Typically though not always it’s a SVRB or else SDWANAME would be populated I don’t profess to have your kind of knowledge In this But I do have somewhat of an idea what to look for Thanks Get Outlook for iOS

Re: Abend producing SDWARBAD

2023-11-27 Thread Seymour J Metz
Yes, and when it's an SVRB you have convenient access to the registers at the time the SVC was issued. That may be more helpful than the registers at the time of failure. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 עַם יִשְׂרָאֵל חַי

Re: Abend producing SDWARBAD

2023-11-27 Thread Joseph Reichman
Seymour thank you I would like to update file 192 with this scenario It has happened to me often Just last night when I tried to produce this Test case was not able to Get Outlook for iOS From: IBM Mainframe Discussion List on behalf of