Re: API or visibility into PR/SM for Vendor-written programs?

2010-08-18 Thread Meral Temel (Garanti Teknoloji)
For security ,you need to enable these functions.LPARs can read other LPARs 
configuration or do changes...It is needed for HD or to reset one LPAR from 
another LPARs SA code as an example

-Taken from pr/sm planning  guide...SB10-7153-00

Global performance data control authority 

This control limits the ability of a LP to view CP activity data for other LPs. 
LPs with control authority for global performance data can view CP utilization 
data and Input/Output Processor (IOP) busy data for all of the LPs in the 
configuration. Additionally, gathering of FICON channel measurements requires 
selection of this parameter. Note: Logical partitions that use HiperDispatch 
require global performance data authorization in order to properly utilize 
excess CPU resources in the configuration. With the exception of an LP that is 
a member of a WLM Cluster, an LP without control authority for the performance 
data can view only the CP utilization data for that LP. Use the 
Customize/Delete Activation Profiles task available from the CPC Operational 
Customization tasks list to open a reset or image profile to enable global 
performance data control for an LP. The Global performance data control 
selection is located on the Security page for the LP. Note: An LP running a 
leve!
 l of RMF that supports FICON requires control authority even if no FICON is 
installed. 

Cross-partition authority 
This control can limit the capability of the LP to issue certain control 
program instructions that affect other LPs. LPs with cross-partition authority 
can issue instructions to perform a system reset of another LP, deactivate any 
other LP, and provide support for the automatic reconfiguration facility.The 
automatic reconfiguration facility permits a backup LP to deactivate a primary 
LP if a problem is detected in the primary LP. The backup LP can then configure 
online, storage resources that become available when the primary LP is 
deactivated. See "CPCs with the Sysplex Failure Manager (SFM)" on page 3-20. 
Use the Customize/Delete Activation Profiles task available from the CPC 
Operational Customization tasks list to open a reset or image profile to enable 
cross-partition authority for an LP. The Cross partition authority selection is 
located on the Security page for the LP

Regards
Meral



-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Clark Morris
Sent: Thursday, August 19, 2010 1:54 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: [IBM-MAIN] API or visibility into PR/SM for Vendor-written 
programs?

On 18 Aug 2010 14:22:00 -0700, in bit.listserv.ibm-main you wrote:

>---
>Is there an API or anything similar whereby a vendor-written program 
>could have visibility into a z box at the PR/SM level (other than 
>CSRSI)? Could "see" and potentially make configuration changes to "the 
>whole box" as opposed to a single LPAR? Can one write code that runs at 
>the "box" level, below the LPARs?
>
>I'm sure that it's possible, but the interfaces are quite likely to be 
>proprietary and non-published.

>From a security point of view I would hope that it would be impossible
for one LPAR to know about another LPAR except through the sysplex
mechanism and security package protected shared dasd.  I would be wary
of even read access.

Clark Morris


>
>Certainly not a good idea, since the whole shop could be very adversely 
>affected in the event of a user specification or programming error.
>
>That's one of those areas where you should "Look but never touch."
>
>Rick
>

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


This message and attachments are confidential and intended solely for the 
individual(s) stated in this message. If you received this message although you 
are not the addressee, you are responsible to keep the message confidential. 
The sender has no responsibility for the accuracy or correctness of the 
information in the message and its attachments. Our company shall have no 
liability for any changes or late receiving, loss of integrity and 
confidentiality, viruses and any damages caused in anyway to your computer 
system.  

Bu mesaj ve ekleri, mesajda gonderildigi belirtilen kisi/kisilere ozeldir ve 
gizlidir. Bu mesajin muhatabi olmamaniza ragmen tarafiniza ulasmis olmasi 
halinde mesaj iceriginin gizliligi ve bu gizlilik yukumlulugune uyulmasi 
zorunlulugu tarafiniz icin de soz konusudur. Mesaj ve eklerinde yer alan 
bilgilerin dogrulugu ve guncelligi konusunda gonderenin ya da sirketimizin 
herhangi bir sorumlulugu bulunmamaktadir. Sirketimiz mesajin ve bilgilerinin 
size degisiklige ugrayarak veya ge

Off topic (fairly funny)

2010-08-18 Thread Ed Gould
http://www.theregister.co.uk/2010/08/18/ibm_insider_plea/
IBMer blames mistress for making him mis-talk



--
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: QUERY IN ASSEMBLER

2010-08-18 Thread Ed Gould
--- On Wed, 8/18/10, Chase, John  wrote:
===SNIP
Depending on experience level (among other things), it's not all that
unusual for the programmer to forget to zero register 15 before
terminating the program.  It's possible that your condition code of 3552
is simply a residual value in register 15 at program termination.

    -jc-

John:
This reminds me of an event that occurred during a VS1 to MVS conversion I went 
through. The *ONLY* issue we ran into was a vendor (IIRC) supplied program not 
zero r15 out and it was reported as (problem sheet). I took one look at it and 
saw the idiot didn't do that. I inserted the missing instruction and we had 
nary any issue after that. I attended the daily meeting and got it straightened 
out. This was just one way we leveraged getting rid of the vendor equipment, 
the other was over 3 months to convert to NJE. I was never so happy when we 
kicked the last piece of equipment off the loading dock. Same thing with all 
the people we were talking with (changed to NJE) they had less equipment on the 
floor and the transmission time was cut 40-60 percent.




--
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: What is the porpouse of CDCHAIN

2010-08-18 Thread Mike Myers

 Michael:

Yes, the minor CDE is there because that was the name (maybe entry 
point) by which the module was invoked. The minor CDE contains the entry 
point that matches that name. The Minor CDE also points to the major 
CDE, which contains the name of the load module and the address where 
the entire module is loaded.


Mike

On 8/18/2010 9:18 PM, Micheal Butz wrote:

If the CDE is minor would the CDCHAIN have an address pointing to the Major
CDE

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf
Of Mike Myers
Sent: Wednesday, August 18, 2010 9:12 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: What is the porpouse of CDCHAIN

   Michael:

Not sure I understand the question and am pretty sure that you don't
understand the nature of the control blocks (RB and CDE).

So, I'll try to explain.

The RB is there for the program BEFORE it can issue the WAIT. The RB,
should be  PRB in your example, is created for the program to run under
and is created at the time the program is invoked.

At the same time, a CDE is created to identify the program. There are
two types of CDEs, major and minor. The major CDE identifies the load
module in which the program exists and a minor CDE is created if the
program is invoked via an alias name.

While the RB is pointed to by the ECB when a WAIT is issued, the linkage
is not established until the WAIT is issued.  And the RB and CDEs all
exist BEFORE the WAIT.

Mike Myers
Mentor Services Corporation

On 8/18/2010 9:01 PM, Micheal Butz wrote:

Hi,



   When a program issue a WAIT and gives up control to Z/OS a RB is

generated

the name of the program is in the RBCDE1 if so why is there a chain in the
CDE to the next CDE CDCHAIN ???


--
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: What is the porpouse of CDCHAIN

2010-08-18 Thread Micheal Butz
If the CDE is minor would the CDCHAIN have an address pointing to the Major
CDE 

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf
Of Mike Myers
Sent: Wednesday, August 18, 2010 9:12 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: What is the porpouse of CDCHAIN

  Michael:

Not sure I understand the question and am pretty sure that you don't 
understand the nature of the control blocks (RB and CDE).

So, I'll try to explain.

The RB is there for the program BEFORE it can issue the WAIT. The RB, 
should be  PRB in your example, is created for the program to run under 
and is created at the time the program is invoked.

At the same time, a CDE is created to identify the program. There are 
two types of CDEs, major and minor. The major CDE identifies the load 
module in which the program exists and a minor CDE is created if the 
program is invoked via an alias name.

While the RB is pointed to by the ECB when a WAIT is issued, the linkage 
is not established until the WAIT is issued.  And the RB and CDEs all 
exist BEFORE the WAIT.

Mike Myers
Mentor Services Corporation

On 8/18/2010 9:01 PM, Micheal Butz wrote:
> Hi,
>
>
>
>   When a program issue a WAIT and gives up control to Z/OS a RB is
generated
> the name of the program is in the RBCDE1 if so why is there a chain in the
> CDE to the next CDE CDCHAIN ???
>
>
> --
> 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: What is the porpouse of CDCHAIN

2010-08-18 Thread Mike Myers

 Michael:

Not sure I understand the question and am pretty sure that you don't 
understand the nature of the control blocks (RB and CDE).


So, I'll try to explain.

The RB is there for the program BEFORE it can issue the WAIT. The RB, 
should be  PRB in your example, is created for the program to run under 
and is created at the time the program is invoked.


At the same time, a CDE is created to identify the program. There are 
two types of CDEs, major and minor. The major CDE identifies the load 
module in which the program exists and a minor CDE is created if the 
program is invoked via an alias name.


While the RB is pointed to by the ECB when a WAIT is issued, the linkage 
is not established until the WAIT is issued.  And the RB and CDEs all 
exist BEFORE the WAIT.


Mike Myers
Mentor Services Corporation

On 8/18/2010 9:01 PM, Micheal Butz wrote:

Hi,



  When a program issue a WAIT and gives up control to Z/OS a RB is generated
the name of the program is in the RBCDE1 if so why is there a chain in the
CDE to the next CDE CDCHAIN ???


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


What is the porpouse of CDCHAIN

2010-08-18 Thread Micheal Butz
Hi,

 

 When a program issue a WAIT and gives up control to Z/OS a RB is generated
the name of the program is in the RBCDE1 if so why is there a chain in the
CDE to the next CDE CDCHAIN ???  


--
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: DB/2 V7 on Z/os V1.11

2010-08-18 Thread Andrew Rowley

Chase, John wrote:


You break the analogy when you compare two different end-products, which
in and of themselves justify different pricing.  For software, consider
that IEFBR14 does exactly the same thing regardless what size machine
it's run on.  Thus, the "problem" now is to justify charging, say, five
dollars to run IEFBR14 on a small machine; five thousand dollars to run
IEFBR14 on a mid-size machine and five million dollars to run IEFBR14 on
the largest machine.


However, the main reason there are 2 different products is to segemnt 
the market by how much they are prepared to pay.


For a software example, look at SQL Server. There are 7 different end 
products all with different capabilities and prices.

http://www.microsoft.com/sqlserver/2008/en/us/editions.aspx

The only reason they don't just sell the one version that does 
everything is pricing. Every different version they sell adds 
development and support costs. However, it does satisfy the idea that 
you need different products to have different prices.


The question then becomes: Do you really want capabilities stripped out 
of z/OS (or ACF2 or whatever) so that smaller sites can pay for a 
different, cheaper version? That seems to be the alternative to pricing 
based on capacity.


--

Andrew Rowley
Black Hill Software Pty. Ltd.
Phone: +61 413 302 386

EasySMF for z/OS: Interactive SMF Reports on Your PC
http://www.smfreports.com

--
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: API or visibility into PR/SM for Vendor-written programs?

2010-08-18 Thread Clark Morris
On 18 Aug 2010 14:22:00 -0700, in bit.listserv.ibm-main you wrote:

>---
>Is there an API or anything similar whereby a vendor-written program 
>could have visibility into a z box at the PR/SM level (other than 
>CSRSI)? Could "see" and potentially make configuration changes to "the 
>whole box" as opposed to a single LPAR? Can one write code that runs at 
>the "box" level, below the LPARs?
>
>I'm sure that it's possible, but the interfaces are quite likely to be 
>proprietary and non-published.

>From a security point of view I would hope that it would be impossible
for one LPAR to know about another LPAR except through the sysplex
mechanism and security package protected shared dasd.  I would be wary
of even read access.

Clark Morris


>
>Certainly not a good idea, since the whole shop could be very adversely 
>affected in the event of a user specification or programming error.
>
>That's one of those areas where you should "Look but never touch."
>
>Rick
>

--
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: Anybody used SDSF / REXX in HTTPD CGI pgm?

2010-08-18 Thread Grinsell, Don
John,

I was intrigued by the possibilities so worked up a quick little example.  
There may be better ways of getting this done, but this seemed to work.  This 
simply obtains a list of the any jobs active in classes u & j and displays them 
one per line on a web page:

/* REXX */  
Say "Content-Type: text/x-ssi-html"
Say ""  
rc=isfcalls("ON")   
isfprefix="**"  
isfowner="*"
address SDSF "isfexec stuj" 
if rc<>0 then exit 20   
fixedfield=word(isfcols,1)  
say "Number of rows returned" isfrows   
do ix=1 to isfrows  
  say "Job" jname.ix jtype.ix||jnum.ix queue.ix actsys.ix ""
end 
rc=isfcalls("OFF")  

I haven't upgraded to the "new" apache server, but on my trusty old z/OS HTTP 
Server, inserting the following in a piece of HTML gets the job done:



--
 
Donald Grinsell
State of Montana
406-444-2983
dgrins...@mt.gov

"The use of traveling is to regulate imagination by reality, and instead of 
thinking how things may be, to see them as they are."
-- Samuel Johnson

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
McKown, John
Sent: Wednesday, 18 August 2010 08:49
To: IBM-MAIN@bama.ua.edu
Subject: Anybody used SDSF / REXX in HTTPD CGI pgm?

Just curious. I'm looking at using the REXX interface to SDSF to put some 
information up on a Web page. No, I don't have a actual design or request or 
anything else. This is more for my learning and it may be of some use to our BI 
folks who sometimes need z/OS information (which I may be able to get via SDSF) 
but don't really understand using TSO. I already put up an ISPF 3.4 type 
dataset list via a web page for them.

John McKown
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-691-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: CPU Utilization after upgrade z800 to z10

2010-08-18 Thread Gibney, Dave
Dave Gibney
Information Technology Services
Washington State University


> -Original Message-
> From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
> Behalf Of Donnelly, John P
> Sent: Wednesday, August 18, 2010 3:14 PM
> To: IBM-MAIN@bama.ua.edu
> Subject: CPU Utilization after upgrade z800 to z10
> 
> We upgraded from an IBM z800 Processor 2066-002 to an IBM z10
Processor
> 2098-O02 this past weekend.
> Our CPU utilization dropped by about 10 points on a 24 hour window as
> did our CPU overhead statistics.

Isn't this to be expected or even low given the "technology" MSU
"dividend"?

> We were and are z/OS V1R9 plus toleration maintenance for a z10.
> We changed nothing in all of our function, WLM, IEAOPT, or reporting
> processes, SMF,RMF,SAS,MXG and are concerned that we may be producing
> numbers that will not stand scrutiny.
> 
> Is there a place in any of this where we might specify a
> 'normalization' to a z800 processor type or some such?
> 
> Your kind and gentle thoughts, please.
> 
> John Donnelly
> National Semiconductor Corporation
> 2900 Semiconductor Drive
> Santa Clara, CA 95051
> 
> 408-721-5640
> 408-470-8364 Cell
> cjp...@nsc.com
> 
> 
> 
> 
> 
> --
> 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


CPU Utilization after upgrade z800 to z10

2010-08-18 Thread Donnelly, John P
We upgraded from an IBM z800 Processor 2066-002 to an IBM z10 Processor 
2098-O02 this past weekend.
Our CPU utilization dropped by about 10 points on a 24 hour window as did our 
CPU overhead statistics.
We were and are z/OS V1R9 plus toleration maintenance for a z10.
We changed nothing in all of our function, WLM, IEAOPT, or reporting processes, 
SMF,RMF,SAS,MXG and are concerned that we may be producing numbers that will 
not stand scrutiny.

Is there a place in any of this where we might specify a 'normalization' to a 
z800 processor type or some such?

Your kind and gentle thoughts, please.

John Donnelly
National Semiconductor Corporation
2900 Semiconductor Drive
Santa Clara, CA 95051

408-721-5640
408-470-8364 Cell
cjp...@nsc.com





--
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: RMF and disk activity questions

2010-08-18 Thread Pommier, Rex R.
Ron,

I need a vacation!  It is with much embarrassment that I report back to you 
that RMF and Omegamon are in fact on the same page.  They are both reporting 
horrendous response times on my disk during replication processing (200-250 
millisecond response times).  I was on the wrong page.  The backup report that 
I was looking at was showing backups running of my production volumes.  What I 
neglected to take into account was the fact that my backups don't backup the 
production volumes, but flashcopy targets.  These targets are on a separate 
range of channel addresses which I eliminated from the RMFPP report in order to 
not have to wade through so much data.  Lo and behold, once I included the 
correct range, the bad response times showed up just like I thought they should.

So I apologize for the mistake.  Now back to figuring out how to correct the 
problem.

Rex

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Ron Hawkins
Sent: Saturday, August 14, 2010 8:07 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: RMF and disk activity questions

Rex,

Perhaps an oversimplification, but if you had an IO rate of 5/sec at 200ms
response time for 20 minutes, and then 500/sec and 2ms response time for 10
minutes the average response time for the whole 30 minutes would be just shy
of 6ms.

Avgrspms=((5*200*1200)+(500*2*600))/((5*1200)+(500*600))
=5.88ms

I'd suggest starting an RMF II Background session to monitor these volumes
at intervals of one minute or less, using the delta option.

If the vendor needs to see RMF data as hard fact then this is just as good
as a monitor 1 report from RMFPP. A 5 second interval would give you a lot
granularity as to the behavior from when the clone process starts and ends,
and you can fold the five second data into larger intervals if required.

Ron




> -Original Message-
> From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of
> Pommier, Rex R.
> Sent: Saturday, August 14, 2010 2:10 PM
> To: IBM-MAIN@bama.ua.edu
> Subject: Re: [IBM-MAIN] RMF and disk activity questions
>
> Thanks, Ron.  I don't know how I missed that explanation for TIME but I
did.
> Obviously I was looking in the wrong place.
>
> As far as the disk symptoms, I agree wholeheartedly as to the cause
(sibling
> pend).  Convincing the vendor that's the problem and figuring out what to
do
> about it are the next steps.  The vendor is trying to convince us that the
> problem is simply that a few of the source and target LUNs for the cloning
are
> on the same physical spindles.  While I can agree that is part of the
problem,
> the problem is bigger than that, in that it doesn't matter what disk I try
to
> hit while the clone is running, I get the horrendous response times.
>
> I guess my question about the difference between Omegamon and RMF interval
> reporting was that they were SO far apart.  When I saw a backup consuming
20+
> minutes of the 30 minute interval with 200+ millisecond response times, I
> would have thought that RMF would have shown larger numbers than 5-10
> millisecond over the reporting period.
>
> Rex
>
> -Original Message-
> From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of
> Ron Hawkins
> Sent: Saturday, August 14, 2010 1:27 PM
> To: IBM-MAIN@bama.ua.edu
> Subject: Re: RMF and disk activity questions
>
> Rex,
>
> The meaning of Time is explained quite nicely at
>
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ERBZRA91/5.1.3?SH
> ELF=ERBZBK91&DT=20091215152130. If you're having a problem reading the
fine
> manual, it says "The time the interval began, where hh is hours, mm is the
> minutes, and ss is seconds."
>
> I think you have answered the other questions for your self - the 30
minute
> interval.
>
> Omegamon and RMF get their data from the same source, RMF, so the only
> difference is that with Omega on real time displays the values you are
> looking at are more like RMF Monitor II with Delta on, than the average of
> response time over 30 minutes.
>
> The symptoms you describe are exactly what one would expect to see from
> classic Sibling Pend. The IO activity for the resynch is hosing your MF
> sequential Pre-fetch. You may have already had a problem before the Open
> System Cloning started running, and this has tipped it over the edge. Time
> for some classic disk tuning activity.
>
> Ron
>
> > -Original Message-
> > From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
> Behalf Of
> > Pommier, Rex R.
> > Sent: Friday, August 13, 2010 2:36 PM
> > To: IBM-MAIN@bama.ua.edu
> > Subject: [IBM-MAIN] RMF and disk activity questions
> >
> > Hello list,
> >
> > I have a couple questions, one general question on RMF reporting and the
> other
> > on a specific DASD problem I'm having.
> >
> > First the general question.  On the monitor 1 post processing reports,
> what
> > exactly does the "TIME" fi

Re: DB/2 V7 on Z/os V1.11

2010-08-18 Thread Paul Gilmartin
On Wed, 18 Aug 2010 14:35:02 -0700, Ed Gould wrote:
>
>What might become interesting is if DB2 came up with a specialized engine and 
>then how do you charge for that?
>
Isn't that what a ZIIP is?

-- 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: DB/2 V7 on Z/os V1.11

2010-08-18 Thread Ed Gould
--- 
OSNIP-Doesn't 
charging strictly based on CPU usage do something similar?

At least charging on a business metric is understandable to a business user.


Ed replied:

That is an interesting question, and there are several possible answers.However 
the answers are not really pertinent as there always exceptions to the rule.
I guess I am suggesting there there really is no one way (costing wise) to make 
everyone happy. Which ends up being charge for total usage is the easy way to 
go for IBM and the users.
What might become interesting is if DB2 came up with a specialized engine and 
then how do you charge for that?
Ed
ps: A LONG LONG time ago IBM had a product (memory is dim here) that basically 
front ended DB2 . We were unaware going in to the product that there was a back 
end requirement for DB2. Once we found out we immediately stopped looking at 
the product. It wasn't that we were anti DB2 (and no one was DB2 trained) it 
was strictly a resource issue and we just could not afford (nor was there 
available at the time) a faster system than we had. We were also very storage 
constrained as well and could not increase the memory (we were at max).





--
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: I am trying to copy the contents of a usercatalog and am running into trouble

2010-08-18 Thread Scott Rowe
No, it can't be done, at least not like that.
 
A catalog import must be to the same name, and I don't think there can be any 
data in it before you import.
 
If you are trying to merge the contents of two catalogs, you need to use REPRO 
MERGECAT.

>>> Binyamin Dissen  8/18/2010 5:02 PM >>>
I did an 

export 'catalog.useraa' outfi(outcat) temp

on the old system.

When I try to 

import inda(outcat) outda('catalog.different') cat('MASTERV.CATALOG') 
(catalog.different already exits)

I get 

IDC0604I DATA SET BEING IMPORTED WAS EXPORTED ON   08/18/10 AT 23:28:45 
IDC3012I ENTRY CATALOG.different NOT FOUND+  
IDC0014I LASTCC=12  
IDC3009I ** VSAM CATALOG RETURN CODE IS 8 - REASON CODE IS IGG0CLEG-42  


Is what I am doing even possible?

Must the catalog names be the same?

Must I start from an empty catalog?

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



CONFIDENTIALITY/EMAIL NOTICE: The material in this transmission contains 
confidential and privileged information intended only for the addressee.  If 
you are not the intended recipient, please be advised that you have received 
this material in error and that any forwarding, copying, printing, 
distribution, use or disclosure of the material is strictly prohibited.  If you 
have received this material in error, please (i) do not read it, (ii) reply to 
the sender that you received the message in error, and (iii) erase or destroy 
the material. Emails are not secure and can be intercepted, amended, lost or 
destroyed, or contain viruses. You are deemed to have accepted these risks if 
you communicate with us by email. Thank you.


--
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: TWS security question - CP protection

2010-08-18 Thread Hal Merritt
That's not really a RACF 'failure'. RACF is not providing any security here, 
only repository services.   

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Juan Mautalen
Sent: Wednesday, August 18, 2010 4:13 PM
To: IBM-MAIN@bama.ua.edu
Subject: TWS security question - CP protection

Hi:

We have TWS 8.2 (rather old, i know…) and z/OS 1.9.

We have TWS protected using RACF IBMOPC class. Our protection is basically 
implemented using “Fixed Resources”, but for some TWS sensible data we have 
also implemented protection at the “subresource level”. So, subresources 
“AD.OWNER” and “CP.OWNER” are specified in the Controller Parm.

However, protection for the Current Plan (CP) is not working exactly as 
expected.

Example:
User A has UPDATE access to “fixed resource” CP (protected by a discrete 
profile)
User A has NONE access to subresource CPO.JUAN (protected by a discrete profile)

Then, if A goes to Option 5 (Modify the Current Plan) and then selects 2 (List 
existing occurrences for further processing), he can indeed list all 
occurrences in the current plan for applications with JUAN as “OWNER ID”. And 
he can even browse them. I was expecting this to fail because of A lacking READ 
authority over ADO.JUAN.

What is more confusing is that a RACF failure is indeed logged:

ICH408I USER(A   ) GROUP(GROUPA ) NAME(MAUTALEN JUAN GUILLE)
  CPO.JUAN CL(IBMOPC  )
  INSUFFICIENT ACCESS AUTHORITY  
  ACCESS INTENT(READ   )  ACCESS ALLOWED(NONE   )

So, TWS asks RACF, RACF answers NO (RC=08), but TWS shows the listing anyway.

On the other hand, If A tries to Modify some occurrence field, then the attempt 
is rejected and this time the ICH408I message shows an “access intent” of 
UPDATE.

To sum it up, it looks as if TWS is not honoring RACF “READ protection” for 
subresources owned by CP (but is honoring UPDATE protection).

The internal RACF refresh needed by TWS was allways done after modifying 
protecting subresources profiles (Option 9.6 from the Main menu).

Any idea why this is not working as expected?



Thanks in advance for your help,



  

--
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
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: I am trying to copy the contents of a usercatalog and am running into trouble

2010-08-18 Thread Clifford McNeill
> Must I start from an empty catalog?

I think you do.  
 
Cliff McNeill 
--
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: API or visibility into PR/SM for Vendor-written programs?

2010-08-18 Thread Rick Fochtman

---
Is there an API or anything similar whereby a vendor-written program 
could have visibility into a z box at the PR/SM level (other than 
CSRSI)? Could "see" and potentially make configuration changes to "the 
whole box" as opposed to a single LPAR? Can one write code that runs at 
the "box" level, below the LPARs?


I'm sure that it's possible, but the interfaces are quite likely to be 
proprietary and non-published.


Certainly not a good idea, since the whole shop could be very adversely 
affected in the event of a user specification or programming error.


That's one of those areas where you should "Look but never touch."

Rick

--
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: Finding IPL Text for Stand Alone Dump

2010-08-18 Thread Rick Fochtman

---
It would be a good idea to IPL the SADMP to verify its operation anyway. 
Much better than finding out it doesn't work when you actually need it!

--
AMEN, BROTHER!  Do that for any SA programs you have loaded onto disks 
or tapes. An ounce of prevention..


Rick

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


TWS security question - CP protection

2010-08-18 Thread Juan Mautalen
Hi:

We have TWS 8.2 (rather old, i know…) and z/OS 1.9.

We have TWS protected using RACF IBMOPC class. Our protection is basically 
implemented using “Fixed Resources”, but for some TWS sensible data we have 
also implemented protection at the “subresource level”. So, subresources 
“AD.OWNER” and “CP.OWNER” are specified in the Controller Parm.

However, protection for the Current Plan (CP) is not working exactly as 
expected.

Example:
User A has UPDATE access to “fixed resource” CP (protected by a discrete 
profile)
User A has NONE access to subresource CPO.JUAN (protected by a discrete profile)

Then, if A goes to Option 5 (Modify the Current Plan) and then selects 2 (List 
existing occurrences for further processing), he can indeed list all 
occurrences in the current plan for applications with JUAN as “OWNER ID”. And 
he can even browse them. I was expecting this to fail because of A lacking READ 
authority over ADO.JUAN.

What is more confusing is that a RACF failure is indeed logged:

ICH408I USER(A   ) GROUP(GROUPA ) NAME(MAUTALEN JUAN GUILLE)
  CPO.JUAN CL(IBMOPC  )
  INSUFFICIENT ACCESS AUTHORITY  
  ACCESS INTENT(READ   )  ACCESS ALLOWED(NONE   )

So, TWS asks RACF, RACF answers NO (RC=08), but TWS shows the listing anyway.

On the other hand, If A tries to Modify some occurrence field, then the attempt 
is rejected and this time the ICH408I message shows an “access intent” of 
UPDATE.

To sum it up, it looks as if TWS is not honoring RACF “READ protection” for 
subresources owned by CP (but is honoring UPDATE protection).

The internal RACF refresh needed by TWS was allways done after modifying 
protecting subresources profiles (Option 9.6 from the Main menu).

Any idea why this is not working as expected?



Thanks in advance for your help,



  

--
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: Current Contract Rates

2010-08-18 Thread Rick Fochtman
I'm in the upper Midwest. Contracts are few and far between but  when I 
get one, it's usually around $150 per hour. But you'll work your a** off 
for it. I do security work.


Rick
--
Mike Myers wrote:

Someone mentioned that the market for consulting was improving just a 
bit ago, but I don't recall the end of the story.


Can anyone give me an idea what kind of rates are being offered around 
the country for an experienced (20+ years) z/OS system programmer?


It would be helpful if you would also say where in the country the rate 
can be found.


TIA.

Mike Myers
Sr. Systems Programmer
Pitt County Memorial Hospital
Greenville, NC

--
The contents of this e-mail (and any attachments) are confidential, may be 
privileged and may contain copyright material. You may only reproduce or 
distribute material if you are expressly authorized by us to do so. If you are 
not the intended recipient, any use, disclosure or copying of this email (and 
any attachments) is unauthorized. If you have received this e-mail in error, 
please notify the sender and immediately delete this e-mail and any copies of 
it from your 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
.

 



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


I am trying to copy the contents of a usercatalog and am running into trouble

2010-08-18 Thread Binyamin Dissen
I did an 

export 'catalog.useraa' outfi(outcat) temp

on the old system.

When I try to 

import inda(outcat) outda('catalog.different') cat('MASTERV.CATALOG') 
(catalog.different already exits)

I get 

IDC0604I DATA SET BEING IMPORTED WAS EXPORTED ON   08/18/10 AT 23:28:45 
IDC3012I ENTRY CATALOG.different NOT FOUND+  
IDC0014I LASTCC=12  
IDC3009I ** VSAM CATALOG RETURN CODE IS 8 - REASON CODE IS IGG0CLEG-42  


Is what I am doing even possible?

Must the catalog names be the same?

Must I start from an empty catalog?

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


Re: Anyone Using z10 Large Pages in anger

2010-08-18 Thread Henry Willard
Shane wrote:

> On Tue, 2010-08-17 at 13:27 -0500, Elpida Tzortzatos. wrote:
>
> > The goal of every platform is to move to transparent use of large pages but
> > that is a very high goal to achieve especially when the large page size is 
> > 1MB
> > (256 contiguous 4k Frames). Implementation of large pages is much simpler
> > and more flexible with smaller large page sizes but the complexity increases
> > with larger large pages sizes.
>
> Much as I am a long time MVS bigot, it would be remiss not to point out
> that Linux supports various sized "large" pages across disparate
> architectures - none of them smaller than 1 Meg I would think.

Different processor architectures support a variety of pages sizes. For example,
Itanium or whatever it is called today has architected page sizes of 4K, 8K, 
16K,
64K, 256K, 1M, 4M, 16M, 64M, 256M, and 4G. Power supports 4K, 64K, and larger
implementation defined sizes such as 16M and 16G. I can

>
> Not to mention multiple (concurrent) sizes within particular
> architectures. I considered z/OS "late to the party" when this was
> announced.

Although Linux supports multiple sizes of larger pages, as a practical matter 
using
more than one is cumbersome, and I not sure what, if any, application does. 
Pools of
each size have to be preallocated.

In Linux page tables are not sharable, so applications with large shared memory
segments with a lot of processes attached to them, such as some relational data
bases, can chew up a lot of real memory with page tables to map the shared 
segments.

> Welcome, but late.
> And if you want to utilise this as a z/VM guest ??? - too bad. All the
> software and hardware is IBM proprietary - how is that acceptable ?
>
> > I am glad you mentioned zLinux since as you can see the z/OS implementation
> > is more flexible in some aspects especially given the 1MB large page size.
> >
> > When it comes to memory topology, our hypervisor (PR/SM) is aware but z/OS
> > itself is agnostic as to hardware memory topology.
>
> I have to question this ambivalent attitude. If TLB hit ratio is such a
> major consideration, how can the possibility of allocation on a
> "foreign" book be even contemplated as acceptable ?.
> Even the current processors have shown susceptibility to performance
> impacts due to poor CP allocation at LPAR activation - are you prepared
> to accept that memory allocation won't be similarly impacted by poor
> decisions ?.
>
> Shane ...
>
> --
> 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

Henry

--
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: Cobol Db2 Question

2010-08-18 Thread Jeff Celander
Yes it is possible to convert from static sql to dynamic sql. 

Refer to the DB2 product programming references for examples on how to do it. 

Talk to your DBA about possible security adjustments and other issues dynamic 
sql bring to the table.

Jeffrey Celander
Software Contractor
EGS Innovations, Inc.

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Marco Gianfranco Indaco
Sent: Wednesday, August 18, 2010 12:02 PM
To: IBM-MAIN@bama.ua.edu
Subject: Cobol Db2 Question

Hi to all.
Does somebody know if it's possible convert a static cursor into dynamic (or
both)?
Is there a special host-variable where the static cursor is stored to be
called dynamically?

Regards.

--
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: DFHSM QUESTION - FINDING LIST OF DSNS

2010-08-18 Thread Gibney, Dave
You can only set it for future logging. There may well be info in DFHSM's log 
datasets:
DFHSM.HSMLOGX1
DFHSM.HSMLOGY1
DFHSM.HSMPDOX 
DFHSM.HSMPDOY

But, I'd need some real RTFM time to know if you can answer your question 
there. If your DFHSM STC has MSGLEVEL=(1,1), you might be able to get info from 
the allocation msgs in JESYSMSG. For that matter, your SMF records for the time 
frame should also have a record. Maybe the DAF freeware could help you.

Dave Gibney
Information Technology Services
Washington State University


> -Original Message-
> From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
> Behalf Of willie bunter
> Sent: Wednesday, August 18, 2010 10:49 AM
> To: IBM-MAIN@bama.ua.edu
> Subject: Re: DFHSM QUESTION - FINDING LIST OF DSNS
> 
> Dave,
> 
> It is set to ACTLOGMSGLVL(EXCEPTIONONLY) which would explain the
> reason.  If I set it to FULL would I be able to retrieve the list of
> dsns or is it lost?
> 
> 
> --- On Wed, 8/18/10, Gibney, Dave  wrote:
> 
> 
> From: Gibney, Dave 
> Subject: Re: DFHSM QUESTION - FINDING LIST OF DSNS
> To: IBM-MAIN@bama.ua.edu
> Received: Wednesday, August 18, 2010, 10:12 AM
> 
> 
> > -Original Message-
> > From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
> > Behalf Of willie bunter
> > Sent: Wednesday, August 18, 2010 8:25 AM
> > To: IBM-MAIN@bama.ua.edu
> > Subject: DFHSM QUESTION - FINDING LIST OF DSNS
> >
> > Good Day All Readers,
> >
> > I migrated (SMS) managed volume because there was ZERO DSCBS
> available
> > for a ML0 volume -  HSEND MIGRATE VOLUME SMC001 DAYS(0).  I did this
> as
> > a quick fix.  I plan to expand the VTOC of the volume on the weekend.
> > My question is after the volume was migrated :
> > ARC0523I SPACE MANAGEMENT ENDED ON VOLUME SBP203, 0635 DATA
> SET(S)
> > MIGRATED/DELETED, 007694 TRACK(S) FREED,MIGRATED
> > I was trying to find the dsns that were either migrated or deleted.
> I
> > checked the MIGRATION LOG but I was unsuccessful.  Is there some
> place
> > else where I can find them?
> 
> What's your SETSYS ACTLOGMSGLVL(FULL | EXCEPTIONONLY | REDUCED) set at?
> If not FULL, then no messages for successful migrations.
> 
> Dave Gibney
> Information Technology Services
> Washington State University
> 
> 
> >
> > 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
> 
> --
> 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: DFHSM QUESTION - FINDING LIST OF DSNS

2010-08-18 Thread willie bunter
Dave,
 
It is set to ACTLOGMSGLVL(EXCEPTIONONLY) which would explain the reason.  If I 
set it to FULL would I be able to retrieve the list of dsns or is it lost?


--- On Wed, 8/18/10, Gibney, Dave  wrote:


From: Gibney, Dave 
Subject: Re: DFHSM QUESTION - FINDING LIST OF DSNS
To: IBM-MAIN@bama.ua.edu
Received: Wednesday, August 18, 2010, 10:12 AM


> -Original Message-
> From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
> Behalf Of willie bunter
> Sent: Wednesday, August 18, 2010 8:25 AM
> To: IBM-MAIN@bama.ua.edu
> Subject: DFHSM QUESTION - FINDING LIST OF DSNS
> 
> Good Day All Readers,
> 
> I migrated (SMS) managed volume because there was ZERO DSCBS available
> for a ML0 volume -  HSEND MIGRATE VOLUME SMC001 DAYS(0).  I did this as
> a quick fix.  I plan to expand the VTOC of the volume on the weekend.
> My question is after the volume was migrated :
> ARC0523I SPACE MANAGEMENT ENDED ON VOLUME SBP203, 0635 DATA SET(S)
> MIGRATED/DELETED, 007694 TRACK(S) FREED,MIGRATED
> I was trying to find the dsns that were either migrated or deleted.  I
> checked the MIGRATION LOG but I was unsuccessful.  Is there some place
> else where I can find them?

What's your SETSYS ACTLOGMSGLVL(FULL | EXCEPTIONONLY | REDUCED) set at? If not 
FULL, then no messages for successful migrations.

Dave Gibney
Information Technology Services
Washington State University


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

--
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: API or visibility into PR/SM for Vendor-written programs?

2010-08-18 Thread Gibney, Dave
I had this awhile back. I needed to REMOVE ibm sites from my IE trusted
site list.

Dave Gibney
Information Technology Services
Washington State University


> -Original Message-
> From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
> Behalf Of Chase, John
> Sent: Wednesday, August 18, 2010 6:12 AM
> To: IBM-MAIN@bama.ua.edu
> Subject: Re: API or visibility into PR/SM for Vendor-written programs?
> 
> > -Original Message-
> > From: IBM Mainframe Discussion List On Behalf Of Charles Mills
> >
> > Thanks.
> >
> > (Does anyone else find these IBM sign-on's to be inscrutable? When I
> go to
> > the links below it wants me to sign in. When I sign in it rejects my
> > credentials. When I click on "forgot my password" it says I am
> already
> > signed in.)
> 
> "Left Hand, Left Hand, this is Right Hand; Come in, over...".
> 
> Doesn't make much sense to me, either.
> 
> -jc-
> 
> --
> 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: CoD IODF solved(I think)

2010-08-18 Thread Dave Kopischke
On Tue, 17 Aug 2010 10:49:36 -0500, Larry Macioce wrote:

>I remembered there was a maint section on
>the HCD panel and lo and behold there is a "copy" .
>So I copied the current IODF to the D9esy1 pack that I will ipl from.
>I have made the appropriate changes to sys1.iplparm, so keep your fingers
>crossed.

I'm pretty sure I'm not following your plan...

If you copy via HCD to your DR disk, you still won't have your IODF/IOCDS 
aligned unless you never refresh that disk.

We replicate our disk to a warm site. When we first built our DR environment 
(local z9 -> remote z10), we performed part of the migration actions to get an 
IOCDS to POR and an IODF that matched the hardware. Once we IPL'd the 
z10 for the first time, I went in an cleaned up all the garbage from the 
migration and created a new IODF/IOCDS set. Then I copied the IODF, tersed 
it, and FTP'd it to my PC and back to my local z9. That way I have a DR IODF 
on my local disk that matches my remote definitions and it replicates with 
everything else.

Are you not refreshing your D9esy1 volume ??? That seems like a lot of 
complexity and wasted space to preserve an IODF.

--
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: DFHSM QUESTION - FINDING LIST OF DSNS

2010-08-18 Thread Gibney, Dave
> -Original Message-
> From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
> Behalf Of willie bunter
> Sent: Wednesday, August 18, 2010 8:25 AM
> To: IBM-MAIN@bama.ua.edu
> Subject: DFHSM QUESTION - FINDING LIST OF DSNS
> 
> Good Day All Readers,
> 
> I migrated (SMS) managed volume because there was ZERO DSCBS available
> for a ML0 volume -  HSEND MIGRATE VOLUME SMC001 DAYS(0).  I did this as
> a quick fix.  I plan to expand the VTOC of the volume on the weekend.
> My question is after the volume was migrated :
> ARC0523I SPACE MANAGEMENT ENDED ON VOLUME SBP203, 0635 DATA SET(S)
> MIGRATED/DELETED, 007694 TRACK(S) FREED,MIGRATED
> I was trying to find the dsns that were either migrated or deleted.  I
> checked the MIGRATION LOG but I was unsuccessful.  Is there some place
> else where I can find them?

What's your SETSYS ACTLOGMSGLVL(FULL | EXCEPTIONONLY | REDUCED) set at? If not 
FULL, then no messages for successful migrations.

Dave Gibney
Information Technology Services
Washington State University


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

--
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: NJE Linux to z/OS was:RE: [NEWBIE] Compiling and Binding 64-bit mode C programs

2010-08-18 Thread McKown, John
Thanks.

John McKown 

Systems Engineer IV

IT

 

Administrative Services Group

 

HealthMarkets(r)

 

9151 Boulevard 26 * N. Richland Hills * TX 76010

(817) 255-3225 phone * (817)-691-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 Mark Post
> Sent: Wednesday, August 18, 2010 12:00 PM
> To: IBM-MAIN@bama.ua.edu
> Subject: NJE Linux to z/OS was:RE: [NEWBIE] Compiling and 
> Binding 64-bit mode C programs
> 
> >>> On 8/18/2010 at 08:17 AM, "McKown, John" 
>  wrote:
> 
> > What is your Linux system running on? z or Intel? What 
> program/package allows 
> > Linux to act as an NJE node?
> 
> I would imagine this:
> http://www.bsiopti.com/ftp/nje/njeipbridge-fs.pdf
> 
> 
> Mark Post
> 
> --
> 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


Cobol Db2 Question

2010-08-18 Thread Marco Gianfranco Indaco
Hi to all.
Does somebody know if it's possible convert a static cursor into dynamic (or
both)?
Is there a special host-variable where the static cursor is stored to be
called dynamically?

Regards.

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


NJE Linux to z/OS was:RE: [NEWBIE] Compiling and Binding 64-bit mode C programs

2010-08-18 Thread Mark Post
>>> On 8/18/2010 at 08:17 AM, "McKown, John"  
>>> wrote:

> What is your Linux system running on? z or Intel? What program/package allows 
> Linux to act as an NJE node?

I would imagine this:
http://www.bsiopti.com/ftp/nje/njeipbridge-fs.pdf


Mark Post

--
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: Anybody used SDSF / REXX in HTTPD CGI pgm?

2010-08-18 Thread Paul Gilmartin
On Wed, 18 Aug 2010 08:15:53 -0700, Scott Ford wrote:
>
>Done a lot of rexx programming stuff over the years, havent dont anything in 
>regard to a CGI-program. This sounds great to do.
>I have worked some with SDSF/REXX via TSO and issuing cmds to MVS and 
>retrieving 
>output, etc.
> 
A dismaying discovery in an early attempt to code a CGI-program in Rexx
for Apache: If I code:

execv( "/fully/qualified/pathname", argv );

o execv() first examines the magic number in "/fully/qualified/pathname"
  and determines that it is a Rexx EXEC.

o Then it searches directories in $PATH for argv[ 0 ], possibly
  finding someting completely different, perhaps not even an EXEC,
  with astonishing results.

Has this been fixed?

-- 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: Announcement/FCS dates for IOCP and MVSCP

2010-08-18 Thread Staller, Allan
IIRC, IOCP was concurrent w/ the 308x series of processors.

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Shmuel Metz (Seymour J.)
Sent: Wednesday, August 18, 2010 10:15 AM
To: IBM-MAIN@bama.ua.edu
Subject: Announcement/FCS dates for IOCP and MVSCP

Does anybody remember when IOCP and MVSCP first came out?
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see  
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

--
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: [NEWBIE] Compiling and Binding 64-bit mode C programs

2010-08-18 Thread Shmuel Metz (Seymour J.)
In , on 08/17/2010
   at 01:35 PM, Neale Ferguson  said:

>Content-Type: text/plain; charset="iso-8859-1"

This looks normal but

>When I use the supplied proc ³EDCQCBG² 

is garbled. Is there something funny with your mail client?

>ALLOC -
>DSNAME(IBMUSER.LOAD) -

What DATACLASS did your ACS assign? What sdid it have for number of
directory blocks?

>Did I create the PDSE correctly?

Look at it in, e.g., ISPF 3.2 and see what the DSORG is. Also, try
recreating it with JCL or ISPF 3.2 and explicitly provide a directory
count.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see  
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


Old MVS announcement letters

2010-08-18 Thread Shmuel Metz (Seymour J.)
Does anybody still have copies of the announcement letters for the
various releases of OS/VS2, MVS selectable units, MVS/SE, MVS/SP V1,
MVS/SP V2 (MVS/XA), MVS/SP V3 (MVS/ESA), MVS/ESA SP V4, TSO Comm,and
Package, DF/DS, DF/EF or DFP?

Thanks.
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see  
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


DFHSM QUESTION - FINDING LIST OF DSNS

2010-08-18 Thread willie bunter
Good Day All Readers,
 
I migrated (SMS) managed volume because there was ZERO DSCBS available for a 
ML0 volume -  HSEND MIGRATE VOLUME SMC001 DAYS(0).  I did this as a quick fix.  
I plan to expand the VTOC of the volume on the weekend.  My question is after 
the volume was migrated : 
ARC0523I SPACE MANAGEMENT ENDED ON VOLUME SBP203, 0635 DATA SET(S) 
MIGRATED/DELETED, 007694 TRACK(S) FREED,MIGRATED
I was trying to find the dsns that were either migrated or deleted.  I checked 
the MIGRATION LOG but I was unsuccessful.  Is there some place else where I can 
find them?
 
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


Announcement/FCS dates for IOCP and MVSCP

2010-08-18 Thread Shmuel Metz (Seymour J.)
Does anybody remember when IOCP and MVSCP first came out?
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see  
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: Anybody used SDSF / REXX in HTTPD CGI pgm?

2010-08-18 Thread Scott Ford
Done a lot of rexx programming stuff over the years, havent dont
John:

Done a lot of rexx programming stuff over the years, havent dont anything in 
regard to a CGI-program. This sounds great to do.
I have worked some with SDSF/REXX via TSO and issuing cmds to MVS and 
retrieving 
output, etc.
 
Scott J Ford
 





From: "McKown, John" 
To: IBM-MAIN@bama.ua.edu
Sent: Wed, August 18, 2010 10:48:34 AM
Subject: Anybody used SDSF / REXX in HTTPD CGI pgm?

Just curious. I'm looking at using the REXX interface to SDSF to put some 
information up on a Web page. No, I don't have a actual design or request or 
anything else. This is more for my learning and it may be of some use to our BI 
folks who sometimes need z/OS information (which I may be able to get via SDSF) 
but don't really understand using TSO. I already put up an ISPF 3.4 type 
dataset 
list via a web page for them.

John McKown
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-691-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


Anybody used SDSF / REXX in HTTPD CGI pgm?

2010-08-18 Thread McKown, John
Just curious. I'm looking at using the REXX interface to SDSF to put some 
information up on a Web page. No, I don't have a actual design or request or 
anything else. This is more for my learning and it may be of some use to our BI 
folks who sometimes need z/OS information (which I may be able to get via SDSF) 
but don't really understand using TSO. I already put up an ISPF 3.4 type 
dataset list via a web page for them.

John McKown
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-691-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


PFA Messages on z1.11

2010-08-18 Thread Dazzo, Matt
When starting task PFA I got msg AIR022I as discussed in the Problem Management 
Guide pg-41. Indicates path to the JVM is not correct.

In our /SYSTEM/etc/profile we have,

 PATH=/bin:/usr/lpp/java/J6.0_64/bin/
export PATH




In file   /u/pfauser/PFA_MESSAGE_ARRIVAL_RATE/inicontains the below. 
Which I thought directed PFA to use java 5.0?

