Re: REXX as JCL replacement

2018-07-09 Thread Andrew Rowley
guage. If I want to define a unit of work to the system, JCL does a pretty good job. I definitely prefer JCL to long command lines with multiple switches and options defining input and output files, which is the non-z/OS equivalent. Andrew Rowley

Re: Using JCL Symbld and TYPRUN=SCAN

2018-07-11 Thread Andrew Rowley
ing and another process can delete it while you have it open and create a new file with the same name. The file you are writing disappears when you close it. This sort of thing is considered bad on z/OS. Sure, that's a function of z/OS enqueues etc., but JCL is the (relatively) easy to u

Re: Using JCL Symbld and TYPRUN=SCAN

2018-07-11 Thread Andrew Rowley
ncountered a problem where the command implicitly sourced /etc/profile. Which meant that things broke when /etc/profile changed the value of the environment variable. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe

Re: Using JCL Symbld and TYPRUN=SCAN

2018-07-11 Thread Andrew Rowley
27;t understand. -- 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: Using JCL Symbld and TYPRUN=SCAN

2018-07-11 Thread Andrew Rowley
On 12/07/2018 11:47 AM, Paul Gilmartin wrote: On Thu, 12 Jul 2018 11:01:50 +1000, Andrew Rowley wrote: Creating temporary files has its own security exposures. I am always wary in case I am creating a security problem I don't understand. You'd better not use SORT. I am comfortabl

Re: Using JCL Symbld and TYPRUN=SCAN

2018-07-11 Thread Andrew Rowley
worse programming language than GML? -- 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: Using JCL Symbld and TYPRUN=SCAN

2018-07-11 Thread Andrew Rowley
On 12/07/2018 2:48 PM, Ed Jaffe wrote: If you are referring to the GameMaker Language (GML) then yes, JCL is clearly much, much worse... https://docs.yoyogames.com/source/dadiospice/002_reference/001_gml%20language%20overview/ No, Generalized Markup Language i.e. SCRIPT. -- Andrew

Re: Using JCL Symbld and TYPRUN=SCAN

2018-07-12 Thread Andrew Rowley
tions fall into my definition of "difficult to do", compared to JCL. -- 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: Zowe for systems programmer ?

2018-08-28 Thread Andrew Rowley
period of time... -- 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: Zowe for systems programmer ?

2018-08-29 Thread Andrew Rowley
en you have multiple branches of development. It's not a substitute for the prevention of simultaneous edits. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: Zowe for systems programmer ?

2018-08-30 Thread Andrew Rowley
ther platforms really use source control for everything? How many unix systems have you encountered where /etc is under source control, people have their own copies and merge changes into the real /etc? Any? -- Andrew Rowley Black Hill Software

Re: Zowe for systems programmer ?

2018-08-30 Thread Andrew Rowley
tware release etc.) at which point you're back to making sure that 2 people don't update at the same time. -- 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: Zowe for systems programmer ?

2018-09-04 Thread Andrew Rowley
software that handles its own ENQs (as opposed to relying on what the customer codes in JCL) that is not compatible with ISPF and it's use of SYSDSN and SPFEDIT? My gut feeling is that if there was it would be APARable, but I don't know. -- Andrew Rowley Black Hil

Re: Zowe for systems programmer ?

2018-09-04 Thread Andrew Rowley
dataset with DISP=SHR if that is what you specify. Which products request their own ENQs and update PDS members without SPFEDIT or exclusive SYSDSN? I seem to recall that other components do use SPFEDIT for member serialization - the linkage editor/binder comes to mind. -- Andrew R

Re: Speaking of time change...

2018-11-07 Thread Andrew Rowley
zones. e.g. https://static.blackhillsoftware.com/easysmf/javadoc/com/blackhillsoftware/smf/smf30/Smf30Record.html -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: Speaking of time change...

2018-11-07 Thread Andrew Rowley
On 8/11/2018 3:06 AM, Paul Gilmartin wrote: On Wed, 7 Nov 2018 20:19:43 +1100, Andrew Rowley wrote: This means that (if your system follows the rules for DST changes) ... Why should any system choose *not* to "follow the rules"? z/OS has a weird culture. I guess some sites ch

