Re: MPF Exit calling System REXX - S0C4 abend

2019-09-05 Thread Leonardo Vaz
Specifying RSECT instead of CSECT will make the section read-only, might help catching something. Regards, Leonardo Vaz -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of CM Poncelet Sent: Thursday, September 05, 2019 8:43 PM To: IBM

Re: Tracking called (non-main) programs using SMF records

2019-11-13 Thread Leonardo Vaz
If you are using ACF2 you can set LOG to the program on the PROGRAM class, I think RACF doesn’t log FASTAUTH requests but ACF2 does. T R(PGM) RECKEY myprog ADD(UID(*) LOG) We actually use a homegrown ICHRTX00 exit to log program usage which works very well and it's "free" but like Charles said,

Re: DFDSS backup retore

2019-11-13 Thread Leonardo Vaz
Is the dataset on a single tape volume or multiple? Can you provide the LISTCAT ENT(/) ALL of the file? Leo -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Nai, Dean Sent: Wednesday, November 13, 2019 4:00 PM To: IBM-MAIN@LISTSERV.UA.

Re: DFDSS backup retore

2019-11-13 Thread Leonardo Vaz
A SET ENCRYPTION-(NO) VOLUMES VOLSERT00523 DEVTYPE--X'78048083' FSEQN--1 ASSOCIATIONS GDG--BACKUP.DLY.SMFLGB ATTRIBUTES On 11/13/19, 4:05 PMEST, "IBM Mainframe Discussion List on behalf of L

Re: AUTHPGM in IKJTSOxx

2019-11-15 Thread Leonardo Vaz
The first statement is not completely true, you can have an APF authorized USS file (just by doing extattr +a with access to BPX.FILEATTR.APF), it could also be in the LPA where I believe all modules are loaded authorized or even in the linklist with the parameter that defines that linklist libr

Re: AUTHPGM in IKJTSOxx

2019-11-15 Thread Leonardo Vaz
at. > > . > . > J.O.Skip Robinson > Southern California Edison Company > Electric Dragon Team Paddler > SHARE MVS Program Co-Manager > 323-715-0595 Mobile > 626-543-6132 Office ⇐=== NEW > robin...@sce.com > > -Original Message- > From: IBM Mainframe

Re: AUTHPGM in IKJTSOxx

2019-11-16 Thread Leonardo Vaz
Of Leonardo Vaz Sent: Friday, November 15, 2019 3:10 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: (External):Re: AUTHPGM in IKJTSOxx I would just rather not have my cat skinned in the first place :) CSVAPF could be executed from a non-authorized with access to CSVAPF facility class I believe, I’ve

Re: AUTHPGM in IKJTSOxx

2019-11-16 Thread Leonardo Vaz
I am curious now, does a custom homegrown program have to take extra precautions to be placed under AUTHPGM? What would those be? Regards, zLeo > On Nov 16, 2019, at 10:09 AM, Peter Relson wrote: > > Regarding AUTHPGM itself, I think of it this way (pretty much the way > Steve Smith describe

Re: AUTHPGM in IKJTSOxx

2019-11-16 Thread Leonardo Vaz
e and beyond normal > release procedures. > >> -Original Message- >> From: IBM Mainframe Discussion List On >> Behalf Of Leonardo Vaz >> Sent: Saturday, November 16, 2019 7:30 AM >> To: IBM-MAIN@LISTSERV.UA.EDU >> Subject: Re: AUTHPGM in IKJTSOxx >>

Re: AUTHPGM in IKJTSOxx

2019-11-16 Thread Leonardo Vaz
019, at 4:17 PM, Walt Farrell wrote: > > On Sat, 16 Nov 2019 15:30:01 +, Leonardo Vaz wrote: > >> I am curious now, does a custom homegrown program have to take extra >> precautions to be placed under AUTHPGM? What would those be? >> > > Usually, no. &

Re: AUTHPGM in IKJTSOxx

2019-11-18 Thread Leonardo Vaz
Aha, that clarifies it, thanks Jim Mulder, so if my custom authorized program indeed needs special care to leave nothing undone before it's added to AUTHPGM. Would you help clarify if doing something like Gil asked for, adding an IBM program lime GIMSMP to AUTHPGM would be safe, warrant a questi

Re: AUTHPGM in IKJTSOxx

2019-11-19 Thread Leonardo Vaz
Thanks Peter Relson! I just noticed that on my CPAC.PARMLIB(IKJTSO00) GIMSMP is already on AUTHPGM, so I guess that one is safe, but I understand now that adding IBM programs there should not be done unless directed from IBM. Regards, Leo -Original Message- From: IBM Mainframe Discussi

Re: SMS primary allocation

2019-11-21 Thread Leonardo Vaz
It will, unless you specify CONTIG on the SPACE parameter: CONTIG requests that contiguous space (tracks or cylinders) be allocated for the primary space quantity

Re: Question - UUID Approach for Mainframes in Japan

2019-11-25 Thread Leonardo Vaz
Hello Cameron! I see all lowercase letters on http://demo.icu-project.org/icu-bin/convexp?conv=ibm-930. Why do you say there is no support? Regards, Leo -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Cameron Conacher Sent: Monda

Re: Question - UUID Approach for Mainframes in Japan

2019-11-28 Thread Leonardo Vaz
they do not exist. This is interesting. And I need to do some more thinking on this, but I already have an approach to deal with the UUID as per Charles and Attila. Thanks On Mon, Nov 25, 2019 at 4:05 PM Leonardo Vaz wrote: > Hello Cameron! > > I see all lowercase letters on &

Re: Syslog Message Normalization

2019-12-05 Thread Leonardo Vaz
lines. IBM has a sample to read the operlog on SAMPLIB(IEAMDBLG) Regards, Leonardo Vaz -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Vernooij, Kees (ITOP NM) - KLM Sent: Thursday, December 05, 2019 3:45 AM To: IBM-MAIN@LISTSERV.U

Re: ZFS Files Compare

2019-12-17 Thread Leonardo Vaz
Bill Schoen's FSCP is what I used in the past: https://github.com/IBM/zos-tools-and-toys/blob/master/fscp/fscp.rexx Regards, Leo -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Steely.Mark Sent: Tuesday, December 17, 2019 12:23 PM To

Re: LOGR Offload Dataset deletion problem

2020-01-13 Thread Leonardo Vaz
Look at message, you probably have an OUTDD specified in the JCL. Regards, Leo -Original Message- From: IBM Mainframe Discussion List On Behalf Of Mark Jacobs Sent: Monday, January 13, 2020 1:18 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: LOGR Offload Dataset deletion problem We've been u

Re: LOGR Offload Dataset deletion problem

2020-01-14 Thread Leonardo Vaz
/pks/lookup?op=get&search=markjac...@protonmail.com ‐‐‐ Original Message ‐‐‐ On Monday, January 13, 2020 4:58 PM, Leonardo Vaz wrote: > Look at message, you probably have an OUTDD specified in the JCL. > > Regards, > Leo > > -Original Message- > From: IBM

Re: Rexx parse using period as placeholder

2020-02-27 Thread Leonardo Vaz
Nice examples! But you might be missing //STDENV DD * _BPX_SHAREAS=MUST If you are using the DDs allocated in the job. Regards, Leo -Original Message- From: IBM Mainframe Discussion List On Behalf Of Farley, Peter x23353 Sent: Thursday, February 27, 2020 1:25 PM To: IBM-MAIN@LIST

Logstream backup/restore.

2017-03-16 Thread Leonardo Vaz
Hello list! Is there anything I can do with a backup of a logstream's offload datasets if, for example, the logstream itself got deleted? I can redefine the logstream, but is there any way to restore a logstream's data? If I restore the offload datasets they will just be seen as orphaned datase

Do you use CA-ACF2 and CICS or IMS? Be aware your CICS/IMS developers have security admin priviledges and can do whatever they want to the ACF2 database.

2017-04-05 Thread Leonardo Vaz
"And that's working as designed" is the reply I got from CA... and they don't see it as a security exposure... Well, I do see it as a HUGE security exposure, and I would like to know what my fellow IBM-MAIN'ers think. ACF2 has an SVC call facility called "Supercall Facility", which any program

Re: Do you use CA-ACF2 and CICS or IMS? Be aware your CICS/IMS developers have security admin priviledges and can do whatever they want to the ACF2 database.

2017-04-05 Thread Leonardo Vaz
PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Do you use CA-ACF2 and CICS or IMS? Be aware your CICS/IMS developers have security admin priviledges and can do whatever they want to the ACF2 database. On 5 April 2017 at 11:38, Leonardo Vaz wrote: > ACF2 has an SVC call facility called "Super

Re: Do you use CA-ACF2 and CICS or IMS? Be aware your CICS/IMS developers have security admin priviledges and can do whatever they want to the ACF2 database.

2017-04-05 Thread Leonardo Vaz
ink they would not require it either. By giving > these developers WRITE or higher access to an APF authorized library > the INSTALLATION is allowing them to issue ANY of the restricted APIs > on the installations z/OS system (not just the ACF2 SVC A supercalls). > > I hope this i

Re: Do you use CA-ACF2 and CICS or IMS? Be aware your CICS/IMS developers have security admin priviledges and can do whatever they want to the ACF2 database.

2017-04-05 Thread Leonardo Vaz
ANY of the restricted APIs on the installations z/OS system (not just the ACF2 SVC A supercalls). I hope this information helps clarify things for you. Ray Overby On 4/5/2017 10:38 AM, Leonardo Vaz wrote: > "And that's working as designed" is the reply I got from CA... and they don&#x

Re: Vendor Licensing Frustrations

2017-04-20 Thread Leonardo Vaz
Try to get your critical software vendors to issue permanent keys for your DR CPCs. For non-critical software, it should be no problem asking it after the DR systems are up. Leo -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Dyck, L

Re: IXGLOGR internal function

2017-04-26 Thread Leonardo Vaz
Hello Nathan! It's through the macros IXGCONN, IXGBRWSE, IXGDELET or IXGWRITE. IBM's Authorized assembler guide is pretty clear on how to use them. Regards, Leo -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Nathan Astle Sent: Wedn

Re: IXGLOGR internal function

2017-04-26 Thread Leonardo Vaz
go through it. Just curious if IXGLOGR is the only way to fetch the data for some.of the products or there any other way ? On Apr 26, 2017 8:36 PM, "Leonardo Vaz" wrote: > Hello Nathan! > > It's through the macros IXGCONN, IXGBRWSE, IXGDELET or IXGWRITE. > > IBM&#

Re: IXGLOGR internal function

2017-05-01 Thread Leonardo Vaz
U > Subject: Re: IXGLOGR internal function > > Thank you so much. I will go through it. > > Just curious if IXGLOGR is the only way to fetch the data for some.of > the products or there any other way ? > > On Apr 26, 2017 8:36 PM, "Leonardo Vaz" wrote: > >

Re: APF authorization and AC(00)

2017-06-09 Thread Leonardo Vaz
As far as I understand, AC=0 would only prevent authorization of the JSCB if it is the program being attached as a jobstep task, if this program is being called by an already-existing authorized task, it would run authorized. The question is: How is control passed to program ZPXPLIA? Regards, L

Re: APF authorization and AC(00)

2017-06-09 Thread Leonardo Vaz
uld cause a problem... Rich Way -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Leonardo Vaz Sent: Friday, June 09, 2017 12:59 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: APF authorization and AC(00) As far as I understand, AC=0 wou

Re: APF authorization and AC(00)

2017-06-09 Thread Leonardo Vaz
ting APF auth on the library. Rich Way -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Leonardo Vaz Sent: Friday, June 09, 2017 1:16 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: APF authorization and AC(00) Right, without the

Re: What to do with PTF dogies?

2017-07-20 Thread Leonardo Vaz
Can you give us an example of such dogies? Can it be that you received it before it was part of an RSU and you haven't received the latest ++ASSIGN for it? -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Jesse 1 Robinson Sent: Thursd

Re: retrieve OPDATA from a program?

2017-07-20 Thread Leonardo Vaz
SHOWMVS, CBT tape file 492 has the logic you want. I don't think it's a programmable interface though: L R4,CVTCUCB Unit Control Module (UCM) USING UCM,R4 L R5,UCMBFEXT UCM fixed extension USING UCMFEXTA,R5

Re: Deleting a dataset that GRS has enqueued.

2016-01-27 Thread Leonardo Vaz
First, make sure the one you are deleting is not the one I use, then you can 3.4 passing the VOLSER so you rename the dataset on the volume level (not catalogued), to any DSN that is not in use. Then you can delete the renamed dataset. Again, make sure the one you are deleting is not the one I

Re: Need to find the DSN from where load module was loaded

2016-01-27 Thread Leonardo Vaz
3. Include linklist too. I think you are looking for something like the "TSO ISRDDN" then "LOAD modname", it load the module then tells you where it was loaded from, my guess is that it loads the module then issues a CSVQUERY to obtain the information of where it was loaded from (OUTDSKEY?). B

Re: Need to find the DSN from where load module was loaded

2016-01-27 Thread Leonardo Vaz
I was just comparing what you want with what TSO ISRDDN provides, if ISRDDN does it, you should be able to do it too. It was just my guess that ISRDDN uses CSVQUERY to get that information, I'm not sure how it does it, but I just did a quick test with CSVQUERY and it looks like the information y

Re: Need to find the DSN from where load module was loaded

2016-01-27 Thread Leonardo Vaz
. Regards, Leo -Original Message- From: Leonardo Vaz Sent: Wednesday, January 27, 2016 12:54 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: RE: Need to find the DSN from where load module was loaded I was just comparing what you want with what TSO ISRDDN provides, if ISRDDN does it, you should be ab

Re: Need to find the DSN from where load module was loaded

2016-01-28 Thread Leonardo Vaz
I don't think this relates to OP's question, as he specifically stated "loaded via LOAD macro". Leo -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Charles Mills Sent: Thursday, January 28, 2016 1:45 PM To: IBM-MAIN@LISTSERV.UA.EDU S

CSVFETCH exit

2016-02-10 Thread Leonardo Vaz
nyone played with it already and is willing to share their view? Thanks, Leonardo Vaz -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: CSVFETCH exit

2016-02-11 Thread Leonardo Vaz
I will take the lack of response as a "no". Am I the only one excited about this new exit on the discussion list or is my email not reaching the list at all? Leo From: Leonardo Vaz Sent: Wednesday, February 10, 2016 5:01 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: CSVFETCH exit CSVFETC

Re: CSVFETCH exit

2016-02-11 Thread Leonardo Vaz
, Leonardo Vaz wrote: > Am I the only one excited about this new exit on the discussion list or is my > email not reaching the list at all? You are not the only one. This exit is the result of SHARE requirement SSMVSE11018 that I authored and submitted in July 2011: Title: Contents Superviso

Re: CSVFETCH exit

2016-02-11 Thread Leonardo Vaz
Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Leonardo Vaz Sent: Thursday, February 11, 2016 3:47 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: CSVFETCH exit I will take the lack of response as a "no". Am I the only one excited about this new exit on the discussi

Re: CSVFETCH exit

2016-02-11 Thread Leonardo Vaz
ike IBM is only providing an exit, and a user program needs to do the recording and reporting. That part in my old code was probably more difficult than the hooks themselves. Leonardo Vaz wrote: > I will take the lack of response as a "no". > > Am I the only one excited about this

Re: CSVFETCH exit

2016-02-12 Thread Leonardo Vaz
to do the recording and reporting. That part in my old code was probably more difficult than the hooks themselves. Leonardo Vaz wrote: > I will take the lack of response as a "no". > > Am I the only one excited about this new exit on the discussion list or is my > email not re

Re: CSVFETCH exit

2016-02-13 Thread Leonardo Vaz
I noticed that, was going to open a PMR on Monday, thanks for reporting here. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Peter Relson Sent: Saturday, February 13, 2016 11:59 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: CSVFETCH ex

Re: Would ISGQUERY be the proper Service

2016-02-15 Thread Leonardo Vaz
ISGQUERY should work for what you are attempting, the following simple test worked fine for me to show the first job enqueueing the dataset: OPEN (SYSPRINT,(OUTPUT)) STORAGE OBTAIN,ADDR=(R10),LENGTH=4096 ISGQUERY REQINFO=QSCAN,SCANACTION=START, X

Re: Issues with VSAM Enqueuers and Batch job with IDCAMS

2016-02-15 Thread Leonardo Vaz
How is that VSAM file allocated on your repro step? DISP=OLD or DISP=SHR? -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Lizette Koehler Sent: Monday, February 15, 2016 11:53 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Issues with VSAM E

Re: Issues with VSAM Enqueuers and Batch job with IDCAMS

2016-02-15 Thread Leonardo Vaz
; From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] > On Behalf Of Leonardo Vaz > Sent: Monday, February 15, 2016 10:05 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Issues with VSAM Enqueuers and Batch job with IDCAMS > > How is that VSAM file allocated o

Re: CSVFETCH exit

2016-02-16 Thread Leonardo Vaz
ars or so the hooks were in place I was kind of proud they had never caused problems or crashed a system. And they had to co-exist with various vendor product hooks on the same SVC's. That work gave me a good look at what the poor vendors have to go through when no better interface exist

Re: CSVFETCH exit

2016-02-16 Thread Leonardo Vaz
: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: CSVFETCH exit On Tue, 16 Feb 2016 16:52:03 +, Leonardo Vaz wrote: >I apologize if the question is silly, but I am wondering if for a >performance sensitive exit like this one I should use STM/LM instead of >BAKR/PR. I believe it's "

Re: CSVFETCH exit

2016-02-16 Thread Leonardo Vaz
porated 50 Tice Boulevard, Woodcliff Lake, NJ 07677 P: 201-930-8234 | M: 512-627-3803 E: cblaic...@syncsort.com -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Leonardo Vaz Sent: Tuesday, February 16, 2016 1:41 PM To: IBM-MAIN@LISTSERV

Re: CSVFETCH exit

2016-02-16 Thread Leonardo Vaz
esday, February 16, 2016 2:21 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: CSVFETCH exit On Tue, 16 Feb 2016 19:11:38 +0000, Leonardo Vaz wrote: >I see. In the case of CSVFETCH there is a 1024-byte work-area passed, >so no getmain should be needed, in this case, STM should be the best optio

Re: rexx and tso alllocate

2016-03-03 Thread Leonardo Vaz
The new SDSF on z/OS 2.2 "Invoking a REXX exec with an action character" option could be useful for you too, for example typing %PDF as an action character for a job could execute a rexx to create a PTF out of that job. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-M

Re: gist.github.com unreachable [was: RE: rexx and tso alllocate]

2016-03-04 Thread Leonardo Vaz
That's not a private IP address on his LAN, it is the gist.github.com IP address. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of John McKown Sent: Friday, March 04, 2016 11:13 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: gist.github.

Re: gist.github.com unreachable [was: RE: rexx and tso alllocate]

2016-03-04 Thread Leonardo Vaz
Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of John McKown Sent: Friday, March 04, 2016 11:23 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: gist.github.com unreachable [was: RE: rexx and tso alllocate] On Fri, Mar 4, 2016 at 10:16 AM, Leonardo Vaz wrote: > That's not a

Re: gist.github.com unreachable [was: RE: rexx and tso alllocate]

2016-03-04 Thread Leonardo Vaz
ERV.UA.EDU Subject: Re: gist.github.com unreachable [was: RE: rexx and tso alllocate] On Mar 4, 2016, at 10:46 AM, Leonardo Vaz wrote: > > You could be right, it might just be unintentional blocking. > > I would certainly prefer this version vs intentional blocking since > the late

