Group Limit and Weights

2009-02-26 Thread Werner Kuehnel
We have some problems to understand the relation between group limit and weights. Let's say we have a CEC with 1000 MSUs, and 2 LPARs defined in an lpar group with defined MSU = 0 and a group limit of 50 MSUs. The weights however are 80 (L1) and 20(L2) (sum of all weights is 1000) and so twice

Re: Pedantic Tape Analyzer?

2009-02-26 Thread Elardus Engelbrecht
Paul Gilmartin wrote: Can this be written in Rexx? IANASP. IANAHLASMP. Ok, you've got me in a corner in a round room... :) What are these acronyms actually? I think the first one is : I Am Not A System Programmer. TIA! Groete / Greetings Elardus Engelbrecht

Re: File Transfer Issue

2009-02-26 Thread Bri P
Well the OP was transferring the file in binary mode instead of ASCII (text), so there won't have been any character translation or end-of-line delimiting. Brian -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Hal Merritt Sent: 25

Enterprise COBOL DSA layout

2009-02-26 Thread zosrothko
HI Listeners I would like to know the layout/field definition of a cobol program DSA. Is there any way to get this information?? (I am not speaking of the DSA layout produced by the compiler with the LIST option, but of the layout of the variable memory area located between the CALL

Re: Pedantic Tape Analyzer?

2009-02-26 Thread Richards, Robert B.
I am not a high-level assembler programmer? Bob -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Elardus Engelbrecht Sent: Thursday, February 26, 2009 3:14 AM To: IBM-MAIN@bama.ua.edu Subject: Re: Pedantic Tape Analyzer? Paul Gilmartin

Re: Can TOD (STCKE) be compressed into 12 bytes

2009-02-26 Thread Peter Relson
without losing its sysplex-wide uniqueness STCK/STCKF/STCKE values are not sysplex-wide unique. Peter Relson z/OS Core Technology Design -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: Can TOD (STCKE) be compressed into 12 bytes

2009-02-26 Thread Tom Marchant
On Thu, 26 Feb 2009 07:14:46 -0500, Peter Relson wrote: without losing its sysplex-wide uniqueness STCK/STCKF/STCKE values are not sysplex-wide unique. Isn't that what the TOD Programmable Field (bits 112-127) is for? -- Tom Marchant

Re: Screen size (was 3270 emulator cost)

2009-02-26 Thread Barbara Nitz
Which IPCS display uses 143 columns? I thought IPCS used only 141. IPCS uses up to 136. We did this already (but it was probably 2 years ago). Nope. IPCS uses what it can get, it seems. I just see the proof in a verbx mtrace output row 60, column 157 for one message. I must have missed the

Re: FDRABR, DR, and Things That Go Bump In The Night

2009-02-26 Thread Daniel McLaughlin
Thank you...that helps. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

Re: Group Limit and Weights

2009-02-26 Thread Kelman, Tom
This is an interesting question, and I would be interested in an answer myself. I know that if you had several LPARs with the sum off the weights being 1000, but you didn't have any capping then L1 with a weight of 80 would get (80/1000)*100 or 8% of the total machine, and L2 would get 2% if the

Re: Screen size (was 3270 emulator cost)

2009-02-26 Thread Arthur Gutowski
On Wed, 25 Feb 2009 08:32:09 -0600, Tom Marchant m42tom- ibmm...@yahoo.com wrote: I used to routinely specify LOGMODE=D4C32XX3 when I connected. That was before I learned that I could add this to the [Telnet3270] section in PComm: TerminalTypeString=IBM-DYNAMIC That tells TCPIP to use that as

Re: Screen size (was 3270 emulator cost)

2009-02-26 Thread Mark Zelden
On Thu, 26 Feb 2009 07:25:37 -0600, Barbara Nitz nitz-...@gmx.net wrote: Which IPCS display uses 143 columns? I thought IPCS used only 141. IPCS uses up to 136. We did this already (but it was probably 2 years ago). Nope. IPCS uses what it can get, it seems. I just see the proof in a verbx

Loop around HASCSRDS on z/OS v1.r7 w/v1.r9 toleration PTFs

2009-02-26 Thread Mike Myers
Anyone: We have installed the toleration PTFs for z/OS v1.r9 on z/OS v1.r7 and are experiencing occasional hangs which seem to occur when a job is submitted from TSO or from a batch job through INTRDR. In these cases, the submitter hangs and the submitted job will probably run. An

Re: Loop around HASCSRDS on z/OS v1.r7 w/v1.r9 toleration PTFs

2009-02-26 Thread Mark Zelden
On Thu, 26 Feb 2009 09:57:13 -0500, Mike Myers mike.my...@pcmh.com wrote: Anyone: We have installed the toleration PTFs for z/OS v1.r9 on z/OS v1.r7 and are experiencing occasional hangs which seem to occur when a job is submitted from TSO or from a batch job through INTRDR. In these cases, the

SYMDEF length limitations

2009-02-26 Thread Itschak Mugzach
I looked in the init Tunning guide but it is not clear if the Value of a symdef variable is limited in length. Can I use SYMDEF to create a variable that holds 44 chars dsname? Itschak -- For IBM-MAIN subscribe / signoff /

Re: UnixSS and C

2009-02-26 Thread Thomas David Rivers
Hi Kevin, Check out http://www.dignus.com. It's not free - but it's pretty reasonably priced. And, I have to add this disclaimer - of course, I work there :-) - Dave Rivers - O'Mara, Kevin, ITD wrote: I contend that in Windoze Linux world, maybe most other operating systems,

SMF reporting question

2009-02-26 Thread John McKown
I realize that most people likely use SAS for SMF reporting. We did this in the past. Management has declared that SAS on the z is simply too expensive. They also declared that installing the Windows version on our main user's PC is also too expensive. End of discussion on that point. So, what

Re: SMF reporting question

2009-02-26 Thread Staller, Allan
IIRC, there are some ASM and/or cobol packages on the CBT tape. snip I realize that most people likely use SAS for SMF reporting. We did this in the past. Management has declared that SAS on the z is simply too expensive. They also declared that installing the Windows version on our main user's

Re: SYMDEF length limitations

2009-02-26 Thread Mark Zelden
On Thu, 26 Feb 2009 17:40:12 +0200, Itschak Mugzach imugz...@gmail.com wrote: I looked in the init Tunning guide but it is not clear if the Value of a symdef variable is limited in length. Can I use SYMDEF to create a variable that holds 44 chars dsname? No. The length can't be longer than

Re: SMF reporting question

2009-02-26 Thread Tony B.
DF/SORT and/or ICETOOL are my first 2 choices. Examples abound. Take a look at Frank Y.'s examples in the IBM web site first. I wrote several DF/SORT based SMF jobs years ago before we purchased a product that does a much better job. -Original Message- From: IBM Mainframe

Re: SMF reporting question

2009-02-26 Thread Rick Fochtman
I've always used Optimized PL/1 for these sorts of requests. It took me a while but I created PL/1 Structures for the various SMF records as needed; that was the hard part. After that, I used PL/1 to create quite a number of reports in a fairly short time: program usage statistics, ABEND

Re: SMF reporting question

2009-02-26 Thread Mark Zelden
On Thu, 26 Feb 2009 10:07:43 -0600, John McKown joa...@swbell.net wrote: I realize that most people likely use SAS for SMF reporting. We did this in the past. Management has declared that SAS on the z is simply too expensive. They also declared that installing the Windows version on our main

Re: SMF reporting question

2009-02-26 Thread John McKown
On Thu, 26 Feb 2009 10:32:49 -0600, Mark Zelden mark.zel...@zurichna.com wrote: What does hard money mean. Zero? Correct. Hard money means a check made out to somebody. Soft money is possible, but that basically means that __we__ do something to get the report so our salary is paying for it.

Re: Group Limit and Weights

2009-02-26 Thread Al Sherkow
The capacity of the group is distributed to the LPARs in the group based on the normalized weights of the LPARs in that group. When the group limit is exceeded L1 would be 40 MSUs, (80% or 50) and L2 would get 10 MSUs. If L1 does not require 40, then the excess can be used by L2 (just like

z/OS 1.9 installation restore of USS file failure

2009-02-26 Thread Jerry Fuchs
This is my first attempt at installing z/OS. The restore of USS files failes with the following messages. Calling pax (via BPXBATSL) to restore into /Service Pax return code is: 0 Running BPXISETS EXEC to convert to Symlinks /Service/etc /Service/var The EXEC to convert the etc/ and var/

Re: SYMDEF length limitations

2009-02-26 Thread Smith, Sean M
Check the Init and Tuning Reference instead of the Guide. The reference is very clear about the length of the symbol as well the length of the substitution text. Sean -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Itschak Mugzach Sent:

Re: Can TOD (STCKE) be compressed into 12 bytes

2009-02-26 Thread Victor Gil
Thanks to everyone responded. I should have stated my purpose more clearly - all the application needs is a some sort of a reference number, unique within a current week. This is under CICS, so the goal can be easily achieved through the use of a named counter. However, this would come with

Re: FDRABR, DR, and Things That Go Bump In The Night

2009-02-26 Thread Johnston, Robert E
Hi Daniel, I see Joseph Butz has already chimed in - they're all good people at IDP. We just had our annual DR test yesterday and we use FDRABR and FDRAPPL to restore and recover at DR. We're a pretty simple shop (no plex) but I'll be glad to help if I can. We use FDRDSF to backup the

Re: SMF reporting question

2009-02-26 Thread Gibney, Dave
What's SAS on Winders cost? I thought it was pretty cheap, almost pocket change? Dave Gibney Information Technology Services Washington State University -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of John McKown Sent: Thursday,

Group Cap/MSU's question

2009-02-26 Thread Santosh Kandi
Hello Gurus, I am interested to find out which of the 2 options below is better and why? OPTION 1: LPAR A DEFCAP=50 LPAR B DEFCAP=30 GROUP CAP = 60 OR OPTION 2: LPAR A DEFCAP=40 LPAR B DEFCAP=20 GROUP CAP = 120 Assume that in both cases LPARS have access to all the CP's(2 CP

Re: SMF reporting question

2009-02-26 Thread David Betten
I'm not that familiar with it but the RMF Spreadsheet Reporter might povide you with some z/OS performance reporting. I'm pretty sure it comes with RMF so it probably meets your requirement of being something you already have. Have a nice day, Dave Betten DFSORT Development, Performance Lead IBM

Re: SYMDEF length limitations

2009-02-26 Thread Itschak Mugzach
I RTFMed before asking, but it looked strange to me that the length of the variable value is forced by the length of the variable name... Itschak On Thu, Feb 26, 2009 at 7:42 PM, Smith, Sean M sean.m.sm...@bankofamerica.com wrote: Check the Init and Tuning Reference instead of the Guide. The

Re: SMF reporting question

2009-02-26 Thread Ted MacNEIL
What's SAS on Winders cost? I thought it was pretty cheap, almost pocket change? Compared to 'normal' software on Windows it's expensive, and there's an annual fee, approx 15%. But, it's been since 2004, that I've run SAS on a PC, so I could be out of date. Also, if a company wants to spend

Re: Group Cap/MSU's question

2009-02-26 Thread Martin Kline
FWIW, I prefer option 1. In effect, option 2 is similar to having two separate machines, one with a capacity of 40, and another with a capacity of 20. Neither LPAR can utilize unused capacity from the other. So, when LPAR B is practically idle, LPAR A still cannot use more than 40. Option 1

Re: SYMDEF length limitations

2009-02-26 Thread Smith, Sean M
The issue comes into play though when you use SYMBOLS in started task JCL. If the Symbol fits that would seem fine but it would be possible for the substitution text to be longer and thus cause a JCL error. Sean -Original Message- From: IBM Mainframe Discussion List

Re: SYMDEF length limitations

2009-02-26 Thread Patrick O'Keefe
On Thu, 26 Feb 2009 21:42:44 +0200, Itschak Mugzach imugz...@gmail.com wrote: I RTFMed before asking, but it looked strange to me that the length of the variable value is forced by the length of the variable name... ... I think the logic was to prevent JCL errors when symbols were expanded.

Re: SYMDEF length limitations

2009-02-26 Thread Paul Gilmartin
On Thu, 26 Feb 2009 21:42:44 +0200, Itschak Mugzach wrote: I RTFMed before asking, but it looked strange to me that the length of the variable value is forced by the length of the variable name... An onerous restriction likely arising from naive parser design. The perpetrator ought to be

Re: SYMDEF length limitations

2009-02-26 Thread Paul Gilmartin
On Thu, 26 Feb 2009 14:51:43 -0600, Patrick O'Keefe wrote: On Thu, 26 Feb 2009 21:42:44 +0200, Itschak Mugzach wrote: I RTFMed before asking, but it looked strange to me that the length of the variable value is forced by the length of the variable name... ... I think the logic was to prevent

Re: SYMDEF length limitations

2009-02-26 Thread Ted MacNEIL
I think the logic was to prevent JCL errors when symbols were expanded. Whether or not that is correct, it is a very frustrating limitation. I agree. Symbols in PROCs and INCLIBs do not suffer from that limitation. If you get a JCL error, recode. The last proc/INCL I worked with was a special

Re: Can TOD (STCKE) be compressed into 12 bytes

2009-02-26 Thread Bob Rutledge
Assuming that the TOD Programmable Register uniquely identifies a machine in a parallel sysplex and given that successive STCKs yield different values on a single machine, why not STCKE to get the TOD Programmable Register and STCK to get a reference number. Ten bytes. Fewer moving parts.

Re: EMC ControlCenter

2009-02-26 Thread Michael liberatore
Thanks. The discovery of the DMXs completed just took longer than I expected. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Lizette Koehler Sent: Thursday, February 19, 2009 7:30 PM To: IBM-MAIN@bama.ua.edu Subject: Re: EMC

Re: z/OS 1.9 installation restore of USS file failure

2009-02-26 Thread Dave Kopischke
On Thu, 26 Feb 2009 12:33:28 -0500, Jerry Fuchs wrote: Either unmount the HFS data set on directory /Service/etc or move the contents of this directory into a separate HFS data set. Also ensure you have appropriate priviledges to execute this job. RC=88RSN=5B530110 This reads like you've

Extra! emulator - highlight configuration

2009-02-26 Thread George.William
We use Attachmate's Extra! 3270 emulator client version 6.71 and I'm looking to change how the highlighting of text on the screen is displayed. Currently the highlighting is a Dark Blue background with the text turned to white. Well, ALLOT of my text is white and my background is black. It makes

Re: Extra! emulator - highlight configuration

2009-02-26 Thread Lester, Bob
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of George.William Sent: Thursday, February 26, 2009 3:35 PM To: IBM-MAIN@bama.ua.edu Subject: Extra! emulator - highlight configuration We use Attachmate's Extra! 3270 emulator client

Native 3592 tape and TS7700

2009-02-26 Thread Scott Rowe
I've been told something that I have a hard time believing, but I guess I better ask: Is it possible to read a native (non-VTS) 3592 cartridge using a TS7700 VTS? Unless something has changed since the older VTS models, I can't understand how you would accomplish this? TIA

Re: Extra! emulator - highlight configuration

2009-02-26 Thread George.William
SDSF is simply an application/system under TSO/ISPF. The emulator controls the highlighting of a windows based selection of an area of the screen. This is what I'm looking to configure. Thanks Bill -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]on

Re: Extra! emulator - highlight configuration

2009-02-26 Thread Schwarz, Barry A
You have some control over this from ISPF option 0. Select Colors from the Action Bar and choose option 2. -Original Message- From: George.William Sent: Thursday, February 26, 2009 2:52 PM To: IBM-MAIN@bama.ua.edu Subject: Re: Extra! emulator - highlight configuration SDSF is simply an

Re: Extra! emulator - highlight configuration

2009-02-26 Thread George.William
I've tried those too. nope. Thanks for the idea. -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]on Behalf Of Schwarz, Barry A Sent: Thursday, February 26, 2009 3:06 PM To: IBM-MAIN@bama.ua.edu Subject: Re: Extra! emulator - highlight configuration

Re: Extra! emulator - highlight configuration

2009-02-26 Thread Field, Alan C.
I haven't got Extra V6, but on my V8 there is a Session tab has a drop down that you can set colours and many other things. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu

Re: Extra! emulator - highlight configuration

2009-02-26 Thread George.William
The session tab on 6.71 only had Connect and Disconnect. There is a SETTINGS applet that allows the changing of all sorts of colors but the option I'm looking for does not seem to exist within it. sigh. -Original Message- From: IBM Mainframe Discussion List

Re: Native 3592 tape and TS7700

2009-02-26 Thread Peter Bishop
Hi, I believe the answer is no, but will be interested to hear if anyone has accomplished this as we'd love to be able to do it here to get over a short-term hump. best regards Peter Bishop Opinions are my own and not my employer's.

Re: SMF reporting question

2009-02-26 Thread Shane
On Thu, 2009-02-26 at 11:05 -0800, Gibney, Dave wrote: What's SAS on Winders cost? I thought it was pretty cheap, almost pocket change? Funnily enough, within the last week I had some-one who had migrated SAS off the mainframe mention that the Windoze solution was (now) also considered too

Re: Native 3592 tape and TS7700

2009-02-26 Thread Scott Rowe
That's my position also, but we actually got this message from our DR provider: As per our conversation earlier today, we have a VTS (Virtual Tape Server) that has a library with 3592 E05 drives in it, but no ATL type library with any. The VTS is the controller (or interface for the host) for

Re: Native 3592 tape and TS7700

2009-02-26 Thread Peter Bishop
On Thu, 26 Feb 2009 20:46:47 -0500, Scott Rowe scott.r...@joann.com wrote: That's my position also, but we actually got this message from our DR provider: As per our conversation earlier today, we have a VTS (Virtual Tape Server) that has a library with 3592 E05 drives in it, but no ATL type

Re: SMF reporting question

2009-02-26 Thread Andrew Rowley
You might like to try my product, which I recently released for beta testing. It won't be free, but the price shouldn't raise eyebrows for people used to buying PC software... ultimately the question will be how many soft dollars are you prepared to spend to save a hard dollar? You can

Re: SYMDEF length limitations

2009-02-26 Thread Itschak Mugzach
Yes, it is a strange restriction. My question came from my try to build a customization tool for our product that uses SYDEFS, instead of parmlib. I'll have to cut the dsname into pieces. The idea was to point to a parmlib of load library by do the customization outside the product. Itschak On

Antwort: Re: Group Limit and Weights

2009-02-26 Thread Werner Kuehnel
Al and Tom, thanks for your explanations. That would confirm our observations. I've collected RMF PM performance data the last weeks in a 2min interval, so I'm going to verify this with some diagrams. Werner Kuehnel IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU schrieb am 26.02.2009