Re: ./ ADD - which utility? (RANT)

2024-05-20 Thread Andrew Rowley
re new tools, e.g. I have been experimenting with Zowe CLI. It's worth trying for file transfer and can create new datasets, PDS etc. It only requires z/OSMF on the mainframe, i.e. nothing to install there - only configuration. -- Andrew Rowley Black Hill So

Re: Mainframe performance tool replacement

2024-05-07 Thread Andrew Rowley
On 8/05/2024 7:40 am, Wayne Bickerdike wrote: EasySMF. Andrew Rowley may chip in here. Thanks, yes EasySMF is another option. There is a Windows based component with canned reports, and Java SMF API for customized reports that can run on z/OS. I'm happy to work with you to reproduce some

Re: Anyone exploiting ZEDC?

2024-04-29 Thread Andrew Rowley
here: https://www.blackhillsoftware.com/news/2024/04/29/using-zedc-compression-for-smf-data/ -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists

Re: REXX vs other languages WAS: Rexx numeric digits and scientific notation question

2024-04-22 Thread Andrew Rowley
On 23/04/2024 11:55 am, Paul Gilmartin wrote: On Tue, 23 Apr 2024 10:59:47 +1000, Andrew Rowley wrote: ... To me, it is much clearer to be explicit, including the concatenation, e.g. "DELETE " || foo That overkill is apt to confuse a POSIX shell partisan who would see the bla

Re: REXX vs other languages WAS: Rexx numeric digits and scientific notation question

2024-04-22 Thread Andrew Rowley
ch clearer about exactly what is happening/expected, which are variables and which are (expected to be) constant etc. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions,

Re: REXX vs other languages WAS: Rexx numeric digits and scientific notation question

2024-04-21 Thread Andrew Rowley
use it? -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: REXX vs other languages WAS: Rexx numeric digits and scientific notation question

2024-04-21 Thread Andrew Rowley
never been able to see anything particularly useful. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: REXX vs other languages WAS: Rexx numeric digits and scientific notation question

2024-04-19 Thread Andrew Rowley
bout Rexx. I still use it when appropriate. But I think z/OS people make a mistake ignoring Java. It's fast (e.g. 1GB/s for my CICS SMF processing), makes powerful features available (e.g. the Twilio example to send SMS messages from z/OS) and it's available on pretty much every z/OS s

Re: REXX vs other languages WAS: Rexx numeric digits and scientific notation question

2024-04-19 Thread Andrew Rowley
PATH=/home/andrewr/java/lib/twilio-10.1.3-jar-with-dependencies.jar TWILIO_ACCOUNT_SID=xx TWILIO_AUTH_TOKEN= //SYSOUT   DD SYSOUT=* //STDOUT   DD SYSOUT=* //STDERR   DD SYSOUT=* -- Andrew Rowley Black Hil

Re: REXX vs other languages WAS: Rexx numeric digits and scientific notation question

2024-04-18 Thread Andrew Rowley
t thinking and avoid the traps, but the rules are there nonetheless. Java is relatively straightforward, and shares many rules with other languages - C++, C# etc. I'm not saying Java is perfect - it has its own traps (int vs Integer etc) but I find it a much easier language to work with. -- And

Re: Anyone exploiting ZEDC?

2024-04-17 Thread Andrew Rowley
. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: REXX vs other languages WAS: Rexx numeric digits and scientific notation question

2024-04-17 Thread Andrew Rowley
and run them on z/OS using Java :-) -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Anyone exploiting ZEDC?

2024-04-17 Thread Andrew Rowley
-track. On the other hand, I think zEDC has to decompress and recompress the data for SMF dump etc. so CICS compression might save some overhead for SMF housekeeping type operations, reducing the amount of data going through zEDC? -- Andrew Rowley Black Hill Software

Re: REXX vs other languages WAS: Rexx numeric digits and scientific notation question

2024-04-16 Thread Andrew Rowley
e to go back because it is so much easier to get things done in Java. Rexx is good for small tasks where the overhead of starting the JVM is significant, or where there isn't functionality in Java. Otherwise, Java is my choice. -- Andrew Rowley

