Re: TSO command from Microsoft Windows

2016-04-26 Thread Paul Gilmartin
On Tue, 26 Apr 2016 19:28:41 -0500, Steve Beaver wrote: >The problem with Windows Telenet is getting by the signon screen and any >messages that come out such as "Password Will Expire..." and all the Broadcast >messages. Plus if the LOGON is driven into ISPF you will have to compensate >for

Re: TSO command from Microsoft Windows

2016-04-26 Thread Steve Beaver
The problem with Windows Telenet is getting by the signon screen and any messages that come out such as "Password Will Expire..." and all the Broadcast messages. Plus if the LOGON is driven into ISPF you will have to compensate for that. The next question, is what type of commands? Steve

Re: TSO command from Microsoft Windows

2016-04-26 Thread Mark Regan
If want to do it in line mode and don't need encryption, you can use the Windows Telnet client to log into TSO and enter commands from the READY prompt. At my site we had a Tandem system do it that way. On Tue, Apr 26, 2016 at 5:59 PM Donald Likens wrote: > I seem to

Re: BCPii (Was: can a program determine the capacity setting of a z-box?)

2016-04-26 Thread Jesse 1 Robinson
I've known shops that let serial or model number creep into naming conventions. Like Mark, we control names across upgrades. Back in the Stone Age, IBM used to recommend embedding model number in SMF and JES names. And that required a cold start to change! Sort of nuts it seems to me. . . .

Re: TSO command from Microsoft Windows

2016-04-26 Thread Paul Gilmartin
On Tue, 26 Apr 2016 17:11:41 -0500, Paul Gilmartin wrote: >On Tue, 26 Apr 2016 16:58:57 -0500, Donald Likens wrote: > >>I seem to remember there is a way to execute TSO commands from the windows >>platform but my internet searches have not been successful. Does anyone know >>of a way to issue

Re: TSO command from Microsoft Windows

2016-04-26 Thread Jack J. Woehr
Donald Likens wrote: I seem to remember there is a way to execute TSO commands from the windows platform but my internet searches have not been successful. I dunno the canonical answer, but you can roll screen scraping together via IBM Personal Communications, there are C and Java APIs and

Re: TSO command from Microsoft Windows

2016-04-26 Thread Jesse 1 Robinson
I've been setting up z/OSMF under 2.1. One function is to run ISPF (and SDSF) via a browser. Any browser I'm told, but I've only tried Explorer and Chrome. As far as I can see, you can run any TSO command. Aside from the work to set it up, z/OSMF costs nothing. . . . J.O.Skip Robinson

Re: TSO command from Microsoft Windows

2016-04-26 Thread Gibney, David Allen
Entire System Server from SoftwareAG has this feature. And I am sure an ENTIREX RPC (same company) could be built. > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] > On Behalf Of Rob Schramm > Sent: Tuesday, April 26, 2016 3:13 PM > To:

Re: TSO command from Microsoft Windows

2016-04-26 Thread Rob Schramm
ISPF WSA. On Tue, Apr 26, 2016, 6:11 PM Paul Gilmartin < 000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Tue, 26 Apr 2016 16:58:57 -0500, Donald Likens wrote: > > >I seem to remember there is a way to execute TSO commands from the > windows platform but my internet searches have not

Re: TSO command from Microsoft Windows

2016-04-26 Thread Paul Gilmartin
On Tue, 26 Apr 2016 16:58:57 -0500, Donald Likens wrote: >I seem to remember there is a way to execute TSO commands from the windows >platform but my internet searches have not been successful. Does anyone know >of a way to issue TSO commands from the windows platform. > I do this routinely

Re: BCPii (Was: can a program determine the capacity setting of a z-box?)

2016-04-26 Thread Mark Zelden
On Tue, 26 Apr 2016 13:25:45 -0700, Ed Jaffe wrote: >On 4/26/2016 1:13 PM, Mark Zelden wrote: >> When my client replaces their CPCs the name is kept the same. For example >> CPCA, CPCB, CPCC, ... etc. The RACF profile is based on that name so >> nothing needs to

Re: TSO command from Microsoft Windows

2016-04-26 Thread Rob Schramm
There is a TSO client ( I think ) .. Simplist uses it for file transfer. I seem to remember that it wasn't available for Linux ..just Windows. RDz issues TSO commands thru USS. Rob Schramm On Tue, Apr 26, 2016, 5:59 PM Donald Likens wrote: > I seem to remember there is

TSO command from Microsoft Windows

2016-04-26 Thread Donald Likens
I seem to remember there is a way to execute TSO commands from the windows platform but my internet searches have not been successful. Does anyone know of a way to issue TSO commands from the windows platform. We are thinking about creating a client/server environment that would handle this

Re: VIRTUAL TAPE PECULIARITY

2016-04-26 Thread John Dawes
Kees, I think you are right. I checked the tape status in the VTS and it shows "deleted". When the FATAR was run it showed that the tape was empty Thanks. On Tue, 26/4/16, Vernooij, CP (ITOPT1) - KLM wrote: Subject:

Re: BCPii (Was: can a program determine the capacity setting of a z-box?)

2016-04-26 Thread Ed Jaffe
On 4/26/2016 1:13 PM, Mark Zelden wrote: When my client replaces their CPCs the name is kept the same. For example CPCA, CPCB, CPCC, ... etc. The RACF profile is based on that name so nothing needs to be changed in RACF. A RACF SEARCH command produces the following profiles beginning with

Re: BCPii (Was: can a program determine the capacity setting of a z-box?)

2016-04-26 Thread Mark Zelden
On Tue, 26 Apr 2016 07:58:23 -0700, Ed Jaffe wrote: >Oh yeah, and I need to set up a >slew of HWI security profiles in RACF with our new CPC serial number. >Ugh. Another time... > When my client replaces their CPCs the name is kept the same. For example CPCA,

Re: BCPii (Was: can a program determine the capacity setting of a z-box?)

2016-04-26 Thread Mark Zelden
On Tue, 26 Apr 2016 07:58:23 -0700, Ed Jaffe wrote: >On 4/25/2016 5:20 PM, Pinnacle wrote: >> :-P BCPii is fairly prevalent these days. >> It's enabled everywhere I've been. > >Now that we're talking about BCPii, despite it being a _totally, >completely and

Re: can a program determine the capacity setting of a z-box?

2016-04-26 Thread Tony Thigpen
Yep. I can get there. Getting in and out of supervisor state is common in my code. Tony Thigpen Greg Dyck wrote on 04/26/2016 01:13 PM: Tony, If you can get into supervisor state, use the STSI instruction. Under z/OS the CSRSI service uses STSI to provide the data that it returns to problem

Re: can a program determine the capacity setting of a z-box?

2016-04-26 Thread Greg Dyck
Tony, If you can get into supervisor state, use the STSI instruction. Under z/OS the CSRSI service uses STSI to provide the data that it returns to problem program state requestors. I don't know if VSE provides any equivalent service. Greg On 4/25/2016 10:55 AM, Tony Thigpen wrote: Is

Re: can a program determine the capacity setting of a z-box?

2016-04-26 Thread Bob Rutledge
On 4/26/2016 12:15 PM, Phil Smith III wrote: Assuming what you want to know is MSU counts (not clear to me from the discussion so far), here's a Rexx snippet to show you those for the CEC and the LPAR: /* REXX -- Looks at memory and displays MSU counts */ z =

Re: can a program determine the capacity setting of a z-box?

2016-04-26 Thread Phil Smith III
Charles Mills wrote: > VSE (as the OP wanted) or only z/OS? Oops. I didn't notice that. Never mind. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO

Re: can a program determine the capacity setting of a z-box?

2016-04-26 Thread Charles Mills
VSE (as the OP wanted) or only z/OS? Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Phil Smith III Sent: Tuesday, April 26, 2016 9:16 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: can a program determine the capacity setting

Re: can a program determine the capacity setting of a z-box?

2016-04-26 Thread Phil Smith III
Assuming what you want to know is MSU counts (not clear to me from the discussion so far), here's a Rexx snippet to show you those for the CEC and the LPAR: /* REXX -- Looks at memory and displays MSU counts */ z = c2d(storage(d2x(c2d(storage(d2x(c2d(storage(10,4))+604),4))+228),4)) say

Re: can a program determine the capacity setting of a z-box?

2016-04-26 Thread Neil Duffee
Caveat: the daily digestion causes response delays... I'm sure someone's already suggested this very same... Tony: I feel QVS is your route (if available on VSE) and matches, almost exactly, what you need. Even tho' it's listed in Auth'd Services, it has an un-auth'd access method.

Re: BCPii (Was: can a program determine the capacity setting of a z-box?)

2016-04-26 Thread Jesse 1 Robinson
I have to agree that BCPii is an inappropriate answer to OP's question. We had to set it up years ago when we went to GDPS to manage our DR environment. We soon expanded its role to include all LPARs (except z/VM) on all CECs. I highly recommend BCPii , which is more powerful today than when we

Re: BCPii (Was: can a program determine the capacity setting of a z-box?)

2016-04-26 Thread John McKown
On Tue, Apr 26, 2016 at 9:58 AM, Ed Jaffe wrote: > On 4/25/2016 5:20 PM, Pinnacle wrote: > >> :-P BCPii is fairly prevalent these days. It's >> enabled everywhere I've been. >> > > Now that we're talking about BCPii, despite it being a _totally, > completely and

Re: Example of ACS Environment of SPMGCLTR

2016-04-26 Thread Glenn Wilcock
Hi Theo, Yes, SPMGCLTR was introduced in the ACS routines in 2.1. It is used by HSM for transitions for structured data, opposed to CTRANS which is used by OAM for unstructured data. I was incorrect in my earlier post. After communicating with the developers, they indicated that management

Re: Question about space allocation from Listcat display

2016-04-26 Thread Lizette Koehler
If you have not done so, you might want to join the DB2 List for specific questions about the DB2 Logging Function. To do so, go to IDUG.ORG and sign up. It is free. DB2 manages the data on the DB2 Log datasets and therefor some of what you see in the LISTCAT may be imprecise. I think until the

BCPii (Was: can a program determine the capacity setting of a z-box?)

2016-04-26 Thread Ed Jaffe
On 4/25/2016 5:20 PM, Pinnacle wrote: :-P BCPii is fairly prevalent these days. It's enabled everywhere I've been. Now that we're talking about BCPii, despite it being a _totally, completely and thoroughly_ inappropriate solution to the OP's original question, I gotta wonder how prevalent

Re: z/OS 2.2 Manuals refresh

2016-04-26 Thread Charles Mills
Undoubtedly. I assume PDF reader did this on installation. I did not do it intentionally/explicitly. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Paul Gilmartin Sent: Tuesday, April 26, 2016 7:48 AM To:

Re: z/OS 2.2 Manuals refresh

2016-04-26 Thread Paul Gilmartin
On Tue, 26 Apr 2016 06:57:37 -0700, Charles Mills wrote: >Simpler than that. Just double-click on the index document. > Do you need to register an association? IIRC, it didn't work for me the first time. -- gil -- For

Re: Question about space allocation from Listcat display

2016-04-26 Thread Nguyen Dt
So when i read "the maximum size of a VSAM LDS is 4GB" , this means that HI-A-RBA max is 4GB , not that the max allocated tracks is 4GB/56K = 74898 ?? Thank you for your explanation Duc -- For IBM-MAIN subscribe / signoff /

Re: Question about space allocation from Listcat display

2016-04-26 Thread Mike Schwab
HI-A is the maximum RBA in that extent or all extents. Maximum possible size of the dataset is not listed. HI-U is the current highest RBA in that extent or all extents. A record added to the end would be HI-U plus 1. On Tue, Apr 26, 2016 at 9:20 AM, Nguyen Dt wrote: > Thank

Re: Question about space allocation from Listcat display

2016-04-26 Thread Nguyen Dt
Thank you for your reply. So does it mean that HI-A-RBA is what is "usable" of the VSAM around 4 GB ,which is the max size of a VSAM LDS and what we got from 3.4 , 85344 tracks around 4.8 GB is the "busy" space ? Thanks --

Re: Question about space allocation from Listcat display

2016-04-26 Thread John Eells
(Please consider posting via the list server, where more people will see your posts.} Welcome to disk allocation! Assuming 4096-bytes per for unkeyed records you get about 86.7% of the track length for actual data. You can see that record size gives you 12 records per track below in the

Re: z/OS 2.2 Manuals refresh

2016-04-26 Thread Charles Mills
Simpler than that. Just double-click on the index document. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Steve Horein Sent: Tuesday, April 26, 2016 3:22 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: z/OS 2.2 Manuals refresh

Re: can a program determine the capacity setting of a z-box?

2016-04-26 Thread Tony Thigpen
We actually offer SCRT based pricing, but most of our older customers are licensed for "up to xxx MIPs" or "up to XXX MSUs". (MIPs or MSUs are based on total system size, not LPAR capping.) We also use CPUIDs in our product key. But, I recently had a customer greatly increase their MSUs by

Re: can a program determine the capacity setting of a z-box?

2016-04-26 Thread John McKown
On Mon, Apr 25, 2016 at 9:00 PM, Tony Thigpen wrote: > I license my VSE software to customers based on their cpu capacity. In the > past, I have trusted my customers, but recently, I have had two customers > give 'inaccurate' information. I want to add code to my product

Re: "IBM Layoff Epidemic Spreads Worldwide"

2016-04-26 Thread Ken Hume
Please tell me which current IBM employees collaborated with the Nazis. On 4/25/2016 1:52 PM, Gabe Goldberg wrote: > "IBM Layoff Epidemic Spreads Worldwide" > > http://spectrum.ieee.org/view-from-the-valley/at-work/tech-careers/ibm-layoff-epidemic-spreads-worldwide > > > > Among the comments...

Re: z/OS 2.2 Manuals refresh

2016-04-26 Thread Steve Horein
1. Softcopy Librarian seems aware of the refreshed manuals: http://www-01.ibm.com/support/docview.wss?uid=swg27018846 2. Softcopy Reader's "Shelf Organizer" does a good job: http://www-01.ibm.com/support/docview.wss?uid=swg27018849 If only the PDFs were searchable like BookManager format were.

Re: can a program determine the capacity setting of a z-box?

2016-04-26 Thread Gerhard Postpischil
On 4/25/2016 10:00 PM, Tony Thigpen wrote: I license my VSE software to customers based on their cpu capacity. In the past, I have trusted my customers, but recently, I have had two customers give 'inaccurate' information. I want to add code to my product software key to validate either the

Re: can a program determine the capacity setting of a z-box?

2016-04-26 Thread Steve Austin
I used the C interface, IWMQVS, to SYSEVENT QVS on VSE. -- This e-mail message has been scanned and cleared by Google Message Security and the UNICOM Global security systems. This message is for the named person's use only. If you receive this message in error, please delete it and notify

Re: can a program determine the capacity setting of a z-box?

2016-04-26 Thread Martin Packer
Maybe Marna and I should record a podcast item on BCPii enablement and what it buys you. Trouble is I know LITTLE about it. :-) Martin Packer, zChampion, Principal Systems Investigator, Worldwide Cloud & Systems Performance, IBM +44-7802-245-584 email: martin_pac...@uk.ibm.com Twitter /

Re: VIRTUAL TAPE PECULIARITY

2016-04-26 Thread Vernooij, CP (ITOPT1) - KLM
John, You said the tape went to scratch, but it was P in SMS. Has it been returned from scratch to private in SMS? If it has been scratch, check out the scratch category it was in then (in DEVSUPxx) and check in the VTS GUI if this category was a fast ready category and if that category has an