Re: CSVFETCH exit

2016-03-23 Thread Leonardo Vaz
Kees, The exit is called with the local lock held, so BPX4SMF wouldn't work, I couldn't find the requirements for SMFWTM but if that also doesn't like the exit's environment I guess you would have to do something like writing information to a dataspace and then get the data using another address

Re: CSVFETCH exit

2016-03-24 Thread Leonardo Vaz
Kees. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Leonardo Vaz Sent: 23 March, 2016 18:32 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: CSVFETCH exit Kees, The exit is called with the local lock held, so BPX4SMF wouldn't work, I cou

Re: CSVFETCH exit

2016-03-24 Thread Leonardo Vaz
our control, so we know the only version is in this specific library. Kees. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Leonardo Vaz Sent: 24 March, 2016 15:53 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: CSVFETCH exit Still, you

Re: FRR Clarification

2017-07-28 Thread Leonardo Vaz
Old thread, but I am curious based on a recent issue I had; it seems the ESTAE got control before the FRR, documentation seems to state that FRR gets control before the estae, is that right? So if my FRR never got control it must be that there was no space for an SDWA, or "the latest ESTAE alway

Re: FRR Clarification

2017-07-31 Thread Leonardo Vaz
Thank you very much for the clarification Jim Mulder! It's very good to know about the logrec record. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Jim Mulder Sent: Saturday, July 29, 2017 1:29 PM To: IBM-MAIN@LISTSERV.UA.EDU Subjec

Failed or Quiesced XCF groups/members

2017-08-11 Thread Leonardo Vaz
Hello list! I was reviewing our XCF groups and I noticed a few members that have been quiesced or failed a long time ago (up to 10 years ago). Question: We are not really getting close the NAME(GROUP) limit of our sysplex CDS dataset, but how do you get rid of those garbage groups? I couldn't f

Re: Failed or Quiesced XCF groups/members

2017-08-14 Thread Leonardo Vaz
Wow, thanks Bill! That is precisely what I wanted! I didn't find any documentation on IXCMIDEL other than what's described on that samplib member. Would you know if there is something I'm missing or the IXCMIDEL utility is indeed undocumented? Thanks! Leo -Original Message- From: IBM M

Re: Failed or Quiesced XCF groups/members

2017-08-14 Thread Leonardo Vaz
I just found it, it is documented under the real module name, IXCM2DEL, IXCMIDEL is just an alias. Thanks again Bill! Leo -Original Message- From: Leonardo Vaz Sent: Monday, August 14, 2017 10:16 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: RE: Failed or Quiesced XCF groups/members Wow

Re: Stop

2018-01-05 Thread Leonardo Vaz
IRX0026I Error running STOP, line 25: Invalid whole number Must be Friday. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Gord Tomlin Sent: Friday, January 05, 2018 1:45 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Stop On 2018-01-0

Re: SAS Error

2016-11-02 Thread Leonardo Vaz
I don't know SAS or how it reads the SYSIN DD, but maybe you have numbers on columns 73-80? -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Barry Merrill Sent: Wednesday, November 02, 2016 12:51 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject

Re: HMC user authentication via LDAP server

2016-11-08 Thread Leonardo Vaz
Hello Lopez, Here is what we're using with ACF2: Distinguished name pattern: cn={0},host=ACF2,o=myorg,c=CA Should be something similar for IBM LDAP if you are using RACF. Regards, Leo -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of

Re: Which STEPLIB concatenation is not authorized?

2016-11-18 Thread Leonardo Vaz
Sorry to ask, but what do you mean by volume boundaries are no longer available? We have a process that goes from DEB to DSSB and then it copies both the dataset name at offset 24 and the volser at offset 256 of the DSSB. Regards, Leo -Original Message- From: IBM Mainframe Discussion Li

Re: BLDL-0 link-list only

2017-01-13 Thread Leonardo Vaz
There is also the REQUEST=TEST option of the CSVDYNL macro. Regards, Leo -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Roach, Dennis Sent: Friday, January 13, 2017 3:42 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: BLDL-0 link-list o

MGCRE with custom console security. - or - How does SDSF do it? "WHEN(CONSOLE(SDSF))"

2017-01-31 Thread Leonardo Vaz
Hello List! I am attempting to create a program to issue specific system commands (modify) that users aren't usually allowed to in the OPERCMDS class; basically, I'm attempting to do the same thing SDSF does on, for example, cancelling jobs, where you secure which jobs a user has access to on t

Re: MGCRE with custom console security. - or - How does SDSF do it? "WHEN(CONSOLE(SDSF))"

2017-01-31 Thread Leonardo Vaz
N@LISTSERV.UA.EDU Subject: Re: MGCRE with custom console security. - or - How does SDSF do it? "WHEN(CONSOLE(SDSF))" On Tue, 31 Jan 2017 16:11:42 +, Leonardo Vaz wrote: >I am attempting to create a program to issue specific system commands >(modify) that users aren&#

Re: MGCRE with custom console security. - or - How does SDSF do it? "WHEN(CONSOLE(SDSF))"

2017-01-31 Thread Leonardo Vaz
custom console security. - or - How does SDSF do it? "WHEN(CONSOLE(SDSF))" On Tue, 31 Jan 2017 16:11:42 +, Leonardo Vaz wrote: >I am attempting to create a program to issue specific system commands >(modify) that users aren't usually allowed to in the OPERCMDS class; >b

Re: MGCRE with custom console security. - or - How does SDSF do it? "WHEN(CONSOLE(SDSF))"

2017-01-31 Thread Leonardo Vaz
1:24 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: MGCRE with custom console security. - or - How does SDSF do it? "WHEN(CONSOLE(SDSF))" On Tue, 31 Jan 2017 16:11:42 +, Leonardo Vaz wrote: >I am attempting to create a program to issue specific system commands >(modify) that us

Re: MGCRE with custom console security. - or - How does SDSF do it? "WHEN(CONSOLE(SDSF))"

2017-01-31 Thread Leonardo Vaz
UA.EDU] On Behalf Of Walt Farrell Sent: Tuesday, January 31, 2017 1:55 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: MGCRE with custom console security. - or - How does SDSF do it? "WHEN(CONSOLE(SDSF))" On Tue, 31 Jan 2017 16:51:21 +, Leonardo Vaz wrote: >Really curious now, what e

Re: $AVRS QUESTION - LOCATING SPECIFIC ARCHIVE JOBS

2017-02-01 Thread Leonardo Vaz
Good Point Lizette, PF1 also states it should work under archive; John, I would open a case with the vendor. Leo -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Lizette Koehler Sent: Wednesday, February 01, 2017 4:07 PM To: IBM-MAIN@L

Re: How to order HTTP Server (Appache)

2014-01-15 Thread Leonardo Vaz
Oddly enough I was looking at this today since z/OS 2.1 is planned to be the last release to include the old IBM HTTP Server (Domino). This is supposed to be available at no cost, right? But in my Shopz this shows as not licensed. Anyone has an idea why? Thanks, Leo -Original Message-

Re: How to order HTTP Server (Appache)

2014-01-15 Thread Leonardo Vaz
licensed. The cost is $0. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Leonardo Vaz Sent: Wednesday, January 15, 2014 12:00 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How to order HTTP Server (Appache) Oddly enough I was

Re: How to order HTTP Server (Appache)

2014-01-17 Thread Leonardo Vaz
Ow... That is a biggie -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Ron van der Zande Sent: Friday, January 17, 2014 9:10 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: How to order HTTP Server (Appache) FYI, when we looked at t

Re: pax, ddnames and _BPX_SHAREAS

2014-01-17 Thread Leonardo Vaz
I think you need to do a: call bpxwdyn "alloc fi(pax) DSN('"aBackupDsn"') OLD release" -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of van der Grijn, Bart (B) Sent: Friday, January 17, 2014 8:12 AM To: IBM-MAIN@LISTSERV.UA.EDU Subjec

Queued FTP commands

2014-01-29 Thread Leonardo Vaz
Hello list!! We use a REXX to FTP files from the mainframe to another server by queuing the ftp commands and exiting the rexx, so, let's say we have the following REXX: /* REXX */ QUEUE 'FTP 127.0.0.1' QUEUE 'ANONYMOUS PASSWORD' QUEUE 'help' QUEUE 'quit' exit 0 This used to work just fine but it

Re: Queued FTP commands

2014-01-29 Thread Leonardo Vaz
: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Leonardo Vaz Sent: Wednesday, January 29, 2014 1:21 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Queued FTP commands Hello list!! We use a REXX to FTP files from the mainframe to another server by queuing the ftp commands and

Re: IDC3009I ** VSAM CATALOG RETURN CODE IS 48 - REASON CODE IS IGG0CLAT-80

2014-02-18 Thread Leonardo Vaz
Hello Willie, Can you post your IDCAMS SYSIN statements? Do have you specified the dataclass there? Regards, Leo -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of willie bunter Sent: Tuesday, February 18, 2014 11:52 AM To: IBM-MAIN@LI

Re: ISPF storage protection

2014-03-04 Thread Leonardo Vaz
True, I have never understood that either, gil. It might more to do with executing the program in the appropriate TCB than a security exposure. Leo -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Paul Gilmartin Sent: Tuesday, March 0

Re: ISPF storage protection

2014-03-04 Thread Leonardo Vaz
's systems. Rob Scott Lead Developer Rocket Software 77 Fourth Avenue . Suite 100 . Waltham . MA 02451-1468 . USA Tel: +1.781.684.2305 Email: rsc...@rs.com Web: www.rocketsoftware.com -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf

Re: Print z/os logstream

2014-05-30 Thread Leonardo Vaz
You can browse them using the IXGBRWSE macro, also if you have a monitor like CA-sysview, you might be able to easily browse it, in sysview it is the LGBROWSE command. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Bill Rowehl Sent:

SMS dataclass parameter change.

2014-06-17 Thread Leonardo Vaz
Hello list! We are planning to improve our existing dataclass used for extended (format/addressability) datasets by changing the following options: 1. "Add'l Volume Amount" to "S". 2. "Space Constraint Relief" to "Y" 3. "Reduce Space Up to (%)" to 50 4. "RLS Above the 2

Stop command - HTTP server migration - Domino-powered to Apache-Powered

2014-10-09 Thread Leonardo Vaz
Hello list! We are migrating our z/OS IHS to IBM HTTP Server powered by Apache available in the ported tools. Everything seems to be working fine, including the MVSDS, which was a good surprise. The only thing we are having trouble with is the support for the STOP command instead of having to i

Re: Stop command - HTTP server migration - Domino-powered to Apache-Powered

2014-10-10 Thread Leonardo Vaz
ssage- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Leonardo Vaz Sent: Thursday, October 09, 2014 6:23 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Stop command - HTTP server migration - Domino-powered to Apache-Powered Hello list! We are migrating our z/OS I

Re: Query for Destination z article: mistakes -- teachable/learnable moments

2014-10-17 Thread Leonardo Vaz
What comes to mind is that I have yet to see a single mistake to cause something terrible to happen, it seem to always be a conjunction of events; just a silly example is the program that was leaving behind orphaned storage every time it is executed, it wouldn't be a huge deal if orphaned storag

Re: BPXOINIT and SYSPLEX Mode Question

2014-10-22 Thread Leonardo Vaz
Like Rex said, probably due to UID=0. Since you seem to want a mvs command to do it you can execute "f axr,bpxwlsof '/tmp'" to find out the user id. If you need to know the jobname I have a rexx that you can also put on the system rexx library to list it. Regards, Leo -Original Message

Re: BPXOINIT and SYSPLEX Mode Question

2014-10-22 Thread Leonardo Vaz
gets FSFULL. I'm just trying to get through on V1R13. We have no "df" commands that execute to query the filesystems. I guess we just wait for the full message. I guess we don't get a full message on V1R13 for a TFS filesystem. Sounds like we all should be querying /t

Query processor weight.

2013-11-12 Thread Leonardo Vaz
Hello List! Does anyone know an easy way to query the processor weight for an LPAR? HWIQUERY would do the trick but it seems overcomplicated to have to use BCPii. Even the great Zelden doesn't have it in his IPLINFO rexx, so I would guess it is not that trivial. Thanks! Leo --

Re: Query processor weight.

2013-11-12 Thread Leonardo Vaz
1468 . USA Tel: +1.781.684.2305 Email: rsc...@rs.com Web: www.rocketsoftware.com -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Leonardo Vaz Sent: 12 November 2013 17:22 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Query processor weight.

Re: Data formatting

2015-03-03 Thread Leonardo Vaz
You can try the CBT PDS with FIXPDS LRECL(336). -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Ron Thomas Sent: Tuesday, March 03, 2015 1:27 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Data formatting The 1'st bytes of the 2'nd reco

Re: Need assembler trick to quickly get second and third DS qualifiers

2015-03-13 Thread Leonardo Vaz
True, I believe it is the SRST instruction: Instruction Format: SRST R1,R2 Operation Code (Hex): B25E Examples: SRST R9,R2 SEARCH STARTING AT ADDRESS IN R2 UNTIL ADDRESS IN R9 IS REACHED,

Re: Missing something obvious...

2015-03-13 Thread Leonardo Vaz
Are you on z/OS 2.1? Can you do a D PPT? -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Phil Smith Sent: Friday, March 13, 2015 2:12 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Missing something obvious... I'm trying to test something t

Re: Missing something obvious...

2015-03-13 Thread Leonardo Vaz
I believe your problem is that the decimal KEY has to be specified in SCHEDxx: KEY(14) instead of KEY(E) should do it. Leo -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Phil Smith Sent: Friday, March 13, 2015 2:12 PM To: IBM-MAIN@L

Re: Intermittent, not consistently reproducible problems with PDSEs on z/OS V2R1 (incl. infrequent S0F4-20 RSN 1C0752EE ABENDs)

2015-03-20 Thread Leonardo Vaz
Same here, z/OS 2.1 and both members have ######, no issues. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Lizette Koehler Sent: Friday, March 20, 2015 10:23 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Intermittent, not con

ISPF services on HTTP server cgi rexx.

2015-05-01 Thread Leonardo Vaz
Hello list! I'm having trouble doing ADDRESS ISPEXEC on my cgi rexx executing on our web server since ISPF services are not available (RC=-3). What I am interested in doing is reading/resetting a PDS member statistics, which are easily done with the "LMM" services but seem pretty hard to do ot

  1   2   >