Re: FTP-Server list files starting with a dot ("hidden files")

2021-11-19 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public Doh! ls -la, not la -la Fingers faster than brain. All this assumes that you wanted the command to list the files, rather than making the FTP server always list 'hidden' files. If it's the latter you want, I've no idea.  Andy Styles z/Series System Programmer

Re: FTP-Server list files starting with a dot ("hidden files")

2021-11-19 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public ls -a or la -la -l being 'long', and -a being 'all' ftp> ls -a 200 Port request OK. 125 List started OK . .. .bash_history .bashrc .gitconfig Andy Styles z/Series System Programmer -Original Message- From: IBM Mainframe Discussion List On Behalf Of Michael

AW: FTP-Server list files starting with a dot ("hidden files")

2021-11-19 Thread Michael Knigge
Oh thanks, that easy  Thanks, Michael Mit freundlichen Grüßen Michael Knigge Software Engineer SET GmbH Rühmkorffstraße 5 30163 Hannover Telefon: +49 511 330 998 23 Fax: +49 511 330 998 65 michael.kni...@set.de https://set.de Handelsregister: Amtsgericht Hannover HRB 52778

Re: IBM Semeru Runtime Certified Edition for z/OS, Version 11 is now available!

2021-11-19 Thread Matthew Stitt
Does it allow usage of TLS V1.3? Matthew -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

IBM Semeru Runtime Certified Edition for z/OS, Version 11 is now available!

2021-11-19 Thread Yuan Jie Song
IBM Semeru Runtime Certified Edition for z/OS, Version 11, is the latest release of Java SDK on z/OS. It provides a fundamental platform for building highly robust, scalable and reliable modern enterprise applications. In an ever connected world, as clients embark on their digital

Re: IBM Semeru Runtime Certified Edition for z/OS, Version 11 is now available!

2021-11-19 Thread Ramsey Hallman
Second paragraph, second sentence: It contains a new OpenJCEPlus security provider offering optimized performance through exploitation of cryptographic hardware on IBM Z and enabling the cryptographic algorithms required for TLS V1.3 support in the OpenJCEPlus provider. On Fri, Nov 19, 2021 at

Re: Is there a field that would reflect LPAR soft-capping?

2021-11-19 Thread Carmen Vitullo
we used part of Mark Zelden's IPLINFO Rexx  on MSU usage, the field we use is   RCTLACS I'd think you would need the defined MSU's (RCTIMGWU)  also and compare the fields? Check Marks IPLINFO, I think that would have everything you'd need. of course there are other tools from other vendors

Re: Is there a field that would reflect LPAR soft-capping?

2021-11-19 Thread Charles Mills
@Carmen, thanks, that is a huge help. RCTLACS is documented as Long-term average CPU service used by this logical partition, in millions of service units per hour. If this value is above the partition’s defined capacity, the partition will be capped. It is calculated using the physical CPU

Re: EXTERNAL EMAIL: Using HTTPS from JCL for file download?

2021-11-19 Thread Jerry Whitteridge
If you have curl you can use the HTTP protocol and I've run curl in batch previously Jerry Whitteridge jerry.whitteri...@albertsons.com Manager Mainframe Systems & HP Non-Stop Albertsons Companies -Original Message- From: IBM Mainframe Discussion List On Behalf Of Billy Ashton Sent:

Re: Using HTTPS from JCL for file download?

2021-11-19 Thread Billy Ashton
Carmen, I'd be thrilled to see your samples, as I can't get to my ShopZ person here at the moment. Please make sure to strip your user/password stuff, so I don't get you in trouble! Billy Carmen Vitullo wrote on 11/19/2021 15:13: I use HTTPS from batch JCL, it works very well . IBM provides

Re: Using HTTPS from JCL for file download?

2021-11-19 Thread Carmen Vitullo
I forgot about that fact Kurt, I was thinking this was possible without SMP/E in the mix Carmen On 11/19/2021 2:15 PM, Kurt J. Quackenbush wrote: After successfully getting my FTPS and SFTP JCL set up and working right here, some manager got a bee in his bonnet to say that he wanted to use

Re: Is there a field that would reflect LPAR soft-capping?

2021-11-19 Thread Charles Mills
I am seeing the same value in both fields. IMGWU definitely appears to be the MSU cap. I am guessing that LACS being equal means we are capped at that value (despite what the doc says). Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On

Is there a field that would reflect LPAR soft-capping?

2021-11-19 Thread Charles Mills
I am thinking about coding an STC that would "do something" if LPAR soft-capping kicked in. Is there a field somewhere in z/OS that gives the MSU capacity of the LPAR *and that would change to reflect the effect of soft-capping*? This is for internal use, so I would be willing to bear the risks

Re: Using HTTPS from JCL for file download?

2021-11-19 Thread Kurt J. Quackenbush
> After successfully getting my FTPS and SFTP JCL set up and working right > here, some manager got a bee in his bonnet to say that he wanted to use > HTTPS protocol from his JCL, because he read that HTTPS was the best way > to go. I tried to explain that HTTPS was meant for browser

Re: Using HTTPS from JCL for file download?

2021-11-19 Thread Carmen Vitullo
sure, if this is what you would like to see, I'll shoot this to you off list Carmen On 11/19/2021 2:17 PM, Billy Ashton wrote: Carmen, I'd be thrilled to see your samples, as I can't get to my ShopZ person here at the moment. Please make sure to strip your user/password stuff, so I don't

Re: Using HTTPS from JCL for file download?

2021-11-19 Thread Kurt J. Quackenbush
> Carmen, I'd be thrilled to see your samples, as I can't get to my ShopZ > person here at the moment. Please make sure to strip your user/password > stuff, so I don't get you in trouble! If your question is specific to SMP/E file downloads using HTTPS, then check this out:

Using HTTPS from JCL for file download?

2021-11-19 Thread Billy Ashton
Hi all, I am back! After successfully getting my FTPS and SFTP JCL set up and working right here, some manager got a bee in his bonnet to say that he wanted to use HTTPS protocol from his JCL, because he read that HTTPS was the best way to go. I tried to explain that HTTPS was meant for

Re: Is there a field that would reflect LPAR soft-capping?

2021-11-19 Thread Charles Mills
I will build a quick and dirty Rexx to display those two fields on demand and see what I learn. Thanks again! Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Carmen Vitullo Sent: Friday, November 19, 2021 11:56 AM To:

Re: Is there a field that would reflect LPAR soft-capping?

2021-11-19 Thread Carmen Vitullo
Charles I think the RCTIMGWU field is what you are looking for, in short it's defined as Image defined MSU's -  as the softcap is changed that value is updated, I'm not 100% sure that's what your asking, if not sorry. Mark's Rexx performs some calculations to report on used MSU's on a

Re: Using HTTPS from JCL for file download?

2021-11-19 Thread Carmen Vitullo
I use HTTPS from batch JCL, it works very well . IBM provides this option on shopz once your order is placed. my company requires us to go thru the proxy server so I have to provide my LAN ID and Password to pass thru the proxy I can provide some sample JCL but that JCL is the same as what

Re: Using HTTPS from JCL for file download?

2021-11-19 Thread Paul Gilmartin
On Fri, 19 Nov 2021 15:00:38 -0500, Billy Ashton wrote: >Hi all, I am back! > Welcome! >... >So...can this be done? Can a batch JCL job run HTTPS to do file >downloads? If so, can you help a brother out and let me see how you do >it, so I can see if we can do it here? >

Re: Moron of the day -- me!

2021-11-19 Thread Radoslaw Skorupka
W dniu 10.11.2021 o 18:47, Phil Smith III pisze: Looked at it again this morning and saw the problem instantly. Now, as we all know, there is no new JCL: every bit of JCL is descended from a fragment found on a stone tablet on the side of a mountain near Poughkeepsie back in the early 1960s.

Re: Is there a field that would reflect LPAR soft-capping?

2021-11-19 Thread Charles Mills
Thanks. IRAQVS seems to have a bunch of useful stuff in it. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Steve Horein Sent: Friday, November 19, 2021 3:44 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Is there a field that

Re: Using HTTPS from JCL for file download?

2021-11-19 Thread Paul Gilmartin
On Nov 19, 2021, at 13:15:46, Kurt J. Quackenbush wrote: > >... I expect some folks > will chime in to recommend CURL or similar, but you'll have to obtain, > install, > See: The hard part may be dealing with IT

Re: Is there a field that would reflect LPAR soft-capping?

2021-11-19 Thread Steve Horein
See if this will help in your efforts: /* Rexx -*/ /* Call the Query Virtual Server service provided by WLM to get */ /* CEC and Image capacity, as well as other hardware identification. */ /* "IRAQVS" maps the returned data.

Re: IBM Semeru Runtime Certified Edition for z/OS, Version 11 is now available!

2021-11-19 Thread Andrew Rowley
On 20/11/2021 2:40 am, Yuan Jie Song wrote: IBM Semeru Runtime Certified Edition for z/OS, Version 11, is the latest release of Java SDK on z/OS https://www.ibm.com/docs/en/semeru-runtime-ce-z/11?topic=migrating-from-earlier-releases-sdk-java-technology-edition "The zEDC (zEnterprise®