Re: Vector examples?

2021-10-18 Thread Phil Smith III
Charles, thanks-I did find that, but that's pseudo-assembler and I can't find equates for the vector registers anywhere (coulda missed them, of course). Shmuel, that was my first thought, but I'd expect to get a S0C1 not a S0C7, I *think*, per the doc. This is running on a zPDT, where I

Re: Vector examples?

2021-10-18 Thread allan winston
Checking over presentations I have previously downloaded, I found: A 3-part tutorial beginning here: http://z-assembler.blogspot.com/2019/10/vector-instructions-1.html Share presentation 16897 in SHARE Seattle 2015 by Jonathan Bradbury and Peter Relson titled "z13 Vector Extension Facility

Re: in SMP/E what is the entry type of CEXEC?

2021-10-18 Thread ITschak Mugzach
Thanks Kurt. ITschak Mugzach *|** IronSphere Platform* *|* *Information Security Continuous Monitoring for z/OS, x/Linux & IBM I **| z/VM coming soon * On Mon, Oct 18, 2021 at 11:53 PM Kurt J. Quackenbush wrote: > > I wonder how IBM is updating the SYS1.SAXRREXX dataset with CEXEC >

Re: Vector examples?

2021-10-18 Thread Attila Fogarasi
There is only 1 reason for data exception, and that is that you are running on hardware which has the vector facility but vector is not enabled. It is operation exception if running on older hardware. Most likely you are running back-level z/OS ... you must be on the right level of z/OS with z15

Re: Vector examples?

2021-10-18 Thread Seymour J Metz
What is the assembled instruction? Is it DXC FE? Are vector instructions enabled? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Phil Smith III [li...@akphs.com]

Re: Vector examples?

2021-10-18 Thread David Spiegel
Hi Charles, The link did not work for me. Regards, David On 2021-10-18 20:21, Charles Mills wrote: Is this useful?

Re: Vector examples?

2021-10-18 Thread Charles Mills
Is this useful? https://www.ibm.com/support/pages/sites/default/files/inline-files/$FILE/vec tor_optimization.pdf The second example has a VL in it. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Phil Smith III Sent:

Re: DB2 - DSNL message not showing in syslog

2021-10-18 Thread Steve Horein
You've checked MPF? If using NetView for your base automation, MRT (Message Revision Table) can change MPF settings. https://www.ibm.com/docs/en/z-netview/6.3.0?topic=npaf-message-revision-table I always liked this diagram to keep me on track:

Re: How to stack large instream data inside BPXBATCH

2021-10-18 Thread Paul Gilmartin
On Mon, 18 Oct 2021 15:17:22 -0400, Billy Ashton wrote: >Hi again...is there a way to run a single BPXBATCH JCL member that >copies some instream data into temp files and then run a command that >uses those files? > What are your requirements in detail? Where do your data originate? Are you

Re: Vector examples?

2021-10-18 Thread Peter Vels
The COBOL compiler will generate vector instructions if you compile using the ARCH(12) and LIST options. Peter On Tue, 19 Oct 2021 at 09:07, Charles Mills wrote: > Did Ed Jaffe do a SHARE presentation? I have this vague recollection that > he > did. > > Charles > > > -Original Message-

Re: Vector examples?

2021-10-18 Thread Charles Mills
Did Ed Jaffe do a SHARE presentation? I have this vague recollection that he did. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Phil Smith III Sent: Monday, October 18, 2021 2:58 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject:

Re: Ftps keyring

2021-10-18 Thread Charles Mills
See the first example here: https://www.ibm.com/docs/en/zos/2.5.0?topic=certificates-racdcert-gencert-generate-certificate#le-gencert Then you are going to have to put it on a keyring and mark it trusted and probably the default. For a self-signed end entity certificate, not sure if the usage

Vector examples?

2021-10-18 Thread Phil Smith III
I'm doing some crude experimentation with some vector instructions. I haven't found any samples yet; this seems like it might should work: VL1,WORK1 where WORK1 is a doubleword-aligned value, but it program checks with a data exception. So obviously I'm confused. Anyone grok how

Re: Controling FTP in CMS (via REXX or EXEC2)

2021-10-18 Thread Rich Smrcina
Try here: http://www.vmworkshop.org/HENSLER/ Get the updated version. Rich Smrcina > On Oct 18, 2021, at 4:40 PM, Binyamin Dissen > wrote: > > Don't see VMFTP. See FTPREXX, so I will look at it. > > On Mon, 18 Oct 2021 16:28:04 -0500 Rich Smrcina >

Re: Controling FTP in CMS (via REXX or EXEC2)

2021-10-18 Thread Binyamin Dissen
Don't see VMFTP. See FTPREXX, so I will look at it. On Mon, 18 Oct 2021 16:28:04 -0500 Rich Smrcina wrote: :>Take a look at the VMFTP package on the downloads page of the IBM VM website. :>Rich Smrcina :>> On Oct 18, 2021, at 4:08 PM, Binyamin Dissen wrote: :>> I see that I can script

Re: Controling FTP in CMS (via REXX or EXEC2)

2021-10-18 Thread Rich Smrcina
Take a look at the VMFTP package on the downloads page of the IBM VM website. Rich Smrcina > On Oct 18, 2021, at 4:08 PM, Binyamin Dissen > wrote: > > I see that I can script FTP by (REXX) using MAKEBUF and QUEUEing the commands > or (EXEC2) using (making the last command another EXEC

Controling FTP in CMS (via REXX or EXEC2)

2021-10-18 Thread Binyamin Dissen
I see that I can script FTP by (REXX) using MAKEBUF and QUEUEing the commands or (EXEC2) using (making the last command another EXEC call) and ending the exec. FTP picks up the commands and executes them. I am trying to figure out how to trap the command output. As I cannot determine how to

Re: in SMP/E what is the entry type of CEXEC?

2021-10-18 Thread Kurt J. Quackenbush
> I wonder how IBM is updating the SYS1.SAXRREXX dataset with CEXEC format. > Afaik a PTF is limited to lrecl of 80. Being honest I don't know what SMP/E element types are installed into SAXRREXX, but there are a bunch that do support content in something other than LRECL=80 form. For

Re: in SMP/E what is the entry type of CEXEC?

2021-10-18 Thread Radoslaw Skorupka
What's wrong with LRECL=80? A PTF can contain everything, including pictures or SETUP.EXE for Windows. BTW: It's been some time since PTFs are used to modify non-FB80 datasets and Unix files. -- Radoslaw Skorupka Lodz, Poland W dniu 18.10.2021 o 22:42, Itschak Mugzach pisze: Relfile is

Re: in SMP/E what is the entry type of CEXEC?

2021-10-18 Thread Itschak Mugzach
Relfile is for the function. What happen when you need to update a program? Relfile again? Quit complex. בתאריך יום ב׳, 18 באוק׳ 2021 ב-23:36 מאת Binyamin Dissen < bdis...@dissensoftware.com>: > RELFILE > > On Mon, 18 Oct 2021 22:35:57 +0300 ITschak Mugzach > wrote: > > :>I wonder how IBM is

Re: Ftps keyring

2021-10-18 Thread Radoslaw Skorupka
W dniu 18.10.2021 o 22:02, Peter pisze: Hello Cross posted Good morning I have created ftp catalogued procedure but is there a step to create self signed certificate for ftps server ? I vaguely remember some SHARE presentation. In very short: 1. Create CA certificate. You can export it to

Re: EXTERNAL EMAIL: Re: System Programmer Titles

2021-10-18 Thread Radoslaw Skorupka
Yes, even in Poland. However it has nothing to do with IBM CE or field engineer. It was just inadequate title. It could be colonel (also inadequate). BTW: I saw "Spies Like Us" and remember the greeting. "Doctor - doctor. Doctor - doctor ...and doctor". :-) In Poland it is typical to call

Re: in SMP/E what is the entry type of CEXEC?

2021-10-18 Thread Binyamin Dissen
RELFILE On Mon, 18 Oct 2021 22:35:57 +0300 ITschak Mugzach wrote: :>I wonder how IBM is updating the SYS1.SAXRREXX dataset with CEXEC format. :>Afaik a PTF is limited to lrecl of 80. -- Binyamin Dissen http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel

Ftps keyring

2021-10-18 Thread Peter
Hello Cross posted Good morning I have created ftp catalogued procedure but is there a step to create self signed certificate for ftps server ? Any pointers are welcome Peter -- For IBM-MAIN subscribe / signoff / archive

in SMP/E what is the entry type of CEXEC?

2021-10-18 Thread ITschak Mugzach
I wonder how IBM is updating the SYS1.SAXRREXX dataset with CEXEC format. Afaik a PTF is limited to lrecl of 80. ITchak ITschak Mugzach *|** IronSphere Platform* *|* *Information Security Continuous Monitoring for z/OS, x/Linux & IBM I **| z/VM coming soon *

How to stack large instream data inside BPXBATCH

2021-10-18 Thread Billy Ashton
Hi again...is there a way to run a single BPXBATCH JCL member that copies some instream data into temp files and then run a command that uses those files? For example, I tried this, but got no output: //SFTP      EXEC PGM=BPXBATCH //STDOUT    DD SYSOUT=* //STDERR    DD SYSOUT=* //SYSOUT    DD

Re: HSM dates?

2021-10-18 Thread Glenn Wilcock
HSM GA'd March 31, 1978. I don't know when release 2 went out. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: COBOL 6.2 - use of identical data name in a nested COMMON subpro

2021-10-18 Thread Frank Swarbrick
I disagree that nested programs would be better than separately compiled and called (sub)programs. If a subroutine is shared by more than one program I personally would not make it a nested program via copybook. If you are concerned about performance you could always use a static call to a

DB2 - DSNL message not showing in syslog

2021-10-18 Thread J Ellis
I have been asked by the AO folks and DB2 why messages issued in their data sharing environment only show up in the STC log of the DB**MSTR. the command and output are below, for all the non-sharing DB2's this message goes into syslog. we have done diligence looking for routing codes / AO rules,

Re: EXTERNAL EMAIL: Re: System Programmer Titles

2021-10-18 Thread Bill Johnson
A doctor doesn’t necessarily mean a medical doctor. Many disciplines offer doctoral degrees. Sent from Yahoo Mail for iPhone On Monday, October 18, 2021, 10:56 AM, Radoslaw Skorupka wrote: No, it is not offensive to use proper names and descriptions. I respect IBM CE work, however I'm not

Re: EXTERNAL EMAIL: Re: System Programmer Titles

2021-10-18 Thread Radoslaw Skorupka
No, it is not offensive to use proper names and descriptions. I respect IBM CE work, however I'm not going to call them "doctor". Guess why. BTW: I also respect plumbers, nurses, teachers, bus drivers, application programmers, etc. Last but not least I presented Polish rules for naming

Re: SIGP Orders

2021-10-18 Thread Rob Schramm
https://docs.huihoo.com/doxygen/linux/kernel/3.7/sigp_8h.html On Sun, Oct 17, 2021 at 10:29 PM Attila Fogarasi wrote: > For Linux the source code for using SIGP is readily available, see for > example > https://elixir.bootlin.com/linux/latest/source/arch/s390/kvm/sigp.c > Of course that won't

Re: Postings

2021-10-18 Thread Darren Evans-Young
I'm still alive. As long as no one complains, a brief post with a job description and contact information would be fine. Please no advertising. That'll start getting out of hand. Darren From: IBM Mainframe Discussion List on behalf of Seymour J Metz Sent: