z13s with single CPU able to use SMT?

2019-06-27 Thread Brian Westerman
Hi, one of our boxes is a z13s (a model N10 with a single CPU), and supposedly if you change LOADxx to add PROCVIEW CORE and add the IEAOPTxx entry of MT_CP_MODE=x, it will open up the use of the SMT thread. If I code MT_CP_MODE=2, it gets an error that the value (2) is not within limits. M

Re: z13s with single CPU able to use SMT?

2019-06-27 Thread Patrick Loftus
You could try an RMF CPU report, which should show MT information if it is enabled. But the "+N" on your display seems to say the multiple cores are online but not available for use, so you wont be using them. The underlying hardware is telling z/OS "no" I guess. -

Re: z13s with single CPU able to use SMT?

2019-06-27 Thread Parwez Hamid
SMT is only supported for zIIPs, IFLs and SAPs. –z13(s) allows following engine types to run in SMT mode •zIIPs under z/OS •IFLs under z/VM Regards Parwez Hamid​ From: IBM Mainframe Discussion List on behalf of Brian Westerman Sent: 27 June 2019 08:18 To: IB

Re: WTO for message that will require explicit deletion?

2019-06-27 Thread Lennie Dymoke-Bradshaw
Charles, In addition to reading about WTO, I would recommend reading the manual, SA38-0666-30 MVS System Commands, Chapter 3. This tells you about how MVS consoles can be configured. See Chapter 3. Also look at the CONTROL command in chapter 4. Some clues, . Consoles can be in different modes,

Re: WTO for message that will require explicit deletion?

2019-06-27 Thread Giliad Wilf
On Wed, 26 Jun 2019 14:39:24 -0700, Charles Mills wrote: >I have an APF-authorized batch program that I want to have WTO a message >that will hang out at the bottom of the console screen until it is >explicitly deleted. Can I do that? > > > >The doc for DESC=(3) seems to kind of say that ("If the

Re: WTO for message that will require explicit deletion?

2019-06-27 Thread Steve Horein
I think you need *descriptor *code 11: https://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com.ibm.zos.v2r2.ieam100/iea3m1_Descriptor_code_meaning.htm ... followed by a DOM: https://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com.ibm.zos.v2r2.ieaa100/dom.htm On Wed, Jun 26, 2019 at 4:

Re: STORAGE OBTAIN doc inconsistency?

2019-06-27 Thread Peter Relson
I (to some extent "unfortunately") expect such inconsistency across the suite of books (imagine if we still supported both ESA/390 and z Architectures as options -- what "notation" would we use)? The effort to change every 32-bit-register bit reference to its "appropriate" 64-bit-register bit r

Re: WTO for message that will require explicit deletion?

2019-06-27 Thread Jousma, David
I personally don't care for products that want to leave a highlighted non-scrollable message on the console anymore. Too 80's, reminiscent of software back in "those days", and a bit caviler for a software vendor to assume that their software is so important to always have a message displayed?

Re: WTO for message that will require explicit deletion?

2019-06-27 Thread John McKown
On Thu, Jun 27, 2019 at 7:20 AM Jousma, David < 01a0403c5dc1-dmarc-requ...@listserv.ua.edu> wrote: > I personally don't care for products that want to leave a highlighted > non-scrollable message on the console anymore. Too 80's, reminiscent of > software back in "those days", and a bit cavil

Re: LOAD/LINK exit

2019-06-27 Thread Thomas David Rivers
Steve Thompson wrote: I would say yes. Note the following: CSVFETCH exit routine environment The exit routine receives control in the following environment: In supervisor state with PSW key 0. Yeah... that makes it less useful; but I suppose there might be security concerns around k

GSE UK - LSWG Virtual Meeting Agenda

2019-06-27 Thread Leanne Wilson
The agenda is now complete for the July GSE Large Systems Working Group event. The event will be a virtual event via WebEx on the 11th July 2019 from 13:30 – 15:45 BST. The event will contain 2 sessions presented by Joey Zhu and Mark Nelson from IBM. * z/OSMF Latest News * The IBM H

listcat with only dsn

2019-06-27 Thread Elaine Beal
I need to generate a listcat with only the dsn. like in 3.4 but I want it in a dataset with ONLY the dsn. TSO SAVE and IDCAMS produce additional lines. Any recommendations? Thanks, Elaine -- For IBM-MAIN subscribe / signoff / ar

Re: listcat with only dsn

2019-06-27 Thread Lionel Dyck
I suggest getting a copy of SYS1.SAMPLIB(IGGCSIRX) and with a few simple changes you can get what you want quick and easy. Lionel B. Dyck Senior Software Engineer 21st Century Software From the Leaders in Data Stewardship™ THIS E-MAIL MAY CONTAIN

Re: listcat with only dsn

2019-06-27 Thread Seymour J Metz
Pleas post enough of your code to clarify what you did. SAVE is not a TSO command and there are lots of AMS commands, most of which have lots of options. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on beh

Re: WTO for message that will require explicit deletion?

2019-06-27 Thread Tom Marchant
On Wed, 26 Jun 2019 16:07:29 -0700, Charles Mills wrote: >My "console" experience is with SDSF LOG, not a real console, so my perception >of where messages hang is a little skewed I guess. That is not a console at all, and doesn't behave like one. Messages that are not deletable (if the console

Re: WTO for message that will require explicit deletion?

2019-06-27 Thread Wendell Lovewell
Hi Charles. If you're running z/OS under z/VM, you can define a "real" console for your testing. I use address 3E0 because (I think) it was already in the HCD definitions provided by DTSC. You need an entry in your CONSOLxx parmlib member that can be as simple as CONSOLE DEVNUM(3E0) ROUT

Re: WTO for message that will require explicit deletion?

2019-06-27 Thread Seymour J Metz
> Too 80's 80's? I was using QEDIT in the 1960's. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Jousma, David <01a0403c5dc1-dmarc-requ...@listserv.ua.edu> Sent: Thursday, June 27, 2019 8:2

Re: fluroscopes for shoe fitting was Re: IBM SR going away?

2019-06-27 Thread Jonathan Quay
Well, since there's no safe dose of ionizing radiation, and Feynman died of complications of liposarcoma, he would probably have been the first to get rid of the damn things out of shoe stores. -- For IBM-MAIN subscribe / signof

Re: WTO for message that will require explicit deletion?

2019-06-27 Thread Seymour J Metz
It is possible to display an out of line message at the bottom of the screen, in a defined area; the operator can request that on some commands. Don't do it without good reason. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainfr

Re: WTO for message that will require explicit deletion?

2019-06-27 Thread Seymour J Metz
Yes, you can do that. Why do you want to? Why ROUTCDE=11? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Charles Mills Sent: Wednesday, June 26, 2019 5:39 PM To: IBM-MAIN@LISTSERV.UA.EDU Subjec

Re: listcat with only dsn

2019-06-27 Thread Lizette Koehler
If you are not keen on coding IGGCSI00, I might suggest going to http://mzelden.com/mvsutil.html Find the TSOV function Mark wrote. Then you could do TSO TSOV LISTC LEVEL('dsnHLQ') name This would put the results in a sequential dataset for editing. There are also functions on cbttape.org for

Re: listcat with only dsn

2019-06-27 Thread Elaine Beal
Thanks all for the options. Elaine -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

SSL FTP....

2019-06-27 Thread Brian France
Trying to establish a SSL FTP over port 990 with a winders servers. Have done this in the past with no issues but now it seems with a newer version of winders maybe combined with FW rules I can't obtain a data channel. Connection over port 990, cert navigation, passing of userid and password ev

Re: listcat with only dsn

2019-06-27 Thread Steve Smith
In TSO at least, LISTCAT will produce one line per dataset if you add the CAT parameter. For anything more than a one-time thing, Lionel's suggestion is not much work or difficult. That sample is REXX. sas On Thu, Jun 27, 2019 at 1:39 PM Elaine Beal wrote: > Thanks all for the options. > Elai

Re: SSL FTP....

2019-06-27 Thread Brian France
NEVER MIND They did something on their end to set ports and fix the firewall to allow for them. On 6/27/2019 2:08 PM, Brian France wrote: Trying to establish a SSL FTP over port 990 with a winders servers. Have done this in the past with no issues but now it seems with a newer version of w

Re: SSL FTP....

2019-06-27 Thread Statler, David
After issuing the userid and password to log in to the remote server, issuethe locsite command of Firewall Friendly: LOCSITE FWF Hope that helps! David Statler -Original Message- From: IBM Mainframe Discussion List On Behalf Of Brian France Sent: Thursday, June 27, 2019 1:08 PM To: I

ISPF Table Processing

2019-06-27 Thread John Baker
When processing an ISPF table that was created with the "NOWRITE " attribute, is anything written to DD name "ISPTLIB", or is everything managed in memory? John P. Baker -- For IBM-MAIN subscribe / signoff / archive access in

Re: ISPF Table Processing

2019-06-27 Thread ITschak Mugzach
Tables are written to isptable (or name you specify). However, nowrite is only maintained in storage. ITschak בתאריך יום ה׳, 27 ביוני 2019, 22:36, מאת John Baker ‏: > When processing an ISPF table that was created with the "NOWRITE " > attribute, is anything written to DD name "ISPTLIB", or is

Re: Volume compare utility

2019-06-27 Thread Mike Schwab
One thing you might do is compare the last backup before the move with the first backup on the new hardware. If you did a backup before starting transactions on the new hardware, it should be identical or the differences should be what was processed in that time period. On Wed, Jun 26, 2019, 00:0

Re: WTO for message that will require explicit deletion? [SEC=UNOFFICIAL]

2019-06-27 Thread Jones, Phil
Hi Charles/Wendell; As an operator back in the 70s, we used multiple AREAs for some of our consoles; difficult to manage at the time and even more difficult to remember now. I notice that AREA(NONE) is included in the sample below; here is the whole 9 yards from the good book: AREA

Re: Mobile pricing query

2019-06-27 Thread Graham Harris
We have unique (off-host) application servers back-ending a mobile app, which sends requests into our CICS ecosystem using unique CICS userids, which is how we separate them out (as there is massive reuse of exactly the same transactions between numerous applications in our environment) for MWP, us

Ibm infosphere CDC for VSAM

2019-06-27 Thread Peter
Hi I have completed the Installation and configuration part of infosphere. I am having little clarification on security part and the command. What are the racf profile and class are being used ?. The command can that be issued as it is in console like SET CONFIG ? Will that recognise ? Peter -

Re: z13s with single CPU able to use SMT?

2019-06-27 Thread Brian Westerman
Bummer Brian -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN