Re: ipl of new system

2010-02-02 Thread Vernooij, CP - SPLXM
No, no MUST.
The PARMLIB statement of LOADxx specifies the name of the parmlib, we
call it SYS1.PARMLIB.

Kees.


John Mattson john_matt...@ea.epson.com wrote in message
news:ofe278e08b.cd94ad0d-on882576be.00062bc4-882576be.00063...@ea.epson
.com...
 There MUST be a SYS1.IBM.PARMLIB in your master catalog, even if there
is 
 nothing in it.  This may be y our problem 
 
 --
 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
**
For information, services and offers, please visit our web site:
http://www.klm.com. This e-mail and any attachment may contain
confidential and privileged material intended for the addressee
only. If you are not the addressee, you are notified that no part
of the e-mail or any attachment may be disclosed, copied or
distributed, and that any other action related to this e-mail or
attachment is strictly prohibited, and may be unlawful. If you have
received this e-mail by error, please notify the sender immediately
by return e-mail, and delete this message. 

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries
and/or its employees shall not be liable for the incorrect or
incomplete transmission of this e-mail or any attachments, nor
responsible for any delay in receipt.
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal
Dutch Airlines) is registered in Amstelveen, The Netherlands, with
registered number 33014286 
**

--
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


Antwort: Re: WLM and TCPIP

2010-02-02 Thread Werner Kuehnel
Dave,
I had a similar problem with appl environments which were not defined in 
WLM. Since then I'm sensitive to this set of problems.
No, I'm not sure it's TCPIP alone. What I see is that PING times go up 
when capping starts and RMF3 shows big (processor)delays for TCPIP.

Werner
 Are you positive it's not a spawned task that's causing the slowness ??? 

 Something that's being assigned service lower than SYSSTC ???
 
 This sounds a lot like the FTP slowness we were experiencing. That 
turned out 
 to be a stupid oversight of not having a workload type for OMVS. TCP/IP 
and 
 the FTP daemon were running in SYSSTC, but none of the spawned tasks 
 were. Everything that should have been assigned a service class based on 
the 
 OMVS type ended up being assigned the default service class for the 
 interactive workload. Unless it runs very fast, it drops into secondand 
third 
 period service fairly quickly. I would expect a ping to reply very 
 quickly, but if 
 your WLM defaults are very low service, it may not have a chance.

--
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


Antwort: Re: WLM and TCPIP

2010-02-02 Thread Werner Kuehnel
IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu schrieb am 02.02.2010 
05:34:46:

 30% of what? What is 100%?
 Velocity for an exvel goal. And I even found the rule in the 
 Planning WLM book:
 Certain types of work, when overachieving their goals, potentially will 
have 
 their resources capped in order to give discretionary work a better 
 chance to run. Specifically, work that is not part of a resource 
 group and has 
 one of the following two types of goals will be eligible for this 
 resource donation:
 -A velocity goal of 30 or less
 -A response time goal of over one minute
 
 Which does not apply to sysstc needing cpu. But it might explain why 
 something of higher priority can run slower than discretionary.

The highest exvel I've used so far is 30 for the online workload (IMS, 
DB2). If I want limit donations from that online workload so I should 
define a higher exvel than 30?

 Do you run subsys=IMS? (Idle curiosity on my part, since we can't.)

Yes, we run subsys=ims with response time goals.

 Your CPU capping hits when? During the day, I presume, when there isn't 
too 
 much batch running? Which would mean that your discretionary pool 
 to 'donate' isn't all that big, so higher priority work gets starved.

Capping starts usually at late morning (11:00), we come out of the night 
with a low 4h-avg and batch pushes it up. It's not a question of how many 
jobs are running. Even one or two can use lots of CPU.
I don't mind if higher prio work is assigned less resources under capping, 
but not SYSSTC and SYSTEM. A delay of 75 for TCPIP is not acceptable.

 We did pings and tracerte from our PC to the mainframe (including a WAN 
of 
 1000km) and found out that only the segment from Mainframe to the first 

 router has bad response times. 
 Does that include the time it resided *in* the mainframe? Or just when 
it left the mainframe?

I think when a PING is a response from TCPIP then it includes the time in 
mainframe.
 
 Additionally we saw those dramatic 
 increases of resp time always when capping was turned on. And RMF3 
shows 
 delays up to 70% for TCPIP for processor even under SYSSTC.
 Who is using the processor when TCPIP has delays? 

Mainly the batch jobs (DISCRETIONARY).

Werner Kuehnel

--
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: Antwort: Re: WLM and TCPIP

2010-02-02 Thread Barbara Nitz
The highest exvel I've used so far is 30 for the online workload (IMS,
DB2). If I want limit donations from that online workload so I should
define a higher exvel than 30?
yes. That's how my odd exvel31 came about. 

I don't mind if higher prio work is assigned less resources under capping,
but not SYSSTC and SYSTEM. A delay of 75 for TCPIP is not acceptable.
well, it might help if you bump up the exvel30 to exvel31. That *should* 
prevent discretionary from running. 

I think when a PING is a response from TCPIP then it includes the time in
mainframe. 
I'll take your word for that.

 Who is using the processor when TCPIP has delays?
Mainly the batch jobs (DISCRETIONARY).
I think the 'function' I meant is blocked workload support (oa17735, oa22443 
to change the default). For 1.9 and up it is enabled by default, which would 
also explain a lower priority address space running when sysstc is not. That 
might run counter to an exvel goal of 31. 

Actually, at the time of capping (and tcpip NOT running), do you have service 
classes with a PI of less than 3? Less than 1?

Did this come up because of complaints of slow tcpip response?

Regards, Barbara

--
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: The Incredible Shrinking PDSE

2010-02-02 Thread Shmuel Metz (Seymour J.)
In
624206278-1264692422-cardhu_decombobulator_blackberry.rim.net-3344620...@bda026.bisx.prod.on.blackberry,
on 01/28/2010
   at 03:27 PM, Ted MacNEIL eamacn...@yahoo.ca said:

Why is that not likely?
I've always allowed it.

And of course the world revolves around you. Whether it is likely depends
on what a lot of shops do, not just yours.

Most of the time, I've found people don't take the effort to
change/control management classes. This is proof that you've addressed
their needs adequately.

ROTF,LMAO! It's proof that management hasn't imposed change control, and
nothing more.

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see http://patriot.net/~shmuel/resume/brief.html 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
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: Write binary from REXX CGI program

2010-02-02 Thread Shmuel Metz (Seymour J.)
In 4b5db0bd.9070...@isis-papyrus.com, on 01/25/2010
   at 03:54 PM, Miklos Szigetvari miklos.szigetv...@isis-papyrus.com
said:

How can I write binary  from a REXX CGI program to the SYSTSPRT

Are you sure that you don't mean STDOUT? That's what's appropriate for
CGI.

Have you looked at CHAROUT and STREAM?
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see http://patriot.net/~shmuel/resume/brief.html 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
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: Write binary from REXX CGI program

2010-02-02 Thread Shmuel Metz (Seymour J.)
In a6b9336cdb62bb46b9f8708e686a7ea005bde01...@nrhmms8p02.uicnrh.dom, on
01/25/2010
   at 10:24 AM, McKown, John john.mck...@healthmarkets.com said:

For writing large binary thingies without an extra line feed, use write
instead of SAY.

I believe that in a z/OS Unix environment Rexx supports the ANSI stream
functions:

  CHARIN
  CHAROUT
  CHARS
  LINEIN
  LINEOUT
  LINES
  STREAM

Use of these may make your code more portable.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see http://patriot.net/~shmuel/resume/brief.html 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
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


The Arcati Mainframe Yearbook 2010

2010-02-02 Thread Dell'Anno, Aurora
Hope you will find this useful!
 



Thanks. 
  

Aurora 


Aurora Emanuela Dell'Anno
CA
Sr. Engineering Services Architect
Tel:  +44 (0)1753 577 733
Mobile:  +44 (0)7768 235 339
aurora.della...@ca.com
mailto:aurora.della...@ca.com 
http://www.ca.com/ 
  

P please don't print this e-mail unless you really need to! 

 

 

Dear Colleagues

The 2010 edition of the celebrated Arcati Mainframe Yearbook is now
available to view or download (free of charge). It includes:

* Mainframe Strategy - a selection of views from industry gurus and
vendors. 

* The 2010 Mainframe User Survey - an analysis of the profile, plans,
and priorities of mainframe users.

* Vendor Directory - vendors, consultants, and service providers in the
z/OS environment.

* A media guide for IBM mainframers - information resources,
publications, and user groups for the z/OS environment.

* Glossary of Terminology - definitions of some mainframe-related terms.

* Technical information - z10 model tables; mainframe hardware timeline
1952-2010; mainframe operating system development

Just click on http://www.arcati.com/newyearbook10.

Many thanks to the Yearbook sponsors, who are listed below. Please take
time to visit their Web sites.

Best regards
Mark Lillycrop
Publisher, The Arcati Mainframe Yearbook
Arcati Ltd



--


Thanks to the Yearbook sponsors:


Change the Way You Manage the Mainframe Forever
See, hear and read how CA's Mainframe 2.0 initiative helps drive down
mainframe ownership costs while making it easier for IT staff with no
mainframe experience to get maximum functionality out of the platform -
without sacrificing mainframe's legendary security and performance!
Visit: ca.com/mainframe2
http://www.ca.com/mainframe2


DataKinetics has proven itself a trusted vendor to many of the world's
largest financial institutions, insurance companies and retailers. Let
DataKinetics help you improve transaction rates, while reducing costs,
without risky migration or expensive upgrades. We're saving money for
20% of the Fortune 50, and we can help you save money too.
http://www.dkl.com/mips


OpenMainframe.org is a forum for exchanging news, views and information
related to creating an open market for IBM-compatible mainframe
solutions. For the latest news and resources on the open mainframe
marketplace, visit www.openmainframe.org http://www.openmainframe.org/
.


Progress Software Corporation is a global software company that enables
enterprises to be operationally responsive to changing conditions and
customer interactions as they occur. The company offers a comprehensive
portfolio of best-in-class infrastructure software spanning event-driven
visibility and real-time response, open integration, data access and
integration, and application development and deployment. 
http://www.datadirect.com/products/mainframe-integration/shadow-rte/inde
x.ssp


Software Diversified Services (SDS) creates first-rate network and
security tools for z/OS networks.
VitalSigns for IP (VIP) is the most complete and efficient IP monitor
available. www.sdsusa.com/vip/?fm=Arcati1001
VitalSigns for FTP provides easy, snap-in security for file transfers to
and from z/OS. www.sdsusa.com/vsftp/?fm=Arcati1001
Net-Examine secures SNA and Enterprise Extender. Get a no-cost z/OS
security evaluation from www.sdsusa.com/netq/?fm=Arcati1001.

--
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: Friday thought - a couple of SUBSYS= subsystems for discussion.

2010-02-02 Thread Shmuel Metz (Seymour J.)
In a6b9336cdb62bb46b9f8708e686a7ea005bde01...@nrhmms8p02.uicnrh.dom, on
02/01/2010
   at 12:55 PM, McKown, John john.mck...@healthmarkets.com said:

Thanks for all that information. If TEE was so difficult to implement, I
shudder to think about my UNIX SUBSYS= functionality! I wonder about
doing something hinkey in OPEN. OPEN can open multiple DCBs in a single
SVC. So, I wonder if it does it them sequentially. 

AFAIK it still uses the where to go (WTG) table; it does them sequentially
within phases.

If so, I wonder if it would be possible to dynamically add my DCBs onto
the end of the list.

It's not my dog. I'm not brave enough to do it at my own shop.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see http://patriot.net/~shmuel/resume/brief.html 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
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


Antwort: Re: Antwort: Re: WLM and TCPIP

2010-02-02 Thread Werner Kuehnel
IBM Mainframe Discussion List IBM-MAIN@bama.ua.edu schrieb am 02.02.2010 
11:01:03:

 Actually, at the time of capping (and tcpip NOT running), do you have 
service 
 classes with a PI of less than 3? Less than 1?

There are some SCs with a PI  3. Very rare are PIs  1, and then just for 
a minute.

 Did this come up because of complaints of slow tcpip response?

We have 2 java applications running on PCs which access IMS and DB2. As 
soon as capping starts the complaints about resp times starts as well, 
even the IMS resp times are good and very few batch is running. We then 
found out that PING times to mainframe were much longer than outside 
capping. Everything that handle these applications on mainframe we can 
imagine runs with IMP1 and exvel of 30 (the highest definition here).
Since this problem is escalating internally I have opened a PMR at IBM.

Regards, Werner

--
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: The Arcati Mainframe Yearbook 2010

2010-02-02 Thread גדי בן אבי
Thanks.
I got it directly from them.

Gadi

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Dell'Anno, Aurora
Sent: Tuesday, February 02, 2010 1:41 PM
To: IBM-MAIN@bama.ua.edu
Subject: The Arcati Mainframe Yearbook 2010

Hope you will find this useful!




Thanks.


Aurora


Aurora Emanuela Dell'Anno
CA
Sr. Engineering Services Architect
Tel:  +44 (0)1753 577 733
Mobile:  +44 (0)7768 235 339
aurora.della...@ca.com
mailto:aurora.della...@ca.com
http://www.ca.com/


P please don't print this e-mail unless you really need to!





Dear Colleagues

The 2010 edition of the celebrated Arcati Mainframe Yearbook is now
available to view or download (free of charge). It includes:

* Mainframe Strategy - a selection of views from industry gurus and
vendors.

* The 2010 Mainframe User Survey - an analysis of the profile, plans,
and priorities of mainframe users.

* Vendor Directory - vendors, consultants, and service providers in the
z/OS environment.

* A media guide for IBM mainframers - information resources,
publications, and user groups for the z/OS environment.

* Glossary of Terminology - definitions of some mainframe-related terms.

* Technical information - z10 model tables; mainframe hardware timeline
1952-2010; mainframe operating system development

Just click on http://www.arcati.com/newyearbook10.

Many thanks to the Yearbook sponsors, who are listed below. Please take
time to visit their Web sites.

Best regards
Mark Lillycrop
Publisher, The Arcati Mainframe Yearbook
Arcati Ltd



--


Thanks to the Yearbook sponsors:


Change the Way You Manage the Mainframe Forever
See, hear and read how CA's Mainframe 2.0 initiative helps drive down
mainframe ownership costs while making it easier for IT staff with no
mainframe experience to get maximum functionality out of the platform -
without sacrificing mainframe's legendary security and performance!
Visit: ca.com/mainframe2
http://www.ca.com/mainframe2


DataKinetics has proven itself a trusted vendor to many of the world's
largest financial institutions, insurance companies and retailers. Let
DataKinetics help you improve transaction rates, while reducing costs,
without risky migration or expensive upgrades. We're saving money for
20% of the Fortune 50, and we can help you save money too.
http://www.dkl.com/mips


OpenMainframe.org is a forum for exchanging news, views and information
related to creating an open market for IBM-compatible mainframe
solutions. For the latest news and resources on the open mainframe
marketplace, visit www.openmainframe.org http://www.openmainframe.org/
.


Progress Software Corporation is a global software company that enables
enterprises to be operationally responsive to changing conditions and
customer interactions as they occur. The company offers a comprehensive
portfolio of best-in-class infrastructure software spanning event-driven
visibility and real-time response, open integration, data access and
integration, and application development and deployment.
http://www.datadirect.com/products/mainframe-integration/shadow-rte/inde
x.ssp


Software Diversified Services (SDS) creates first-rate network and
security tools for z/OS networks.
VitalSigns for IP (VIP) is the most complete and efficient IP monitor
available. www.sdsusa.com/vip/?fm=Arcati1001
VitalSigns for FTP provides easy, snap-in security for file transfers to
and from z/OS. www.sdsusa.com/vsftp/?fm=Arcati1001
Net-Examine secures SNA and Enterprise Extender. Get a no-cost z/OS
security evaluation from www.sdsusa.com/netq/?fm=Arcati1001.

--
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

לשימת לבך, בהתאם לנהלי החברה וזכויות החתימה בה, כל הצעה, התחייבות או מצג מטעם 
החברה, מחייבים מסמך נפרד וחתום על ידי מורשי החתימה של החברה, הנושא את לוגו 
החברה או שמה המודפס ובצירוף חותמת החברה. בהעדר מסמך כאמור (לרבות מסמך סרוק) 
המצורף להודעת דואר אלקטרוני זאת, אין לראות באמור בהודעה אלא משום טיוטה לדיון, 
ואין להסתמך עליה לביצוע פעולה עסקית או משפטית כלשהי.

--
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: WLM and TCPIP

2010-02-02 Thread Giovanni Bozzetti
Well

Normally I think that WLM has a good understand and when we try to change we
normally cause trouble to the system, I believe the WLM algorithm it is good
enougth to work better.

In some cases yes we need to do some help, but again try to do the less
possible.

In my understand normally VTAM and TCPIP need to have high priority like
JES2, on the system that normally I can work I always use this tasks SYSSTC.

IBM has some free tools that help with WLM and others parms, didn't forget
that IEAOPT it is important in current days and help WLM. Wrong parms in
IEAOPT you can have bad performance.

WLM has a home page but here is the page for free tools

   http://www-03.ibm.com/servers/eserver/zseries/zos/wlm/tools/

Also Cheryl Watson's has a tunning letter from 2009 No 1  that has valious
information about IEAOPT and WLM for system Z9 and Z10 and z/OS 1.9 to
higger.




Giovanni
System Programmer

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf
Of Barbara Nitz
Sent: Tuesday, February 02, 2010 2:35 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: WLM and TCPIP


I don't have any subsystem type TCP defined in WLM, do I really need 
that?
Don't think so, given that you don't have anything in SYSOTHER.

A fair amount of work??  Under subsystem type just do create and put 
in TCP.
My guess is that Allan meant a fair amount of work in *TCPIP*. 

It's only used for IPSEC IIRC, so it shouldn't really matter if it is 
defined or not unless the OP is using IPSEC (which I think Barbara is).
Thanks Mark. Now *I* know what these TCP enclaves are for (subsystem TCP)
that nobody here knew why we have them. But we do. And you're quite 
generous to subsys=TCP. Mine run discretionary

I have defined just about any subsystem that I could and put it into 
discretionary, to avoid anything going to SYSOTHER. Chances are that if 
someone turns on something, I will not be notified to do classifications,
which 
means this will only surface when the first person complains about bad 
performance.

30% of what? What is 100%?
Velocity for an exvel goal. And I even found the rule in the Planning WLM
book: Certain types of work, when overachieving their goals, potentially
will have 
their resources capped in order to give discretionary work a better 
chance to run. Specifically, work that is not part of a resource group and
has 
one of the following two types of goals will be eligible for this 
resource donation:
-A velocity goal of 30 or less
-A response time goal of over one minute

Which does not apply to sysstc needing cpu. But it might explain why 
something of higher priority can run slower than discretionary.
 
Only batch workload is DISCRETIONARY. During the day the online 
workloads
(IMS and TSO) have priority, and in the night we have enough resources so 
DISCRETIONARY doesn't hurt. Do you mean the CPU critical flag for 
guaranteed cpu?
No, but since I can't remember the name of that feature, obviously I cannot 
search for it. It was introduced about 2 years ago via ptf. Do you run 
subsys=IMS? (Idle curiosity on my part, since we can't.)

Your CPU capping hits when? During the day, I presume, when there isn't too 
much batch running? Which would mean that your discretionary pool 
to 'donate' isn't all that big, so higher priority work gets starved.

My default service class for just about anything is discretionary, and only 
those that screamed at one point got an explicit mention in the policy. Here

the discretionary pool is real big, but we also run a lot of batch during
the day, 
at least in the AD systems that are hit hard when cp resources are at a 
premium.

 4. Do you use the SPM rules?
Not yet. Do you see any advantage defining them?
I have been using them since we migrated to WLM Goal mode. And yes, I find 
it really interesting what ends up in SYSSTC (and SYSTEM). The SYSTEM rule 
is my second in subsys STC, and I might need to change that now that we 
don't have report classes anymore (and make it first), and SYSSTC is my last

rule in subsys STC. Just about anyone who makes itself PRIV or SYST in 
SCHEDxx ends up there (the monitors of any ilk at the forefront). And given 
that it is considered more important to get the work done than to (cpu 
intensively) monitor why it doesn't get done when there is not enough cpu to

go around, this really helped me to reclassify STCs lower than they would
like 
to be (take them out of sysstc). I run the monitors at the priority of the 
adress space they're supposed to monitor (*if* I was told to classify at
all. If 
not - discretionary :-)) 

The importance of these SPM rules may not be as high as it once were. I
think 
that IBM/WLM has tired of customers not using them and now doesn't allow 
(re-)classification of a few of them anymore. 

We did pings and tracerte from our PC to the mainframe (including a WAN 
of
1000km) and found out that only the segment from Mainframe to the first 
router has bad response times. 
Does 

Re: Anyone know of doc on IEANT 11, 12 or 13

2010-02-02 Thread Peter Relson
Could someone tell me what the question actually is?

What is IEANT 11 (or 12 or 13 for that matter)? 

Is that the name of a product? a module (not that I know of)? someone's 
name/token (shouldn't be; but if it is I'd like to know whose)? something 
else?

Peter Relson
z/OS Core Technology Design

--
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: The Arcati Mainframe Yearbook 2010

2010-02-02 Thread Harry Wahl

Thanks

 Date: Tue, 2 Feb 2010 14:11:30 +0200
 From: gad...@malam.com
 Subject: Re: The Arcati Mainframe Yearbook 2010
 To: IBM-MAIN@bama.ua.edu
 
 Thanks.
 I got it directly from them.
 
 Gadi
 
 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf 
 Of Dell'Anno, Aurora
 Sent: Tuesday, February 02, 2010 1:41 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: The Arcati Mainframe Yearbook 2010
 
 Hope you will find this useful!
 
 
 
 
 Thanks.
 
 
 Aurora
 
 
 Aurora Emanuela Dell'Anno
 CA
 Sr. Engineering Services Architect
 Tel:  +44 (0)1753 577 733
 Mobile:  +44 (0)7768 235 339
 aurora.della...@ca.com
 mailto:aurora.della...@ca.com
 http://www.ca.com/
 
 
 P please don't print this e-mail unless you really need to!
 
 
 
 
 
 Dear Colleagues
 
 The 2010 edition of the celebrated Arcati Mainframe Yearbook is now
 available to view or download (free of charge). It includes:
 
 * Mainframe Strategy - a selection of views from industry gurus and
 vendors.
 
 * The 2010 Mainframe User Survey - an analysis of the profile, plans,
 and priorities of mainframe users.
 
 * Vendor Directory - vendors, consultants, and service providers in the
 z/OS environment.
 
 * A media guide for IBM mainframers - information resources,
 publications, and user groups for the z/OS environment.
 
 * Glossary of Terminology - definitions of some mainframe-related terms.
 
 * Technical information - z10 model tables; mainframe hardware timeline
 1952-2010; mainframe operating system development
 
 Just click on http://www.arcati.com/newyearbook10.
 
 Many thanks to the Yearbook sponsors, who are listed below. Please take
 time to visit their Web sites.
 
 Best regards
 Mark Lillycrop
 Publisher, The Arcati Mainframe Yearbook
 Arcati Ltd
 
 
 
 --
 
 
 Thanks to the Yearbook sponsors:
 
 
 Change the Way You Manage the Mainframe Forever
 See, hear and read how CA's Mainframe 2.0 initiative helps drive down
 mainframe ownership costs while making it easier for IT staff with no
 mainframe experience to get maximum functionality out of the platform -
 without sacrificing mainframe's legendary security and performance!
 Visit: ca.com/mainframe2
 http://www.ca.com/mainframe2
 
 
 DataKinetics has proven itself a trusted vendor to many of the world's
 largest financial institutions, insurance companies and retailers. Let
 DataKinetics help you improve transaction rates, while reducing costs,
 without risky migration or expensive upgrades. We're saving money for
 20% of the Fortune 50, and we can help you save money too.
 http://www.dkl.com/mips
 
 
 OpenMainframe.org is a forum for exchanging news, views and information
 related to creating an open market for IBM-compatible mainframe
 solutions. For the latest news and resources on the open mainframe
 marketplace, visit www.openmainframe.org http://www.openmainframe.org/
 .
 
 
 Progress Software Corporation is a global software company that enables
 enterprises to be operationally responsive to changing conditions and
 customer interactions as they occur. The company offers a comprehensive
 portfolio of best-in-class infrastructure software spanning event-driven
 visibility and real-time response, open integration, data access and
 integration, and application development and deployment.
 http://www.datadirect.com/products/mainframe-integration/shadow-rte/inde
 x.ssp
 
 
 Software Diversified Services (SDS) creates first-rate network and
 security tools for z/OS networks.
 VitalSigns for IP (VIP) is the most complete and efficient IP monitor
 available. www.sdsusa.com/vip/?fm=Arcati1001
 VitalSigns for FTP provides easy, snap-in security for file transfers to
 and from z/OS. www.sdsusa.com/vsftp/?fm=Arcati1001
 Net-Examine secures SNA and Enterprise Extender. Get a no-cost z/OS
 security evaluation from www.sdsusa.com/netq/?fm=Arcati1001.
 
 --
 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
 
 לשימת לבך, בהתאם לנהלי החברה וזכויות החתימה בה, כל הצעה, התחייבות או מצג מטעם 
 החברה, מחייבים מסמך נפרד וחתום על ידי מורשי החתימה של החברה, הנושא את לוגו 
 החברה או שמה המודפס ובצירוף חותמת החברה. בהעדר מסמך כאמור (לרבות מסמך סרוק) 
 המצורף להודעת דואר אלקטרוני זאת, אין לראות באמור בהודעה אלא משום טיוטה לדיון, 
 ואין להסתמך עליה לביצוע פעולה עסקית או משפטית כלשהי.
 
 --
 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: Write binary from REXX CGI program

2010-02-02 Thread McKown, John
 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of Shmuel Metz (Seymour J.)
 Sent: Monday, February 01, 2010 5:44 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: Write binary from REXX CGI program
 
 In 
 a6b9336cdb62bb46b9f8708e686a7ea005bde01...@nrhmms8p02.uicnrh.dom, on
 01/25/2010
at 10:24 AM, McKown, John john.mck...@healthmarkets.com said:
 
 For writing large binary thingies without an extra line 
 feed, use write
 instead of SAY.
 
 I believe that in a z/OS Unix environment Rexx supports the 
 ANSI stream
 functions:
 
   CHARIN
   CHAROUT
   CHARS
   LINEIN
   LINEOUT
   LINES
   STREAM
 
 Use of these may make your code more portable.
  
 -- 
  Shmuel (Seymour J.) Metz, SysProg and JOAT

True. More portable to what other environment? Just curious.

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

--
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: Write binary from REXX CGI program

2010-02-02 Thread P S
On Tue, Feb 2, 2010 at 8:20 AM, McKown, John
john.mck...@healthmarkets.comwrote:

 True. More portable to what other environment? Just curious.


Windows, Linux...anywhere that Rexx runs. I have many Rexx programs that run
on multiple platforms; the only environment-sensitive pieces are (of course)
host commands and usually filename formats -- C:\SOME.TXT vs. ~/some.txt vs.
SOME TEXT A vs. SOME.PDS(TEXT) (or whatever).

Obviously if it's a program to, say, issue console commands, it may not make
any sense for it to be cross-platform, but in many cases it makes perfect
sense.

--
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: ipl of new system

2010-02-02 Thread Mark Zelden
On Mon, 1 Feb 2010 17:08:06 -0800, John Mattson john_matt...@ea.epson.com
wrote:

There MUST be a SYS1.IBM.PARMLIB in your master catalog, even if there is
nothing in it.  This may be y our problem


No, there must be a SYS1.PARMLIB.  There is no requirement for
SYS1.IBM.PARMLIB.

Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - ZFUS G-ITO
mailto:mark.zel...@zurichna.com
z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html

--
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: z/OS 1.10 NFS server; Solaris 10 client; Classic Data Sets

2010-02-02 Thread Mark Zelden
Paul,

Your employer is an IBM customer.  Why not open a PMR?  Then you
don't have to worry about which list to post to.  :-)

Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - ZFUS G-ITO
mailto:mark.zel...@zurichna.com
z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html

--
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: Write binary from REXX CGI program

2010-02-02 Thread McKown, John
 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of P S
 Sent: Tuesday, February 02, 2010 7:31 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: Write binary from REXX CGI program
 
 On Tue, Feb 2, 2010 at 8:20 AM, McKown, John
 john.mck...@healthmarkets.comwrote:
 
  True. More portable to what other environment? Just curious.
 
 
 Windows, Linux...anywhere that Rexx runs. I have many Rexx 
 programs that run
 on multiple platforms; the only environment-sensitive pieces 
 are (of course)
 host commands and usually filename formats -- C:\SOME.TXT vs. 
 ~/some.txt vs.
 SOME TEXT A vs. SOME.PDS(TEXT) (or whatever).
 
 Obviously if it's a program to, say, issue console commands, 
 it may not make
 any sense for it to be cross-platform, but in many cases it 
 makes perfect
 sense.

Is there a REXX for Linux, other than ooREXX? I've never used those functions 
in ooREXX on Linux. But I'm not very knowledge about ooREXX, either. I use Perl 
on Linux. I avoid Windows like the plague ridden corpse that it is.

I do agree that writing things to be cross platform compatable is a laudable 
goal. I'll need to try harder in that arena.

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

--
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: WLM and TCPIP

2010-02-02 Thread Ed Finnell
 
In a message dated 2/2/2010 6:32:59 A.M. Central Standard Time,  
giova...@iis.com.br writes:

Also Cheryl Watson's has a tunning letter from 2009 No 1  that  has valious
information about IEAOPT and WLM for system Z9 and Z10 and z/OS  1.9 to
higger.



She also has a product Goal Tender at _www.watsonwalker.com_ 
(http://www.watsonwalker.com)   that
will compare WLM goals vs SMF data and see  where the differences
lie. Don't know how it compares to IBM  tools in results.




--
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: ACS routines and OMVS

2010-02-02 Thread McKown, John
Well, I sure don't see anything in that ACS code. The fact that your REASON 
CODE is still 20 instead of 22 makes it look like the new ACS routines were not 
ACTIVATEd. Or that the logic path is the ACS routine is not going exactly where 
you want it to. I can't tell since your posted code is simply an extract. Any 
chance that perhaps a different ACS routine than the STORCLAS is actually 
giving the failure?

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of Gibney, Dave
 Sent: Monday, February 01, 2010 7:57 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: ACS routines and OMVS
 
 No ICH, RACF isn't really involved.
 My ACS STORCLAS routine contains:
 
 filtlist AUTHCLAS include ('SCNONSMS','SCGSPACE', /* sc's */  
  
  /* mc's */
 'MCNOMIG','MCDISTR','SERVICE','ZCHFS')  
 filtlist AUTHGRP  include 
 ('DBA','SYSTEMS','SYSPROG','SYS1','STGADMIN',
'OMVSGRP)  
  
   when (STORCLAS = AUTHCLAS and GROUP = AUTHGRP)
 
do /*D*/
 
   write ' f' /*D*/
 
   set  STORCLAS = STORCLAS /*S*/
 
end /*D*/
 
 /* fail requests for unauthorized AUTHCLAS's */
 
   when (STORCLAS = AUTHCLAS)
 
 do write 'Unauthorized for STORCLAS=' STORCLAS exit code(22) end
 
 
 /usr/sbin/automount -e gives:
  *AMD/u: 
 Errno=0085 Reason=EF176311  
 
 1IDCAMS  SYSTEM SERVICES
 0   
   DEFINE CL -   
   (NAME(OMVS.CPAC.GIBNEY.ZFS) LIN SHR(3,3) -
   CYL(1 1) -
   STORCLAS(ZCHFS) - 
   ) 
 0IGD01007I DC  DC= SIZE=033E USER=OMVSKERN SC=ZCHFS MC= SG= 
  IGD01007I DCX DC=DEFAULT   
  IGD01008I SC  SC=ZCHFS U= V= G=OMVSGRP SYS=CPAC
  IGD01008I UNAUTHORIZED FOR STORCLAS=ZCHFS  
  IGD01001I DATA SET ALLOCATION REQUEST FAILED - 
  ACS STORCLAS ROUTINE RETURN CODE 8 REASON CODE 20  
 
 My change to the routines was to add OMVSGRP and change the 
 exit from 20
 to 22.
 
 Dave Gibney
 Information Technology Services
 Washington State University
 
 
  -Original Message-
  From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
  Behalf Of McKown, John
  Sent: Monday, February 01, 2010 5:44 PM
  To: IBM-MAIN@bama.ua.edu
  Subject: Re: ACS routines and OMVS
  
   -Original Message-
   From: IBM Mainframe Discussion List
   [mailto:ibm-m...@bama.ua.edu] On Behalf Of Gibney, Dave
   Sent: Monday, February 01, 2010 7:05 PM
   To: IBM-MAIN@bama.ua.edu
   Subject: ACS routines and OMVS
  
  I'm working on setting up automount for ordinary users under /u
   My ACS routines was coded to not allow the storage class
   specified under
   the OMVSGRP. I changed and activated the ACS routine (and changed
 the
   value of the exit code).
  It appears that the new ACS routines are not taking 
 effect in the
   OMVS world. I get the same error message with the same exit code.
  Is there something I missed? It shouldn't take an IPL to change
  ACS
   routines mop matter what the environment.
  
   Dave Gibney
  
  What do you mean by the OMVS world? My automount for users
  (/etc/home.map) looks like:
  
  name *
  type ZFS
  Filesystem TSSPV.HOME.SYSNAME..uc_name.ZFS
  mode rdwr
  allocuser space(20,10) cyl dataclas(DCSTD1)
  delay 30
  duration 20
  setuid No
  
  My ACS routines themselves don't even have anything about OMVS in
 them.
  They just map TSSPV datasets to the Production VSAM storage 
 group. And
  the OMVS started task has ALTER authority to create TSSPV.HOME.**
  datasets. Do you see any ICH408I messages in SYSLOG?
  
  John McKown
  
  Systems Engineer IV
  
  IT
  
  
  
  Administrative Services Group
  
  
  
  HealthMarkets(r)
  
  
  
  9151 

Re: Write binary from REXX CGI program

2010-02-02 Thread Miklos Szigetvari

Hi

Sorry if I forget to post, CHAROUT worked perfectly.

Shmuel Metz (Seymour J.) wrote:


In 4b5db0bd.9070...@isis-papyrus.com, on 01/25/2010
  at 03:54 PM, Miklos Szigetvari miklos.szigetv...@isis-papyrus.com
said:

 


How can I write binary  from a REXX CGI program to the SYSTSPRT
   



Are you sure that you don't mean STDOUT? That's what's appropriate for
CGI.

Have you looked at CHAROUT and STREAM?

 



--
Miklos Szigetvari

Development Team
ISIS Information Systems Gmbh 
tel: (+43) 2236 27551 570
Fax: (+43) 2236 21081 

E-mail: miklos.szigetv...@isis-papyrus.com 

Info: i...@isis-papyrus.com 
Hotline: +43-2236-27551-111 

Visit our Website: http://www.isis-papyrus.com 
---

This e-mail is only intended for the recipient and not legally
binding. Unauthorised use, publication, reproduction or
disclosure of the content of this e-mail is not permitted.
This email has been checked for known viruses, but ISIS accepts
no responsibility for malicious or inappropriate content.
--- 


--
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: ACS routines and OMVS

2010-02-02 Thread O'Brien, David W. (NIH/CIT) [C]
Or the ACS code was changed but not Translated. That would also explain why the 
Reason code has not changed.

Thank You,
Dave O'Brien
NIH Contractor

From: McKown, John [john.mck...@healthmarkets.com]
Sent: Tuesday, February 02, 2010 8:49 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: ACS routines and OMVS

Well, I sure don't see anything in that ACS code. The fact that your REASON 
CODE is still 20 instead of 22 makes it look like the new ACS routines were not 
ACTIVATEd. Or that the logic path is the ACS routine is not going exactly where 
you want it to. I can't tell since your posted code is simply an extract. Any 
chance that perhaps a different ACS routine than the STORCLAS is actually 
giving the failure?

--
John McKown
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM



 -Original Message-
 From: IBM Mainframe Discussion List
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of Gibney, Dave
 Sent: Monday, February 01, 2010 7:57 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: ACS routines and OMVS

 No ICH, RACF isn't really involved.
 My ACS STORCLAS routine contains:

 filtlist AUTHCLAS include ('SCNONSMS','SCGSPACE', /* sc's */

  /* mc's */
 'MCNOMIG','MCDISTR','SERVICE','ZCHFS')
 filtlist AUTHGRP  include
 ('DBA','SYSTEMS','SYSPROG','SYS1','STGADMIN',
'OMVSGRP)

   when (STORCLAS = AUTHCLAS and GROUP = AUTHGRP)

do /*D*/

   write ' f' /*D*/

   set  STORCLAS = STORCLAS /*S*/

end /*D*/

 /* fail requests for unauthorized AUTHCLAS's */

   when (STORCLAS = AUTHCLAS)

 do write 'Unauthorized for STORCLAS=' STORCLAS exit code(22) end


 /usr/sbin/automount -e gives:
  *AMD/u:
 Errno=0085 Reason=EF176311

 1IDCAMS  SYSTEM SERVICES
 0
   DEFINE CL -
   (NAME(OMVS.CPAC.GIBNEY.ZFS) LIN SHR(3,3) -
   CYL(1 1) -
   STORCLAS(ZCHFS) -
   )
 0IGD01007I DC  DC= SIZE=033E USER=OMVSKERN SC=ZCHFS MC= SG=
  IGD01007I DCX DC=DEFAULT
  IGD01008I SC  SC=ZCHFS U= V= G=OMVSGRP SYS=CPAC
  IGD01008I UNAUTHORIZED FOR STORCLAS=ZCHFS
  IGD01001I DATA SET ALLOCATION REQUEST FAILED -
  ACS STORCLAS ROUTINE RETURN CODE 8 REASON CODE 20

 My change to the routines was to add OMVSGRP and change the
 exit from 20
 to 22.

 Dave Gibney
 Information Technology Services
 Washington State University


  -Original Message-
  From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
  Behalf Of McKown, John
  Sent: Monday, February 01, 2010 5:44 PM
  To: IBM-MAIN@bama.ua.edu
  Subject: Re: ACS routines and OMVS
 
   -Original Message-
   From: IBM Mainframe Discussion List
   [mailto:ibm-m...@bama.ua.edu] On Behalf Of Gibney, Dave
   Sent: Monday, February 01, 2010 7:05 PM
   To: IBM-MAIN@bama.ua.edu
   Subject: ACS routines and OMVS
  
  I'm working on setting up automount for ordinary users under /u
   My ACS routines was coded to not allow the storage class
   specified under
   the OMVSGRP. I changed and activated the ACS routine (and changed
 the
   value of the exit code).
  It appears that the new ACS routines are not taking
 effect in the
   OMVS world. I get the same error message with the same exit code.
  Is there something I missed? It shouldn't take an IPL to change
  ACS
   routines mop matter what the environment.
  
   Dave Gibney
 
  What do you mean by the OMVS world? My automount for users
  (/etc/home.map) looks like:
 
  name *
  type ZFS
  Filesystem TSSPV.HOME.SYSNAME..uc_name.ZFS
  mode rdwr
  allocuser space(20,10) cyl dataclas(DCSTD1)
  delay 30
  duration 20
  setuid No
 
  My ACS routines themselves don't even have anything about OMVS in
 them.
  They just map TSSPV datasets to the Production VSAM storage
 group. And
  the OMVS started task has ALTER authority to create TSSPV.HOME.**
  datasets. Do you see any ICH408I messages in SYSLOG?
 
  John McKown
 
  Systems Engineer IV
 
  IT
 
 
 
  Administrative Services Group
 
 
 
  HealthMarkets(r)
 
 
 
  9151 Boulevard 26 * N. Richland Hills * TX 76010
 
  (817) 255-3225 phone * (817)-961-6183 cell
 
  john.mck...@healthmarkets.com * www.HealthMarkets.com
 
 
 
  Confidentiality Notice: This e-mail message may contain confidential
 or
  proprietary information. If you are not the intended
 recipient, please
  contact the sender by reply e-mail and destroy all 

Re: Write binary from REXX CGI program

2010-02-02 Thread P S
On Tue, Feb 2, 2010 at 8:42 AM, McKown, John
john.mck...@healthmarkets.comwrote:

 Is there a REXX for Linux, other than ooREXX? I've never used those
 functions in ooREXX on Linux. But I'm not very knowledge about ooREXX,
 either. I use Perl on Linux. I avoid Windows like the plague ridden corpse
 that it is.


Regina.

--
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: assembler to cobol conversion question

2010-02-02 Thread larry macioce
Sorry al the cee3abd worked like a champ
thanks to all
Mace

On Fri, Jan 29, 2010 at 11:23 AM, Lizette Koehler
stars...@mindspring.comwrote:

 I am not sure but I think the LE might be getting into your way if you are
 trying to create a different return code if it something like an S0C4 or
 S0C7.

 Let me know if I do not understand.

 Currently your assembler program may get an S0C7 but it will produce a
 different return code?  Is that correct?

 If so, in COBOL you may need to use the LE USER HANDLE conditions.  This
 function in LE allows the user to get in behind LE (LE is still going to
 capture the abend), but let you do other actions.  This may be what you
 need
 to look at.  You may even be able to correct the fields and then go on with
 the program without having to quit.  I have not tried this, but I was told
 that it could work that way.

 It would help to know the z/OS you are running (z/OS V1.9??) and what
 version of COBOL.

 Lizette


 larry macioce wrote:
 
  We are trying to move aways from assembler to cobol in batch.
  One of the programmers has a question. He asked me if there is a cobol
  equivalent to assemblers 'abend'
  He has done some reading and tried what was given but is having no luck
  getting the return code he wants into it
  He can get it to abend but the s0c7 overrides the value he wants to put
  in
  the field.
  I've looked around but havent been able to help him
  Can and how is this done??
  TiA

 --
 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


--
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


If someone has a nice background image for a zOS HTML site ?

2010-02-02 Thread Miklos Szigetvari

Hi

If someone has a kind of zOS background image for a zOS HTML site ?

--
Miklos Szigetvari

Development Team
ISIS Information Systems Gmbh 
tel: (+43) 2236 27551 570
Fax: (+43) 2236 21081 

E-mail: miklos.szigetv...@isis-papyrus.com 

Info: i...@isis-papyrus.com 
Hotline: +43-2236-27551-111 

Visit our Website: http://www.isis-papyrus.com 
---

This e-mail is only intended for the recipient and not legally
binding. Unauthorised use, publication, reproduction or
disclosure of the content of this e-mail is not permitted.
This email has been checked for known viruses, but ISIS accepts
no responsibility for malicious or inappropriate content.
--- 


--
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: z/OS 1.10 NFS server; Solaris 10 client; Classic Data Sets

2010-02-02 Thread Paul Gilmartin
On Tue, 2 Feb 2010 07:40:12 -0600, Mark Zelden wrote:

Your employer is an IBM customer.  Why not open a PMR?  Then you
don't have to worry about which list to post to.  :-)

Of course.  (If my employer this week weren't an IBM customer,
we shouldn't be struggling with z/OS NFS server.)

In fact our systems programmer has been in contact with IBM who
has suggested a PTF.  Installed.  We still have problems.  But
sometimes these lists offer lore not available through IBMLink,
such as zoswork's suggestions which led me to additional experiments.

BTW, I have found some PDSEs which misbehave similarly, so the
problem isn't restricted to PDS.

THanks,
gil

--
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: Write binary from REXX CGI program

2010-02-02 Thread Paul Gilmartin
On Tue, 2 Feb 2010 07:20:25 -0600, McKown, John wrote:

   CHARIN
   CHAROUT
   CHARS
   LINEIN
   LINEOUT
   LINES
   STREAM

 Use of these may make your code more portable.
  Shmuel (Seymour J.) Metz, SysProg and JOAT

True. More portable to what other environment? Just curious.

Well, to begin with, VM/CMS (which wouldn't have the NL problem).
Any Rexx implementation that follows MFC's specification.  Most of
these implement SIGNAL ON NOTREADY, z/OS being the conspicuous
exception.  (Many others implement the nonstandard EXECIO because
it's conventional.)

-- gil

--
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: Write binary from REXX CGI program

2010-02-02 Thread Paul Gilmartin
On Tue, 2 Feb 2010 08:30:59 -0500, P S wrote:

 True. More portable to what other environment? Just curious.

Windows, Linux...anywhere that Rexx runs. I have many Rexx programs that run
on multiple platforms; the only environment-sensitive pieces are (of course)
host commands and usually filename formats -- C:\SOME.TXT vs. ~/some.txt vs.
SOME TEXT A vs. SOME.PDS(TEXT) (or whatever).
^^

Errr... Can you supply a code example that uses that form as an argument
to STREAM or CHAROUT?

-- gil

--
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: Write binary from REXX CGI program

2010-02-02 Thread P S
On Tue, Feb 2, 2010 at 10:15 AM, Paul Gilmartin paulgboul...@aim.comwrote:

 SOME TEXT A vs. SOME.PDS(TEXT) (or whatever).
 ^^
 
 Errr... Can you supply a code example that uses that form as an argument
 to STREAM or CHAROUT?


Assuming you meant my PDS reference, no, probably not. I was thinking of
normal DDnames; haven't ever tried this with Rexx, suspect it wouldn't work.
Sorry 'bout that!

--
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: ACS routines and OMVS

2010-02-02 Thread Gibney, Dave
   I translated and ACTIVATE'd twice. Once to add OMVSGRP snd then to
change the exit value. I'll check with a D SMS command when I get back
in a bit later today. I'm pretty sure that's the only place in the
routine I issue that exact error message, ut I'll check that also.

   It's a sandbox, so I can see if IPL makes a difference. Since I've
been fighting this for more than one day now, it's probably something
simple I'm missing.

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of O'Brien, David W. (NIH/CIT) [C]
 Sent: Tuesday, February 02, 2010 5:57 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: ACS routines and OMVS
 
 Or the ACS code was changed but not Translated. That would also
explain
 why the Reason code has not changed.
 
 Thank You,
 Dave O'Brien
 NIH Contractor
 
 From: McKown, John [john.mck...@healthmarkets.com]
 Sent: Tuesday, February 02, 2010 8:49 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: ACS routines and OMVS
 
 Well, I sure don't see anything in that ACS code. The fact that your
 REASON CODE is still 20 instead of 22 makes it look like the new ACS
 routines were not ACTIVATEd. Or that the logic path is the ACS routine
is
 not going exactly where you want it to. I can't tell since your posted
 code is simply an extract. Any chance that perhaps a different ACS
routine
 than the STORCLAS is actually giving the failure?
 
 --
 John McKown
 Systems Engineer IV
 IT
 
 Administrative Services Group
 
 HealthMarkets(r)
 
 9151 Boulevard 26 * N. Richland Hills * TX 76010
 (817) 255-3225 phone * (817)-961-6183 cell
 john.mck...@healthmarkets.com * www.HealthMarkets.com
 
 Confidentiality Notice: This e-mail message may contain confidential
or
 proprietary information. If you are not the intended recipient, please
 contact the sender by reply e-mail and destroy all copies of the
original
 message. HealthMarkets(r) is the brand name for products underwritten
and
 issued by the insurance subsidiaries of HealthMarkets, Inc. -The
 Chesapeake Life Insurance Company(r), Mid-West National Life Insurance
 Company of TennesseeSM and The MEGA Life and Health Insurance
Company.SM
 
 
 
  -Original Message-
  From: IBM Mainframe Discussion List
  [mailto:ibm-m...@bama.ua.edu] On Behalf Of Gibney, Dave
  Sent: Monday, February 01, 2010 7:57 PM
  To: IBM-MAIN@bama.ua.edu
  Subject: Re: ACS routines and OMVS
 
  No ICH, RACF isn't really involved.
  My ACS STORCLAS routine contains:
 
  filtlist AUTHCLAS include ('SCNONSMS','SCGSPACE', /* sc's */
 
   /* mc's */
  'MCNOMIG','MCDISTR','SERVICE','ZCHFS')
  filtlist AUTHGRP  include
  ('DBA','SYSTEMS','SYSPROG','SYS1','STGADMIN',
 'OMVSGRP)
 
when (STORCLAS = AUTHCLAS and GROUP = AUTHGRP)
 
 do /*D*/
 
write ' f' /*D*/
 
set  STORCLAS = STORCLAS /*S*/
 
 end /*D*/
 
  /* fail requests for unauthorized AUTHCLAS's */
 
when (STORCLAS = AUTHCLAS)
 
  do write 'Unauthorized for STORCLAS=' STORCLAS exit code(22)
end
 
 
  /usr/sbin/automount -e gives:
   *AMD/u:
  Errno=0085 Reason=EF176311
 
  1IDCAMS  SYSTEM SERVICES
  0
DEFINE CL -
(NAME(OMVS.CPAC.GIBNEY.ZFS) LIN SHR(3,3) -
CYL(1 1) -
STORCLAS(ZCHFS) -
)
  0IGD01007I DC  DC= SIZE=033E USER=OMVSKERN SC=ZCHFS MC= SG=
   IGD01007I DCX DC=DEFAULT
   IGD01008I SC  SC=ZCHFS U= V= G=OMVSGRP SYS=CPAC
   IGD01008I UNAUTHORIZED FOR STORCLAS=ZCHFS
   IGD01001I DATA SET ALLOCATION REQUEST FAILED -
   ACS STORCLAS ROUTINE RETURN CODE 8 REASON CODE 20
 
  My change to the routines was to add OMVSGRP and change the
  exit from 20
  to 22.
 
  Dave Gibney
  Information Technology Services
  Washington State University
 
 
   -Original Message-
   From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]
On
   Behalf Of McKown, John
   Sent: Monday, February 01, 2010 5:44 PM
   To: IBM-MAIN@bama.ua.edu
   Subject: Re: ACS routines and OMVS
  
-Original Message-
From: IBM Mainframe Discussion List
[mailto:ibm-m...@bama.ua.edu] On Behalf Of Gibney, Dave
Sent: Monday, February 01, 2010 7:05 PM
To: IBM-MAIN@bama.ua.edu
Subject: ACS routines and OMVS
   
   I'm working on setting up automount for ordinary users under
/u
My ACS routines was coded to not allow the storage class
specified under
the OMVSGRP. I changed and activated the ACS routine (and
changed
  the
value of the exit code).
   It appears that the new ACS routines are not taking
  effect in the
OMVS world. I get the same error message with the same exit
code.
   Is there something I missed? It shouldn't take an IPL to
change
   ACS
routines mop matter what the environment.
   
Dave Gibney
  
   What do you mean by the OMVS world? My automount for users
   (/etc/home.map) looks like:
  
   name *
   type ZFS
   Filesystem TSSPV.HOME.SYSNAME..uc_name.ZFS
   mode rdwr
   allocuser space(20,10) cyl 

Re: ipl of new system

2010-02-02 Thread Kevin Landin
Found the following in the Initialization and Tuning Reference, which 
explains 
my problem and why recataloging SYS1.PARMLIB and SYS1.IBM.PARMLIB with 
VOL(**) resolved the problem: 

The following cannot be catalogued with a system symbol: 
 - SYS1.PARMLIB 
 - Any parmlib data set listed in LOADxx without a volume name.
 
Any parmlib data set (including SYS1.PARMLIB) can be catalogued with six 
asterisks (**).

--
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: ACS routines and OMVS

2010-02-02 Thread John Kelly
snip
I translated and ACTIVATE'd twice
/snip

have you Validated it and did you get the 'object created' message?

Jack Kelly
202-502-2390 (Office)

--
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: ACS routines and OMVS

2010-02-02 Thread Mark Zelden
On Tue, 2 Feb 2010 08:13:53 -0800, Gibney, Dave gib...@wsu.edu wrote:

   I translated and ACTIVATE'd twice. Once to add OMVSGRP snd then to
change the exit value. I'll check with a D SMS command when I get back
in a bit later today. I'm pretty sure that's the only place in the
routine I issue that exact error message, ut I'll check that also.

   It's a sandbox, so I can see if IPL makes a difference. Since I've
been fighting this for more than one day now, it's probably something
simple I'm missing.


I missed the start of this thread, but were there also changes to your
automount policy (for example, /etc/auto.map.u) or just to SMS rules? 
If so, you have to restart automount.

Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - ZFUS G-ITO
mailto:mark.zel...@zurichna.com
z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html

--
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: Anyone know of doc on IEANT 11, 12 or 13

2010-02-02 Thread Binyamin Dissen
On Tue, 2 Feb 2010 07:38:19 -0500 Peter Relson rel...@us.ibm.com wrote:

:Could someone tell me what the question actually is?

:What is IEANT 11 (or 12 or 13 for that matter)? 

:Is that the name of a product? a module (not that I know of)? someone's 
:name/token (shouldn't be; but if it is I'd like to know whose)? something 
:else?

I was referring to IEANT values 11, 12 and 13 - the AUTH values. If specified
on a retrieve call, you get RC=16 if the values were created by an
unauthorized caller.

It would make sense for it to also be an option on the delete, so that an
authorized caller could confirm that the NT pair to be deleted was created by
an authorized caller.

--
Binyamin Dissen bdis...@dissensoftware.com
http://www.dissensoftware.com

Director, Dissen Software, Bar  Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

--
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


OT (?): Are HTML emails unsafe

2010-02-02 Thread Steve Comstock

For years now I've configured my mail client to not
accept HTML emails. The common wisdom, as I percieved
it anyway, has been that HTML emails and various
kinds of attachements (esp. Word documents) were prime
paths for viruses to attack your system.

I seem to be getting a lot more HTML emails these days
and I got to wondering if technology has changed enough
that the probability of this kind of email being
malicious has dropped to extremely small.

Any insights from the group?


--

Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-393-8716
http://www.trainersfriend.com

  z/OS Application development made easier
* Our classes include
   + How things work
   + Programming examples with realistic applications
   + Starter / skeleton code
   + Complete working programs
   + Useful utilities and subroutines
   + Tips and techniques

Ask me about our new, reduced rates for purchasing our course materials
for use by your own trainers or Subject Matter Experts (SMEs).

--
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: OT (?): Are HTML emails unsafe

2010-02-02 Thread Thompson, Steve
-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Steve Comstock
Sent: Tuesday, February 02, 2010 11:23 AM
To: IBM-MAIN@bama.ua.edu
Subject: OT (?): Are HTML emails unsafe

For years now I've configured my mail client to not
accept HTML emails. The common wisdom, as I percieved
it anyway, has been that HTML emails and various
kinds of attachements (esp. Word documents) were prime
paths for viruses to attack your system.

I seem to be getting a lot more HTML emails these days
and I got to wondering if technology has changed enough
that the probability of this kind of email being
malicious has dropped to extremely small.

Any insights from the group?
snip

When I was still doing consulting work, I told clients NO M/S software
is to be used to interface to the internet. So, OUTLOOK  O/E are
uninstalled. They must use Thunderbird, or some other NON M/S email
client.

IE is uninstalled or disabled. They must use Firefox, Netscape (back
when it was a viable system), Opera, etc.

And I suggested Coyote Linux for a firewall.

The clients that followed those rules seemed to not have malicious code
problems.

And now that Linux is at the level of W/2K and W/XP (for the GUI and
most user applications), I've been migrating desktops to OPENSuSE 10.3
(was when I started this) up through 11.2. 

And I practice what I preach. I have migrated everything that I can to
Linux and only run Wine for a few things that I can't find a Linux
equivalent for.

So I can now accept HTML email and not worry a lot about ActiveX having
problems, or some .DOC file being infected, etc. I have yet to see an
attack vector through Open Office's spreadsheet as I see with XL under
Windows. It doesn't mean that there isn't one, just that I know of no
such.

Here in our offices we have been loaded to the gills with antivirus
code, Exchange set with filters to prevent this or that being attached
to emails, etc. And we still see a laptop with an infection from time to
time.

YMMV. 

Regards,
Steve Thompson

-- Opinions expressed by this poster may not reflect those held by
poster's employer --

--
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: ACS routines and OMVS

2010-02-02 Thread Gibney, Dave
 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of John Kelly
 Sent: Tuesday, February 02, 2010 8:18 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: ACS routines and OMVS
 
 snip
 I translated and ACTIVATE'd twice
 /snip
 
 have you Validated it and did you get the 'object created' message?

Yes and in ISMF 7.5:
  ACS OBJECT DISPLAY   
   
CDS Name  : ACTIVE 
   
 

STORCLAS  SYS1.BOOTSTRP.PSMSLIBSTORCLAS  GIBNEY  2010/02/01
16:54

 
 Jack Kelly
 202-502-2390 (Office)
 
 --
 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

--
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: ACS routines and OMVS

2010-02-02 Thread Gibney, Dave
I unmounted the *AMD directory via the pulldown in what is it ISHELL?
There was an sigkill error in the supporting REXX that I didn't catch
all of :)

Then I restarted automount via /usr/sbin/automount.

Trying to get inton OMVS, I got a 4093 in CEEBINIT. Logoff/on and back
into OMVS.

cd /u/gibney results in:
cd: /u/gibney: EDC5129I No such file or directory. 

And the ACS routine message is the same. I'm now going to update the ACS
routine and change the message I issue on entry. If that changes I have
a logic problem. If not, OMVS or someone isn't playing nice :)

Dave Gibney
Information Technology Services
Washington State University


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of Mark Zelden
 Sent: Tuesday, February 02, 2010 8:41 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: ACS routines and OMVS
 
 On Tue, 2 Feb 2010 08:13:53 -0800, Gibney, Dave gib...@wsu.edu
wrote:
 
I translated and ACTIVATE'd twice. Once to add OMVSGRP snd then to
 change the exit value. I'll check with a D SMS command when I get
back
 in a bit later today. I'm pretty sure that's the only place in the
 routine I issue that exact error message, ut I'll check that also.
 
It's a sandbox, so I can see if IPL makes a difference. Since I've
 been fighting this for more than one day now, it's probably something
 simple I'm missing.
 
 
 I missed the start of this thread, but were there also changes to your
 automount policy (for example, /etc/auto.map.u) or just to SMS rules?
 If so, you have to restart automount.
 
 Mark
 --
 Mark Zelden
 Sr. Software and Systems Architect - z/OS Team Lead
 Zurich North America / Farmers Insurance Group - ZFUS G-ITO
 mailto:mark.zel...@zurichna.com
 z/OS Systems Programming expert at
 http://expertanswercenter.techtarget.com/
 Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html
 
 --
 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

--
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: ACS routines and OMVS

2010-02-02 Thread Gibney, Dave
  I changed the write in the STORCLASS routine. I added the upd
2/2/2010:
write 'sc  sc=' STORCLAS ' u=' UNIT 
  ' v=' ANYVOL   ' g=' GROUP ' sys=' SYSNAME 'upd 2/2/2010'

And the message from /usr/sbin/automount -e is still:

IGD01008I SC  SC=ZCHFS U= V= G=OMVSGRP SYS=CPAC

Dave Gibney
Information Technology Services
Washington State University


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of Gibney, Dave
 Sent: Tuesday, February 02, 2010 10:34 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: ACS routines and OMVS
 
 I unmounted the *AMD directory via the pulldown in what is it ISHELL?
 There was an sigkill error in the supporting REXX that I didn't catch
 all of :)
 
 Then I restarted automount via /usr/sbin/automount.
 
 Trying to get inton OMVS, I got a 4093 in CEEBINIT. Logoff/on and back
 into OMVS.
 
 cd /u/gibney results in:
 cd: /u/gibney: EDC5129I No such file or directory.
 
 And the ACS routine message is the same. I'm now going to update the
 ACS
 routine and change the message I issue on entry. If that changes I
have
 a logic problem. If not, OMVS or someone isn't playing nice :)
 
 Dave Gibney
 Information Technology Services
 Washington State University
 
 
  -Original Message-
  From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
  Behalf Of Mark Zelden
  Sent: Tuesday, February 02, 2010 8:41 AM
  To: IBM-MAIN@bama.ua.edu
  Subject: Re: ACS routines and OMVS
 
  On Tue, 2 Feb 2010 08:13:53 -0800, Gibney, Dave gib...@wsu.edu
 wrote:
 
 I translated and ACTIVATE'd twice. Once to add OMVSGRP snd then
 to
  change the exit value. I'll check with a D SMS command when I get
 back
  in a bit later today. I'm pretty sure that's the only place in the
  routine I issue that exact error message, ut I'll check that also.
  
 It's a sandbox, so I can see if IPL makes a difference. Since
 I've
  been fighting this for more than one day now, it's probably
 something
  simple I'm missing.
  
 
  I missed the start of this thread, but were there also changes to
 your
  automount policy (for example, /etc/auto.map.u) or just to SMS
rules?
  If so, you have to restart automount.
 
  Mark
  --
  Mark Zelden
  Sr. Software and Systems Architect - z/OS Team Lead
  Zurich North America / Farmers Insurance Group - ZFUS G-ITO
  mailto:mark.zel...@zurichna.com
  z/OS Systems Programming expert at
  http://expertanswercenter.techtarget.com/
  Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html
 
 
-
 -
  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
 
 --
 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

--
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: ACS routines and OMVS

2010-02-02 Thread McKown, John
I'm bumfuzzled, for one. And your ISMF shows the activate. And you did get the 
TSO messages and SYSLOG messages from the ISMF ACTIVATE, too. Most weird! What 
release of z/OS?

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of Gibney, Dave
 Sent: Tuesday, February 02, 2010 12:41 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: ACS routines and OMVS
 
   I changed the write in the STORCLASS routine. I added the upd
 2/2/2010:
 write 'sc  sc=' STORCLAS ' u=' UNIT 
   ' v=' ANYVOL   ' g=' GROUP ' sys=' SYSNAME 'upd 2/2/2010'
 
 And the message from /usr/sbin/automount -e is still:
 
 IGD01008I SC  SC=ZCHFS U= V= G=OMVSGRP SYS=CPAC
 
 Dave Gibney
 Information Technology Services
 Washington State University
 
 
  -Original Message-
  From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
  Behalf Of Gibney, Dave
  Sent: Tuesday, February 02, 2010 10:34 AM
  To: IBM-MAIN@bama.ua.edu
  Subject: Re: ACS routines and OMVS
  
  I unmounted the *AMD directory via the pulldown in what is 
 it ISHELL?
  There was an sigkill error in the supporting REXX that I 
 didn't catch
  all of :)
  
  Then I restarted automount via /usr/sbin/automount.
  
  Trying to get inton OMVS, I got a 4093 in CEEBINIT. 
 Logoff/on and back
  into OMVS.
  
  cd /u/gibney results in:
  cd: /u/gibney: EDC5129I No such file or directory.
  
  And the ACS routine message is the same. I'm now going to update the
  ACS
  routine and change the message I issue on entry. If that changes I
 have
  a logic problem. If not, OMVS or someone isn't playing nice :)
  
  Dave Gibney
  Information Technology Services
  Washington State University
  
  
   -Original Message-
   From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On
   Behalf Of Mark Zelden
   Sent: Tuesday, February 02, 2010 8:41 AM
   To: IBM-MAIN@bama.ua.edu
   Subject: Re: ACS routines and OMVS
  
   On Tue, 2 Feb 2010 08:13:53 -0800, Gibney, Dave gib...@wsu.edu
  wrote:
  
  I translated and ACTIVATE'd twice. Once to add 
 OMVSGRP snd then
  to
   change the exit value. I'll check with a D SMS command when I get
  back
   in a bit later today. I'm pretty sure that's the only 
 place in the
   routine I issue that exact error message, ut I'll check 
 that also.
   
  It's a sandbox, so I can see if IPL makes a difference. Since
  I've
   been fighting this for more than one day now, it's probably
  something
   simple I'm missing.
   
  
   I missed the start of this thread, but were there also changes to
  your
   automount policy (for example, /etc/auto.map.u) or just to SMS
 rules?
   If so, you have to restart automount.
  
   Mark
   --
   Mark Zelden
   Sr. Software and Systems Architect - z/OS Team Lead
   Zurich North America / Farmers Insurance Group - ZFUS G-ITO
   mailto:mark.zel...@zurichna.com
   z/OS Systems Programming expert at
   http://expertanswercenter.techtarget.com/
   Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html
  
  
 -
  -
   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
  
  
 --
  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
 
 --
 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
 
 

--
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: ACS routines and OMVS

2010-02-02 Thread Gibney, Dave
I'm on z/OS 1.9 with maintenance to RSU0911

Dave Gibney
Information Technology Services
Washington State University


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of McKown, John
 Sent: Tuesday, February 02, 2010 10:49 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: ACS routines and OMVS
 
 I'm bumfuzzled, for one. And your ISMF shows the activate. And you did
 get the TSO messages and SYSLOG messages from the ISMF ACTIVATE, too.
 Most weird! What release of z/OS?
 
 --
 John McKown
 Systems Engineer IV
 IT
 
 Administrative Services Group
 
 HealthMarkets(r)
 
 9151 Boulevard 26 * N. Richland Hills * TX 76010
 (817) 255-3225 phone * (817)-961-6183 cell
 john.mck...@healthmarkets.com * www.HealthMarkets.com
 
 Confidentiality Notice: This e-mail message may contain confidential
or
 proprietary information. If you are not the intended recipient, please
 contact the sender by reply e-mail and destroy all copies of the
 original message. HealthMarkets(r) is the brand name for products
 underwritten and issued by the insurance subsidiaries of
HealthMarkets,
 Inc. -The Chesapeake Life Insurance Company(r), Mid-West National Life
 Insurance Company of TennesseeSM and The MEGA Life and Health
Insurance
 Company.SM
 
 
 
  -Original Message-
  From: IBM Mainframe Discussion List
  [mailto:ibm-m...@bama.ua.edu] On Behalf Of Gibney, Dave
  Sent: Tuesday, February 02, 2010 12:41 PM
  To: IBM-MAIN@bama.ua.edu
  Subject: Re: ACS routines and OMVS
 
I changed the write in the STORCLASS routine. I added the upd
  2/2/2010:
  write 'sc  sc=' STORCLAS ' u=' UNIT
' v=' ANYVOL   ' g=' GROUP ' sys=' SYSNAME 'upd
 2/2/2010'
 
  And the message from /usr/sbin/automount -e is still:
 
  IGD01008I SC  SC=ZCHFS U= V= G=OMVSGRP SYS=CPAC
 
  Dave Gibney
  Information Technology Services
  Washington State University
 
 
   -Original Message-
   From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]
 On
   Behalf Of Gibney, Dave
   Sent: Tuesday, February 02, 2010 10:34 AM
   To: IBM-MAIN@bama.ua.edu
   Subject: Re: ACS routines and OMVS
  
   I unmounted the *AMD directory via the pulldown in what is
  it ISHELL?
   There was an sigkill error in the supporting REXX that I
  didn't catch
   all of :)
  
   Then I restarted automount via /usr/sbin/automount.
  
   Trying to get inton OMVS, I got a 4093 in CEEBINIT.
  Logoff/on and back
   into OMVS.
  
   cd /u/gibney results in:
   cd: /u/gibney: EDC5129I No such file or directory.
  
   And the ACS routine message is the same. I'm now going to update
 the
   ACS
   routine and change the message I issue on entry. If that changes I
  have
   a logic problem. If not, OMVS or someone isn't playing nice :)
  
   Dave Gibney
   Information Technology Services
   Washington State University
  
  
-Original Message-
From: IBM Mainframe Discussion List
  [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Mark Zelden
Sent: Tuesday, February 02, 2010 8:41 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: ACS routines and OMVS
   
On Tue, 2 Feb 2010 08:13:53 -0800, Gibney, Dave gib...@wsu.edu
   wrote:
   
   I translated and ACTIVATE'd twice. Once to add
  OMVSGRP snd then
   to
change the exit value. I'll check with a D SMS command when I
 get
   back
in a bit later today. I'm pretty sure that's the only
  place in the
routine I issue that exact error message, ut I'll check
  that also.

   It's a sandbox, so I can see if IPL makes a difference.
Since
   I've
been fighting this for more than one day now, it's probably
   something
simple I'm missing.

   
I missed the start of this thread, but were there also changes
to
   your
automount policy (for example, /etc/auto.map.u) or just to SMS
  rules?
If so, you have to restart automount.
   
Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - ZFUS G-ITO
mailto:mark.zel...@zurichna.com
z/OS Systems Programming expert at
http://expertanswercenter.techtarget.com/
Mark's MVS Utilities:
http://home.flash.net/~mzelden/mvsutil.html
   
   
 
-
   -
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
  
  
 
-
 -
   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
 
 
-
 -
  For IBM-MAIN subscribe / signoff / archive access instructions,
  send email to 

Re: ACS routines and OMVS

2010-02-02 Thread McKown, John
 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of Gibney, Dave
 Sent: Tuesday, February 02, 2010 12:51 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: ACS routines and OMVS
 
 I'm on z/OS 1.9 with maintenance to RSU0911
 
 Dave Gibney

Well, I did a quick test on my z/OS 1.10 sandbox. All I did was change the 
MGMTCLAS ACS routine to assign a different management class to any TSSPV 
dataset with an LLQ of ZFS. Before the change, I got the old management class. 
After the change, I got the new management class. So it does work as expected 
on z/OS 1.10.

Would you be open to another slight change? In your mapping file, change the 
allocuser to allocany and see what happens?

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

--
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: ACS routines and OMVS

2010-02-02 Thread Gibney, Dave
/SYSTEM/etc/au.map is now:

name *
type ZFS  
filesystem OMVS.SYSNAME..uc_name.ZFS   
mode rdwr 
allocany  space(1,1) cyl storclas(zchfs)  

# /usr/sbin/automount   
FOMF0107I Processing file /etc/au.map   
FOMF0108I Managing directory /u 
# cd /u/gibney  
cd: /u/gibney: EDC5129I No such file or directory.  
#   

No change in the message after /usr/sbin/automount -e

I'm about ready to IPL and be done with it. I find nothing in IBMLINK,
although I'm not sure what a good search argument is?

Dave Gibney
Information Technology Services
Washington State University


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of McKown, John
 Sent: Tuesday, February 02, 2010 11:15 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: ACS routines and OMVS
 
  -Original Message-
  From: IBM Mainframe Discussion List
  [mailto:ibm-m...@bama.ua.edu] On Behalf Of Gibney, Dave
  Sent: Tuesday, February 02, 2010 12:51 PM
  To: IBM-MAIN@bama.ua.edu
  Subject: Re: ACS routines and OMVS
 
  I'm on z/OS 1.9 with maintenance to RSU0911
 
  Dave Gibney
 
 Well, I did a quick test on my z/OS 1.10 sandbox. All I did was change
 the MGMTCLAS ACS routine to assign a different management class to any
 TSSPV dataset with an LLQ of ZFS. Before the change, I got the old
 management class. After the change, I got the new management class. So
 it does work as expected on z/OS 1.10.
 
 Would you be open to another slight change? In your mapping file,
 change the allocuser to allocany and see what happens?
 
 --
 John McKown
 Systems Engineer IV
 IT
 
 Administrative Services Group
 
 HealthMarkets(r)
 
 9151 Boulevard 26 * N. Richland Hills * TX 76010
 (817) 255-3225 phone * (817)-961-6183 cell
 john.mck...@healthmarkets.com * www.HealthMarkets.com
 
 Confidentiality Notice: This e-mail message may contain confidential
or
 proprietary information. If you are not the intended recipient, please
 contact the sender by reply e-mail and destroy all copies of the
 original message. HealthMarkets(r) is the brand name for products
 underwritten and issued by the insurance subsidiaries of
HealthMarkets,
 Inc. -The Chesapeake Life Insurance Company(r), Mid-West National Life
 Insurance Company of TennesseeSM and The MEGA Life and Health
Insurance
 Company.SM
 
 
 
 --
 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

--
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: ACS routines and OMVS

2010-02-02 Thread McKown, John
Well, an IPL will definately: (1) fix the problem or (2) prove that the ACS 
routine has a bug.

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of Gibney, Dave
 Sent: Tuesday, February 02, 2010 1:28 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: ACS routines and OMVS
 
 /SYSTEM/etc/au.map is now:
 
 name *
 type ZFS  
 filesystem OMVS.SYSNAME..uc_name.ZFS   
 mode rdwr 
 allocany  space(1,1) cyl storclas(zchfs)  
 
 # /usr/sbin/automount   
 FOMF0107I Processing file /etc/au.map   
 FOMF0108I Managing directory /u 
 # cd /u/gibney  
 cd: /u/gibney: EDC5129I No such file or directory.  
 #   
 
 No change in the message after /usr/sbin/automount -e
 
 I'm about ready to IPL and be done with it. I find nothing in IBMLINK,
 although I'm not sure what a good search argument is?
 
 Dave Gibney
 Information Technology Services
 Washington State University
 
 
  -Original Message-
  From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
  Behalf Of McKown, John
  Sent: Tuesday, February 02, 2010 11:15 AM
  To: IBM-MAIN@bama.ua.edu
  Subject: Re: ACS routines and OMVS
  
   -Original Message-
   From: IBM Mainframe Discussion List
   [mailto:ibm-m...@bama.ua.edu] On Behalf Of Gibney, Dave
   Sent: Tuesday, February 02, 2010 12:51 PM
   To: IBM-MAIN@bama.ua.edu
   Subject: Re: ACS routines and OMVS
  
   I'm on z/OS 1.9 with maintenance to RSU0911
  
   Dave Gibney
  
  Well, I did a quick test on my z/OS 1.10 sandbox. All I did 
 was change
  the MGMTCLAS ACS routine to assign a different management 
 class to any
  TSSPV dataset with an LLQ of ZFS. Before the change, I got the old
  management class. After the change, I got the new 
 management class. So
  it does work as expected on z/OS 1.10.
  
  Would you be open to another slight change? In your mapping file,
  change the allocuser to allocany and see what happens?
  
  --
  John McKown
  Systems Engineer IV
  IT
  
  Administrative Services Group
  
  HealthMarkets(r)
  
  9151 Boulevard 26 * N. Richland Hills * TX 76010
  (817) 255-3225 phone * (817)-961-6183 cell
  john.mck...@healthmarkets.com * www.HealthMarkets.com
  
  Confidentiality Notice: This e-mail message may contain confidential
 or
  proprietary information. If you are not the intended 
 recipient, please
  contact the sender by reply e-mail and destroy all copies of the
  original message. HealthMarkets(r) is the brand name for products
  underwritten and issued by the insurance subsidiaries of
 HealthMarkets,
  Inc. -The Chesapeake Life Insurance Company(r), Mid-West 
 National Life
  Insurance Company of TennesseeSM and The MEGA Life and Health
 Insurance
  Company.SM
  
  
  
  
 --
  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
 
 --
 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
 
 

--
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: ACS routines and OMVS

2010-02-02 Thread Gibney, Dave
  So before I IPL. I thought of trying to restart OMVS, which it won't
do with TCPIP up. I really want to be able to do this dynamically as I'd
like to get automount going in my other LPARs before the next scheduled
ipls.

  So, I changed from ZFS to HFS in the au.map file and the error
surfaced in the syslog. It hadn't been before. And now I've done a f
OMVS,STOPPFS=ZFS and my ZFS address space ended.

   Any idea how I restart a physical file system? I'm guessing if I can
get ZFS back up, it will pick up the new ACS routines.

Dave Gibney
Information Technology Services
Washington State University


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of McKown, John
 Sent: Tuesday, February 02, 2010 11:34 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: ACS routines and OMVS
 
 Well, an IPL will definately: (1) fix the problem or (2) prove that
the
 ACS routine has a bug.
 
 --
 John McKown
 Systems Engineer IV
 IT
 
 Administrative Services Group
 
 HealthMarkets(r)
 
 9151 Boulevard 26 * N. Richland Hills * TX 76010
 (817) 255-3225 phone * (817)-961-6183 cell
 john.mck...@healthmarkets.com * www.HealthMarkets.com
 
 Confidentiality Notice: This e-mail message may contain confidential
or
 proprietary information. If you are not the intended recipient, please
 contact the sender by reply e-mail and destroy all copies of the
 original message. HealthMarkets(r) is the brand name for products
 underwritten and issued by the insurance subsidiaries of
HealthMarkets,
 Inc. -The Chesapeake Life Insurance Company(r), Mid-West National Life
 Insurance Company of TennesseeSM and The MEGA Life and Health
Insurance
 Company.SM
 
  -Original Message-
  From: IBM Mainframe Discussion List
  [mailto:ibm-m...@bama.ua.edu] On Behalf Of Gibney, Dave
  Sent: Tuesday, February 02, 2010 1:28 PM
  To: IBM-MAIN@bama.ua.edu
  Subject: Re: ACS routines and OMVS
 
  /SYSTEM/etc/au.map is now:
 
  name *
  type ZFS
  filesystem OMVS.SYSNAME..uc_name.ZFS
  mode rdwr
  allocany  space(1,1) cyl storclas(zchfs)
 
  # /usr/sbin/automount
  FOMF0107I Processing file /etc/au.map
  FOMF0108I Managing directory /u
  # cd /u/gibney
  cd: /u/gibney: EDC5129I No such file or directory.
  #
 
  No change in the message after /usr/sbin/automount -e
 
  I'm about ready to IPL and be done with it. I find nothing in
 IBMLINK,
  although I'm not sure what a good search argument is?
 
  Dave Gibney
  Information Technology Services
  Washington State University
 
 
   -Original Message-
   From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu]
 On
   Behalf Of McKown, John
   Sent: Tuesday, February 02, 2010 11:15 AM
   To: IBM-MAIN@bama.ua.edu
   Subject: Re: ACS routines and OMVS
  
-Original Message-
From: IBM Mainframe Discussion List
[mailto:ibm-m...@bama.ua.edu] On Behalf Of Gibney, Dave
Sent: Tuesday, February 02, 2010 12:51 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: ACS routines and OMVS
   
I'm on z/OS 1.9 with maintenance to RSU0911
   
Dave Gibney
  
   Well, I did a quick test on my z/OS 1.10 sandbox. All I did
  was change
   the MGMTCLAS ACS routine to assign a different management
  class to any
   TSSPV dataset with an LLQ of ZFS. Before the change, I got the old
   management class. After the change, I got the new
  management class. So
   it does work as expected on z/OS 1.10.
  
   Would you be open to another slight change? In your mapping file,
   change the allocuser to allocany and see what happens?
  
   --
   John McKown
   Systems Engineer IV
   IT
  
   Administrative Services Group
  
   HealthMarkets(r)
  
   9151 Boulevard 26 * N. Richland Hills * TX 76010
   (817) 255-3225 phone * (817)-961-6183 cell
   john.mck...@healthmarkets.com * www.HealthMarkets.com
  
   Confidentiality Notice: This e-mail message may contain
 confidential
  or
   proprietary information. If you are not the intended
  recipient, please
   contact the sender by reply e-mail and destroy all copies of the
   original message. HealthMarkets(r) is the brand name for products
   underwritten and issued by the insurance subsidiaries of
  HealthMarkets,
   Inc. -The Chesapeake Life Insurance Company(r), Mid-West
  National Life
   Insurance Company of TennesseeSM and The MEGA Life and Health
  Insurance
   Company.SM
  
  
  
  
 
-
 -
   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
 
 
-
 -
  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: ACS routines and OMVS

2010-02-02 Thread McKown, John
 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:ibm-m...@bama.ua.edu] On Behalf Of Gibney, Dave
 Sent: Tuesday, February 02, 2010 2:03 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: ACS routines and OMVS
 
   So before I IPL. I thought of trying to restart OMVS, which it won't
 do with TCPIP up. I really want to be able to do this 
 dynamically as I'd
 like to get automount going in my other LPARs before the next 
 scheduled
 ipls.
 
   So, I changed from ZFS to HFS in the au.map file and the error
 surfaced in the syslog. It hadn't been before. And now I've done a f
 OMVS,STOPPFS=ZFS and my ZFS address space ended.
 
Any idea how I restart a physical file system? I'm 
 guessing if I can
 get ZFS back up, it will pick up the new ACS routines.
 
 Dave Gibney

The z/OS 1.10 manual for zFS says that you should have gotten a message like:

nn BPXF032D FILESYSTYPE ZFS TERMINATED. REPLY 'R' WHEN READY TO RESTART. REPLY 
'I' TO IGNORE.

and you just reply R to restart zFS.

Some other commands mentioned are:

F BPXOINIT,FILESYS=REINIT
SETOMVS RESET=(nn)

I think nn is a BPXPRMnn member which contains the FILESYSTEM directive for 
zFS.

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

--
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


WLM

2010-02-02 Thread gsg
I'm not that familiar with WLM, which leads to some of my questions.

We've been experiencing HIGH CPU activity in CICS, which uses ONLPRD 
service class.  The ONLPRD has a IMP of 1 and execution velocity of 50.  In 
addition to ALL of our CICS running in ONLPRD, we are running DB2 task as 
well and a few others.  I don't really understand the execution velocity or ??% 
complete within 00:00:00.  Can someone shed some light on this for me?

Thanks

--
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: ACS routines and OMVS

2010-02-02 Thread Gibney, Dave
  Thanks. When I looked, the WTOR was there. I replied R and it
restarted. The error remains the same. But, when I changed the au.map
back to ZFS, it didn't seem to take. I'm still getting ACS messages in
syslog from my TSO session and logoff/on didn't fix. 
  I guess I'm stuck. I think maybe some lunch and if no more
brainstorms, I'll ipl.

Dave Gibney
Information Technology Services
Washington State University


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of McKown, John
 Sent: Tuesday, February 02, 2010 12:15 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: ACS routines and OMVS
 
  -Original Message-
  From: IBM Mainframe Discussion List
  [mailto:ibm-m...@bama.ua.edu] On Behalf Of Gibney, Dave
  Sent: Tuesday, February 02, 2010 2:03 PM
  To: IBM-MAIN@bama.ua.edu
  Subject: Re: ACS routines and OMVS
 
So before I IPL. I thought of trying to restart OMVS, which it
 won't
  do with TCPIP up. I really want to be able to do this
  dynamically as I'd
  like to get automount going in my other LPARs before the next
  scheduled
  ipls.
 
So, I changed from ZFS to HFS in the au.map file and the error
  surfaced in the syslog. It hadn't been before. And now I've done a f
  OMVS,STOPPFS=ZFS and my ZFS address space ended.
 
 Any idea how I restart a physical file system? I'm
  guessing if I can
  get ZFS back up, it will pick up the new ACS routines.
 
  Dave Gibney
 
 The z/OS 1.10 manual for zFS says that you should have gotten a
message
 like:
 
 nn BPXF032D FILESYSTYPE ZFS TERMINATED. REPLY 'R' WHEN READY TO
 RESTART. REPLY 'I' TO IGNORE.
 
 and you just reply R to restart zFS.
 
 Some other commands mentioned are:
 
 F BPXOINIT,FILESYS=REINIT
 SETOMVS RESET=(nn)
 
 I think nn is a BPXPRMnn member which contains the FILESYSTEM
 directive for zFS.
 
 --
 John McKown
 Systems Engineer IV
 IT
 
 Administrative Services Group
 
 HealthMarkets(r)
 
 9151 Boulevard 26 * N. Richland Hills * TX 76010
 (817) 255-3225 phone * (817)-961-6183 cell
 john.mck...@healthmarkets.com * www.HealthMarkets.com
 
 Confidentiality Notice: This e-mail message may contain confidential
or
 proprietary information. If you are not the intended recipient, please
 contact the sender by reply e-mail and destroy all copies of the
 original message. HealthMarkets(r) is the brand name for products
 underwritten and issued by the insurance subsidiaries of
HealthMarkets,
 Inc. -The Chesapeake Life Insurance Company(r), Mid-West National Life
 Insurance Company of TennesseeSM and The MEGA Life and Health
Insurance
 Company.SM
 
 
 
 --
 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

--
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: WLM

2010-02-02 Thread Kelman, Tom
When setting up CICS you would normally place the CICS regions into a
velocity service class as you have done.  In determining the velocity of
a service class, WLM samples the service class periodically and
evaluates the velocity as (no. of using samples)/(no. of using samples +
no. of waiting samples).  This means using CPU or I/O.  So the execution
velocity can be thought of as a type of throughput measurement.

Now you have to decide whether you're going to control your CICS
processing via the execution velocity goal or via a response time goal.
Many shops control their production CICS via a response time goal and
their test CICS via the velocity goal. To control via a response time
goal you need to set up another service class with either an average
response time goal (not recommended) or a percentage response time goal.
The percentage response time goal says you want xx% of the transactions
to finish within a certain time peroid.  Then you define your CICS
transactions to this class.  That can be done using one of several
different methods such as the tran ID, APPLID, etc. (see the MVS
Planning Workload Management, SA22-7602-15).  Once you do that the
velocity goal for the regions is only used when there are no
transactions going through them.  Once there are transactions then the
response time goals kick in.

If you want to control completely by the velocity goal then don't set up
the response time service class.  If you have just 1 or 2 regions that
you want to control via the velocity goal only then when defining them
to the STC subsystem enter the region name.  Then scroll 2 screens to
the left.  There you'll see a column for controlling by transaction
response or region.  Just enter REGION into this field.

You really should not have other started tasks in the same service class
as your CICS regions, especially if your using response time goals.
That's because WLM will treat the CICS regions with response time goals
differently than the other STCs.  WLM actually ignore the velocity goal
for those regions when transactions are processing through them.  At the
very least this will mess up your reporting values.

Tom Kelman
Enterprise Capacity Planner
Commerce Bank of Kansas City
(816) 760-7632

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of gsg
 Sent: Tuesday, February 02, 2010 2:16 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: WLM
 
 I'm not that familiar with WLM, which leads to some of my questions.
 
 We've been experiencing HIGH CPU activity in CICS, which uses ONLPRD
 service class.  The ONLPRD has a IMP of 1 and execution velocity of
50.
 In
 addition to ALL of our CICS running in ONLPRD, we are running DB2 task
as
 well and a few others.  I don't really understand the execution
velocity
 or ??%
 complete within 00:00:00.  Can someone shed some light on this for me?
 
 Thanks
 
 --
 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


*
If you wish to communicate securely with Commerce Bank and its
affiliates, you must log into your account under Online Services at 
http://www.commercebank.com or use the Commerce Bank Secure
Email Message Center at https://securemail.commercebank.com

NOTICE: This electronic mail message and any attached files are
confidential. The information is exclusively for the use of the
individual or entity intended as the recipient. If you are not
the intended recipient, any use, copying, printing, reviewing,
retention, disclosure, distribution or forwarding of the message
or any attached file is not authorized and is strictly prohibited.
If you have received this electronic mail message in error, please
advise the sender by reply electronic mail immediately and
permanently delete the original transmission, any attachments
and any copies of this message from your computer system.
*

--
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: ACS routines and OMVS

2010-02-02 Thread Mark Zelden
This must be a user error of some kind, although I don't know where since
we can't see everything you are doing and your entire ACS routine.

But I tried several tests (using zFS) - changing my auto.map and also 
SMS routines in my sandbox.  Everything worked as expected.

So my guess is that an IPL won't fix this, but we'll see.

BTW, in my test I didn't assign anything but a name (which I changed)
in my auto.map.  I let the ACS routine control the STORCLAS based on
the name.

Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - ZFUS G-ITO
mailto:mark.zel...@zurichna.com
z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html

--
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: OT (?): Are HTML emails unsafe

2010-02-02 Thread Hal Merritt
AFAIK, it is the same or even worse and continues to worsen every day. The MS 
folks and the various anti malware vendors would like for you to believe 
otherwise. 

Keep your shields at maximum and keep looking for better shields. 

 


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Steve Comstock
Sent: Tuesday, February 02, 2010 11:23 AM
To: IBM-MAIN@bama.ua.edu
Subject: OT (?): Are HTML emails unsafe

For years now I've configured my mail client to not
accept HTML emails. The common wisdom, as I percieved
it anyway, has been that HTML emails and various
kinds of attachements (esp. Word documents) were prime
paths for viruses to attack your system.

I seem to be getting a lot more HTML emails these days
and I got to wondering if technology has changed enough
that the probability of this kind of email being
malicious has dropped to extremely small.

Any insights from the group?


-- 

Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-393-8716
http://www.trainersfriend.com

   z/OS Application development made easier
 * Our classes include
+ How things work
+ Programming examples with realistic applications
+ Starter / skeleton code
+ Complete working programs
+ Useful utilities and subroutines
+ Tips and techniques

Ask me about our new, reduced rates for purchasing our course materials
for use by your own trainers or Subject Matter Experts (SMEs).

 
NOTICE: This electronic mail message and any files transmitted with it are 
intended
exclusively for the individual or entity to which it is addressed. The message, 
together with any attachment, may contain confidential and/or privileged 
information.
Any unauthorized review, use, printing, saving, copying, disclosure or 
distribution 
is strictly prohibited. If you have received this message in error, please 
immediately advise the sender by reply email and delete all copies.

--
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: OT (?): Are HTML emails unsafe

2010-02-02 Thread Kelman, Tom
Steve,

I've been thinking about this, and I also saw Steve Thompson's post
about it.  I've been using Windows for years.  I'm currently on
Windows/XP thinking about going to version 7.  I've also thought about
getting a MAC because I do a lot of Photoshop editting and I've been
told the MAC is great for that, but I'm an old dog and don't want to try
and learn something new.  Anyway, I've been getting HTML emails for
several years now with no problems.  I do run the lastest version of
Norton and have the auto-update feature of it turned on.  So I'm updated
with the latest anti-virus protecting and other anti-malware stuff.  I
do think that the decision is a personal thing and has to do with how
well your systems are protected.  Only the user knows that.  As has been
said here before - YMMV.

Tom Kelman
Enterprise Capacity Planner
Commerce Bank of Kansas City
(816) 760-7632
 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of Steve Comstock
 Sent: Tuesday, February 02, 2010 11:23 AM
 To: IBM-MAIN@bama.ua.edu
 Subject: OT (?): Are HTML emails unsafe
 
 For years now I've configured my mail client to not
 accept HTML emails. The common wisdom, as I percieved
 it anyway, has been that HTML emails and various
 kinds of attachements (esp. Word documents) were prime
 paths for viruses to attack your system.
 
 I seem to be getting a lot more HTML emails these days
 and I got to wondering if technology has changed enough
 that the probability of this kind of email being
 malicious has dropped to extremely small.
 
 Any insights from the group?
 
 
 --
 
 Kind regards,
 
 -Steve Comstock
 The Trainer's Friend, Inc.
 
 303-393-8716
 http://www.trainersfriend.com
 
z/OS Application development made easier
  * Our classes include
 + How things work
 + Programming examples with realistic applications
 + Starter / skeleton code
 + Complete working programs
 + Useful utilities and subroutines
 + Tips and techniques
 
 Ask me about our new, reduced rates for purchasing our course
materials
 for use by your own trainers or Subject Matter Experts (SMEs).
 
 --
 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


*
If you wish to communicate securely with Commerce Bank and its
affiliates, you must log into your account under Online Services at 
http://www.commercebank.com or use the Commerce Bank Secure
Email Message Center at https://securemail.commercebank.com

NOTICE: This electronic mail message and any attached files are
confidential. The information is exclusively for the use of the
individual or entity intended as the recipient. If you are not
the intended recipient, any use, copying, printing, reviewing,
retention, disclosure, distribution or forwarding of the message
or any attached file is not authorized and is strictly prohibited.
If you have received this electronic mail message in error, please
advise the sender by reply electronic mail immediately and
permanently delete the original transmission, any attachments
and any copies of this message from your computer system.
*

--
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: ACS routines and OMVS

2010-02-02 Thread Gibney, Dave
Yep. My user error. I had the wrong ACS pds as project/group/type in the
ISMF edit ACS routines entry panel. The correct one in the translate
panel. I was editing the wrong routine and translating the unchanged
routine.

I knew when it was taking this long, that I'd turn out to be the point
of error.

Dave Gibney
Information Technology Services
Washington State University


 -Original Message-
 From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
 Behalf Of Mark Zelden
 Sent: Tuesday, February 02, 2010 1:50 PM
 To: IBM-MAIN@bama.ua.edu
 Subject: Re: ACS routines and OMVS
 
 This must be a user error of some kind, although I don't know where
 since
 we can't see everything you are doing and your entire ACS routine.
 
 But I tried several tests (using zFS) - changing my auto.map and also
 SMS routines in my sandbox.  Everything worked as expected.
 
 So my guess is that an IPL won't fix this, but we'll see.
 
 BTW, in my test I didn't assign anything but a name (which I changed)
 in my auto.map.  I let the ACS routine control the STORCLAS based on
 the name.
 
 Mark
 --
 Mark Zelden
 Sr. Software and Systems Architect - z/OS Team Lead
 Zurich North America / Farmers Insurance Group - ZFUS G-ITO
 mailto:mark.zel...@zurichna.com
 z/OS Systems Programming expert at
 http://expertanswercenter.techtarget.com/
 Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html
 
 --
 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

--
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: IBM countersues Neon over zPrime accelerator

2010-02-02 Thread Schwartz, Alan
 
http://openmainframe.org/news/ibm-neon-fight-flares-ibm-countersues-neon
-thumbs-its-nose-d.html


Alan 

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Guy Gardoit
Sent: Monday, February 01, 2010 5:19 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: IBM countersues Neon over zPrime accelerator

Good for IBM - goodbye Neon, sleep tight.

On Sun, Jan 31, 2010 at 9:48 PM, Ed Gould ps2...@yahoo.com wrote:

 http://www.channelregister.co.uk/2010/01/29/ibm_countersues_neon/

 With mainframe revenues off sharply and likely to be so until the 
 System
 z11 mainframes ship much later this year, IBM can ill afford to look 
 the other way as Neon Software peddles its zPrime tool for offloading 
 mainframe workloads to much cheaper specialty engines on Big Blue's
mainframes.
 So it has called out the lawyers and countersued Neon Software, which 
 sued Big Blue for anticompetitive practices back in December.

 etc etc



--
Guy Gardoit
z/OS Systems Programming

--
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: IBM countersues Neon over zPrime accelerator

2010-02-02 Thread Paul Gilmartin
On Mon, 1 Feb 2010 15:18:41 -0800, Guy Gardoit wrote:

Good for IBM - goodbye Neon, sleep tight.

I'm not sure why the jubilation.  Sure, Neon is in business
to make money.  They're trying to do so by offering IBM's
customers a way to save money.  Whether it's legal or not
is for the courts to decide; they haven't rendered that
decision yet.  Until then, in the interest of their pocketbooks,
pragmatic customers should be rooting for Neon.

On Sun, Jan 31, 2010 at 9:48 PM, Ed Gould wrote:

 http://www.channelregister.co.uk/2010/01/29/ibm_countersues_neon/

-- gil

--
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: IBM countersues Neon over zPrime accelerator

2010-02-02 Thread Mark Zelden
On Tue, 2 Feb 2010 17:22:39 -0600, Paul Gilmartin paulgboul...@aim.com wrote:

On Mon, 1 Feb 2010 15:18:41 -0800, Guy Gardoit wrote:

Good for IBM - goodbye Neon, sleep tight.

I'm not sure why the jubilation.  Sure, Neon is in business
to make money.  They're trying to do so by offering IBM's
customers a way to save money.  Whether it's legal or not
is for the courts to decide; they haven't rendered that
decision yet.  Until then, in the interest of their pocketbooks,
pragmatic customers should be rooting for Neon.

On Sun, Jan 31, 2010 at 9:48 PM, Ed Gould wrote:

 http://www.channelregister.co.uk/2010/01/29/ibm_countersues_neon/

-- gil


I don't have a stake either way, but if I were rooting for Neon and they
won this battle, IBM would still be free to change the licensing rules or
not charge less for special engines, or they could just change the code
and break zPrime for Neon.   So the only benefit seems to be temporary for
anyone using the software.  Long term, it could hurt everyone else.

Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - ZFUS G-ITO
mailto:mark.zel...@zurichna.com
z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html

--
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: IBM countersues Neon over zPrime accelerator

2010-02-02 Thread Dave Kopischke
On Tue, 2 Feb 2010 17:22:39 -0600, Paul Gilmartin paulgboul...@aim.com 
wrote:

On Mon, 1 Feb 2010 15:18:41 -0800, Guy Gardoit wrote:

Good for IBM - goodbye Neon, sleep tight.

I'm not sure why the jubilation.  Sure, Neon is in business
to make money.  They're trying to do so by offering IBM's
customers a way to save money.  Whether it's legal or not
is for the courts to decide; they haven't rendered that
decision yet.  Until then, in the interest of their pocketbooks,
pragmatic customers should be rooting for Neon.

On Sun, Jan 31, 2010 at 9:48 PM, Ed Gould wrote:

 http://www.channelregister.co.uk/2010/01/29/ibm_countersues_neon/


I am rooting for Neon, but from what I've read, their software invokes the 
specialty engines for tasks that are not valid for those engines. I think IBM 
was vague about qualifying workloads when they introduced them, but they 
have since clarified much. I believe the IBM agreements everyone is bound by 
states if you run an unqualified workload on those engines, they can charge 
you for the entire engine at GP prices. That's a pretty pricey gamble.

The courts may change that or maybe IBM will buy them out and share some 
of their capabilities with us. Who knows

--
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: OT (?): Are HTML emails unsafe

2010-02-02 Thread Phil Smith III
Steve Comstock wrote:
For years now I've configured my mail client to not
accept HTML emails. The common wisdom, as I percieved
it anyway, has been that HTML emails and various
kinds of attachements (esp. Word documents) were prime
paths for viruses to attack your system.

I seem to be getting a lot more HTML emails these days
and I got to wondering if technology has changed enough
that the probability of this kind of email being
malicious has dropped to extremely small.

There's nothing inherent about HTML that makes it dangerous. The risks, such as 
they are:

1) About a decade ago, Outlook 97 would let HTML run scripted things that were 
theoretically unsafe. My IT manager sent me a note which, when opened, played a 
WAV file which said VERY LOUDLY, Hey everybody! I'm looking at pr0n over 
here! Funny, but of course in certain circumstances, very not. This was fixed 
LONG ago, quite possibly even as a patch to Outlook 97 (I saved that old note, 
and it no longer does any such thing). It's worth noting that many folks 
decided that Outlook was dangerous based on this ancient version; using that 
logic, Firefox is probably worse than IE, since early Netscape wasn't exactly 
the most secure browser ever.

2) HTML can embed graphics, which can be not-work-safe. Graphics can also be 
web bugs, which can tell the server from which the graphic is fetched the 
identify of the note that fetched it, using a customized URL such as:
http://graphics.server.com/webbug.gif?userid=...@yourdomain.com
The webserver is then configured to serve the graphic (or even not, actually) 
and it knows -- since it sent only ONE note with that precise query string -- 
who read the note (well, it thinks it does, anyway; obviously it could be 
postmas...@yourdomain.com or equivalent, or various 'bots, but). This is 
semi-evil with spam, as it can telegraph Hey, we got a live one! when email 
is sent using a dictionary attack. Solution: don't open spam, and don't load 
graphics by default (any modern email client makes loading graphics optional 
for senders who have not been marked as safe).

3) Links in HTML could be bogus -- it's easy to say Click on this URL: 
www.yourbank.com and have the visible link not match the actual URL. Again, 
modern mail clients deal with this by marking such links as invalid, or warning 
in some other way.

4) Finally, I suppose comments in HTML could contain unsafe words that will get 
you in trouble if you have net-nanny software. But it's incoming mail, not your 
fault; no company can reasonably penalize you on that basis!

The bottom line is that HTML email is here to stay. Folks whine about it, but 
the scales tipped a while ago, and too many senders use it for it to be 
reasonable to NOT read it. Yes, there are folks who do; they're missing out on 
some things, alas. I get some lists as Digests, and the HTML parts aren't 
usable due to the Digest format -- and outnumber the plaintext parts.

My $0.02:

Using good antivirus protection, practicing smart email hygiene, and having one 
(or several) layers of good spam filtering will keep you out of trouble, and 
you can enjoy the benefits of HTML email with the rest of the world.

Oh, and if you use Outlook, try Autopreview (NOT the preview pane, the thing 
that shows you the first couple of lines of unread/all email even before you 
open it), which is not only nice but can also help you detect spam. Autopreview 
only looks at the non-HTML MIME-part, so (a) it avoids even the remaining, 
minor risks and (b) when you *don't* see an Autopreview on a note, you know 
that there is only an HTML MIME-part (or the body is empty). This provides yet 
another layer of early warning that this might be a dangerous message, either 
because what the Autopreview shows you tells you the note isn't interesting, or 
because there IS no Autopreview when you suspect there should be.

I've built these opinions over the last 30 years of email (not that I had to 
worry about spam for the first 15 or so!). I currently receive 200-300 notes a 
day. I have three layers of spam filtering:
- my ISP marks things THEY think are SPAM with a keyword in the Subject:
- Outlook does its silly (and almost useless) filtering
- I have a Bayesian filter that I've trained (K9, www.keir.net, runs as a POP 
proxy), which adds a header that I can filter on

Rules tag any incoming notes that have been marked as spam either by my ISP or 
my Bayesian filter with specific categories, and then move them to a spam 
folder for later analysis.

One of the nice things about the Bayesian filter is that it lets me look at the 
raw note, so if I'm really suspicious of one, I can check it out safely.

This might sound cumbersome -- but it really isn't. I glance a the spam folder 
a couple of times a day; with a customized view that includes who the note was 
sent *TO*, I can easily eliminate obvious spam. The one or two notes left are 
then equally easy to handle. 

Re: REXX to delete all members of a PDS... serverpac CPPEDELM

2010-02-02 Thread Wayne Bickerdike
I tried this REXX and found that it returns RC=8 for a LMMDEL for (*)
as a member.

The original author specified a member for each LMMDEL.

Does this only work for later versions of z/OS?

Curious. I already have some REXX to build the member list, so I can
still use the technique.

Anyone try this on z/OS 1.8?

Thanks,


On Fri, Jan 29, 2010 at 3:10 AM, Victor Gil victor@broadridge.com wrote:
 Feeling obligated to expose the original author I've rediscovered the source -

 http://www.mainframesupport.dk/tips/tip0344.html

 and so the author's name is Claus E. Mikkelsen.

 His website has also tons of other useful tips, so thank YOU very much, Claus!

 -Victor-

 On Tue, 26 Jan 2010 23:06:36 -0700, Roger Bolan rogerbo...@gmail.com
 wrote:

Victor's Rexx works fine.  I just tested it.  On my system there is a PDS
utility installed, and this also works.  I just tested it from a batch TSO
job:
//TSO      EXEC  PGM=IKJEFT01
//SYSTSPRT DD  SYSOUT=*
//SYSTSIN  DD  *
PDS 'BOLAN.JUNK.JCL'
FIX RESET
/*


On Mon, Jan 25, 2010 at 6:12 AM, Stocker, Herman 
herman.stoc...@avisbudget.com wrote:

 Very nice Victor.  Thank you.
 Regards,

 Herman Stocker

 --
 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




-- 
Wayne V. Bickerdike

--
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