Wouldn't zCX address the need?
Could you develop your application under Linux elsewhere and deploy it in a
container with zCX?
Just curious about the difference between this and your proposed LSS.
Thanks!
-Original Message-
From: IBM Mainframe Discussion List On Behalf Of
Matt Hogstr
> On 11 May 2023, at 11:39 am, Frank Swarbrick
> wrote:
>
> Is it bad because it's slow, or some other reason(s)?
Slow? 3 minutes to respond to a key-press could be considered very slow! X11
sucks per-se, not just on z/OS. The only standout application is GIMP.
Cross-platform GUI SDK’s and li
There are some good use cases for zCX but as a development environment you
might as well use Linux running on a cheaper platform such as on your PC either
native or virtual. Z/OS UNIX is tightly integrated with z/OS so is more useful
than zCX, IMO.
> On 11 May 2023, at 3:04 pm, Mario Bezzi
>
Have you looked at ZERRMSG, ZERRSM, and ZERRL?
--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3
From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of
Weizman arbel [wwar...@gmail.com]
Sent: Thursday, May 11, 2023 1:23 AM
To:
Classification: Confidential
Whatever message ID is entered, I receive the following response:
"Search couldn't find any matches.
Be aware of your spelling. Even a single, misspelled word can impact your
results.
The more specific your search terms are, the better quality search results you
will
Please check out this IBM Idea (aka requirement) that I just posted
regarding the OMVS Man pages and vote and/or comment
https://ibm-z-hardware-and-operating-systems.ideas.ibm.com/ideas/ZOS-I-3685
The prose is:
=
The current MAN
Dear Lionel,
Good post.
Regards,
Suresh
On Thu, May 11, 2023, 4:25 PM Lionel B. Dyck wrote:
> Please check out this IBM Idea (aka requirement) that I just posted
> regarding the OMVS Man pages and vote and/or comment
>
> https://ibm-z-hardware-and-operating-systems.ideas.ibm.com/ideas/ZOS-I-36
On Thu, 11 May 2023 07:25:07 -0500, Lionel B. Dyck wrote:
>Please check out this IBM Idea (aka requirement) that I just posted
>regarding the OMVS Man pages and vote and/or comment
>
>https://ibm-z-hardware-and-operating-systems.ideas.ibm.com/ideas/ZOS-I-3685
>
It's a tough climb: It's hard eno
UHG is very security conscious. I'm not saying they could never be hacked,
because almost anything on the Internet can be. But they are definitely NOT
"low hanging fruit". Even a current z/OS system, running FOSS software &
which has a direct Internet connection could be hacked. IMO.
On Wed, May 1
I just RTFM, but I'm not sure about scratch category definition in VTS
TS7700.
I mean Expire Hold Settings and Expire Hold checkbox.
My understanding:
No expiration - scratch will *never* be reused. ...or maybe it means
the scratch is available for reuse immediately after transition from
priv
Yeah I see.
United HealthCare reports data breach that may have revealed customers'
personal information. United HealthCare made customers aware of a data breach
on Friday, which temporarily allowed access to personal information for those
enrolled in the company's healthcare plans.May 1, 2023
I hadn't seen that. But it's no worse than most other companies. Not that
it's good. I wonder if it was via "social engineering". I need to
double check. Thanks for letting me know.
On Thu, May 11, 2023, 09:59 Bill Johnson <
0047540adefe-dmarc-requ...@listserv.ua.edu> wrote:
> Yeah I see.
>
>
>Have you looked at ZERRMSG, ZERRSM, and ZERRL?
It takes an effect when there is an error/message
And it doesn't return
the last MSGID.
MSGID Includes the last message code (code-id)
for example: after save command Inside edit dataset the message is "Data set
saved" the msgid="ISRE017 "
I wou
I think you're out of luck.
The normal method would be to retrieve variable ZERRMSG, which gives you the
message id.
But ISPF only sets ZERRMSG if the ISPF service returns a return code of 8 or
higher. Saving a data set isn't an error, so it doesn't set ZERRMSG.
-Original Message-
Fr
Weizman,
What is the context in which your REXX exec is executing? Is it executing
as an ISPF edit macro, or in some other context?
Mike Shaw
MVS/QuickRef Support Group
Chicago-Soft, Ltd.
On Thu, May 11, 2023, 1:23 AM Weizman arbel wrote:
> Hello ,
>
> from rexx
> Which command / way to ach
Unicode is the way to go in this case. In that space, logical not is
"U+00AC", so the AA you're seeing is wrong.
In the 8-bit days (prior to Unicode), I would recommend ISO 8859-1 (so
called "Western Latin 1"). There too, logical not is 0xAC.
Does this help?
-- R; <><
On 5/7/23 09:27, Seym
On Wed, 10 May 2023 22:07:47 -0500, Paul Gilmartin wrote:
>
>There are just two manuals describing DSFS:
>z⧸OS Data Set File System Administration
>z⧸OS Data Set File System Messages and Codes
>
>DSFS is not mentioned by that initialism in the UNIX Command Ref. nor in the
>UNIX User's Guid
On 5/8/23 14:48, Phil Smith III wrote:
Seymour J Metz wrote, in part:
You seem to be confirming what I wrote; if the locale is UTF-8 then
your character data should be UTF-8. The ¬ character in UTF-8 has a
different encoding from the ¬ character in Unicode, so there is no
issue of a zero octet.
I'm back onto this problem.
I wrote a proof-of-concept program and it works.
I've modified an existing z/OS product and my changes don't work.
Only DSNAME and DISP are coded on the DD statements.
1st file is VB with LRECL=200
2nd file is VB with LRECL=230
3rd file is FB with LRECL=1000.
Proof-of
Hi
Looking for people who is running VM/ESA in production. If yes, can we share
some ideas?
ThanksDan
Sent from Yahoo Mail for iPhone
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@list
A little hard to read without field names or at least offsets for each
doubleword, but DCBOFLGS is a bit puzzling; I would have expected 08 and 18
where I see 0A and 1A. Could you post the code that works and the code that
does not work?
--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3
On Thu, May 11, 2023 at 12:50:12PM -0500, Pierre Fichaud wrote:
> I'm back onto this problem.
> I wrote a proof-of-concept program and it works.
> I've modified an existing z/OS product and my changes don't work.
This is the first we've heard that all the related code wasn't
yours (or part of z/OS
'AC'X is not valid as the first octet of a UTF-8 sequence and the indicator is
in the first octet, which must be one of
0xxx
110x
1110
0xxx
'AC'X is valid in the second, third or fourth octet.
--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3
___
Wrong for ISO-8859-15, but not wrong for CP437 and CP850.
Latin-1 doesn't have the € (Euro); I'd go with Latin-9, although I believe that
W3C blessed Latin-1.
IETF has blessed UTF-8 as the way forward.
I wasn't asking which encoding was best (IMHO, it's 'C2AC'X, THE UTF-8
transform of 'AC'X),
I was asked
We are setting up z/OSMF for the 1st time (can't really avoid it any
longer). I've noticed that the IZUANG1 task has a default WLM SC of SYSSTC
(which is probably OK), but the IZUSVR1 task has a default of Discretionary
- which is probably NOT OK. Do you have a recommendation for a fun
Agreed.
I took a short-cut in so far as the high bit is '1'.
But I gotta own that, you are correct, 'AC'x is *not* a proper
extender/introducer in UTF-8.
-- R; <><
On 5/11/23 15:56, Seymour J Metz wrote:
'AC'X is not valid as the first octet of a UTF-8 sequence and the indicator is
in the f
This is killing a fly with a sledge hammer, but maybe Exit 15: DISPLAY service
exit?
--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3
From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of
Weizman arbel [wwar...@gmail.com]
S
Discretionary probably is ok, remember that SVR1 is the server address
space which is just WAS and competes with other application regions like
CICS AOR and IMS regions. ANG1 provides services to SVR1 for the
"application" being run in z/OSMF. How to manage resource consumption and
priority is no
Hi,
"Expire time" in TS7700 scratch category means when TS7700 deletes the
scratched volume file on the TVC after the volume's category was changed
from private to scratch. Before the scratched volume file on the TVC is
deleted, you can reuse the volume data by changing the volume attribute
f
Pretty good explanation in this white paper,
https://www.ibm.com/support/pages/system/files/inline-files/White_Paper_-_TS7700_Best_Practices_-_Return-To-Scratch_Considerations_for_DR_Testing_V12.pdf
On Fri, May 12, 2023 at 12:24 AM Radoslaw Skorupka <
0471ebeac275-dmarc-requ...@listserv.ua.edu
Client has 3 systems in JES3 Sysplex. System A is z/OS 2.3 JES3 Global. System
B is z/OS 2.5 JES3 Local with no CIs defined. Other system not important.
When starting STC with system symbols on System B, the symbols are "replaced"
by information from System A. Is this normal? Is there a way
For instream symbol substitution there is an option for symbols to be
processed on either the conversion system or the execution system (via the
SYMBOLS= parm). Sounds like your client is converting on system A and
executing on system B with SYMBOLS=CNVTSYS option. Or some variant of
that.
On Fr
32 matches
Mail list logo