Re: So much for THAT excuse | Computerworld SHARK TANK

2018-11-20 Thread Andrew Rowley
would you allow a compiler to accept or reject a program based on locale? Or all programs must be written in English? At some point the easiest conclusion is that different is different, which implies case sensitivity. -- Andrew Rowley Black Hill Software

Re: So much for THAT excuse | Computerworld SHARK TANK

2018-11-20 Thread Andrew Rowley
nd: https://www.w3.org/International/wiki/Case_folding -- 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: SoftwareXcel Discontinued

2017-09-07 Thread Andrew Rowley
past these gatekeepers before they see it. -- Andrew Rowley Black Hill Software +61 413 302 386 -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: SoftwareXcel Discontinued

2017-09-07 Thread Andrew Rowley
priority of "if we run out of other things to do" that's OK - at least someone has noted that it exists. -- Andrew Rowley Black Hill Software +61 413 302 386 -- For IBM-MAIN subscribe / signoff / archive acce

Re: GDG +1 dynamic allocation collision between two concurrent jobs

2017-09-12 Thread Andrew Rowley
On 13/09/2017 03:24 AM, Paul Gilmartin wrote: It feels as if Allocation fails to perform some needed serialization. I think this is the serialization. Do batch job behave similarly? I suppose one might wait for initiation until the earlier one DEQs. Careful, you might find a reason to like J

Re: AW: Re: GDG +1 dynamic allocation collision between two concurrent jobs

2017-09-13 Thread Andrew Rowley
initiation is what is done by the initiator, so what I should have said is something like "not before being assigned to an initiator". -- Andrew Rowley Black Hill Software +61 413 302 386 -- For IBM-MAIN subscribe /

Knowledge Center bugs getting creative

2017-09-19 Thread Andrew Rowley
Knowledge Center bugs are getting more creative. I found the whole TOC spinning today: https://twitter.com/AndrewRowley10/status/910374514252484615 (Why CICS 3.1.0? Because that's what the Google link led to.) -- Andrew Rowley Black Hill Software +61 413 30

Re: Knowledge Center bugs getting creative

2017-09-20 Thread Andrew Rowley
good lesson for developers though - no matter how crazy a bug description sounds, it doesn't mean it's not real. -- Andrew Rowley Black Hill Software +61 413 302 386 -- For IBM-MAIN subscribe / signoff / archive access

Re: Sales PDFs - a rant