Re: Anyone exploiting ZEDC?

2024-04-16 Thread Andrew Rowley
of zEDC with/without the CICS compression? I have limited samples, but it looks like zEDC might compress data better if it has been already been compressed by CICS. Of course, there is the CPU time to consider. I think I/O can also be much faster for zEDC compressed data. -- Andrew Rowley Black

Re: Rexx numeric digits and scientific notation question

2024-03-18 Thread Andrew Rowley
platforms... -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Rexx numeric digits and scientific notation question

2024-03-18 Thread Andrew Rowley
that is most available makes sense. But my question was: Why Python? What are the reasons for using Python rather than e.g. Java? -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access

Re: Rexx numeric digits and scientific notation question

2024-03-18 Thread Andrew Rowley
an existing library or write your own. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Rexx numeric digits and scientific notation question

2024-03-18 Thread Andrew Rowley
a ZonedDateTime you can't assign/compare a LocalDateTime without specifying the time zone. So the class designers can protect you form a whole heap of common errors, and flag them before the program starts. -- Andrew Rowley Black Hill Software

Re: Rexx numeric digits and scientific notation question

2024-03-18 Thread Andrew Rowley
looked into it a few times, but get as far as "significant indentation" and "no variable declarations" and decide it's not something I want to use. Is it a sign of weakness to ask the compiler to help me avoid bugs? -- Andrew Rowley

Re: SSH tunneling for unattended process.

2024-01-08 Thread Andrew Rowley
use ASCII<->EBCDIC translation, so anything sending binary data is broken. I think you can override that, but not conveniently. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive

Re: ISPF to Panvalet interface

2023-12-21 Thread Andrew Rowley
that would run a mainframe. Especially when you consider limited market size etc. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu

Re: Test site for certificate revocation?

2023-09-19 Thread Andrew Rowley
On 20/09/2023 8:37 am, Charles Mills wrote: Does anyone know of a server URL that will present a revoked certificate (for my testing purposes)? Can you create a certificate for your own test site with Lets Encrypt, then revoke it? -- Andrew Rowley Black Hill Software

Re: Switching between SMT-1 and SMT-2

2023-09-18 Thread Andrew Rowley
what is considered "high" and "low" will depend on your environment. Martin's question about a WLM reset also applies. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive acces

Re: Ray Mullins on Assembler demand.

2023-09-07 Thread Andrew Rowley
a "how do I..." question you will be fine. Inheritance and interfaces help immensely, because many classes have common interfaces so you only really need to learn them if you need their particular specialization. -- Andrew Rowley Black Hil

Re: Switching between SMT-1 and SMT-2

2023-09-06 Thread Andrew Rowley
that workloads like Java in particular can and will easily drive zIIP to 100%. I would have expected that WLM would be able to manage dispatching priorities to avoid impacting DB2. That might require e.g. the Java work running in a discretionary service class. Is that not the case? -- Andrew Rowley

Re: Ray Mullins on Assembler demand.

2023-09-05 Thread Andrew Rowley
cification for what must be included in each Java version. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Is SMP/E needed for installs?

2023-09-05 Thread Andrew Rowley
not significant compared to everyday workload. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Switching between SMT-1 and SMT-2

2023-09-05 Thread Andrew Rowley
. Is the situation worse now? There were a lot of things we had to do that went against the conventional wisdom for WLM at the time - the conventional wisdon did NOT work well at 100% or on a single CPU. -- Andrew Rowley Black Hill Software

Re: Switching between SMT-1 and SMT-2

2023-09-05 Thread Andrew Rowley
onto N-1 threads. It's a bit antisocial on z/OS I know, but that's what WLM is for. That would definitely drive zIIPs to 100%, potentially for extended periods. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscr

Re: Is SMP/E needed for installs?

2023-09-05 Thread Andrew Rowley
installation anyway, it's worth considering. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Switching between SMT-1 and SMT-2

2023-09-04 Thread Andrew Rowley
he top end, but it becomes something the customer can turn on and use without analysis. The current situation sounds like SMT-2 should only be used if you a) have a single zIIP or b) are running your zIIPs consistently 100% busy and for b) you need to turn it off when the workload reduces?

Re: [EXTERNAL] Re: Switching between SMT-1 and SMT-2

2023-08-30 Thread Andrew Rowley
in practice? -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: JAVA IDE

2023-08-23 Thread Andrew Rowley
using VS Code to edit a Java file on z/OS? -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: XCFAS and TRUSTED

2023-08-20 Thread Andrew Rowley
says a task should be given trusted, it's a stronger statement than that. I take it to mean that the task should never be denied access by the security system, and any denial of access risks the stability or operation of the system. -- Andrew Rowley Black Hill Software

Re: XCFAS and TRUSTED

2023-08-20 Thread Andrew Rowley
that access is missing when you are already dealing with a problem. Not worth the risk, in my view (our security group disagreed!) -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions

Re: Looking for A Solution

2023-08-20 Thread Andrew Rowley
/sending-email-from-zos-using-java/ There are a few changes I would make based on what I know now, but the basics are there. There will be plenty of examples on the internet showing how to add attachments to an email from Java. -- Andrew Rowley Black Hill Software

Re: USS Features

2023-08-15 Thread Andrew Rowley
.sh_history? Or worse - can the filesystem change indicator tell the difference between a data update and a metadata (e.g. last accessed date) change? I'm not saying everything is equal, I'm just saying that freespace is a lot cheaper than managing a lack of freespace. -- Andrew Rowley Black Hill

Re: USS Features

2023-08-15 Thread Andrew Rowley
with the storage admin group. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: USS Features

2023-08-14 Thread Andrew Rowley
On 14/08/2023 3:30 pm, Jon Perryman wrote: > On Monday, August 7, 2023 at 04:33:24 PM PDT, Andrew Rowley wrote: It comes back to the question I asked earlier - how much space is it reasonable to use *to do your job* before you have to get the storage admin involved? Since you

Re: USS Features

2023-08-07 Thread Andrew Rowley
a security on other platforms etc. There is some irony in the contradiction between "z/OS because of its I/O capabilities" and "100GB! Whoa! Be reasonable!" -- Andrew Rowley Black Hill Software -- Fo

Re: Automount (was USS Features)

2023-08-07 Thread Andrew Rowley
supposed to solve are actually a result of having individual filesystems. They don't have to be solved on other platforms because they didn't create them in the first place (or there is a better solution e.g. quotas). -- Andrew Rowley Black Hil

Re: Definition of mainframe? Was: Ars Technica

2023-07-31 Thread Andrew Rowley
On 1/08/2023 12:16 am, Rick Troth wrote: But, again, an automount per user does not necessarily mean a filesystem per user. Agree... but I was specifically talking about a filesystem per user as a bad thing. This seems to have become a common thing on z/OS. -- Andrew Rowley Black Hill

Re: USS Features

2023-07-30 Thread Andrew Rowley
ig problem with that. And authorized_keys is the sort of question where auditors might require you to be poking around in users' business. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / arch

Re: Definition of mainframe? Was: Ars Technica

2023-07-30 Thread Andrew Rowley
ilesystems are all instantly available. If you have a few thousand that need to be recalled from HSM... Does HSM release unused space from the filesystem when it is migrated and recalled, or do you need enough DASD to allocate all the empty space in all the filesystems? -- Andrew Rowley Black Hil

Re: Definition of mainframe? Was: Ars Technica

2023-07-30 Thread Andrew Rowley
Which users have a .ssh/authorized_keys file?" much harder to answer. A filesystem per user is basically equivalent to a SMS storage group and catalog per user. You get isolation between users, but at the expense of much more difficult management. -- Andrew Rowley Black Hil

Re: Preferred FTP Client for Windows

2023-07-26 Thread Andrew Rowley
a component set up on z/OS, but the advantage is it uses https connections. https://www.ibm.com/docs/en/explorer-for-zos -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions

Re: Need DFSORT control statements to extract data from smf15 with storclas blank

2023-07-24 Thread Andrew Rowley
. This aligns with the IBM SMF macros. There is a Smf15Record class, but it just extends the Smf14Record class without adding anything. It's basically so you can create a Smf15Record object when you have a type 15 record, but the field names are still the smf14... names. -- Andrew Rowley Black Hill

Re: Need DFSORT control statements to extract data from smf15 with storclas blank

2023-07-23 Thread Andrew Rowley
ou do) you can add another filter step: .filter(r15 -> r15.smfjfcb1().jfcnew()) -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Problem running GIMUNZIP job.

2023-07-20 Thread Andrew Rowley
--- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe

Re: Python 3.11 on z/OS - UTF-8 errors

2023-07-12 Thread Andrew Rowley
ny further. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Python 3.11 on z/OS - UTF-8 errors

2023-07-12 Thread Andrew Rowley
conversion issues to/from git... you just have to be careful editing on other platforms. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu

Re: Python 3.11 on z/OS - UTF-8 errors

2023-07-12 Thread Andrew Rowley
to checkout? Either way, sourceEncoding=UTF8 seems like a good answer to why you might want to actually have the files encoded in UTF8. Anything else would seem to be courting unpredictable errors. -- Andrew Rowley Black Hill Software

Re: Python 3.11 on z/OS - UTF-8 errors

2023-07-12 Thread Andrew Rowley
ibly wrong answer would be to checkout in git as UTF8 and tag the files. If you encode as ISO8859-1, what happens to e.g. literals with characters not in ISO8859-1? An obvious one would be the Euro character, but I'm sure there are more. -- Andrew Rowley Black Hil

Re: SAS Replacement

2023-06-28 Thread Andrew Rowley
or other platforms. The Java API can also convert SMF data to JSON format, so you can use any of the JSON reporting tools for queries, charts etc. eg: https://github.com/BlackHillSoftware/easysmf-samples/tree/main/smf2json -- Andrew Rowley Black Hill Software

SMF Real Time Interface

2023-06-28 Thread Andrew Rowley
the mainframe for job failures using the Twilio Java API. These will hopefully give some ideas about how it might be used. Andrew Rowley -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access

Re: [EXTERNAL] Re: z/OSMF

2023-06-27 Thread Andrew Rowley
with the performance and price improvements in the rest of the industry. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: z/OSMF

2023-06-27 Thread Andrew Rowley
of a 200 MSU system, it's an expensive system hugely underutilized, and maybe people start asking what work can be moved there, how to make better use of the data it contains etc? -- Andrew Rowley Black Hill Software

Re: z/OSMF

2023-06-27 Thread Andrew Rowley
laptop, my money would be on the laptop. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: z/OSMF

2023-06-26 Thread Andrew Rowley
improved. Having looked at the SMF data from z/OSMF startup, I suspect the startup time could be cut by 90%+ with a bit of tweaking...) -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access

Re: z/OSMF

2023-06-26 Thread Andrew Rowley
seem to be a kludge to work around the dire lack of processing capacity in these systems anyway. (zIIP does benefit me because I write Java, but I can still see it's a bad solution.) -- Andrew Rowley Black Hill Software -- Fo

Re: SMTP and OAuth

2023-06-14 Thread Andrew Rowley
you mean by a client I guess, whether Java support counts or if you are looking for a pre-built product. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists

Re: The new requirement for Certificates to communicate with IBM -- A Journey

2023-06-12 Thread Andrew Rowley
to include new root certificates. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: The new requirement for Certificates to communicate with IBM -- A Journey

2023-06-12 Thread Andrew Rowley
Customers could select whether or not the standard CA certificates were installed. That would make life much easier for customers who just want to use TLS for internet connections, and leave vetting CAs to their operating system vendors. -- And

Re: The new requirement for Certificates to communicate with IBM -- A Journey

2023-06-10 Thread Andrew Rowley
to Import and Add to the SMPE KeyRing. I wonder whether certificates can be exported from the Java keystore on z/OS for import into RACF? -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access

Re: Are there samples of COBOL methods or classes?

2023-05-29 Thread Andrew Rowley
happening a lot! -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Digitally signed product software packages from IBM

2023-05-25 Thread Andrew Rowley
something modified locally. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: COBOL to dynamic DD name

2023-04-28 Thread Andrew Rowley
ame        writer = RecordWriter.newWriterForDD(ddname);    }    int count = 0;    RecordWriter writer;     } } -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to li

Re: COBOL to dynamic DD name

2023-04-28 Thread Andrew Rowley
throws IOException    {        writer = RecordWriter.newWriterForDD(ddname);    }    int count = 0;    RecordWriter writer;     } } -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signo

Re: zOSMF and zOWE for non-mainframers

2023-04-16 Thread Andrew Rowley
On 1/03/2023 9:01 am, Andrew Rowley wrote: The Achilles heel for Java on z/OS seems to be dataset I/O. It's adequate, but feels like it should be faster. (I haven't actually done direct comparisons with other languages.) Following up an old post of my own here, because I did actually compare

Re: Just PDSE

2023-04-10 Thread Andrew Rowley
would have additional issues with PDSE. Just because it hasn't happened doesn't mean you are not vulnerable to data corruption with the right set of circumstances. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe

Re: Unzip on z/OS ?

2023-03-30 Thread Andrew Rowley
HTTP client. I would expect that CICS Liberty would be able to do this. zOSMF Liberty certainly does. Liberty will use zEDC if available (zEDC doesn't work with Java 11 yet, only Java 8). -- Andrew Rowley Black Hill Software -

Re: Stop the ragging on COBOL please [was: RE: ASM call by value]

2023-03-28 Thread Andrew Rowley
a guess that do forever is more likely than do never... Personally, I prefer something like: while (TRUE) { } -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email

Re: watching JIT generated machine instructions on z/OS

2023-03-22 Thread Andrew Rowley
so by specification calculations create a new object for every intermediate value. Hopefully the compiler can optimize away most of them, if you require maximum performance. -- Andrew Rowley Black Hill Software -- For IBM-MAIN

Re: watching JIT generated machine instructions on z/OS

2023-03-22 Thread Andrew Rowley
using e.g. JMH (which provides warmups etc. to trigger JIT optimizations) and try to build the equivalent the other language. Benchmarks have their pitfalls, but it's probably still better than trying to compare the native code. -- Andrew Rowley Black Hil

Re: Question for our international friends (mostly)

2023-03-18 Thread Andrew Rowley
ecause "rack off" is a (Australian?) way to somewhat rudely tell someone to go away. So, "I tried to log on,  but RACF told me to rack off." It's an accidentally great name for a security product. -- Andrew Rowley Black Hill Software -

Re: not using SMPe

2023-03-17 Thread Andrew Rowley
. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: not using SMPe

2023-03-15 Thread Andrew Rowley
a SMP/E environment of course. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: not using SMPe

2023-03-15 Thread Andrew Rowley
now with JPMS, which is complex enough just building a jar file. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message

Re: not using SMPe

2023-03-15 Thread Andrew Rowley
that represents the exact code that a customer is running. There is much more overhead and opportunity for error shipping individual components than full replacement. With the bandwidth etc. available now full replacement makes much more sense. -- Andrew Rowley Black Hill Software

Re: zOSMF

2023-03-06 Thread Andrew Rowley
with small systems for far to long. It's ridiculous that mainframes require software designed for such small systems. We might enjoy the challenge, but it's just killing the platform. -- Andrew Rowley Black Hill Software -- For IBM

Re: Mainframe REXX (Re: Badmouthing Rexx and ooRexx - again (Re: zOSMF and zOWE for non-mainframers

2023-03-02 Thread Andrew Rowley
the overhead to start Java looked to be around 1 second elapsed, and 1/4 second of CPU time. After the startup, Java was as fast as C++ in this test. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive

Re: zOSMF and zOWE for non-mainframers

2023-02-28 Thread Andrew Rowley
an advantage for small programs. The Achilles heel for Java on z/OS seems to be dataset I/O. It's adequate, but feels like it should be faster. (I haven't actually done direct comparisons with other languages.) -- Andrew Rowley Black Hill Software

Re: zOSMF and zOWE for non-mainframers

2023-02-26 Thread Andrew Rowley
everything, not that it exists. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: zOSMF and zOWE for non-mainframers

2023-02-26 Thread Andrew Rowley
that my code needs to run in an environment with much less capacity. With CPU power in such abundance everywhere else, it makes perfect sense to spend CPU time to save developer time. A computing platform where CPU capacity is so constrained becomes hard to justify. -- Andrew Rowley Black

Re: determine job that created dataset?

2023-02-15 Thread Andrew Rowley
tring getJobname() { return jobname; }     public LocalDateTime getSmfDateTime() { return smfDateTime; }     private String system;     private String event;     private String dataset;     private String jobname;     private LocalDateTime smfDateTime;     } } -- Andrew Ro

Re: Are JNI required to be re-entrant and/or re-usable?

2023-02-15 Thread Andrew Rowley
call. OR Is it possible to recreate the assembler program functionality in Java? That is definitely more maintainable than JNI + Assembler, and might be easier - depending on the function. -- Andrew Rowley Black Hill Software

Re: Are JNI required to be re-entrant and/or re-usable?

2023-02-15 Thread Andrew Rowley
seems to be confused. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: How to get MetalC "INLINE" report

2023-02-10 Thread Andrew Rowley
- The compiler might even swap the order of inner/outer loops, so that part of the calling code ends up inside a loop in the inlined section of code These would be very difficult to reflect in a compiler listing (and are the reasons debugging optimized code is problematic). -- Andrew Rowley Black Hill

Re: Transmitting SMF records

2023-01-25 Thread Andrew Rowley
data, optionally in a gzip or zip file, and process it correctly. It will also recognize SMF data with no RDW and tell you what is wrong. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access

Re: Transmitting SMF records

2023-01-25 Thread Andrew Rowley
the RDW. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Transmitting SMF records

2023-01-25 Thread Andrew Rowley
. (However there might be people uploading data who haven't discovered the resulting data is unusable.) I have been working with SMF data myself for many years, and this problem with FTP causes a LOT of customer confusion and frustration. -- Andrew Rowley Black Hill Software

Re: Transmitting SMF records

2023-01-23 Thread Andrew Rowley
akes it unnecessarily complex to decipher. From the documentation I can't tell whether uploading RECFM U data results in the same data you started with. At a minimum there must be complications to end up with the real/correct DCB attributes. -- Andrew Rowley Black Hill Soft

Re: Transmitting SMF records

2022-12-16 Thread Andrew Rowley
on z/OS. This seems to be surprisingly difficult - IBM doesn't seem to have considered round trip capability when they wrote the FTP functions. (Although I haven't tried it with a RECFM U transfer.) -- Andrew Rowley Black Hill Software

Re: Transmitting SMF records

2022-12-15 Thread Andrew Rowley
-- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Capture 3270 screen as text (was: TNZ 3270 Emulator: ... )

2022-11-20 Thread Andrew Rowley
complicated in that there are areas you can't write to. That's more a design issue though - how you handle multiple lines, do you wrap etc. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access

Re: TNZ 3270 Emulator: Any Experiences?

2022-11-20 Thread Andrew Rowley
port 443. A certificate error would show that the certificate is being validated. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu

Re: Dcollect to Splunk

2022-11-09 Thread Andrew Rowley
. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: ftp to/from USS with Windows

2022-10-25 Thread Andrew Rowley
On 26/10/2022 8:47 am, Steve Thompson wrote: So this is what I want to do: [already set to the correct location in windows] get '/u/abc/some.java.file.jar' some.java.file.jar Try without the quotes? I think the quotes might indicate a dataset rather than HFS file. -- Andrew Rowley Black

Re: Enterprise Cobol 6.3.0, XML PARSE and zIIP usage.

2022-09-30 Thread Andrew Rowley
between zIIP and CP. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

  1   2   3   4   5   >