Ed,
Actually RMF doesn't sample for CPU busy. It uses counters that accumulate
dispatch time for the LPARs.
Even the old MVS CPU busy is the complement of the accumulated time a CPU is
waiting.
Most ISV monitors get their data from the same source as RMF.
Ron
> When the monitor's sampling code
Guy Gates wrote:
I am running a Z890 with 5 LPARS (3 Production, 1 Test and 1 SysProg). I
need to get some Peak CPU numbers to determine if/when I need a New
Processor. I can only seem to get Averages and my Management is not happy
with those numbers.
Management needs an education. Peak util
-
I am running a Z890 with 5 LPARS (3 Production, 1 Test and 1 SysProg).
I need to get some Peak CPU numbers to determine if/when I need a New
Processor. I can only seem to get Averages and my Management is not
happy with those numbers. What are o
IBM Mainframe Discussion List wrote on 05/01/2007
08:09:25 AM:
> On Tue, 2007-05-01 at 07:13 -0400, Peter Relson wrote:
>
> > And if we had actually
> > enabled ASN reuse, and if your address space were architecturally
reusable,
> > you would not be able to SSAR or PT to it but would need to u
Guy wrote on 02/05/2007 08:06:08 AM:
> I am running a Z890 with 5 LPARS (3 Production, 1 Test and 1 SysProg).
I
> need to get some Peak CPU numbers to determine if/when I need a New
> Processor.
This is not a good metric for determining upgrade requirements. WLM tends
to run the LPARs at 100
>>>Someone asked the question about what good are reading tapes NL.
>>>There are valid reasons and these go back to the early years before
>>>diskettes, etc, when people wanted to tansfer data. Early, early on
>>>the universal mode of transfer was 7-track tape, BCD, Even-parity
>>>with no labels
Ron wrote on 02/05/2007 09:43:34 AM:
> No matter what monitor you are using you can only ever get averages. The
> difference is the period of time used to get that average. In reality
the
> CPU is either 100% busy or 0% busy, and you are just reporting the
average
> of those states.
>
> The PR/
PARTINFO in Sysview will give you the Physical Utilization of all
the engines (including zIIPs and zAAPs). RMF can collect and
report on it for you.
-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Ron Hawkins
Sent: Tuesday, May 01, 2007 SYSN 4
Guy,
No matter what monitor you are using you can only ever get averages. The
difference is the period of time used to get that average. In reality the
CPU is either 100% busy or 0% busy, and you are just reporting the average
of those states.
The PR/SM CPU activity reports from RMF have everythi
For question 1 this is IBM recommendation:
CLASSDEF CLASS(LARGE) CLASSLEN(16316) GROUP(UNDESIG)
CLASSDEF CLASS(DEFAULT) CLASSLEN(956) GROUP(UNDESIG)
LOCALMSG MAXMSG(2000) CLASS(DEFAULT)
Thank You
-Original Message-
From: IBM Main
The z/OS 1.7 Health Checker is reporting two XCF settings to be corrected:
1. The recommendation to have two TRANSPORT classes with different message
lengths defined. How can suitable mesage lengths be defined?
2. The recommendation for the XCF_FDI (INTERVAL) is based on the SPIN
settings, and the
Hello,
I am running a Z890 with 5 LPARS (3 Production, 1 Test and 1 SysProg). I
need to get some Peak CPU numbers to determine if/when I need a New
Processor. I can only seem to get Averages and my Management is not happy
with those numbers. What are others that are running multiple LPARs on a
Thanks for the information this worked as designed. Here is the
information I found for this STORCLASS:
Problem
Duplicate Tape Volser Bypass - [EMAIL PROTECTED]
Solution
SMS does not support duplicate tape volsers. In an SMS environment where
an IBM ATL or VTS exists, the mount will always
>
>From the DFSMSdfp Storage Adminitration Reference:
With [EMAIL PROTECTED] and DISP=OLD and VOL=SER=nn
specified in the JCL, you can access an imported tape outside an
automated
library for input if you have another tape with the same volser in a
system-managed librar
On Fri, 27 Apr 2007 16:46:24 -0400, Wayne Driscoll
<[EMAIL PROTECTED]> wrote:
>Ok, time for me to spend some time on the soap box. What is the
>TECHNICAL reason for not allowing the Mainframe to access the
network?
>I don't understand this at all. Every PC in your company probably can
>access
On Tue, 1 May 2007 13:54:55 -0500, Mark Steely <[EMAIL PROTECTED]> wrote:
>Thanks for all the info on switching the COUPLE datasets.
>
>I have a problem with SMS and calling in a tape dataset that is received
>from an outside vendor. The tape volser does match a in-house volser. I
>am doing a ge
Ira Broussard wrote:
I understand the linkage editor can split a record anywhere it wants.
However, why does that cause a problem if I am concatenating all of the records for
a load module into a single variable and scanning that variable? For
example...
searcharea = ""
do until EOF
re
Put this in a SYSPROC/SYSEXEC library and use it as a line command in
3.4
/* REXX MAKEXMI */
/* Xmit PDS into data set for FTP */
PARSE UPPER ARG dsn
@dsn = dsn
Mark,
If this is a standalone mount request. Than your UNIT= should be a group
of non-acs devices. This would be my first solution attempt.
-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Mark Steely
Sent: Tuesday, May 01, 2007 2:55 PM
To: IB
Thanks for all the info on switching the COUPLE datasets.
I have a problem with SMS and calling in a tape dataset that is received
from an outside vendor. The tape volser does match a in-house volser. I
am doing a gener and have the volser, dsn, expdt=98000, and dataclas
specified. When the job
Thanks Richard - your sample worked great!
John Norgauer
University of California Davis Medical Center
2315 Stockton Blvd
ASB 1300
Sacramento, Ca 95817
916-734-0536
SYSTEMS PROGRAMMING.. Guilty, until proven innocent !! "JN 2004
"Hardware eventually breaks - Software eventu
On Tue, 2007-05-01 at 13:18 -0500, Mark H. Young wrote:
> I want to put a PDS in XMIT format (PS), so I can transfer it to the
> PC and go from there
Coming in late on the conversation, sorry, but I've recently become
enamored of AWS format for things I want to move. It's directly
readable by the
We're running Upstream to move our files to a MFL
(MainFrameLinux) image for pgp encryption and then ftp them from it.
We also go the reverse with the process, ftp, pick up the file,
decrypt and then move to z/OS.
At 02:29 PM 5/1/2007, you wrote:
What are folks using for data transfers to/fr
On Tue, 1 May 2007 13:21:51 -0500, McKown, John
<[EMAIL PROTECTED]> wrote:
>> -Original Message-
>> From: IBM Mainframe Discussion List
>> [mailto:[EMAIL PROTECTED] On Behalf Of Mark H. Young
>> Sent: Tuesday, May 01, 2007 1:19 PM
>> To: IBM-MAIN@BAMA.UA.EDU
>> Subject: Re: Best practices
> -Original Message-
> From: IBM Mainframe Discussion List
> [mailto:[EMAIL PROTECTED] On Behalf Of John Norgauer
> Sent: Tuesday, May 01, 2007 1:28 PM
> To: IBM-MAIN@BAMA.UA.EDU
> Subject: Re: Will IEBGENER handle a HFS file
>
>
> Hi John - Got the following:
>
> UNIDENTIFIED KEYWORD F
Zip390 from Data21. The pricetag is pretty reasonable and the support is
outstanding.
Debbie Mitchell
Utica National Insurance Group
"Veilleux, Jon L" <[EMAIL PROTECTED]>
Sent by: IBM Mainframe Discussion List
05/01/2007 02:29 PM
Please respond to
IBM Mainframe Discussion List
To
IBM-MA
John Norgauer wrote:
Hi John - Got the following:
UNIDENTIFIED KEYWORD FILEMODE
KEYWORD DCB IS MUTUALLY EXCLUSIVE WITH KEYWORD PATH ON THE DD STAT
I used these JCL's per your example:
07 //SYSUT1 DD PATH='/sysjcn/bpxerr.txt',FILEMODE=TEXT,
08 //DCB=(RECFM=FB,LRECL=80,BLKSIZE=80)
What are folks using for data transfers to/from the mainframe using PGP?
Jon L. Veilleux
[EMAIL PROTECTED]
(860) 636-2683
This e-mail may contain confidential or privileged information. If
you think you have received this e-mail in error, please advise the
sender by reply e-mail and then delet
Hi John - Got the following:
UNIDENTIFIED KEYWORD FILEMODE
KEYWORD DCB IS MUTUALLY EXCLUSIVE WITH KEYWORD PATH ON THE DD STAT
I used these JCL's per your example:
07 //SYSUT1 DD PATH='/sysjcn/bpxerr.txt',FILEMODE=TEXT,
08 //DCB=(RECFM=FB,LRECL=80,BLKSIZE=80)
John Norgauer
Universit
In Setting Up A Sysplex (SA22-7625-12) page 31 states "...if a couple
dataset must be moved to another volume, you cannot simply copy the old
dataset to the new volume. You must format a new couple dataset on the
desired volume, and bring it into service using SETXCF COUPLE,ACOUPLE and
PSWITCH
> -Original Message-
> From: IBM Mainframe Discussion List
> [mailto:[EMAIL PROTECTED] On Behalf Of Mark H. Young
> Sent: Tuesday, May 01, 2007 1:19 PM
> To: IBM-MAIN@BAMA.UA.EDU
> Subject: Re: Best practices for software delivery
> OK, I seem to be having an Alzheimer's moment. I want
On Thu, 26 Apr 2007 11:30:30 -0500, McKown, John
<[EMAIL PROTECTED]> wrote:
>> -Original Message-
>> From: IBM Mainframe Discussion List
>> [mailto:[EMAIL PROTECTED] On Behalf Of Wayne Driscoll
>> Sent: Thursday, April 26, 2007 11:21 AM
>> To: IBM-MAIN@BAMA.UA.EDU
>> Subject: Re: Best pra
> -Original Message-
> From: IBM Mainframe Discussion List
> [mailto:[EMAIL PROTECTED] On Behalf Of John Norgauer
> Sent: Tuesday, May 01, 2007 1:09 PM
> To: IBM-MAIN@BAMA.UA.EDU
> Subject: Will IEBGENER handle a HFS file
>
>
> I need to print the contents of an HFS file. Can IEBGENER do
> -Original Message-
> From: IBM Mainframe Discussion List
> [mailto:[EMAIL PROTECTED] On Behalf Of Mark Steely
> Sent: Tuesday, May 01, 2007 1:02 PM
> To: IBM-MAIN@BAMA.UA.EDU
> Subject: Couple Datasets
>
>
> Is there a procedure to move these datasets while the system
> is active?
> A
Easiest method is to define new couple datasets, then use the V XCF,SWITCH
commands as documented in the System Commands manual.
Also search the archives. We've been down this road many times.
On Tue, 1 May 2007 13:02:17 -0500, Mark Steely <[EMAIL PROTECTED]> wrote:
>Is there a procedure to mov
I would also switch to using VTAM Generic resource definitions for TSO.
Once this is in place you never will have problems with VTAM and TSO applids.
On Tue, 1 May 2007 13:48:08 -0400, Tim Hare <[EMAIL PROTECTED]> wrote:
>Make changes to the current member of VTAMLST, issue V
>NET,ACT,ID=,UP
Yes. DO you have both primary and alternate datasets?
Do you want to move both?
Use the SETXCF COUPLE SWITCH to switch from primary to alternate.
Delete and define a new primary.
SETXCF SWITCH to make the new dataset the primary
Delete and define the alternate, use SETXCF command to make it
I need to print the contents of an HFS file. Can IEBGENER do it or what
would you suggest?
Thansk
John Norgauer
University of California Davis Medical Center
2315 Stockton Blvd
ASB 1300
Sacramento, Ca 95817
916-734-0536
SYSTEMS PROGRAMMING.. Guilty, until proven innocent !! "JN 2004
Is there a procedure to move these datasets while the system is active?
Any help would be appreciated. We are z/os V1R7.
Thank You
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECT
Make changes to the current member of VTAMLST, issue V
NET,ACT,ID=,UPDATE=ALL and it should implement your changes on the
fly.
VTAM has quite a bit of update-while-running functionality, rarely
mentioned, but it is documented.
Tim Hare
Senior Systems Programmer
Florida Department of Trans
An 8K CSECT is fairly small? That seems odd to me. 99.99% of my CSECTs are
less than 8K. Load modules (which are what I am scanning) are a different
story -- most all of my load modules are much larger than 8K due to multiple
CSECTs in the load module.
I understand the linkage editor can
In <[EMAIL PROTECTED]>, on 05/01/2007
at 10:44 AM, Ira Broussard <[EMAIL PROTECTED]> said:
>I tried it with modules that had multiple CSECTs up to 8K per CSECT
That's still fairly small, although it is posible to hit the problem
even so.
>I don't understand why you think there would be a prob
In <[EMAIL PROTECTED]>, on 05/01/2007
at 10:13 AM, Paul Gilmartin <[EMAIL PROTECTED]> said:
>The code to handle concatenations mixed of UNIX files and Classic
>data sets already exists in QSAM;
FSVO. The code to handle mixed object module formats does *NOT* exist
in QSAM.
--
Shmuel (Se
> -Original Message-
> From: IBM Mainframe Discussion List
> [mailto:[EMAIL PROTECTED] On Behalf Of Lizette Koehler
> Sent: Tuesday, May 01, 2007 11:18 AM
> To: IBM-MAIN@BAMA.UA.EDU
> Subject: Re: Help with IKT011I Message RC=100
>
>
> Okay, one last help,
> My vtam is very weak.
>
> If
On Tue, 1 May 2007 11:59:09 -0400, Lynd, Eugene (Contractor) (J6C) wrote:
>>>Paul Gilmartin asked "Is there any way to force
>>>the non-executable attribute on a load module?"
>
>File-AID 3.1 can do this. Use option I and
>disposition OLD - you can then overtype the
>attributes, including EXEC (e
You might want to checkout the IBM Migration Checker for Z/OS
at http://www-03.ibm.com/servers/eserver/zseries/zos/downloads/
There are some specific checks for USS.
Daniel McLaughlin <[EMAIL PROTECTED]> wrote:
Moving to ZOS 1.7 in a couple of weeks. Don't know what, if anything, has
ev
In a message dated 5/1/2007 10:56:06 A.M. Central Daylight Time,
[EMAIL PROTECTED] writes:
We will change the TSOH8H8 to TSOH881 and cycle the TSO ACB tonight. Will
let you know how it works.
>>
So the VTAM def and the TCP LUs don't match up? Guess you could vary inact
H8H8 in vtam a
On Sun, 29 Apr 2007 13:55:24 -0300, Shmuel Metz (Seymour J.)
<[EMAIL PROTECTED]> wrote:
>...
>*All* instructions should be used with care and with adequate
>documentation. You don't need new instructions to write obscure
code;
>it's been done with BXH and BXLE.
>...
>From a binary search routin
We are planning to drop the MAX Address space from the individual IEASYS
members (one per LPAR) and let the IEASYS00 member rule. It has 1000
specified. Therefore, wiggle room will be obtained. We have IPLs scheduled for
this weekend, so it will go in with those.
Thanks for the advice.
Lize
Okay, one last help,
My vtam is very weak.
If I create a new member in VTAMLST with the TSOH881 will that allow vtam to
use the remaining 100+ appls, or are they unavailable until I fix my ACB?
Lizette
>
>If you need this RIGHT NOW, then you can create a temporary VTAMLST
>member containing on
-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Lizette Koehler
Sent: Tuesday, May 01, 2007 10:41 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Help with IKT011I Message RC=100
No - no network issues, the D NET,PENDING has nothing queued. NETSTAT
d
>>Paul Gilmartin asked "Is there any way to force
>>the non-executable attribute on a load module?"
File-AID 3.1 can do this. Use option I and
disposition OLD - you can then overtype the
attributes, including EXEC (executable).
Gene Lynd
--
> -Original Message-
> From: IBM Mainframe Discussion List
> [mailto:[EMAIL PROTECTED] On Behalf Of Lizette Koehler
> Sent: Tuesday, May 01, 2007 10:56 AM
> To: IBM-MAIN@BAMA.UA.EDU
> Subject: Re: Help with IKT011I Message RC=100
>
>
> Think we found it. In our VTAMLST definition for TS
Think we found it. In our VTAMLST definition for TSO, we had this
IST080I TSOH878 ACT/S TSOH879 ACT/S TSOH880 ACT/S
IST080I TSOH8H8 CONCT TSOH882 CONCT TSOH883 CONCT
IST080I TSOH884 CONCT TSOH885 CONCT TSOH886 CONCT
After TSOH880 comes TSOH8H8.
IBM Mainframe Discussion List wrote on 05/01/2007
08:43:03 AM:
> On Tue, 1 May 2007 07:13:52 -0400 Peter Relson <[EMAIL PROTECTED]>
wrote:
>
> :>CVTALRS indicates that z/OS support for ASN-and-LX reuse is present.
This
> :>means, among other things, that you can use such things as the
"LXSIZ
On Tue, 1 May 2007 16:50:00 +0530, Pradeep_Vasudevan wrote:
>
>I tried to FTP from my Windows PC to Mainframe with the help
>of command prompt. It did work. Could any one suggest my if the FTP from
>a PC to a Mainframe sequential file is possible with 'Wise FTP' or any
>other such FTP s
No - no network issues, the D NET,PENDING has nothing queued. NETSTAT does not
show any issues.
We are at z/OS V1.7. We made no changes to any parms. Our MAX Address space
in IEASYS00 is 375, we currently have 363 address spaces running. In TSOKEY00
our USERMAX=160 (D TS indicates only 80 o
In a message dated 5/1/2007 10:10:15 A.M. Central Daylight Time,
[EMAIL PROTECTED] writes:
What would I need to look at to see why the IKT011I message is being
produced? From the message I am at a loss to explain the lack of TCAS Logons.
>>
Hard to tell w/o more info. Normally TCP rec
On Mon, 30 Apr 2007 20:21:55 -0300, Shmuel Metz (Seymour J.) wrote:
>
>>that the DFSMS group has done its job well here; the Binder group
>>simply has a deficiency of faith in DFSMS.
>
>The BINDER is part of DFSMS. The problem isn't a lack of faith in
>OPEN, it's that they know something that you d
Okay, I have forgotten so much about TSO/VTAM I need to little refresher course.
We have 160 for Max Usr defined. We have 256 VTAM Applids defined for TSO
usage. Yet we are getting IKT011I Message TCAS UNABLE TO ACCEPT LOGON RC=100
We use TCPIP to logon to TSO but that is about the only differ
On Tue, 1 May 2007 06:57:46 -0500, Tom Marchant wrote:
>On Mon, 30 Apr 2007 17:45:26 -0500, Paul Gilmartin wrote:
>
>I'd be cautious about that. You wouldn't want to have those attributes make
>it into your target libraries. I don't know of a way to get SMP/E to assign
>different attributes to a
Greg,
VSAM gives you a new primary extent when you go to a new volume. Setting
this to Secondary will change this behavior for extended format VSAM.
For DSORG=PS you get the secondary allocation when you go to a new volume.
ACC is a a very kewl way to undo whatever your programmers have done to
Wasn't it the F-16 that rebooted when the Israeli's were doing test flights
over the dead sea? didn't have code to support a negative altitude and the
dead sea is about 1500 feet below sea level.
Mike
--
For IBM-MAIN subscribe
-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Richards.Bob
Sent: Tuesday, May 01, 2007 9:20 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Ulterior Motive for IBM's Lawsuits
Hey, watch it there! To broad of a sweeping statement! :-)
Bob Richards (
I tried it with modules that had multiple CSECTs up to 8K per CSECT in
length and it worked. Since I can guarantee that a CSECT is never larger than
8K
(since I wrote the code), I don't have to worry about CSECTs larger than that,
although I don't understand why you think there would be a
Ron,
Thanks for the list - and it's more than a dozen! I'm happy to see
we're doing a lot of this already but since we have no product like
ACC/SRS (or even HSM) to help, you've mentioned several things we can't
do. Also, we have no production control staff, so JCL is all in the
hands of the pr
In a message dated 5/1/2007 8:59:54 A.M. Central Daylight Time,
[EMAIL PROTECTED] writes:
We use WhatsUp Gold in our network monitoring and it provides a lot of
bang for the buck.
Personally I used to use WS-FTP-Pro for years. I found the licensing
terms and activation technology the adop
On Tue, 1 May 2007 07:22:09 -0500, Debbie Mitchell
<[EMAIL PROTECTED]> wrote:
>Is there any way to determine who was holding a reserve after the fact? I
>had a situation where systemA was holding an exclusive enq on a catalog but
>systemB had the volume reserved. The job holding the catalog enq
Hey, watch it there! To broad of a sweeping statement! :-)
Bob Richards (Ex-USAF Autopilot Specialist on C5As, C141s and C130s)
-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Thompson, Steve
Sent: Tuesday, May 01, 2007 9:34 AM
To: IBM-MAIN@B
I haven't tried it very much, but FireFox now has a ftp client (plug in)
that looks fairly nice. Much like FileZilla, in fact.
--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology
The information con
Hi Ed,
We use WhatsUp Gold in our network monitoring and it provides a lot of
bang for the buck.
Personally I used to use WS-FTP-Pro for years. I found the licensing
terms and activation technology the adopted in recent releases a put
off.
Now I only recommend SeaGull FreeFTP or Filezilla and
-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Ron Hawkins
Sent: Monday, April 30, 2007 8:57 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Ulterior Motive for IBM's Lawsuits
Steve,
North of NZ - you mean New Caledonia and Vanuatu?
Uh, I guess I
In a message dated 5/1/2007 7:09:47 A.M. Central Daylight Time,
[EMAIL PROTECTED] writes:
Not having a need for such, I must admit to not having stayed on top of
these reuse developments.
>>
The Romulons and Klingons never sleep! My suspicion that the battle bots
will have interfaces fo
On Tue, 2007-05-01 at 07:57 -0500, Daniel McLaughlin wrote:
> Moving to ZOS 1.7 in a couple of weeks. Don't know what, if anything, has
> ever been changed in the HFS. Is there a way to list out what might be local
> changes? We are not heavy users and all changes precede my arrival by years.
P
In a message dated 5/1/2007 6:30:41 A.M. Central Daylight Time,
[EMAIL PROTECTED] writes:
a PC to a Mainframe sequential file is possible with 'Wise FTP' or any
other such FTP software.
>>
Long time user of ws_ftp and Whatsup from _www.ipswitch.com_
(http://www.ipswitch.com) .
**
SMF record type 77 (RMF enqueue activity) may have information about the event.
Scott Barry
SBBWorks, Inc.
"Debbie Mitchell" <[EMAIL PROTECTED]> wrote in message news:
Is there any way to determine who was holding a reserve after the fact? I
had a situation where sy
Moving to ZOS 1.7 in a couple of weeks. Don't know what, if anything, has
ever been changed in the HFS. Is there a way to list out what might be local
changes? We are not heavy users and all changes precede my arrival by years.
Thank you in advance.
--
After the fact may be more difficult. But the things I would do are:
1) See if there might be any SVC Dumps taken during the time. They may
contain information on GRS even if the dump was not specific to this issue.
2) See if there are any LOGREC data produced. Sometimes yes, Sometimes no.
3)
On Tue, 1 May 2007 07:13:52 -0400 Peter Relson <[EMAIL PROTECTED]> wrote:
:>CVTALRS indicates that z/OS support for ASN-and-LX reuse is present. This
:>means, among other things, that you can use such things as the "LXSIZE"
:>operand of LXRES. This bit is on for all still-supported z/OS releases
:
I've used WS-FTP Pro a lot. It has an option to let it figure out the
remote target. I used to specify what the remote target was myslef
versus the automatic mechanism, depending on whether I was going to
HFS/ZFS versus a native dataset. I'm sure other, free, ftp clients will
work equally as well.
"Debbie Mitchell" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...
> Is there any way to determine who was holding a reserve after the
fact? I
> had a situation where systemA was holding an exclusive enq on a
catalog but
> systemB had the volume reserved. The job holding the cat
Thanks all for the help.
John was correct. The new master catalog will be created using OS390 1.4
and not used by it - only in zOS 1.7 and higher.
There is no chance that any co-existence of toleration maintenance is
available. Any suggestions on what to do with the user catalogs. My
thought i
At my shop I have a function called FTPMVS. I open a DOS command prompt and
the issue the command FTP FTPMVS. It then prompts me for USERID and
PASSWORD.
Not sure if this is valid at other shops or not. But by using this from my
PC DOS Command window, I created several Batch FTP processes to gr
Is there any way to determine who was holding a reserve after the fact? I
had a situation where systemA was holding an exclusive enq on a catalog but
systemB had the volume reserved. The job holding the catalog enq on systemA
was cancelled, thus resolving the contention, before I could issue the
On Tue, 2007-05-01 at 07:13 -0400, Peter Relson wrote:
> And if we had actually
> enabled ASN reuse, and if your address space were architecturally reusable,
> you would not be able to SSAR or PT to it but would need to use SSAIR / PTI
> if the architecture demanded it.
Should this be read as "st
On Mon, 30 Apr 2007 17:45:26 -0500, Paul Gilmartin wrote:
>It was briefly mentioned here that users should not put
>SMP/E distribution libraries in their TASKLIB catenations.
>We suspect one of our consumers has done this. How can we,
>as suppliers discourage this? Is there any way to force
>the
Ron,
Obviously my suggestion has to take into consideration what else is
going on in one's shop. I wouldn't exactly recommend this for shops
doing data movement either (as we are). I cannot remember the last time
I saw a DEFRAG here. We also have DTS Software in house. Works fine,
lasts a long tim
No reason why it should not work.
There are some FTP clients that are more mainframe friendly.
One is called Seagull FTP and can be downloaded from
http://www.seagullsoftware.com/
Gadi
-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of
Pradee
Hi All,
I tried to FTP from my Windows PC to Mainframe with the help
of command prompt. It did work. Could any one suggest my if the FTP from
a PC to a Mainframe sequential file is possible with 'Wise FTP' or any
other such FTP software.
DISCLAIMER:
This email (including any atta
CVTALRS indicates that z/OS support for ASN-and-LX reuse is present. This
means, among other things, that you can use such things as the "LXSIZE"
operand of LXRES. This bit is on for all still-supported z/OS releases
(i.e., z/OS 1.6 and follow-on).
CVTALR indicates that the architecture is enabled
In <[EMAIL PROTECTED]>, on 04/29/2007
at 10:07 PM, glen herrmannsfeldt <[EMAIL PROTECTED]> said:
> I believe, though, that even parity was
>all to common for 7 track tape.
Even parity was common on the decimal computers, e.g., 650, 1401,
1410, 7010, 7070, 7080. Odd parity was mandatory for bi
In <[EMAIL PROTECTED]>, on 04/29/2007
at 03:14 PM, Ira Broussard <[EMAIL PROTECTED]> said:
>It sure seems to work. It found all occurrences of the string in each
>load module.
Try a load module with large CSECT's.
--
Shmuel (Seymour J.) Metz, SysProg and JOAT
ISO position; see
In <[EMAIL PROTECTED]>, on 04/30/2007
at 09:19 AM, Paul Gilmartin <[EMAIL PROTECTED]> said:
>A counterexample:
Not really.
>(CDC supported only 7-track at that time).
Actually they supported 14-track tapes as well.
>After some RTFM and job log inspection, I learned that my
>counterpart had
In <[EMAIL PROTECTED]>, on 04/30/2007
at 09:44 AM, Paul Gilmartin <[EMAIL PROTECTED]> said:
>Irrelevant; in this case I did not have unlike attributes.
How is "Not unless everything in the SYSLIN concatenation is an HFS."
not relevant, other than the fact that it should have read *FS?
>3.9.7
Bob,
No problems with that. It's a lot better than the mid-afternoon religious
observation to DEFRAG that I have seen in too many sites.
At 5 volumes a day some volumes may get their 2nd defrag after 2 or 3 years
And the thought of using FCTOPPRCPRIMARY with random DEFRAGS scares my p
Ron,
I have no arguments with what you wrote except "I" probably would add
five DEFRAGs to it. One defrag of one volume per storage group per day
or per week. I would defrag the volume with the largest frag index. No
harm, no foul there and it may just handle one of those monthly space
abends.
Ca
Greg,
Most of what I have done in the past centred on aggressive use of space
recovery software. I used ACC/SRS, but the same or similar can be achieved
with Stop-X37 (whatever it is called now) and SMS. I've run development
systems with average 4% free space this way.
1) Fewer and Larger Storage
"Paul Gilmartin" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...
> In a recent note, Edward Jaffe said:
>
> > Subject: Re: sysdsn enq
> >
> > Ted MacNEIL wrote:
> > >> After all, batch processing FREEs all data sets between steps,
but
> > >> continues to hold the ENQ if a
> :>Has anyone any documentation as to how to interpret the GTF trace of
SVC 56?
>
> Diagnosis: Reference has the SVC formats.
What problem are you trying to solve ???.
Have a look at the (GRS) ENQ/RESERVE/DEQ monitor tool. Much less grief
IMHO.
Shane ...
-
On Tue, 1 May 2007 01:32:18 -0500 Anthony Fletcher <[EMAIL PROTECTED]>
wrote:
:>Has anyone any documentation as to how to interpret the GTF trace of SVC 56?
Diagnosis: Reference has the SVC formats.
--
Binyamin Dissen <[EMAIL PROTECTED]>
http://www.dissensoftware.com
Director, Dissen Software,
1 - 100 of 101 matches
Mail list logo