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
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,
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.
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
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
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
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
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
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
>>
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.
&
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
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
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
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
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
&
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
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
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
/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
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
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
"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
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
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
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
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
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
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
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:
>
>
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
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
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
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
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
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
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
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
.
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
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
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
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
, 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
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
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
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
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
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
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
; 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
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
: 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 "
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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-
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
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
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
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
: 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
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
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
'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
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:
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
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
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
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
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
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
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
--
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.
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
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,
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
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
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
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 - 100 of 165 matches
Mail list logo