2017-10-04 Thread Andrew Rowley
sily read on a horizontal display (think 17" display for most sitting around me or smaller if reading on a laptop) 8. Develop a pervasive file format that flows based on the display and is easy to read and replace PDF's by 2020 (or sooner) -- Andrew Rowley

Re: git, z/OS and COBOL

2017-10-11 Thread Andrew Rowley
unusual because the patch is very dependent on being applied to a specific revision of the source, and manual patching makes tracking revisions a manual process. You have the same problem with IEBUPDTE - you need an external way to track the version of the file you are applying the update to (e.g.

Re: Help with a Unix process

2017-11-01 Thread Andrew Rowley
directory seaches are slow, try HSM recalling filesystems one at a time... -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the

Re: Help with a Unix process

2017-11-02 Thread Andrew Rowley
make your job very difficult. It might even be a good way to hide things in the system. -- Andrew Rowley -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message

Re: Help with a Unix process

2017-11-02 Thread Andrew Rowley
did report problems I found. Couldn't expad wildcards. Wildcards for e.g. the userid is the problem case. Maybe a script could use the filesystem dataset name pattern to reverse map filesystem datasets to automount paths. -

Re: Are JZOS JVM loader excutables installed in PDSE libraries?

2017-11-08 Thread Andrew Rowley
SMP/E installation should put the modules in SYS1.SIEALINKE. You need to manually copy them for a non-SMP/E installation (probably not to SYS1.SIEALINKE, although that is what the doc suggests). -- Andrew Rowley Black Hill Sof

Re: Are JZOS JVM loader excutables installed in PDSE libraries?

2017-11-08 Thread Andrew Rowley
uot;do the right thing" with JZOS. Peter -- 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: SAS - DB2 conversion to Java

2017-11-23 Thread Andrew Rowley
experience, Please. We have Java mappings for many SMF records. https://www.blackhillsoftware.com/docs/javasmf/ I would be happy to work with you to arrange a trial and create some SMF reports using Java as a POC. Feel free to contact me off list. Regards Andrew Rowley Black Hill Software

Re: SAS - DB2 conversion to Java

2017-11-23 Thread Andrew Rowley
ould miss out on a lot of the benefits of Java. Rewriting at least the most resource intensive programs might be worth doing. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instruct

Re: Shocking Bug in Latest PCOMM Release

2017-11-26 Thread Andrew Rowley
require Highlight followed by Copy. A right mouse click on one of the slashes in the name works for me. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists

Re: SAS - DB2 conversion to Java

2017-11-28 Thread Andrew Rowley
ASD space so am working on smaller files). I feel like this is fast but would welcome feedback based on real world data. -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions

Re: SAS - DB2 conversion to Java

2017-11-28 Thread Andrew Rowley
the other hand, Java classes are beautiful for working with SMF data (not quite as nice as C# but still very good). -- Andrew Rowley Black Hill Software -- For IBM-MAIN subscribe / signoff / archive access instructions, sen

Re: SAS - DB2 conversion to Java

2017-11-29 Thread Andrew Rowley
rallel processing is not a priority. -- 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: SAS - DB2 conversion to Java

2017-11-29 Thread Andrew Rowley
would be difficult or impossible, or would require multiple data passes to get the data using SQL. -- Andrew Rowley and...@blackhillsoftware.com -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists

Re: NFS on Mainframe

2017-12-05 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: SFTP

2017-12-06 Thread Andrew Rowley
e same as a site's application code - I doubt there are any sites that package their applications using SMP/E and migrate fixes from development to production relying on PREREQs and COREQs to manage dependencies. -- Andrew Rowley Black Hill Software ---

Re: SFTP

2017-12-06 Thread Andrew Rowley
On 6/12/2017 5:41 PM, Edward Gould wrote: Does dovetail ship their products in SMPE installable format or ? The company I am helping has a issue with *ANY* product that is not SMPE installable. I hope you are encouraging them to modernize their thinking. -- Andrew Rowley Black Hill Software

Re: SFTP

2017-12-07 Thread Andrew Rowley
nlined (e.g. module size) and inlining of A, B, C, D changes again. To develop correct SMP requisites you need to know not only what you changed, but also track whether any other related modules have consequential changes to the *output* from the compiler - not just their source code. --

Re: SFTP

2017-12-07 Thread Andrew Rowley
that monolithic is how I would describe the mindset - many people would suggest C++ code etc. is overly fragmented into class hierarchies etc. But the resulting application may be monolithic. DLL hell is also a real problem when you build everything into modular DLLs. -- And

Re: SFTP

2017-12-07 Thread Andrew Rowley
be a while before it is widely adopted 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: Cobol upgrade 6.2 linklist

2017-12-19 Thread Andrew Rowley
which are dynamically allocated. -- 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 find what performed an OMVS unmount?

2017-12-22 Thread Andrew Rowley
report of all the mount and un-mounts in USS for a specific period of time. You are welcome to download a 30 day trial of EasySMF. The z/OS Unix Filesystem Activity report probably has what you are looking for. https://www.blackhillsoftware.com/easysmf/ Andrew Rowley -- Andrew Rowley Black

Re: How to find what performed an OMVS unmount?

2017-12-27 Thread Andrew Rowley
  Integer.toString(record.subType()) : "")); } System.out.println("Done"); } } On my system I saw only type 92 and 42 records for a ZFS. Andrew Rowley -- Andrew Rowley and...@blackhillsoftware.com -- For IBM-MA

Re: JZOS on open systems question

2017-12-29 Thread Andrew Rowley
ensing and support details. -- Andrew Rowley and...@blackhillsoftware.com -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: JZOS on open systems question

2017-12-29 Thread Andrew Rowley
(processing SMF data) is that it is much easier to transfer the data unconverted. JZOS makes it easy to process the mainframe format data. -- Andrew Rowley and...@blackhillsoftware.com -- For IBM-MAIN subscribe / signoff / archive

Re: RMF Spreadsheet report 4 hour rolling MSU

2016-10-10 Thread Andrew Rowley
u are interested you can use it for free for 30 days with a 30 day trial: http://www.blackhillsoftware.com/30-day-trial/ Regards Andrew Rowley On 10/10/2016 8:07 PM, Jorge Garcia wrote: Hi all, We try to obtain a RMF spreadsheet report to show 4 hour avg MSU. I can only obtain with OVW stat

Re: DB2 Shutdown Problem

2016-11-07 Thread Andrew Rowley
file allocations are also suppressed. Default: NOSUPPRESS Andrew Rowley On 4/11/2016 12:23 AM, Vernooij, Kees (ITOPT1) - KLM wrote: That's an old one, we ran into this 25 years ago. To my surprise the default is currently still YES. Kees. -Original Message- From: IBM Main

Re: Getting initializesecuritycontext 0x80090326 attempting to connect to DALLAS

2017-02-26 Thread Andrew Rowley
"TLS V1.0" -- Andrew Rowley Black Hill Software +61 413 302 386 -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Getting initializesecuritycontext 0x80090326 attempting to connect to DALLAS

2017-02-27 Thread Andrew Rowley
. It seems likely that is failing for some reason - maybe they no longer have any available ciphers in common? I think the most likely fix is an update to QWS3270. Andrew Rowley -- For IBM-MAIN subscribe / signoff / archive

Re: Dataspace versus common area above the bar

2014-01-22 Thread Andrew Rowley
ual instructions is not very useful. The sequence of instructions is more important, and specifically their effect on processor cache, pipeline and branch prediction (plus other factors I'm sure). Regards Andrew Rowley -- and...@blackhillsoftware.com +61 413 302 386 ---

Re: OT: code-signing tutorial?

2014-01-23 Thread Andrew Rowley
s, existing signatures are still valid. You just can't generate new signatures. There is some documentation at: http://certhelp.ksoftware.net/support/home (I purchased my certificate from K software, who sell Comodo certificates) Hope this helps, Andrew Rowley -- and...@blackhillsoftware.com

Re: Handing /etc and /var filesystems

2014-03-12 Thread Andrew Rowley
t assumes conventional usage of the /var filesystem. I would also suggest that only read-only filesystems should be on the sysres. That probably rules out /var. Regards Andrew Rowley -- and...@blackhillsoftware.com +61 413 302 386

Re: Cracking IBM Mainframe Password Hashes

2014-03-18 Thread Andrew Rowley
orror.com/speed-hashing/ Andrew Rowley -- and...@blackhillsoftware.com +61 413 302 386 -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Cracking IBM Mainframe Password Hashes

2014-03-18 Thread Andrew Rowley
rable to these cheap and effective attacks" Andrew Rowley -- and...@blackhillsoftware.com +61 413 302 386 -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Cracking IBM Mainframe Password Hashes

2014-03-18 Thread Andrew Rowley
t can potentially crack some or all of the passwords. Andrew Rowley -- and...@blackhillsoftware.com +61 413 302 386 -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the me

Re: SMF report

2014-03-21 Thread Andrew Rowley
report (Requires SMF type 30 records, including the interval records) Sort on whichever column you are interested in to see which jobs used most during the interval. You can download a 30 day free trial from http://www.smfreports.com/ Regards Andrew Rowley Black Hill Software -- and

Re: Ever see "automatic" 30-day trials for mainframe software?

2014-03-26 Thread Andrew Rowley
- not because of technical difficulties implementing a trial period. Andrew Rowley -- and...@blackhillsoftware.com +61 413 302 386 -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Ever see "automatic" 30-day trials for mainframe software?

2014-03-26 Thread Andrew Rowley
s probably more reason to be cautious with an evaluation than the method of tracking the evaluation period. Andrew Rowley -- and...@blackhillsoftware.com +61 413 302 386 -- For IBM-MAIN subscribe / signoff / archive access instructi

Re: Compiler error in z/OS C compiler

2014-03-31 Thread Andrew Rowley
use your routine to turn unsigned int into C pointers? Of course, if there is a calling convention for calling C from PL/1 that handles pointers automatically, that would be preferable. Regards Andrew Rowley -- and...@blackhillsoftware

Re: EBCDIC viewer for Windows

2014-06-22 Thread Andrew Rowley
On 22/06/2014 17:49, Linda Mooney wrote: Greetings! I am looking for an EBCDIC viewer for Windows, to view flat datasets that were created on the mainframe. Edit is not necessary for what I need. Can anyone recommend one for me? Originally, I was looking for a plugin for Notepad++, but didn't

Re: Local Time conversion to/from UTC Time

2014-06-27 Thread Andrew Rowley
I don't know whether your language options extend to java, but if they do Joda Time appears to do exactly what you are looking for: http://www.joda.org/joda-time/ Even if you can't use Java, it is open source so it might provide code/algorithm ideas. On 28/06/2014 4:06, Hardee, Chuck wrote:

Re: SCEELKED Restore

2014-10-02 Thread Andrew Rowley
y guess is that your issues will stop once you remove SCEELKED form the linkist, and you won't need to restore your backup." Very plausible. Andrew Rowley -- and...@blackhillsoftware.com +61 413 302 386 -- For IBM-MAIN

Re: OT: I received a purported .doc file which appears to be a zip file full of XMLs

2012-07-16 Thread Andrew Rowley
;save as" in Word and save it to a Word 2002 file format. Regards Andrew Rowley -- Andrew Rowley Black Hill Software Pty. Ltd. Phone: +61 413 302 386 On 16/07/2012 6:21 PM, Binyamin Dissen wrote: I do trust the sender and apparently they cannot (easily?) send me it as a PDF. Neither W

Re: useful? XML "encoded" SMF.

2012-07-25 Thread Andrew Rowley
lly useful. The volume of SMF data is difficult enough to deal with in binary form. XML would be worse. Are the XML reporting programs really able to cope with the quantity of data that comes from SMF? Regards Andrew Rowley -- Andrew Rowley Black Hill Software Pty. Ltd. Phone: +61 413 302 386 Eas

Re: [z390] Anyone want Source code listing of last VSE program product Supervisor?

2012-08-06 Thread Andrew Rowley
nding or selling it, I'm not going to buy it." If enough people tell the mass marketers "forget it", they will either change or go out of business. Not that I expect many to do this. The restricition is on lending, reselling etc. in a different cover. Why would you want to do

Re: [z390] Anyone want Source code listing of last VSE program product Supervisor?

2012-08-06 Thread Andrew Rowley
emailing it to a colleague may well be an infringement of copyright, unless IBM gives permission somewhere. IBM might be unlikely to enforce it, but it doesn't mean that it doesn't exist. -- Andrew Rowley Black Hill Software Pty. Lt

Re: Blades versus z was Re: Turn Off Another Light - Univ. of Tennessee

2012-09-11 Thread Andrew Rowley
to have more single threaded work. BTW can you have a spin loop on a single CP system? I thought spin loops were waits for something held by another CP. Andrew Rowley -- and...@blackhillsoftware.com +61 413 302 386 -- Fo

Re: UTILITY TO READ SMF RECORDS

2012-09-13 Thread Andrew Rowley
Hi John, EasySMF will report on type 17 records. You can download it from http://www.smfreports.com. There is a free 30 day evaluation period which would cover your immediate need. Regards Andrew Rowley Black Hill Software. On 12/09/2012 10:14 PM, John Dawes wrote: G'Day, I am t

Re: EXCP Counts in SMF Exit

2013-12-14 Thread Andrew Rowley
You could download the trial verion of EasySMF, which among other things allows you to browse the type 30 sections. It would probably help if you can see exactly what is in each field. You can download it from: http://www.smfreports.com/ Regards Andrew Rowley Black Hill Software On 14/12

Re: What address space is using AUX slots?

2014-10-23 Thread Andrew Rowley
day trial version from: http://www.smfreports.com/download.html If you try it I would be interested to know if anything shows up. Regards Andrew Rowley Black Hill Software On 23/10/2014 17:44, Peter Hunkeler wrote: It seems, we've got enough real storage and enough Flash Memory. The

Processing SMF using Java - new product

2014-11-10 Thread Andrew Rowley
or in the comments area of the website. Thanks Andrew Rowley Black Hill Software +61 413 302 386 -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: Processing SMF using Java - new product

2014-11-10 Thread Andrew Rowley
some sample programs on the website that will hopefully be a starting point for ideas of what it might be used for. Regards Andrew Rowley Black Hill Software +61 413 302 386 On 10/11/2014 21:01, Vernooij, CP (SPLXM) - KLM wrote: 2 things that pop up in mind: - will it run on zIIP, so it

Re: Processing SMF using Java - new product

2014-11-10 Thread Andrew Rowley
extracting the data into Java fields to be orders of magnitude slower. A simple get method is probably inlined by JIT, so I doubt there would be any measurable difference between field access and access to the same value via a get method. Regards Andrew Rowley Black Hill Software +61 413 302 386

Re: Processing SMF using Java - new product

2014-11-10 Thread Andrew Rowley
t depends on the program but I think that simple programs would probably use less CPU than used to transfer the data to another platform. Andrew Rowley Black Hill Software +61 413 302 386 -- For IBM-MAIN subscribe / signoff

Re: Processing SMF using Java - new product

2014-11-10 Thread Andrew Rowley
On 11/11/2014 11:20, David Crayford wrote: I get it. You're using lazy initialization that uses an index into a byte array or something similar. That's a very sensible idea. We certainly do take it for granted just how easy it is to map a record using POD structs with traditional languages. E

Re: A Total Eclipse of the Spool

2015-04-13 Thread Andrew Rowley
I would be looking at z/OSMF REST services. As a http based interface, it seems likely to be easier to integrate into Eclipse etc. than FTP, and also has more functions. I am not 100% sure that the jobs interface works without SDSF, but I think it is likely. Andrew Rowley Black Hill

Re: Auditing vendor source code

2013-06-18 Thread Andrew Rowley
nformation. Ultimately, I think a vendor has to be responsible for the security of their own authorized code. If auditing is required (and it might be a reasonable thing to do) it would be better if it were done by a recognized expert, rather than individual customers. Regards Andrew Rowle

Re: Is there a "reverse bits" hardware instruction?

2013-07-24 Thread Andrew Rowley
aster (not necessarily detectably): http://stackoverflow.com/questions/757059/position-of-least-significant-bit-that-is-set One answer also talks about clearing the lowest set bit. Andrew Rowley On 24/07/2013 07:49, Charles Mills wrote: Is there a quick way to reverse MSB to LSB the bits of a 6

Re: RMF Spreadsheet Reporter

2012-11-21 Thread Andrew Rowley
charts to zoom in and get a more detailed view of interesting time periods - Use type 30 records to show you what was running on the system or in particular service classes at the time. You can download a 30 day trial from: http://www.smfreports.com/download.html Regards Andrew Rowley EasySMF

Re: RMF Spreadsheet Reporter

2012-11-21 Thread Andrew Rowley
a salesman etc. Assuming you can install software on your PC, you can be using it in minutes. Not a bad thing - but perhaps unusual in the z/OS world. Regards Andrew Rowley -- and...@blackhillsoftware.com +61 413 302 386

Re: RMF Spreadsheet Reporter

2012-11-22 Thread Andrew Rowley
"A replacement for MXG & SAS" is probably a simpler marketing message, but I think it would result in less satisfied customers. Regards Andrew Rowley -- and...@blackhillsoftware.com +61 413 302 386 -- For IBM-

Re: RMF Spreadsheet Reporter

2012-11-25 Thread Andrew Rowley
contact me off-list for more information, or see the pricing details on the website: https://www.blackhillsoftware.com/order-easysmf.html Regards Andrew Rowley -- and...@blackhillsoftware.com +61 413 302 386 -- For IBM-MAIN

Re: OMVS su -

2012-11-28 Thread Andrew Rowley
y (or any of the parent directories) in root's PATH is writable by a non-root user. So "su -" is good practice to ensure that you get an environment that is intended for use with UID 0. Regards Andrew Rowley -- and...@blackhillsoftware.com +61 413 302 386 ---

Re: OMVS su -

2012-11-28 Thread Andrew Rowley
z/OS. On the Unix side of the fence the UID is the primary identity, so really you have one UID with varying behaviour depending on circumstances. Regards Andrew Rowley -- and...@blackhillsoftware.com +61 413 302 386 -- For IBM

Re: increased CPU usage z/os v1r13

2013-01-08 Thread Andrew Rowley
nd whether there are specific problems that caused it. However, keep an open mind to other factors like WLM. Regards Andrew Rowley -- Andrew Rowley Black Hill Software Pty Ltd and...@blackhillsoftware.com +61 413 302 386 -- Fo

Using DFS/SMB binary mode for VB datasets

2013-01-09 Thread Andrew Rowley
us (to me). Or perhaps DFS/SMB can be persuaded to treat the file as RECFM=U, without splitting it into records at all? The aim is to read SMF data from a PC by mapping the SMF dump datasets to a network drive on the PC. Thanks, Andrew Rowley -- Andrew Rowley Black Hill Software Pt

Re: Using DFS/SMB binary mode for VB datasets

2013-01-13 Thread Andrew Rowley
aging because it would at least demonstrate that it is possible. It is a SMB configuration question, rather than a code question. Regards Andrew Rowley -- and...@blackhillsoftware.com +61 413 302 386 -- For IBM-MAIN subs

Re: FTP z/OS to z/OS "501 Invalid data set name" - codepage issue?

2013-01-18 Thread Andrew Rowley
On 19/01/2013 4:43, Paul Gilmartin wrote: The evidence implies that commands are translated from EBCDIC to ASCII at the client and from ASCII to EBCDIC at the server using the default code pages ate the respective sites, and SBDATACONN is applied only to the data content. Sounds like material f

Re: Reg: OMVS deleted files/directories.

2013-01-23 Thread Andrew Rowley
(click on the Time column header). That will show you the sequence of events for the file serial. This will allow you to see if the file serial was reused, when you would have to make sure that you look at the correct file delete entry. You can download a 30 day trial of EasySMF from: http

Re: mainframe "selling" points

2013-01-30 Thread Andrew Rowley
o Java. In reality, selling points are not important, until you remove the factors that result in z/OS being crossed off the list. If you can't do that, no amount of selling points will help. Andrew Rowley -- and...@blackhillsof

Re: FW: mainframe "selling" points -- Start up Costs

2013-01-31 Thread Andrew Rowley
n one million dollars. That program was designed to counter exactly this problem - startups developing on other platforms because they were cheaper e.g. free. Andrew Rowley -- and...@blackhillsoftware.com +61 413 302 386 -- Fo

Re: FW: mainframe "selling" points -- Start up Costs

2013-01-31 Thread Andrew Rowley
0, mainly to see if it could be done: http://www.kalzumeus.com/ Andrew Rowley -- and...@blackhillsoftware.com +61 413 302 386 -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.u

Re: Reducing Backup Time (Was: Mod-9 vs. Mod-27 vs. mixed)

2013-02-24 Thread Andrew Rowley
, does TSM back up the data, or the filesystem (data + metadata). Regards Andrew Rowley -- and...@blackhillsoftware.com +61 413 302 386 -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists

Re: OMVS, /etc, user mods, and SMP/E

2013-03-12 Thread Andrew Rowley
op in a totally new SYS1.PARMLIB. Regards Andrew Rowley -- and...@blackhillsoftware.com +61 413 302 386 -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: OMVS, /etc, user mods, and SMP/E

2013-03-12 Thread Andrew Rowley
On 13/03/2013 12:00, Shane Ginnane wrote: On Wed, 13 Mar 2013 10:01:57 +1100, Andrew Rowley wrote: I'm not sure how it is packaged in z/OS, but in general I think it is incorrect to replace the /etc directory when installing a new version of the operating system - the same way you woul

Re: Java on z bitness

2016-04-19 Thread Andrew Rowley
I would be very interested to hear what you find out. Andrew Rowley On 20/04/2016 06:32 AM, Phil Smith III wrote: (Cross-posted to IBM-MAIN and MVS-OE.) We have a JNI for our product. It lets a 31-bit Java application call into our started task, which uses cross-memory services to fetch dat

<    1   2   3   4   5   >