I have a custom keyboard map for this session.
The custom keyboard map Is accessible.
Gadi
-Original Message-
From: IBM Mainframe Discussion List On Behalf Of
ITschak Mugzach
Sent: יום ה 07 מרץ 2024 09:00
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: PCOM Question
[You don't often get emai
I think that SMF itself is not sufficient for security alerts. Only part of
the activity is recorded and the event is not understood by the auditors. A
good example is adding a dataset to APF by a sysprog. He got a call the
first time, saying this is his day job, second call, but as the wolf and
th
Gadi,
The name is PCOMM. Did you copy (or edit) the keyboard map)?
ITschak Mugzach
*|** IronSphere Platform* *|* *Information Security Continuous Monitoring
for z/OS, x/Linux & IBM I **| z/VM coming soon *
On Thu, Mar 7, 2024 at 8:13 AM Gadi Ben-Avi wrote:
> Hi,
> I upgraded from PCOM v13.
Hi,
I upgraded from PCOM v13.0.1 to v 13.0.7.
When I press ENTER, there is no indication in the OIA.
How do I enable this?
Thanks
Gadi
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@lis
You’re using the same stem variable for input and output. Use a specific
stdout. stem and see if that fixes it. Kolusu’s snippet works for me.
> On 7 Mar 2024, at 8:41 am, Charles Mills wrote:
>
> Thanks. As I said, I have tried both -k2 and -k 2, and also -k1 and +1, all
> with the same resu
On Wed, 6 Mar 2024 18:10:28 -0600, Charles Mills wrote:
>I am trying to sort a Rexx "array" starting with the second "word" of the
>variables. My "array" is in Index.n and contains records of the form some descriptive string> where is 0001, 0002, 0003, etc. and string is 2
>to 5 Rexx "word
> You are making a mistake if you discount the effectiveness of
> industry-standard tools in analyzing mainframe data.
Let me clarify... I'm not saying don't use it at all. Just saying that there
seems to be a tendency to lean too heavily on it, after it has gotten its foot
through the door (fo
(Cross-posted to MVS-OE.) A little more information on the IBM z/OS Container
Platform is now available here:
https://www.ibm.com/support/z-content-solutions/zos-container-platform/
Here’s my quick functional summary of some related offerings:
* IBM z/OS Container Extensions: runs containe
Thanks. As I said, I have tried both -k2 and -k 2, and also -k1 and +1, all
with the same result.
CM
On Thu, 7 Mar 2024 00:27:21 +, Sri Hari Kolusu wrote:
>Charles,
>
>Try a space after k.
--
For IBM-MAIN subscribe / sign
Charles,
Your example data
/* REXX */
stdin.0=3
stdin.1="0001 Main Check"
stdin.2="0002 OMVS (FTP Session)"
stdin.3="0003 C Validation"
cmd="sort -k 2"
call bpxwunix cmd,stdin.,stdout.,stderr.
say "stdout:"
say "==="
do i=1 to stdout.0
say stdout.i
end
say "stderr:"
say "==="
do i=1
Charles,
Try a space after k.
Something like this
/* REXX */
stdin.0=5
stdin.1="KIJJ 3"
stdin.2="KQWR 1"
stdin.3="ADGF 2"
stdin.4="OEPE 6"
stdin.5="VNVV 5"
cmd="sort -k 2"
call bpxwunix cmd,stdin.,stdout.,stderr.
say "stdout:"
say "==="
do i=1 to stdout.0
say stdout.i
end
say "stderr:"
I am trying to sort a Rexx "array" starting with the second "word" of the
variables. My "array" is in Index.n and contains records of the form where is 0001, 0002, 0003, etc. and string is 2 to 5
Rexx "words."
Here's my Rexx code:
Say "Before sort" Index.0 Index.1 Index.2 Index.3
stdo
Found this, will see if it is what we need.
D NET,CNOS,ID=xxA,LUNAME=xxT,LOGMODE=SNASVCMG
Sent from [Proton Mail](https://proton.me/mail/home) for iOS
On Wed, Mar 6, 2024 at 1:11 PM, roscoe5
<[056b62686b81-dmarc-requ...@listserv.ua.edu](mailto:On Wed, Mar 6, 2024 at
1:11 PM, roscoe5
Good afternoon,
I’m working with a shop that wants to test tweaks to DSESLIM and DMINWNR.
We changed source, did the Vary Inact/Act, and basic checkout in Test LPAR.
Before proceeding into Production, for doc or S&G, they asked if we could
Display the change.
It would be nice for Change control or
Any contractor who elevates his/her security access should immediately be fired
and possibly reported to authorities. Unless of course the security people at
the shop were negligent in giving him the authority to elevate him/herself. The
shop I was referring to in which I worked, had mainframe s
Java has java.util.Base64.Decoder since 1.8. JRE should be available on USS
On Tuesday, March 5, 2024 at 11:21:17 PM MST, Frank Bonaduce
<05e50174f43c-dmarc-requ...@listserv.ua.edu> wrote:
Hello Folks. Is anyone aware of where one might locate any sample assembler
code, macros or
I of course saw first-hand a lot of mainframe -> SIEM or Splunk integrations,
and they ran the gamut. Some were as you describe; some were quite effective.
The worst I saw was one company that was printing an SMF report to spool, using
a mainframe product to convert the spooled report to a PDF,
Exactly. I have my reservations on whether we as mainframe folks are choosing
this (log analytics products) or are defaulting to it because no one is
challenging for appropriate options from the mainframe technical side.
For an org, there is of course the valid point of correlation that Charles
We used Splunk at a former employer. Well, not really used it. An auditor
“suggested” we implement it to “improve” our mainframe security. The auditor
knew nothing about mainframe security. Likely read about Splunk somewhere or
saw a session on it at a conference. And of course the topic of “sec
It's neither a supplement or a replacement. So it's an 'other'.
This is how I interpret the situation -
zCX is for people who don't have Linux on Z, and/or would like to keep this
slice of linux in the mainframe domain's garden.
zCX is not just Ubuntu. A few other distros will work too, if not a
> I guess you might say that the whole point of products such as these is
> converting dense "strings & numbers" into logs.
I agree, except that I think the goal is not to squirrel metrics into logs, but
to get metrics and/or logs (actual SYSLOG) to tooling used outside of mainframe.
> no, we wa
I guess you might say that the whole point of products such as these is
converting dense "strings & numbers" into logs. A mainframe security "event" is
surely as significant to the enterprise as a Linux server security event -- it
makes sense to many enterprises to get it into their enterprise s
Weren't there jails in MULTICS?
--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3
עַם יִשְׂרָאֵל חַי
נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר
From: IBM Mainframe Discussion List on behalf of
Rick Troth <058ff5c2d0a7-dmarc-requ...@listserv.ua.edu>
Se
For clarity, start with "chroot" or "change root".
Unix has had thechroot() function and the 'chroot' command since before
my time, thus POSIX and Linux have it too.
Within a changed root environment, the process or program can only "see"
files from the new root directory on down.
The hardware a
Classification: Confidential
How does this compare to z/CX. IS this a supplement? Replacement? Other?
-Original Message-
From: IBM Mainframe Discussion List On Behalf Of
Timothy Sipples
Sent: Tuesday, March 5, 2024 7:45 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: IBM Announces the z/OS Con
Well, a significant portion of the value proposition for WLM when it was
introduced in the mid 90s was in fact to eliminate the static assignment of
dispatching priorities and the fact that WLM would potentially adjust the
dispatching priorities every 10 seconds to attempt to balance the perform
>>. Is anyone aware of where one might locate any sample assembler code, macros
>>or APIs to perform the following:
- Base64 Decoding (to EBCDIC)- EPOCH Conversion Thanks in advance for the
assistance.
Frank,
Check this link for BASE64 decoding and encoding
https://github.com/cicsdev/base64
At Broadcom we announced support for K8s deployments of what I call the
surround z/OS software deployment. Internally we’ve tested deployments on
x86, zLinux and zCX with the latter two using OCP.
Its called WatchTower and leverages public REST APIs across the on z/OS and off
z/OS products
Timothy,
I’ll wait to see more information as it becomes available. So zCX is Ubuntu
Linux on z/OS, IBM has labelled Redhat Openshift as zCX-OCP, and now we have
zOSCP. I like the container Ideas, but this literally sounds like z/OS Unix
inside a container? I guess that surprises me, as I
29 matches
Mail list logo