PATH= /JavaPath/bin/classic:/JavaPath/bin
/* PATH= /usr/lpp/java/J5.0/bin/classic:/usr/lpp/java/J5.0/bin */
NLSPATH=  /usr/lpp/nls/msg/%L/%n:/usr/lib/msg/%L/%n.catxlc/bin
LIBPATH=  /JavaPath/bin:/JavaPath/bin/classic:/lib:/usr/lib:
/* LIBPATH=  /usr/lpp/java/J5.0/bin:/usr/lpp/java/J5.0/bin/classic:/lib:/usr/lib
LANG= C
JAVAPATH= /usr/lpp/bcp

I read the that PFA does not support 64 bit SDK, but shouldn't the values in  
u/pfauser/PFA_MESSAGE_ARRIVAL_RATE/ini  be the ones used?

Any help in educating me to what needs to change and what it should be is 
appreciated.

Tks Matt




--
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: API or visibility into PR/SM for Vendor-written programs?

2010-08-18 Thread Thompson, Steve
-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Chase, John
Sent: Wednesday, August 18, 2010 8:12 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: API or visibility into PR/SM for Vendor-written programs?

> -Original Message-
> From: IBM Mainframe Discussion List On Behalf Of Charles Mills
> 
> Thanks.
> 
> (Does anyone else find these IBM sign-on's to be inscrutable? When I
go to
> the links below it wants me to sign in. When I sign in it rejects my
> credentials. When I click on "forgot my password" it says I am already
> signed in.)

"Left Hand, Left Hand, this is Right Hand; Come in, over...".

Doesn't make much sense to me, either.


I find this kind of thing happens when I am using FireFox and not
Internet Exploder.

Regards,
Steve Thompson

--
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: mainframe zip

2010-08-18 Thread Jim McAlpine
On Sun, Aug 15, 2010 at 1:35 PM, Shmuel Metz (Seymour J.) <
shmuel+ibm-m...@patriot.net > wrote:

> In 
> >,
> on
> 08/13/2010
>
> Not unless the MVS version is radically different from the OS/2
> version. The zip command takes a list of files, and if you are calling
> it from the shell then you can use file globbing. With the -@ option
> it will take a list of file names from STDIN.
>
> --
> Shmuel (Seymour J.) Metz, SysProg and JOAT
> ISO position; see 
> We don't care. We don't have to care, we're Congress.
> (S877: The Shut up and Eat Your spam act of 2003)
>
>
>

Thanks for letting me know about the list of files option.  That works via
SYSIN in batch.  The next problem I have is that I can't get the zip command
to just treat the file names as names without creating a directory
structure.  For instance, if I have a list of files like so -

H30D.QED.SJE.T47996.SZJRSH.SYSP
H30D.QED.SJE.T47997.SZJRSH.SYSP
The zip command treats the first 4 levels as directories and the zip output
looks like thsi -

Translating to ASCII...
  adding: H30D/QED/SJE/T47996/SZJRSH.SYSP   (in=428)
(out=229) (deflated 46%)
  adding: H30D/QED/SJE/T47997/SZJRSH.SYSP   (in=456)
(out=243) (deflated 47%)
total bytes=884, compressed=472 -> 47% savings
and when I ftp and unzip the archive I get a directory structure created of
the first 4 levels.  I've checked the doc but I can't see any way round
this.  Is there some option I've missed or am I stuck with that behaviour.

Jim McAlpine

--
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: API or visibility into PR/SM for Vendor-written programs?

2010-08-18 Thread Meral Temel (Garanti Teknoloji)
You may try from the starting point of link 
https://www-304.ibm.com/servers/resourcelink/svc03100.nsf?OpenDatabase

1- Sign in if you can  if not your IBM ID may not be authorized to use 
resourcelink .Check with your IBM support team
2- Choose library from menu options on the left hand side of web page.
3-Then choose z10 EC or whatever your CEC"s model is ...You should see all 
documents based on that model

The ones that I send as reading recommendation are the following books...I am 
not sure whether Java is available for older models.


Title Order number Download 

API for Java API-JAVA-08 API-JAVA-08.pdf (1.91MB)
Application Programming Interfaces SB10-7030-12 SB10-7030-12.pdf (1.1MB)

Hope it helps 
Regards
Meral

 
 



-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Charles Mills
Sent: Wednesday, August 18, 2010 3:55 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: [IBM-MAIN] API or visibility into PR/SM for Vendor-written 
programs?

Thanks.

(Does anyone else find these IBM sign-on's to be inscrutable? When I go to
the links below it wants me to sign in. When I sign in it rejects my
credentials. When I click on "forgot my password" it says I am already
signed in.)

Charles

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf
Of Meral Temel (Garanti Teknoloji)
Sent: Wednesday, August 18, 2010 8:49 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: API or visibility into PR/SM for Vendor-written programs?

You may check these docs from IBM resourcelink website... 
Using BCP/II API you can change weigths ,cap values enable disable softcap
/hardcap etc and exchange data as well.
Also using SNMP  interfaces you can get high level of some kind of
information not all but it is very easy to implement and usefull for getting
alerts Try using SNMP if you want to only read but BCP/II will be better
choose for your requests which includes both read and write in detail scope.

https://www-304.ibm.com/servers/resourcelink/lib03010.nsf/pagesByDocid/B09E4
22F170FFC9C85257075004BDE92?OpenDocument
https://www-304.ibm.com/servers/resourcelink/lib03010.nsf/pagesByDocid/12203
E9295D4EF6E85257075004C9EC2?OpenDocument

Regards
Meral



-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf
Of Charles Mills
Sent: Wednesday, August 18, 2010 3:11 PM
To: IBM-MAIN@bama.ua.edu
Subject: [IBM-MAIN] API or visibility into PR/SM for Vendor-written
programs?

I was asked this question by an associate who is extremely knowledgeable
relative to software virtualization but relatively unfamiliar with PR/SM
(and z/VM).

Is there an API or anything similar whereby a vendor-written program could
have visibility into a z box at the PR/SM level (other than CSRSI)? Could
"see" and potentially make configuration changes to "the whole box" as
opposed to a single LPAR? Can one write code that runs at the "box" level,
below the LPARs?

Charles Mills

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


This message and attachments are confidential and intended solely for the
individual(s) stated in this message. If you received this message although
you are not the addressee, you are responsible to keep the message
confidential. The sender has no responsibility for the accuracy or
correctness of the information in the message and its attachments. Our
company shall have no liability for any changes or late receiving, loss of
integrity and confidentiality, viruses and any damages caused in anyway to
your computer system.  

Bu mesaj ve ekleri, mesajda gonderildigi belirtilen kisi/kisilere ozeldir ve
gizlidir. Bu mesajin muhatabi olmamaniza ragmen tarafiniza ulasmis olmasi
halinde mesaj iceriginin gizliligi ve bu gizlilik yukumlulugune uyulmasi
zorunlulugu tarafiniz icin de soz konusudur. Mesaj ve eklerinde yer alan
bilgilerin dogrulugu ve guncelligi konusunda gonderenin ya da sirketimizin
herhangi bir sorumlulugu bulunmamaktadir. Sirketimiz mesajin ve bilgilerinin
size degisiklige ugrayarak veya gec ulasmasindan, butunlugunun ve
gizliliginin korunamamasindan, virus icermesinden ve bilgisayar sisteminize
verebilecegi herhangi bir zarardan sorumlu tutulamaz.

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

Re: [NEWBIE] Compiling and Binding 64-bit mode C programs

2010-08-18 Thread Thomas David Rivers

Kirk Wolf wrote:


Only rarely will I venture to disagree with Gil, but here goes -
You don't need JCL to build C, C++, Java or even assembler on z/OS.

We do all of our source development on Linux (using an IDE; Eclipse,
but any will do), and then to build we incrementally push changed
source files via Ant with either sftp or ftp and then do a "make" from
a z/OS ssh shell (or ssh Ant task).   The exception is Java, where we
build jars on our Linux workstations and just move them to z/OS via
Ant scripts - IMO it is foolish to compile java on z/OS.

 


And - if you wanted to, you could use the Dignus
tools in IBM compatible mode and get rid of moving
that source around; just move the objects and do the build
directly in your Eclipse environment.

Depending on what you're doing; you can even do the
pre-link + link directly in that Eclipse environment and
just have the one executable to move & execute.

  - Dave R. -


--
riv...@dignus.comWork: (919) 676-0847
Get your mainframe programming tools at http://www.dignus.com

--
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: API or visibility into PR/SM for Vendor-written programs?

2010-08-18 Thread Scott Rowe
It sounds to me like the ID you are using is not authorized for ResourceLink.

>>> Charles Mills  8/18/2010 8:54 AM >>>
Thanks.

(Does anyone else find these IBM sign-on's to be inscrutable? When I go to
the links below it wants me to sign in. When I sign in it rejects my
credentials. When I click on "forgot my password" it says I am already
signed in.)

Charles

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf
Of Meral Temel (Garanti Teknoloji)
Sent: Wednesday, August 18, 2010 8:49 AM
To: IBM-MAIN@bama.ua.edu 
Subject: Re: API or visibility into PR/SM for Vendor-written programs?

You may check these docs from IBM resourcelink website... 
Using BCP/II API you can change weigths ,cap values enable disable softcap
/hardcap etc and exchange data as well.
Also using SNMP  interfaces you can get high level of some kind of
information not all but it is very easy to implement and usefull for getting
alerts Try using SNMP if you want to only read but BCP/II will be better
choose for your requests which includes both read and write in detail scope.

https://www-304.ibm.com/servers/resourcelink/lib03010.nsf/pagesByDocid/B09E4 
22F170FFC9C85257075004BDE92?OpenDocument
https://www-304.ibm.com/servers/resourcelink/lib03010.nsf/pagesByDocid/12203 
E9295D4EF6E85257075004C9EC2?OpenDocument

Regards
Meral



-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf
Of Charles Mills
Sent: Wednesday, August 18, 2010 3:11 PM
To: IBM-MAIN@bama.ua.edu 
Subject: [IBM-MAIN] API or visibility into PR/SM for Vendor-written
programs?

I was asked this question by an associate who is extremely knowledgeable
relative to software virtualization but relatively unfamiliar with PR/SM
(and z/VM).

Is there an API or anything similar whereby a vendor-written program could
have visibility into a z box at the PR/SM level (other than CSRSI)? Could
"see" and potentially make configuration changes to "the whole box" as
opposed to a single LPAR? Can one write code that runs at the "box" level,
below the LPARs?

Charles Mills

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


This message and attachments are confidential and intended solely for the
individual(s) stated in this message. If you received this message although
you are not the addressee, you are responsible to keep the message
confidential. The sender has no responsibility for the accuracy or
correctness of the information in the message and its attachments. Our
company shall have no liability for any changes or late receiving, loss of
integrity and confidentiality, viruses and any damages caused in anyway to
your computer system.  

Bu mesaj ve ekleri, mesajda gonderildigi belirtilen kisi/kisilere ozeldir ve
gizlidir. Bu mesajin muhatabi olmamaniza ragmen tarafiniza ulasmis olmasi
halinde mesaj iceriginin gizliligi ve bu gizlilik yukumlulugune uyulmasi
zorunlulugu tarafiniz icin de soz konusudur. Mesaj ve eklerinde yer alan
bilgilerin dogrulugu ve guncelligi konusunda gonderenin ya da sirketimizin
herhangi bir sorumlulugu bulunmamaktadir. Sirketimiz mesajin ve bilgilerinin
size degisiklige ugrayarak veya gec ulasmasindan, butunlugunun ve
gizliliginin korunamamasindan, virus icermesinden ve bilgisayar sisteminize
verebilecegi herhangi bir zarardan sorumlu tutulamaz.

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



CONFIDENTIALITY/EMAIL NOTICE: The material in this transmission contains 
confidential and privileged information intended only for the addressee.  If 
you are not the intended recipient, please be advised that you have received 
this material in error and that any forwarding, copying, printing, 
distribution, use or disclosure of the material is strictly prohibited.  If you 
have received this material in error, please (i) do not read it, (ii) reply to 
the sender that you received the message in error, and (iii) erase or destroy 
the material. Emails are not secure and can be intercepted, amended, lost or 
destroyed, or contain viruses. You are deemed to have accepted these risks if 
you communicate with us by email. Thank you.


--
For IBM-MAIN subscribe / signoff / archive access instructions,

Re: API or visibility into PR/SM for Vendor-written programs?

2010-08-18 Thread Chase, John
> -Original Message-
> From: IBM Mainframe Discussion List On Behalf Of Charles Mills
> 
> Thanks.
> 
> (Does anyone else find these IBM sign-on's to be inscrutable? When I
go to
> the links below it wants me to sign in. When I sign in it rejects my
> credentials. When I click on "forgot my password" it says I am already
> signed in.)

"Left Hand, Left Hand, this is Right Hand; Come in, over...".

Doesn't make much sense to me, either.

-jc-

--
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: QUERY IN ASSEMBLER

2010-08-18 Thread Ram Study
Thanks all. After Clearing R15 my issue is resolve :) .


Regards,
Ram Balaji.S.

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf
Of J R
Sent: Wednesday, August 18, 2010 4:38 PM
To: IBM-MAIN@bama.ua.edu
Subject: Re: QUERY IN ASSEMBLER

> Register 15, or more precisely the low order two bytes are used to pass
the return code for a program, which becomes the COND CODE

Even more precisely, the COND CODE comprises the low order 12 bits of R15.  

 
> Date: Wed, 18 Aug 2010 10:42:14 +0100
> From: terry.sambro...@btclick.com
> Subject: Re: QUERY IN ASSEMBLER
> To: IBM-MAIN@bama.ua.edu
> 
> Hi Ram,
> 
> You have had two other responses to your query in respect of COND CODE
3552
> after running your assembler program. Both allude to Register 15 and both
> are correct in that Register 15, or more precisely the low order two bytes
> are used to pass the return code for a program, which becomes the COND
CODE
> in respect of top-level batch programs.
> 
> If you are using the RETURN macro, then it has a parameter to set the
Return
> Code (COND CODE) if you are restoring manually as may be the case if the
PR
> instruction is being used to exit the program, the register 15 needs to be
> set appropriately just prior to the PR. Suitable instructions might be SR
or
> LA.
> 
> In the wider context of is there a list of COND CODES for assembler
programs
> the answer depends upon the precise meaning of the question. In this
> instance I will assume that the question relates to writing ones own
> programs and in the regard the choice is the author's. There is only one
> basic rule and that relates to the upper limit of a valid return code or
> cond code (see JCL Manual for details.) 
> 
> Below the upper limit it is generally regarded that COND CODE  means
> everything is OK... Beyond that any integer is valid and can mean what the
> programmer wants it to mean as far as the system is concerned any non-zero
> COND CODE is still normal completion.
> 
> IBM Utilities tend to issue COND CODEs in step increments of four, i.e. 0,
> 4, 8, 12 etc. This is probably done because the Branch on Condition (BC)
> instruction is 4 bytes long, and when combined with COND CODE 4, can be
used
> to construct BRANCH TABLES. These are useful optimization aids which could
> be seen as an Assembler equivalent of EVALUATE, SELECT, or SWITCH in other
> languages.
> 
> Kind Regards - Terry
> 
> Director
> KMS-IT Limited
> 228 Abbeydale Road South
> Dore
> Sheffield
> S17 3LA
> UK
> 
> Reg : 3767263
  
--
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
 

__ Information from ESET Smart Security, version of virus signature
database 5299 (20100721) __

The message was checked by ESET Smart Security.

http://www.eset.com
 
 

__ Information from ESET Smart Security, version of virus signature
database 5299 (20100721) __

The message was checked by ESET Smart Security.

http://www.eset.com
 

--
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 Using z10 Large Pages in anger

2010-08-18 Thread Shane
On Tue, 2010-08-17 at 13:27 -0500, Elpida Tzortzatos. wrote:

> The goal of every platform is to move to transparent use of large pages but 
> that is a very high goal to achieve especially when the large page size is 
> 1MB 
> (256 contiguous 4k Frames). Implementation of large pages is much simpler 
> and more flexible with smaller large page sizes but the complexity increases 
> with larger large pages sizes. 

Much as I am a long time MVS bigot, it would be remiss not to point out
that Linux supports various sized "large" pages across disparate
architectures - none of them smaller than 1 Meg I would think.
Not to mention multiple (concurrent) sizes within particular
architectures. I considered z/OS "late to the party" when this was
announced. Welcome, but late.
And if you want to utilise this as a z/VM guest ??? - too bad. All the
software and hardware is IBM proprietary - how is that acceptable ?

> I am glad you mentioned zLinux since as you can see the z/OS implementation 
> is more flexible in some aspects especially given the 1MB large page size.  
> 
> When it comes to memory topology, our hypervisor (PR/SM) is aware but z/OS 
> itself is agnostic as to hardware memory topology.  

I have to question this ambivalent attitude. If TLB hit ratio is such a
major consideration, how can the possibility of allocation on a
"foreign" book be even contemplated as acceptable ?.
Even the current processors have shown susceptibility to performance
impacts due to poor CP allocation at LPAR activation - are you prepared
to accept that memory allocation won't be similarly impacted by poor
decisions ?.

Shane ...

--
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: API or visibility into PR/SM for Vendor-written programs?

2010-08-18 Thread Charles Mills
Thanks.

(Does anyone else find these IBM sign-on's to be inscrutable? When I go to
the links below it wants me to sign in. When I sign in it rejects my
credentials. When I click on "forgot my password" it says I am already
signed in.)

Charles

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf
Of Meral Temel (Garanti Teknoloji)
Sent: Wednesday, August 18, 2010 8:49 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: API or visibility into PR/SM for Vendor-written programs?

You may check these docs from IBM resourcelink website... 
Using BCP/II API you can change weigths ,cap values enable disable softcap
/hardcap etc and exchange data as well.
Also using SNMP  interfaces you can get high level of some kind of
information not all but it is very easy to implement and usefull for getting
alerts Try using SNMP if you want to only read but BCP/II will be better
choose for your requests which includes both read and write in detail scope.

https://www-304.ibm.com/servers/resourcelink/lib03010.nsf/pagesByDocid/B09E4
22F170FFC9C85257075004BDE92?OpenDocument
https://www-304.ibm.com/servers/resourcelink/lib03010.nsf/pagesByDocid/12203
E9295D4EF6E85257075004C9EC2?OpenDocument

Regards
Meral



-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf
Of Charles Mills
Sent: Wednesday, August 18, 2010 3:11 PM
To: IBM-MAIN@bama.ua.edu
Subject: [IBM-MAIN] API or visibility into PR/SM for Vendor-written
programs?

I was asked this question by an associate who is extremely knowledgeable
relative to software virtualization but relatively unfamiliar with PR/SM
(and z/VM).

Is there an API or anything similar whereby a vendor-written program could
have visibility into a z box at the PR/SM level (other than CSRSI)? Could
"see" and potentially make configuration changes to "the whole box" as
opposed to a single LPAR? Can one write code that runs at the "box" level,
below the LPARs?

Charles Mills

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


This message and attachments are confidential and intended solely for the
individual(s) stated in this message. If you received this message although
you are not the addressee, you are responsible to keep the message
confidential. The sender has no responsibility for the accuracy or
correctness of the information in the message and its attachments. Our
company shall have no liability for any changes or late receiving, loss of
integrity and confidentiality, viruses and any damages caused in anyway to
your computer system.  

Bu mesaj ve ekleri, mesajda gonderildigi belirtilen kisi/kisilere ozeldir ve
gizlidir. Bu mesajin muhatabi olmamaniza ragmen tarafiniza ulasmis olmasi
halinde mesaj iceriginin gizliligi ve bu gizlilik yukumlulugune uyulmasi
zorunlulugu tarafiniz icin de soz konusudur. Mesaj ve eklerinde yer alan
bilgilerin dogrulugu ve guncelligi konusunda gonderenin ya da sirketimizin
herhangi bir sorumlulugu bulunmamaktadir. Sirketimiz mesajin ve bilgilerinin
size degisiklige ugrayarak veya gec ulasmasindan, butunlugunun ve
gizliliginin korunamamasindan, virus icermesinden ve bilgisayar sisteminize
verebilecegi herhangi bir zarardan sorumlu tutulamaz.

--
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: QUERY IN ASSEMBLER

2010-08-18 Thread Chase, John
> -Original Message-
> From: IBM Mainframe Discussion List On Behalf Of Ram Study
> 
> Hi All,
> 
> 
> 
> I have written a basic file handling program and ran in assembler.
> 
> Program went fine but I am getting cond code 3552. Is that common..?
> 
> Is there any cond code list for assembler.

Depending on experience level (among other things), it's not all that
unusual for the programmer to forget to zero register 15 before
terminating the program.  It's possible that your condition code of 3552
is simply a residual value in register 15 at program termination.

-jc-

--
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: API or visibility into PR/SM for Vendor-written programs?

2010-08-18 Thread Meral Temel (Garanti Teknoloji)
You may check these docs from IBM resourcelink website... 
Using BCP/II API you can change weigths ,cap values enable disable softcap 
/hardcap etc and exchange data as well.
Also using SNMP  interfaces you can get high level of some kind of information 
not all but it is very easy to implement and usefull for getting alerts Try 
using SNMP if you want to only read but BCP/II will be better choose for your 
requests which includes both read and write in detail scope.

https://www-304.ibm.com/servers/resourcelink/lib03010.nsf/pagesByDocid/B09E422F170FFC9C85257075004BDE92?OpenDocument
https://www-304.ibm.com/servers/resourcelink/lib03010.nsf/pagesByDocid/12203E9295D4EF6E85257075004C9EC2?OpenDocument

Regards
Meral



-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Charles Mills
Sent: Wednesday, August 18, 2010 3:11 PM
To: IBM-MAIN@bama.ua.edu
Subject: [IBM-MAIN] API or visibility into PR/SM for Vendor-written programs?

I was asked this question by an associate who is extremely knowledgeable
relative to software virtualization but relatively unfamiliar with PR/SM
(and z/VM).

Is there an API or anything similar whereby a vendor-written program could
have visibility into a z box at the PR/SM level (other than CSRSI)? Could
"see" and potentially make configuration changes to "the whole box" as
opposed to a single LPAR? Can one write code that runs at the "box" level,
below the LPARs?

Charles Mills

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


This message and attachments are confidential and intended solely for the 
individual(s) stated in this message. If you received this message although you 
are not the addressee, you are responsible to keep the message confidential. 
The sender has no responsibility for the accuracy or correctness of the 
information in the message and its attachments. Our company shall have no 
liability for any changes or late receiving, loss of integrity and 
confidentiality, viruses and any damages caused in anyway to your computer 
system.  

Bu mesaj ve ekleri, mesajda gonderildigi belirtilen kisi/kisilere ozeldir ve 
gizlidir. Bu mesajin muhatabi olmamaniza ragmen tarafiniza ulasmis olmasi 
halinde mesaj iceriginin gizliligi ve bu gizlilik yukumlulugune uyulmasi 
zorunlulugu tarafiniz icin de soz konusudur. Mesaj ve eklerinde yer alan 
bilgilerin dogrulugu ve guncelligi konusunda gonderenin ya da sirketimizin 
herhangi bir sorumlulugu bulunmamaktadir. Sirketimiz mesajin ve bilgilerinin 
size degisiklige ugrayarak veya gec ulasmasindan, butunlugunun ve gizliliginin 
korunamamasindan, virus icermesinden ve bilgisayar sisteminize verebilecegi 
herhangi bir zarardan sorumlu tutulamaz.

--
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: DB/2 V7 on Z/os V1.11

2010-08-18 Thread Chase, John
> -Original Message-
> From: IBM Mainframe Discussion List On Behalf Of Andrew Rowley
> 
> Gerhard Postpischil wrote:
> 
> > To me higher prices make sense only if you actually get more for
your
> > money - more and better results, better support, etc. So fees based
on
> > actual usage, with credit for spoiled runs, might make sense. Per
seat
> > or machine capacity does not reflect the value to the buyer; my cars
> > costs the same whether I drive alone or carry five passengers. If I
need
> > more, I step up to a minivan or commercial bus, but in no case would
the
> > dealer double the price to sell the same vehicle to a larger
company.
> 
> Most businesses find a way of charging more to the customers who can
> afford more. Software, hardware, airlines, restaurants, certainly car
> companies. The luxury model that costs double the base model doesn't
> cost double to manufacture.
> 
> In the case of cars, there are some examples where features in the
base
> model cost more to manufacture than the more advanced feature in the
> luxury model, but are left to provide a point of differentiation with
> the more expensive model. It wouldn't surprise me if the total cost of
> manufacture/inventory etc. for a car company would be reduced if they
> made a single model with all the luxury features, but they would then
> lose the ability to segment their customers by how much they can pay.

You break the analogy when you compare two different end-products, which
in and of themselves justify different pricing.  For software, consider
that IEFBR14 does exactly the same thing regardless what size machine
it's run on.  Thus, the "problem" now is to justify charging, say, five
dollars to run IEFBR14 on a small machine; five thousand dollars to run
IEFBR14 on a mid-size machine and five million dollars to run IEFBR14 on
the largest machine.

-jc-

--
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: QUERY IN ASSEMBLER

2010-08-18 Thread Barkow, Eileen
Try setting r15 to 0 before exiting.

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Ram Study
Sent: Wednesday, August 18, 2010 9:51 PM
To: IBM-MAIN@bama.ua.edu
Subject: QUERY IN ASSEMBLER

Hi All,

 

I have written a basic file handling program and ran in assembler.

Program went fine but I am getting cond code 3552. Is that common..?

Is there any cond code list for assembler.

 

Regards,

Ram Balaji.S.

 


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


NJE Linux to z/OS was:RE: [NEWBIE] Compiling and Binding 64-bit mode C programs

2010-08-18 Thread McKown, John
What is your Linux system running on? z or Intel? What program/package allows 
Linux to act as an NJE node?

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-691-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


API or visibility into PR/SM for Vendor-written programs?

2010-08-18 Thread Charles Mills
I was asked this question by an associate who is extremely knowledgeable
relative to software virtualization but relatively unfamiliar with PR/SM
(and z/VM).

Is there an API or anything similar whereby a vendor-written program could
have visibility into a z box at the PR/SM level (other than CSRSI)? Could
"see" and potentially make configuration changes to "the whole box" as
opposed to a single LPAR? Can one write code that runs at the "box" level,
below the LPARs?

Charles Mills

--
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: QUERY IN ASSEMBLER

2010-08-18 Thread J R
> Register 15, or more precisely the low order two bytes are used to pass the 
> return code for a program, which becomes the COND CODE

Even more precisely, the COND CODE comprises the low order 12 bits of R15.  

 
> Date: Wed, 18 Aug 2010 10:42:14 +0100
> From: terry.sambro...@btclick.com
> Subject: Re: QUERY IN ASSEMBLER
> To: IBM-MAIN@bama.ua.edu
> 
> Hi Ram,
> 
> You have had two other responses to your query in respect of COND CODE 3552
> after running your assembler program. Both allude to Register 15 and both
> are correct in that Register 15, or more precisely the low order two bytes
> are used to pass the return code for a program, which becomes the COND CODE
> in respect of top-level batch programs.
> 
> If you are using the RETURN macro, then it has a parameter to set the Return
> Code (COND CODE) if you are restoring manually as may be the case if the PR
> instruction is being used to exit the program, the register 15 needs to be
> set appropriately just prior to the PR. Suitable instructions might be SR or
> LA.
> 
> In the wider context of is there a list of COND CODES for assembler programs
> the answer depends upon the precise meaning of the question. In this
> instance I will assume that the question relates to writing ones own
> programs and in the regard the choice is the author's. There is only one
> basic rule and that relates to the upper limit of a valid return code or
> cond code (see JCL Manual for details.) 
> 
> Below the upper limit it is generally regarded that COND CODE  means
> everything is OK... Beyond that any integer is valid and can mean what the
> programmer wants it to mean as far as the system is concerned any non-zero
> COND CODE is still normal completion.
> 
> IBM Utilities tend to issue COND CODEs in step increments of four, i.e. 0,
> 4, 8, 12 etc. This is probably done because the Branch on Condition (BC)
> instruction is 4 bytes long, and when combined with COND CODE 4, can be used
> to construct BRANCH TABLES. These are useful optimization aids which could
> be seen as an Assembler equivalent of EVALUATE, SELECT, or SWITCH in other
> languages.
> 
> Kind Regards - Terry
> 
> Director
> KMS-IT Limited
> 228 Abbeydale Road South
> Dore
> Sheffield
> S17 3LA
> UK
> 
> Reg : 3767263
  
--
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


SV: Reamining non-reusable memory after batchjobs

2010-08-18 Thread Thomas Berg
Thanks.  BTW, "BQI0538" in the last chunk below is a PTF for MAINVIEW...



Regards,
Thomas Berg
_
Thomas Berg   Specialist   A M   SWEDBANK


> -Ursprungligt meddelande-
> Från: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] För Rob
> Scott
> Skickat: den 18 augusti 2010 12:24
> Till: IBM-MAIN@bama.ua.edu
> Ämne: Re: Reamining non-reusable memory after batchjobs
>
> Nothing leaps out at me from the eye-catchers.
>
> "Saveareas in CSA" -- I shudder to think that anyone would do that.
>
> If nothing looks like it comes from installation exits, then I would
> suggest that you list all of the vendors of ISV software that could be in
> the "job submission life cycle" and contact them to see if they know of
> any orphaned CSA issues.
>
> Show them the output you have and be prepared to take an in-flight dump to
> capture the CSA/ECSA.
>
> The "AREA" chunks look like they might have interesting stuff at :
>
> +x'08'Next/Prev?
> +x'0C'Length of block (x'590' = 1424)
> +x'10'Next/Prev ?
> +x'18'ASCB ?
>
> Plus after that there is job identity stuff and some date/time stamps as
> well.
>
>
> Rob Scott
> Lead Developer
> Rocket Software
> 275 Grove Street · Newton, MA 02466-2272 · USA
> Tel: +1.617.614.2305
> Email: rsc...@rs.com
> Web: www.rocketsoftware.com
>
> -Original Message-
> From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
> Behalf Of Thomas Berg
> Sent: 18 August 2010 10:13
> To: IBM-MAIN@bama.ua.edu
> Subject: SV: Reamining non-reusable memory after batchjobs
>
> Thanks Rob,
>
> Most of the chunks looks like:
>
> ASID=028FSTART=15A11A70  LOCATION=Extended CSA MAP=
> Address  Offset  0-1-2-3-  4-5-6-7-  8-9-A-B-  C-D-E-F-0---4---8---C--
> -
> 15A11A70 +0  C1D9C5C1  40E6E3D9  15A104E0  0590  ! AREA
> WTR.ü.É...° !
> 15A11A80+10  15A11FA8    00F3D700  8060  ! .ü.y.3P.Ø-
> .. !
> 15A11A90+20  E2F0F0F0  E3C2C5D7  D1D6C2F1  F4F9F2F2  !
> S000TBEPJOB14922 !
> 15A11AA0+30      0110229F  002B665F  !
> ...]..Ã^ !
> 15A11AB0+40  0110229F  002B6681  0110229F  002B66CB  !
> ...]..Ãa...]..Ãô !
> 15A11AC0+50  F600        !
> 6... !
> 15A11AD0+60  8000  C5D8D8C8  15A11A80    !
> ..Ø.EQQH.ü.Ø !
> 15A11AE0+70  00F54000  0020  C9F4D7D4  D7F2F6F9  ! .5
> .I4PMP269 !
> 15A11AF0+80  D1D6C2F0  F9F1F9F1      !
> JOB09191 !
> 15A11B00+90  0110229F  00162824  0110229F  002B244E  !
> ...]...]...+ !
> 15A11B10+A0  0110229F  002B66D4      !
> ...]..ÃM !
> 
>
> Suspecting an INTRDR buffer, could that be so ?  (I'm submitting jobs.)
>
>
> One is:
>
> ASID=028FSTART=17F87160  LOCATION=Extended CSA MAP=
> Address  Offset  0-1-2-3-  4-5-6-7-  8-9-A-B-  C-D-E-F-0---4---8---C--
> -
> 17F87160 +0  D6C1E2C2  F10001E8  1F670CD0  1F670CD0  !
> OASB1..Y.$.å.$.å !
> 17F87170+10  02070377  02070377  02070377    !
> ...Ï...Ï...Ï !
> 17F87180+20    031CC6CE      !
> ..Fó !
> 17F87190+30          !
>  !
> 17F871A0+40    00049CDC  00049CDD  17F872B8  !
> ..æ~..æù.8ʽ !
> 17F871B0+50  0040  0001  01FF000C    ! ...
>  !
> 17F871C0+60          !
>  !
> 
>
> Could this be from a control block (OASB) for unix services ?
>
>
> One is:
>
> ASID=028FSTART=00B906E0  LOCATION=CSA  MAP=
> Address  Offset  0-1-2-3-  4-5-6-7-  8-9-A-B-  C-D-E-F-0---4---8---C--
> -
> 00B906E0 +0  E2C1E540  F1000538  C2D8C9F0  F5F3F800  ! SAV
> 1...BQI0538. !
> 00B906F0+10  00BB1DA8  00BB60E8  210B90C8  80BA13E0  ! .|.y.|-
> Y..°Hج.É !
> 00B90700+20  210B9150  7F64F878    57177AB2  !
> ..j&"À8Ìï.:¥ !
> 00B90710+30    57177C30      !
> ï.Ö. !
> 00B90720+40  814C9C58  00E2C1E5  7FF61784  00B90794  !
> a<æì.SAV"6.d.¾.m !
> 00B90730+50  80BB1C36  A13A0020  00CAC9A0  007F7FBC  !
> Ø|..ü­Iµ.""¯ !
> 00B90740+60  0094  26C25CE8  0030  210B9150  !
> ...m.B*Y..j& !
> 00B90750+70  210B90C8  007F7FBC  0020  00BA4040  ! ..°H.""¯.¬
> !
> 00B90760+80  00BB60E8  00B906E0  80BB1840    ! .|-Y.¾.ÉØ|.
>  !
> 00B90770+90          !
>  !
> 00B90780+A0          !
>  !
> 00B90790+B0    00E2C1E5  00B90724  00B90804  !
> .SAV.¾...¾.. !
> 00B907A0+C0          !
>  !
> 00B907B0+D0          !
>  !
> 00B907C0+E0          !
>  !
>

Re: QUERY IN ASSEMBLER

2010-08-18 Thread Alan NTL POP recent
Ram,
As others have said before, this indicates that R15 contains some left-over 
contents from earlier usage or calculations. 

Check in your program - somewhere you've loaded 3552 (x'DE0) into R15 shortly 
before exiting. As Terry said, to perform a "normal" 'XR R15,R15' or 'LA R15,0' 
to return with a zero condition code. 
Otherwise load a value of 4 (warning), 8 (error), etc to indicate your level of 
problem found. 

It's always good practice to ensure R15 specifically contains a value to 
indicate how the program finished. 

On 19 Aug 2010, at 02:51, Ram Study  wrote:

> Hi All,
> 
> 
> 
> I have written a basic file handling program and ran in assembler.
> 
> Program went fine but I am getting cond code 3552. Is that common..?
> 
> Is there any cond code list for assembler.
> 
> 
> 
> Regards,
> 
> Ram Balaji.S.
> 
> 
> 
> 
> --
> 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: Reamining non-reusable memory after batchjobs

2010-08-18 Thread Rob Scott
Nothing leaps out at me from the eye-catchers.

"Saveareas in CSA" -- I shudder to think that anyone would do that.

If nothing looks like it comes from installation exits, then I would suggest 
that you list all of the vendors of ISV software that could be in the "job 
submission life cycle" and contact them to see if they know of any orphaned CSA 
issues. 

Show them the output you have and be prepared to take an in-flight dump to 
capture the CSA/ECSA.

The "AREA" chunks look like they might have interesting stuff at :

+x'08'  Next/Prev?
+x'0C'  Length of block (x'590' = 1424)
+x'10'  Next/Prev ?
+x'18'  ASCB ?

Plus after that there is job identity stuff and some date/time stamps as well.


Rob Scott
Lead Developer
Rocket Software
275 Grove Street · Newton, MA 02466-2272 · USA
Tel: +1.617.614.2305
Email: rsc...@rs.com
Web: www.rocketsoftware.com 

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Thomas Berg
Sent: 18 August 2010 10:13
To: IBM-MAIN@bama.ua.edu
Subject: SV: Reamining non-reusable memory after batchjobs

Thanks Rob, 

Most of the chunks looks like: 

ASID=028FSTART=15A11A70  LOCATION=Extended CSA MAP=  
Address  Offset  0-1-2-3-  4-5-6-7-  8-9-A-B-  C-D-E-F-0---4---8---C---  
15A11A70 +0  C1D9C5C1  40E6E3D9  15A104E0  0590  ! AREA WTR.ü.É...° !
15A11A80+10  15A11FA8    00F3D700  8060  ! .ü.y.3P.Ø-.. !
15A11A90+20  E2F0F0F0  E3C2C5D7  D1D6C2F1  F4F9F2F2  ! S000TBEPJOB14922 !
15A11AA0+30      0110229F  002B665F  ! ...]..Ã^ !
15A11AB0+40  0110229F  002B6681  0110229F  002B66CB  ! ...]..Ãa...]..Ãô !
15A11AC0+50  F600        ! 6... !
15A11AD0+60  8000  C5D8D8C8  15A11A80    ! ..Ø.EQQH.ü.Ø !
15A11AE0+70  00F54000  0020  C9F4D7D4  D7F2F6F9  ! .5 .I4PMP269 !
15A11AF0+80  D1D6C2F0  F9F1F9F1      ! JOB09191 !
15A11B00+90  0110229F  00162824  0110229F  002B244E  ! ...]...]...+ !
15A11B10+A0  0110229F  002B66D4      ! ...]..ÃM !


Suspecting an INTRDR buffer, could that be so ?  (I'm submitting jobs.)


One is:

ASID=028FSTART=17F87160  LOCATION=Extended CSA MAP=  
Address  Offset  0-1-2-3-  4-5-6-7-  8-9-A-B-  C-D-E-F-0---4---8---C---  
17F87160 +0  D6C1E2C2  F10001E8  1F670CD0  1F670CD0  ! OASB1..Y.$.å.$.å !
17F87170+10  02070377  02070377  02070377    ! ...Ï...Ï...Ï !
17F87180+20    031CC6CE      ! ..Fó !
17F87190+30          !  !
17F871A0+40    00049CDC  00049CDD  17F872B8  ! ..æ~..æù.8ʽ !
17F871B0+50  0040  0001  01FF000C    ! ...  !
17F871C0+60          !  ! 


Could this be from a control block (OASB) for unix services ? 


One is:

ASID=028FSTART=00B906E0  LOCATION=CSA  MAP=  
Address  Offset  0-1-2-3-  4-5-6-7-  8-9-A-B-  C-D-E-F-0---4---8---C---  
00B906E0 +0  E2C1E540  F1000538  C2D8C9F0  F5F3F800  ! SAV 1...BQI0538. !
00B906F0+10  00BB1DA8  00BB60E8  210B90C8  80BA13E0  ! .|.y.|-Y..°Hج.É !
00B90700+20  210B9150  7F64F878    57177AB2  ! ..j&"À8Ìï.:¥ !
00B90710+30    57177C30      ! ï.Ö. !
00B90720+40  814C9C58  00E2C1E5  7FF61784  00B90794  ! a<æì.SAV"6.d.¾.m !
00B90730+50  80BB1C36  A13A0020  00CAC9A0  007F7FBC  ! Ø|..ü­Iµ.""¯ !
00B90740+60  0094  26C25CE8  0030  210B9150  ! ...m.B*Y..j& !
00B90750+70  210B90C8  007F7FBC  0020  00BA4040  ! ..°H.""¯.¬   !
00B90760+80  00BB60E8  00B906E0  80BB1840    ! .|-Y.¾.ÉØ|.  !
00B90770+90          !  !
00B90780+A0          !  !
00B90790+B0    00E2C1E5  00B90724  00B90804  ! .SAV.¾...¾.. !
00B907A0+C0          !  !
00B907B0+D0          !  !
00B907C0+E0          !  !
00B907D0+F0        C4E7C3D4  ! DXCM !
00B907E0   +100  C4E74040        ! DX   !
00B907F0   +110          !  !
00B90800   +120    00E2C1E5  00B90794  00B90874  ! .SAV.¾.m.¾.È !
00B90810   +130          !  !
00B90820   +140          !  !
00B90830   +150          !  !
00B90840   +160          !  !
00B90850   +170    0

Re: QUERY IN ASSEMBLER

2010-08-18 Thread Terry Sambrooks
Hi Ram,

You have had two other responses to your query in respect of COND CODE 3552
after running your assembler program. Both allude to Register 15 and both
are correct in that Register 15, or more precisely the low order two bytes
are used to pass the return code for a program, which becomes the COND CODE
in respect of top-level batch programs.

If you are using the RETURN macro, then it has a parameter to set the Return
Code (COND CODE) if you are restoring manually as may be the case if the PR
instruction is being used to exit the program, the register 15 needs to be
set appropriately just prior to the PR. Suitable instructions might be SR or
LA.

In the wider context of is there a list of COND CODES for assembler programs
the answer depends upon the precise meaning of the question. In this
instance I will assume that the question relates to writing ones own
programs and in the regard the choice is the author's. There is only one
basic rule and that relates to the upper limit of a valid return code or
cond code (see JCL Manual for details.) 

Below the upper limit it is generally regarded that COND CODE  means
everything is OK... Beyond that any integer is valid and can mean what the
programmer wants it to mean as far as the system is concerned any non-zero
COND CODE is still normal completion.

IBM Utilities tend to issue COND CODEs in step increments of four, i.e. 0,
4, 8, 12 etc. This is probably done because the Branch on Condition (BC)
instruction is 4 bytes long, and when combined with COND CODE 4, can be used
to construct BRANCH TABLES. These are useful optimization aids which could
be seen as an Assembler equivalent of EVALUATE, SELECT, or SWITCH in other
languages.

Kind Regards - Terry
 
Director
KMS-IT Limited
228 Abbeydale Road South
Dore
Sheffield
S17 3LA
UK
 
Reg : 3767263
 
Outgoing e-mails have been scanned, but it is the recipients responsibility
to ensure their anti-virus software is up to date.
 
 


--
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: utility type program

2010-08-18 Thread Nick Jones
Hi Richard,

Do you have access to SELCOPY from CBL ? 

SELCOPY is not a no-cost product (double negative.. sorry!) but is designed 
specifically to do the type of low level data manipulation you have described.

--
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: utility type program

2010-08-18 Thread Peter Nuttall
Love it  :-) ... 
 
 



"William H. Blair"  
Sent by: "IBM Mainframe Discussion List" 
17/08/2010 09:32 PM
Please respond to
"IBM Mainframe Discussion List" 


To
IBM-MAIN@bama.ua.edu
cc

Subject
Re: utility type program








> What was the design objective of IEBGENER, anyway?

Design objective? In 1965? They didn't have design objectives for utility
programs then -- other than, perhaps, to run in 20KB (on a 32KB 360/30). 
How
can a useless program have design objectives? It's already useless.
 
You do know that utility programs do no useful work, right? When I first
heard that claim, I took the bait. But I didn't like the answer, so I 
asked
for an example of a program that did do something useful. The response was 
a
square root subroutine. SQRT was useful because that was something that 
was
hard to do, one frequently needed to do it, and nobody wanted to write the
code to do it each time it was needed. Mathematical subroutine libraries
were "useful." A utility program, in contrast, was therefore a program 
that
did nothing useful. He did admit that, perhaps, a compiler was a useful
program. Since then, I have mostly, but not exclusively, dedicated my life
to writing what that particular Computer Science professor would have 
termed
useless programs. I would have been bored to death writing useful 
programs.
My career has, therefore, been happily wasted.

--
WB

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



This e-mail message, including any attachments transmitted with it, is 
CONFIDENTIAL and may contain legally privileged information. This message is 
intended solely for the use of the individual or entity to whom it is 
addressed. If you have received this message in error, please notify us 
immediately and delete it from your system. Please visit our website to read 
the full disclaimer: http://www.euroclear.com/site/public/disclaimer

SV: Reamining non-reusable memory after batchjobs

2010-08-18 Thread Thomas Berg
Thanks Rob, 

Most of the chunks looks like: 

ASID=028FSTART=15A11A70  LOCATION=Extended CSA MAP=  
Address  Offset  0-1-2-3-  4-5-6-7-  8-9-A-B-  C-D-E-F-0---4---8---C---  
15A11A70 +0  C1D9C5C1  40E6E3D9  15A104E0  0590  ! AREA WTR.ü.É...° !
15A11A80+10  15A11FA8    00F3D700  8060  ! .ü.y.3P.Ø-.. !
15A11A90+20  E2F0F0F0  E3C2C5D7  D1D6C2F1  F4F9F2F2  ! S000TBEPJOB14922 !
15A11AA0+30      0110229F  002B665F  ! ...]..Ã^ !
15A11AB0+40  0110229F  002B6681  0110229F  002B66CB  ! ...]..Ãa...]..Ãô !
15A11AC0+50  F600        ! 6... !
15A11AD0+60  8000  C5D8D8C8  15A11A80    ! ..Ø.EQQH.ü.Ø !
15A11AE0+70  00F54000  0020  C9F4D7D4  D7F2F6F9  ! .5 .I4PMP269 !
15A11AF0+80  D1D6C2F0  F9F1F9F1      ! JOB09191 !
15A11B00+90  0110229F  00162824  0110229F  002B244E  ! ...]...]...+ !
15A11B10+A0  0110229F  002B66D4      ! ...]..ÃM !


Suspecting an INTRDR buffer, could that be so ?  (I'm submitting jobs.)


One is:

ASID=028FSTART=17F87160  LOCATION=Extended CSA MAP=  
Address  Offset  0-1-2-3-  4-5-6-7-  8-9-A-B-  C-D-E-F-0---4---8---C---  
17F87160 +0  D6C1E2C2  F10001E8  1F670CD0  1F670CD0  ! OASB1..Y.$.å.$.å !
17F87170+10  02070377  02070377  02070377    ! ...Ï...Ï...Ï !
17F87180+20    031CC6CE      ! ..Fó !
17F87190+30          !  !
17F871A0+40    00049CDC  00049CDD  17F872B8  ! ..æ~..æù.8ʽ !
17F871B0+50  0040  0001  01FF000C    ! ...  !
17F871C0+60          !  ! 


Could this be from a control block (OASB) for unix services ? 


One is:

ASID=028FSTART=00B906E0  LOCATION=CSA  MAP=  
Address  Offset  0-1-2-3-  4-5-6-7-  8-9-A-B-  C-D-E-F-0---4---8---C---  
00B906E0 +0  E2C1E540  F1000538  C2D8C9F0  F5F3F800  ! SAV 1...BQI0538. !
00B906F0+10  00BB1DA8  00BB60E8  210B90C8  80BA13E0  ! .|.y.|-Y..°Hج.É !
00B90700+20  210B9150  7F64F878    57177AB2  ! ..j&"À8Ìï.:¥ !
00B90710+30    57177C30      ! ï.Ö. !
00B90720+40  814C9C58  00E2C1E5  7FF61784  00B90794  ! a<æì.SAV"6.d.¾.m !
00B90730+50  80BB1C36  A13A0020  00CAC9A0  007F7FBC  ! Ø|..ü­Iµ.""¯ !
00B90740+60  0094  26C25CE8  0030  210B9150  ! ...m.B*Y..j& !
00B90750+70  210B90C8  007F7FBC  0020  00BA4040  ! ..°H.""¯.¬   !
00B90760+80  00BB60E8  00B906E0  80BB1840    ! .|-Y.¾.ÉØ|.  !
00B90770+90          !  !
00B90780+A0          !  !
00B90790+B0    00E2C1E5  00B90724  00B90804  ! .SAV.¾...¾.. !
00B907A0+C0          !  !
00B907B0+D0          !  !
00B907C0+E0          !  !
00B907D0+F0        C4E7C3D4  ! DXCM !
00B907E0   +100  C4E74040        ! DX   !
00B907F0   +110          !  !
00B90800   +120    00E2C1E5  00B90794  00B90874  ! .SAV.¾.m.¾.È !
00B90810   +130          !  !
00B90820   +140          !  !
00B90830   +150          !  !
00B90840   +160          !  !
00B90850   +170          !  !
00B90860   +180          !  !
00B90870   +190    00E2C1E5  00B90804  00B908E4  ! .SAV.¾...¾.U !
00B90880   +1A0          !  !

00B90C00   +520          !  !
00B90C10   +530    000A  C4E75BC4  C9D94040  ! DXÅDIR   !
00B90C20   +540  001BC000  03E8    C4E7C3D4  ! ..ä..Y..DXCM !
00B90C30   +550  C4E74040  801C1240  03B0    ! DX  Ø.. .¢.. !
00B90C40   +560  C4E7C1E4  E3E74040  801C05A0  0CA0  ! DXAUTX  Ø..µ.µ.. !
00B90C50   +570    C4E7C1E4  E3C34040  801BC3E8  ! DXAUTC  Ø.CY !


Some sort of saveareas ?  From what ? 


 
Regards, 
Thomas Berg 
_ 
Thomas Berg   Specialist   A M   SWEDBANK 

> -Ursprungligt meddelande-
> Från: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] För Rob
> Scott
> Skickat: den 17 augusti 2010 16:25
> Till: IBM-MAIN@bama.ua.edu
>