Re: How big is your z/OS 1.9 root and where does it live

2008-10-21 Thread Hunkeler Peter (KIUK 3)
>I just ran out of space on my ROOT while installing JAVA 31.$

You should not install directly into the root file system but 
allocate a separate file system for each separate product. Keep
the root more or less as it is delivered with z/OS, except from
creating additional directories to be used as mount points 
for other file systems.

-- 
Peter Hunkeler
CREDIT SUISSE

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Cobol reference

2008-10-21 Thread Bill Klein
Howard,
  I don't know what release you want, but I tend to keep bunches of them.

Most recent - Enterprise COBOL V4R1
  http://publibfp.boulder.ibm.com/cgi-bin/bookmgr/Shelves/igy3sh40

Last Version 3 URL
  http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/Shelves/IGY3SH33

These are BookManager versions.  If you WANT PDF versions, I have some of
those too and can post them as well

"Howard Brazee" <[EMAIL PROTECTED]> wrote in message
news:<[EMAIL PROTECTED]>...
> I gave a new programmer my list of CoBOL reference URLS, such as
> http://www.s390.ibm.com/bookmgr-cgi/bookmgr.cmd/BOOKS/IGYLR205/CCONTENTS
> , but these no longer work.   I did some searches from the page that
> came up.   Where can I find the CoBOL language guide and user manual?
> 
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [EMAIL PROTECTED] 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 [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: How big is your z/OS 1.9 root and where does it live

2008-10-21 Thread Lizette Koehler
I place all of my system OMVS data sets on a separate 3390-9 volume.  I have
increased the space on the SYS1.OMVS.ROOT to about 6 trks.  Since I am
not using a top ROOT dataset which just have links in it (the better way to
go), I wanted to make sure I had sufficient space.

I have an HFS Root.
I have an ETC,  VAR,  XML,  SIGYROOT, and temp that fills up the 3390-9 by
3/4s.

I will be eventually redoing my OMVS environment to have a top Root which is
just links and using Symbolics and /&SYSNAME type setups in my BPXPRMxx
member.  This is very well documented in the OS/390 V2.7 Unix Setup manual.

Hope this helps.

Lizette


> 
> I just ran out of space on my ROOT while installing JAVA 31. I'd like a
> ball-park number  of your size I have 60K tracks and it's
> on my SYSRES. I could re-locate to another volume but I thought maybe I
> could do some clean-up also. Any thoughts?
> 
> 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



How big is your z/OS 1.9 root and where does it live

2008-10-21 Thread John Norgauer
I just ran out of space on my ROOT while installing JAVA 31. I'd like a 
ball-park number  of your size I have 60K tracks and it's 
on my SYSRES. I could re-locate to another volume but I thought maybe I 
could do some clean-up also. Any thoughts?


John Norgauer
University of California Davis Medical Center
2315 Stockton Blvd
ASB 1300
Sacramento, Ca 95817
916-734-0536

 SYSTEMS PROGRAMMING..  Guilty, until proven innocent !! "JN  2004

"Hardware eventually breaks - Software eventually works"  anon


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: Addressing Scheme with 64 vs 63 bits

2008-10-21 Thread Scott Ford
Yeah Gerhard and Gil,

Starting writing Assembler on a 360/20,, man 704 days...

Scott Ford
Senior Systems Engineer

 
[p] 678.266.3399 x304[m] 609-346-0399  identityforge.com



This message is for the designated recipient only and may contain
privileged, proprietary, or otherwise private information. If you have
received it in error, please notify the sender immediately or let us know at

[EMAIL PROTECTED] or [EMAIL PROTECTED], and then delete the
original.  Any other use of the email by you is prohibited.

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Gerhard Postpischil
Sent: Tuesday, October 21, 2008 5:16 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Addressing Scheme with 64 vs 63 bits

Paul Gilmartin wrote:
> ... and I chose the term simply because I can never
> remember which systems number bits left-to-right, and
> which right to left, or start with 0, or start with 1.
> And I think the IBM 704 didn't even number the sign
> bit -- it was simply "S", and didn't (sometimes)
> participate in shift instructions.

It's simple, the bits on the 360, et seq. are numbered in the 
same direction as on the 704, etc.

And I really missed the instruction to shift only the sign bit 
from the AC to the MQ.



Gerhard Postpischil
Bradford, VT

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] 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 [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: Addressing Scheme with 64 vs 63 bits

2008-10-21 Thread Gerhard Postpischil

Paul Gilmartin wrote:

... and I chose the term simply because I can never
remember which systems number bits left-to-right, and
which right to left, or start with 0, or start with 1.
And I think the IBM 704 didn't even number the sign
bit -- it was simply "S", and didn't (sometimes)
participate in shift instructions.


It's simple, the bits on the 360, et seq. are numbered in the 
same direction as on the 704, etc.


And I really missed the instruction to shift only the sign bit 
from the AC to the MQ.




Gerhard Postpischil
Bradford, VT

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: Cobol reference

2008-10-21 Thread Howard Brazee
On 21 Oct 2008 13:26:28 -0700, [EMAIL PROTECTED]
(Schneiderwent, Craig) wrote:

>I use the LibraryCenter for my version of z/OS available from
>.  If you click on your
>version of z/OS you get a two-pane browser window with a Java applet running
>in the left pane that acts as an index or table of contents.  The most
>current COBOL, PL/I, CICS, DB2, et. al. manuals are available from there.


I had not found that link, but I'll still have to do some more
searching to find the language reference manual.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: Cobol reference

2008-10-21 Thread Howard Brazee
On 21 Oct 2008 13:20:37 -0700, [EMAIL PROTECTED] (Ramiro
Camposagrado) wrote:

>
>This is the COBOL Home Page:
>
>http://www-01.ibm.com/software/awdtools/cobol/

I had found that link, I'll have to do some more searching to find the
language reference manual.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: Cobol reference

2008-10-21 Thread Scott Ford
Peter,
I typically go there also, I usually bookmark it in IE7...


Scott Ford
Senior Systems Engineer

 
[p] 678.266.3399 x304[m] 609-346-0399  identityforge.com



This message is for the designated recipient only and may contain
privileged, proprietary, or otherwise private information. If you have
received it in error, please notify the sender immediately or let us know at

[EMAIL PROTECTED] or [EMAIL PROTECTED], and then delete the
original.  Any other use of the email by you is prohibited.


-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Farley, Peter x23353
Sent: Tuesday, October 21, 2008 4:32 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Cobol reference

I don't know about anyone else, but I always start at the "z/OS Internet
Library" here:

http://www.ibm.com/systems/z/os/zos/bkserv/

Then go to the "z/OS software products Book" link here:

http://www-03.ibm.com/systems/z/os/zos/bkserv/zapplsbooks.html

Then for COBOL you have to remember it is named "Enterprise COBOL" and
go to the *second* set of shelves and books, "z/OS software products:
DB2 V7 - NCP V7R7 bookshelf - 481 books".  Then scroll down to
Enterprise COBOL (3.4 or 4.1, your choice).  We're at 3.4, so I wind up
here:

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/Shelves/IGY3SH33

HTH

Peter

> -Original Message-
> From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
> Behalf Of Howard Brazee
> Sent: Tuesday, October 21, 2008 4:16 PM
> To: IBM-MAIN@BAMA.UA.EDU
> Subject: Cobol reference
> 
> I gave a new programmer my list of CoBOL reference URLS, such as
>
http://www.s390.ibm.com/bookmgr-cgi/bookmgr.cmd/BOOKS/IGYLR205/CCONTENTS
> , but these no longer work.   I did some searches from the page that
> came up.   Where can I find the CoBOL language guide and user manual?

This message and any attachments are intended only for the use of the
addressee and
may contain information that is privileged and confidential. If the reader
of the 
message is not the intended recipient or an authorized representative of the
intended recipient, you are hereby notified that any dissemination of this
communication is strictly prohibited. If you have received this
communication in
error, please notify us immediately by e-mail and delete the message and any
attachments from your system.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] 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 [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: Addressing Scheme with 64 vs 63 bits

2008-10-21 Thread Scott Ford
Gil -- same here...but I don't get hung up on semantics..I translate
flag/sign when speaking in assembler-ese...


Regards,
Scott Ford
Senior Systems Engineer

 
[p] 678.266.3399 x304[m] 609-346-0399  identityforge.com



This message is for the designated recipient only and may contain
privileged, proprietary, or otherwise private information. If you have
received it in error, please notify the sender immediately or let us know at

[EMAIL PROTECTED] or [EMAIL PROTECTED], and then delete the
original.  Any other use of the email by you is prohibited.

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf
Of Paul Gilmartin
Sent: Tuesday, October 21, 2008 4:25 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: Addressing Scheme with 64 vs 63 bits

On Tue, 21 Oct 2008 15:38:56 -0400, J R wrote:

>Right, but I think it's fairly clear that they 
>were both talking about the same thing.  
> 
... and I chose the term simply because I can never
remember which systems number bits left-to-right, and
which right to left, or start with 0, or start with 1.
And I think the IBM 704 didn't even number the sign
bit -- it was simply "S", and didn't (sometimes)
participate in shift instructions.

>> Date: Tue, 21 Oct 2008 14:16:43 -0500
>> From: [EMAIL PROTECTED]
>> 
>> >"Nope"? Where do you perceive us to be in disagreement?
>> >...
>> 
>> There's a slight semantic difference. "Sign" vs. "flag". Two different
>> uses of the same high order bit, neither of which is compatable with 
>> a 32 bit address.

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] 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 [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: Cobol reference

2008-10-21 Thread Farley, Peter x23353
I don't know about anyone else, but I always start at the "z/OS Internet
Library" here:

http://www.ibm.com/systems/z/os/zos/bkserv/

Then go to the "z/OS software products Book" link here:

http://www-03.ibm.com/systems/z/os/zos/bkserv/zapplsbooks.html

Then for COBOL you have to remember it is named "Enterprise COBOL" and
go to the *second* set of shelves and books, "z/OS software products:
DB2 V7 - NCP V7R7 bookshelf - 481 books".  Then scroll down to
Enterprise COBOL (3.4 or 4.1, your choice).  We're at 3.4, so I wind up
here:

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/Shelves/IGY3SH33

HTH

Peter

> -Original Message-
> From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
> Behalf Of Howard Brazee
> Sent: Tuesday, October 21, 2008 4:16 PM
> To: IBM-MAIN@BAMA.UA.EDU
> Subject: Cobol reference
> 
> I gave a new programmer my list of CoBOL reference URLS, such as
>
http://www.s390.ibm.com/bookmgr-cgi/bookmgr.cmd/BOOKS/IGYLR205/CCONTENTS
> , but these no longer work.   I did some searches from the page that
> came up.   Where can I find the CoBOL language guide and user manual?

This message and any attachments are intended only for the use of the addressee 
and
may contain information that is privileged and confidential. If the reader of 
the 
message is not the intended recipient or an authorized representative of the
intended recipient, you are hereby notified that any dissemination of this
communication is strictly prohibited. If you have received this communication in
error, please notify us immediately by e-mail and delete the message and any
attachments from your system.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: Cobol reference

2008-10-21 Thread Schneiderwent, Craig
I use the LibraryCenter for my version of z/OS available from
.  If you click on your
version of z/OS you get a two-pane browser window with a Java applet running
in the left pane that acts as an index or table of contents.  The most
current COBOL, PL/I, CICS, DB2, et. al. manuals are available from there.

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED]
Behalf Of Howard Brazee
Sent: Tuesday, October 21, 2008 3:16 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Cobol reference


I gave a new programmer my list of CoBOL reference URLS, such as
http://www.s390.ibm.com/bookmgr-cgi/bookmgr.cmd/BOOKS/IGYLR205/CCONTENTS
, but these no longer work.   I did some searches from the page that
came up.   Where can I find the CoBOL language guide and user manual?


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] 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 [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: Addressing Scheme with 64 vs 63 bits

2008-10-21 Thread Paul Gilmartin
On Tue, 21 Oct 2008 15:38:56 -0400, J R wrote:

>Right, but I think it's fairly clear that they 
>were both talking about the same thing.  
> 
... and I chose the term simply because I can never
remember which systems number bits left-to-right, and
which right to left, or start with 0, or start with 1.
And I think the IBM 704 didn't even number the sign
bit -- it was simply "S", and didn't (sometimes)
participate in shift instructions.

>> Date: Tue, 21 Oct 2008 14:16:43 -0500
>> From: [EMAIL PROTECTED]
>> 
>> >"Nope"? Where do you perceive us to be in disagreement?
>> >...
>> 
>> There's a slight semantic difference. "Sign" vs. "flag". Two different
>> uses of the same high order bit, neither of which is compatable with 
>> a 32 bit address.

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: Cobol reference

2008-10-21 Thread Jackson, Robin
Howard,

Try here, as good a place as any to start.  
http://www-03.ibm.com/systems/z/os/zos/bkserv/zswpdf/


Rob Jackson 
Senior z/OS Systems Programmer 
Work phone: (615) 231-4998
Fax (615) 886-9519
email: [EMAIL PROTECTED] 

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Howard Brazee
Sent: Tuesday, October 21, 2008 3:16 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Cobol reference

I gave a new programmer my list of CoBOL reference URLS, such as
http://www.s390.ibm.com/bookmgr-cgi/bookmgr.cmd/BOOKS/IGYLR205/CCONTENTS
, but these no longer work.   I did some searches from the page that
came up.   Where can I find the CoBOL language guide and user manual?


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] 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 [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: Cobol reference

2008-10-21 Thread Ramiro Camposagrado
On Tue, 21 Oct 2008 14:15:56 -0600, Howard Brazee 
<[EMAIL PROTECTED]> wrote:

>I gave a new programmer my list of CoBOL reference URLS, such as
>http://www.s390.ibm.com/bookmgr-
cgi/bookmgr.cmd/BOOKS/IGYLR205/CCONTENTS
>, but these no longer work.   I did some searches from the page that
>came up.   Where can I find the CoBOL language guide and user manual?
>
>
>--
>For IBM-MAIN subscribe / signoff / archive access instructions,
>send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
>Search the archives at http://bama.ua.edu/archives/ibm-main.html


This is the COBOL Home Page:

http://www-01.ibm.com/software/awdtools/cobol/

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Cobol reference

2008-10-21 Thread Howard Brazee
I gave a new programmer my list of CoBOL reference URLS, such as
http://www.s390.ibm.com/bookmgr-cgi/bookmgr.cmd/BOOKS/IGYLR205/CCONTENTS
, but these no longer work.   I did some searches from the page that
came up.   Where can I find the CoBOL language guide and user manual?


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: Addressing Scheme with 64 vs 63 bits

2008-10-21 Thread J R
Right, but I think it's fairly clear that they 
were both talking about the same thing.  
 
 
> Date: Tue, 21 Oct 2008 14:16:43 -0500
> From: [EMAIL PROTECTED]
> Subject: Re: Addressing Scheme with 64 vs 63 bits
> To: IBM-MAIN@BAMA.UA.EDU
> 
> On Mon, 20 Oct 2008 22:00:00 -0500, Paul Gilmartin 
> <[EMAIL PROTECTED]> wrote:
> 
> >...
> >>>I thought 31-bit was for compatibility with existing exploitation
> >>>of the sign bit; ...
> >>
> >>Nope, it was the use of a X'80' in the high-order byte of a fullword to
> >>terminate a variable-length parameter list (of fullwords).
> >>
> >"Nope"? Where do you perceive us to be in disagreement?
> >...
> 
> There's a slight semantic difference. "Sign" vs. "flag". Two different
> uses of the same high order bit, neither of which is compatable with 
> a 32 bit address.
> 
> Pat O'Keefe
 
 
_
Stay organized with simple drag and drop from Windows Live Hotmail.
http://windowslive.com/Explore/hotmail?ocid=TXT_TAGLM_WL_hotmail_102008
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: Addressing Scheme with 64 vs 63 bits

2008-10-21 Thread Patrick O'Keefe
On Mon, 20 Oct 2008 22:00:00 -0500, Paul Gilmartin 
<[EMAIL PROTECTED]> wrote:

>...
>>>I thought 31-bit was for compatibility with existing exploitation
>>>of the sign bit; ...
>>
>>Nope, it was the use of a X'80' in the high-order byte of a fullword to
>>terminate a variable-length parameter list (of fullwords).
>>
>"Nope"?  Where do you perceive us to be in disagreement?
>...

There's a slight semantic difference.  "Sign" vs. "flag".  Two different
uses of the same high order bit, neither of which is compatable with 
a 32 bit address.

Pat O'Keefe

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



CPU Measurement Facility

2008-10-21 Thread Martin Packer
It turns out I DO know about this...

I've known it's been in the works for about a year and have had some very 
basic sample data since the Spring.

I'm hoping to get round to blogging about it in a few days. (An urgent 
customer situation and also HackDay 6 on Friday prevent me from spending 
the time right now.)

But I can say these are some rather nice counters provided by the hardware 
that will be externalised in an SMF record. (The SMF record was in plan 
last time I checked - a few months ago and is NOT the SMF 23 that has been 
talked about.)

Martin

Martin Packer
Performance Consultant
IBM United Kingdom Ltd
+44-20-8832-5167
+44-7802-245-584
[EMAIL PROTECTED]








Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 
741598. 
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU






--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: IBM PR: IBM Launches Next-Generation Mainframe for Midsize Customers

2008-10-21 Thread Marian Gasparovic
Mark,
high level answer - CPU measurement facility can be switched on from
HMC when directed by IBM. It will collect extra performance data, very
low level stuff, don't ask about details, I don't know.
It was available before in other form which required an outage (I
don't know if POR or partition deact/act), now it can be switched on
and off without an outage.

Marian Gasparovic
IBM Slovakia

On Tue, Oct 21, 2008 at 8:15 PM, Mark Vitale <[EMAIL PROTECTED]> wrote:
> How about "CPU Measurement Facility"?
> The announcement pointed us to ResourceLink for more details,
> but all that came up was an abstract from the Research Journal:
>
> http://researchweb.watson.ibm.com/journal/abstracts/rd/531/jackson.html
>
>
> Mark Vitale
> Senior Software Engineer
> PERFMAN
> www.perfman.com
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [EMAIL PROTECTED] 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 [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: IBM PR: IBM Launches Next-Generation Mainframe for Midsize Customers

2008-10-21 Thread Mark Vitale
How about "CPU Measurement Facility"?
The announcement pointed us to ResourceLink for more details,
but all that came up was an abstract from the Research Journal:

http://researchweb.watson.ibm.com/journal/abstracts/rd/531/jackson.html 


Mark Vitale
Senior Software Engineer
PERFMAN
www.perfman.com 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: EXEC PGM=??? to issue operator commands from the JCL stream?

2008-10-21 Thread Roger Bolan
On my JES2 system, nothing special is needed.  To issue commands that do 
not have to coordinate with job steps, you can just stick them at the top 
of any job. 

For example, when running a testcase that requires me to use a special 
writer proc and destination for a certain printer, I can just insert the 
following lines right above my job card: 

/*$PPRT619 
/*$T FSSDEF(WTRES600),PROC=WTRESRJB 
/*$TPRT619,ROUTECDE=RJB619 
/*$SPRT619 

That stops PRT619, changes the proc, changes the routecde (for DEST), and 
then starts the printer for me.

Since those commands are not synchronized with the job steps, I have a 
separate similar job with an IEFBR14 step to put the printer back to the 
original values.

--Roger 

IBM Mainframe Discussion List  wrote on 10/20/2008 
06:09:47 PM:

> What utility program (or proc) is available that will allow me to enter
> operator commands via a batch job? 
> 
> 
> 
> Thanks, Todd  (trying to avoid writing one.) 
> 
> 
> 
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [EMAIL PROTECTED] 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 [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: z/Architecture Reference Summary

2008-10-21 Thread J R
Isn't that what the Department of Defense said about the $435 hammers?
 
 
> Date: Tue, 21 Oct 2008 10:08:06 -0700
> From: [EMAIL PROTECTED]
> Subject: z/Architecture Reference Summary
> To: IBM-MAIN@BAMA.UA.EDU
> 
> I've heard rumors to the effect that the current (high) prices
> were set erroneously, and that a correction is being considered.
> John ehrman
 
 
_
Stay organized with simple drag and drop from Windows Live Hotmail.
http://windowslive.com/Explore/hotmail?ocid=TXT_TAGLM_WL_hotmail_102008
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: z/Architecture Reference Summary

2008-10-21 Thread Steve Comstock

John R. Ehrman (408-463-3543 T/543-) wrote:

I've heard rumors to the effect that the current (high) prices
were set erroneously, and that a correction is being considered.
John ehrman


That would be good news. Thanks for checking it
out and staying on top of it, John.



Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

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

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

==> Check out the Trainer's Friend Store to purchase z/OS  <==
==> application developer toolkits. Sample code in four<==
==> programming languages, JCL to Assemble or compile, <==
==> bind and test. <==
==>   http://www.trainersfriend.com/TTFStore/index.html<==

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



z/Architecture Reference Summary

2008-10-21 Thread John R. Ehrman (408-463-3543 T/543-)
I've heard rumors to the effect that the current (high) prices
were set erroneously, and that a correction is being considered.
John ehrman

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: Probably a basic MQ question

2008-10-21 Thread Bruce Richardson
We've seen this before. It means that MQ thinks there is something it needs 
to keep track of from that date. It could be a dead or orphaned message. Try 
re-cycling (stop/start) the queue manager to free up the datasets, and then 
manually delete the datasets (if MQ hasn't).
If the re-cycle doesn't do it, try poking around the queues to see if there is 
a 
stale message causing the archieve logs to be held for so long. There are lots 
of tools around - IBM has free downloads available.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



redbooks available

2008-10-21 Thread Marian Gasparovic
Hello everybody.
Today we don't announce z10 BC only, also new functions and features
for z10 EC become available. There is one new redbook and two updated
redbooks available.

IBM System z10 Business Class Technical Overview
http://www.redbooks.ibm.com/redpieces/abstracts/sg247632.html?Open

IBM System z10 Enterprise Class Technical Introduction
http://www.redbooks.ibm.com/redpieces/abstracts/sg247515.html?Open

IBM System z Connectivity Handbook  (covers both EC and BC)
http://www.redbooks.ibm.com/redpieces/abstracts/sg245444.html?Open

More to come in following days

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: IBM PR: IBM Launches Next-Generation Mainframe for Midsize Customers

2008-10-21 Thread Mark Post
>>> On 10/21/2008 at  9:37 AM, in message <[EMAIL PROTECTED]>,
"R.S." <[EMAIL PROTECTED]> wrote: 
-snip-
> In few words Infiniband is used for copupling links only, so only z/OS 
> (and CFCC) can exploit it. So, no VM, VSE, TPF, no Linux.

For Linux, that will be changing in the not too distant future.


Mark Post

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: EXEC PGM=??? to issue operator commands from the JCL stream?

2008-10-21 Thread Lindy Mayfield
File19, a program called COMMAND.

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Jan MOEYERSONS
Sent: 21. lokakuuta 2008 15:42
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: EXEC PGM=??? to issue operator commands from the JCL
stream?

On Tue, 21 Oct 2008 08:00:53 -0400, Martinez, Frank J <[EMAIL PROTECTED]>

wrote:

>I could send you the code for an old utility program that issues an
operator 
command (no idea who wrote it, but it works like a charm.)

I am sure there is something on the CBT tape. 
Search http://cbttape.org for command and batch

Cheers,

Jantje.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] 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 [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: z/Architecture Reference Summary

2008-10-21 Thread Paul Gilmartin

On Oct 20, 2008, at 11:15, Steve Comstock wrote:


Did you know the quoted price for these little gems
(that came from the original S/360 "green card") are
now priced at $173.82?!!

I know they're downloadable for free, but I wanted
to hand them out to a class in the little booklet
form, not on 8.5 * 11 copy paper.

But $173.82 for 84 pages? Plus shipping.

What's up with that?


Ummm.  (Cost of production) / (Number of copies sold)?

They may need to start carrying third-party ads on those
web pages.

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: EXEC PGM=??? to issue operator commands from the JCL stream?

2008-10-21 Thread Jon Brock
We use a program from the CBT tape for this very thing.  

Todd's original need has been satisfied for the moment, as he didn't
need to synchronize commands within a job stream.  Even so, I prefer to
use the program, as differing security parameters at our installation
mean the IEFBR14 method works on the development system but not in
production.

I can't remember exactly which file had the program we use, but I know
it was one from CBT.


Jon





I am sure there is something on the CBT tape. 
Search http://cbttape.org for command and batch


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: No Source for load modules not linkedited since 1980-90's

2008-10-21 Thread Lynd, Eugene C.
What about The Source Recovery Company?  I've heard their presentations 
at Share (and Guide, I think, back in the day).  Not sure they're still around
but there is a Web site:
 
 http://www.source-recovery.com/
 
Gene Lynd

 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: EXEC PGM=??? to issue operator commands from the JCL stream?

2008-10-21 Thread Hal Merritt
I've used REXX with good results as well as the various JCL solutions
posted by others. 

The JCL solutions are quick and easy and work well. I use REXX when I
need logic, variables, and/or time delays.

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Todd Burch
Sent: Monday, October 20, 2008 7:10 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: EXEC PGM=??? to issue operator commands from the JCL stream?

What utility program (or proc) is available that will allow me to enter
operator commands via a batch job?  

 

Thanks, Todd  (trying to avoid writing one.)  

 


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] 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 [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: IBM PR: IBM Launches Next-Generation Mainframe for Midsize Customers

2008-10-21 Thread John McKown
On Tue, 21 Oct 2008 15:37:50 +0200, R.S. <[EMAIL PROTECTED]> wrote:

>John McKown wrote:
>[...]
>> InfiniBand Host Bus: I am somewhat aware of what this is. What software
>> supports it? z/VM & Linux only? Or z/OS and z/VSE as well? What about in the
>> future? From later in the list, is this only for Coupling Facility links?
>
>I'd suggest Redbook about InfiniBand in z10. SG24-7539-00.
>

Thanks. I've downloaded that book and am giving it a view. Of course, we
only have a single CEC, and run a BASIC sysplex (due to the cost of a CF),
so it doesn't really apply to us. And likely never will.

--
John

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: IBM PR: IBM Launches Next-Generation Mainframe for Midsize Customers

2008-10-21 Thread Marian Gasparovic
John, Infiniband is used a lot in z10 BC (same in EC). There are four
types of fanout cards from CPC drawer. Only one is non-Infiniband, it
is ICB-4. You have two types of IB-oprical for coupling links and one
IB-copper which connects CPC drawer to I/O drawers. Obviously
connection from CPC to I/O is transparent for operanting system.
Infiniband on z10 does not connect to storage.

There will be System z10 BC Technical Overview (sg24-7632) available
in couple of hours.

Marian Gasparovic
IBM Slovakia


On Tue, Oct 21, 2008 at 3:22 PM, John McKown <[EMAIL PROTECTED]> wrote:
> I'm looking at the announcement. But, being a bit ignorant, there are some
> features which I don't know what they are. Any help?
>
> Enhanced Application Preservation?
>
> Enhanced Firmware Simulation? (is that "better/faster" millicode?)
>
> Partial memory restart?
>
> Pseudo random number generator (PRNG)? I know that a PRNG is, but does this
> mean there is some extra hardware support for it (Linux /dev/random ?).
>
> InfiniBand Host Bus: I am somewhat aware of what this is. What software
> supports it? z/VM & Linux only? Or z/OS and z/VSE as well? What about in the
> future? From later in the list, is this only for Coupling Facility links?
>
> --
> John
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [EMAIL PROTECTED] 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 [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: IBM PR: IBM Launches Next-Generation Mainframe for Midsize Customers

2008-10-21 Thread R.S.

John McKown wrote:
[...]

InfiniBand Host Bus: I am somewhat aware of what this is. What software
supports it? z/VM & Linux only? Or z/OS and z/VSE as well? What about in the
future? From later in the list, is this only for Coupling Facility links?


I'd suggest Redbook about InfiniBand in z10. SG24-7539-00.

In few words Infiniband is used for copupling links only, so only z/OS 
(and CFCC) can exploit it. So, no VM, VSE, TPF, no Linux.


In fact there are two flavors of IB in z10: fiber optic - for coupling 
links, and copper - STI replacement.

It is also possible to have PSIFB (IB coupling links) in z9, but:
1. Currently only Coupling Facility can use it in z9 CPC
2. To order that feature you have to own z10
3. The speed of PSIFB in z9 is half of z10.

HTH
--
Radoslaw Skorupka
Lodz, Poland


--
BRE Bank SA
ul. Senatorska 18
00-950 Warszawa
www.brebank.pl

Sd Rejonowy dla m. st. Warszawy 
XII Wydzia Gospodarczy Krajowego Rejestru Sdowego, 
nr rejestru przedsibiorców KRS 025237

NIP: 526-021-50-88
Wedug stanu na dzie 01.01.2008 r. kapita zakadowy BRE Banku SA  wynosi 
118.642.672 zote i zosta w caoci wpacony.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: EXEC PGM=??? to issue operator commands from the JCL stream?

2008-10-21 Thread John McKown
On Tue, 21 Oct 2008 08:10:55 -0500, Todd Burch <[EMAIL PROTECTED]> wrote:

>John, what processes the "/*$VS" piece of that?
>
>Todd

$VS is a JES2 command which basically tells JES2 to issue an MVS command.
Although it is issued by the JES2 address space, the command is processed as
if it were issued by the RACF id under which the job is executing.

This is documented somewhere in the JES2 manuals. Of course, I'm being a bit
parochial in assuming a JES2 system.

--
John 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: EXEC PGM=??? to issue operator commands from the JCL stream?

2008-10-21 Thread Chase, John
> -Original Message-
> From: IBM Mainframe Discussion List On Behalf Of Todd Burch
> 
> Thanks to everyone.
> 
> I implemented Raymond's suggestion for // COMMAND 'blah' last night,
and it
> works great.  The unsynchronized behavior is fine for the immediate
need at
> hand.  I needed to refresh WLM.
> 
> John, do you have an example of an IEFBR14 job that would do this?

// 
//STEP01   EXEC PGM=IEFBR14
// COMMAND ''
// COMMAND ''
// ...
// COMMAND ''

-jc-

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: IBM PR: IBM Launches Next-Generation Mainframe for Midsize Customers

2008-10-21 Thread Staller, Allan

InfiniBand Host Bus: I am somewhat aware of what this is. What software
supports it? z/VM & Linux only? Or z/OS and z/VSE as well? What about in
the future? From later in the list, is this only for Coupling Facility
links?


z/OS yes (more recent releases only. 1.8>???). Not sure about z/VSE

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: IBM PR: IBM Launches Next-Generation Mainframe for Midsize Customers

2008-10-21 Thread John McKown
I'm looking at the announcement. But, being a bit ignorant, there are some
features which I don't know what they are. Any help?

Enhanced Application Preservation?

Enhanced Firmware Simulation? (is that "better/faster" millicode?)

Partial memory restart?

Pseudo random number generator (PRNG)? I know that a PRNG is, but does this
mean there is some extra hardware support for it (Linux /dev/random ?).

InfiniBand Host Bus: I am somewhat aware of what this is. What software
supports it? z/VM & Linux only? Or z/OS and z/VSE as well? What about in the
future? From later in the list, is this only for Coupling Facility links?

--
John

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: EXEC PGM=??? to issue operator commands from the JCL stream?

2008-10-21 Thread Todd Burch
John, what processes the "/*$VS" piece of that?  

Todd

> -Original Message-
> From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
> Behalf Of John McKown
> Sent: Tuesday, October 21, 2008 8:08 AM
> To: IBM-MAIN@BAMA.UA.EDU
> Subject: Re: EXEC PGM=??? to issue operator commands from the JCL stream?
> 
> 
> The simplest way, but which requires that the INTRDR be set up correctly,
> is
> to do something like:
> 
> //DOCMDS EXEC PGM=IEBGENER
> //SYSPRINT DD SYSOUT=*
> //SYSIN DD DUMMY
> //SYSUT2 DD SYSOUT=(*,INTRDR)
> //SYSUT1 DD DATA,DLM='$$'
> /*$VS,'D A,L'
> /*$VS,'F CICS*,CEMT PER SHUT IMMED'
> $$
> 
> --
> John

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: EXEC PGM=??? to issue operator commands from the JCL stream?

2008-10-21 Thread Todd Burch
Thanks to everyone. 

I implemented Raymond's suggestion for // COMMAND 'blah' last night, and it
works great.  The unsynchronized behavior is fine for the immediate need at
hand.  I needed to refresh WLM.

John, do you have an example of an IEFBR14 job that would do this?  

I've used PGM=COMMAND before - I wasn't sure of the origin... probably the
CBTTAPE.

Again, thanks all.

Todd


> -Original Message-
> From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
> Behalf Of J R
> Sent: Tuesday, October 21, 2008 7:59 AM
> To: IBM-MAIN@BAMA.UA.EDU
> Subject: Re: EXEC PGM=??? to issue operator commands from the JCL stream?
> 
> It depends if you want the commands synchronized
> with a particular step, or not.
> 
> If you don't require step synchronization, you can
> simply include the commands in the JCL, either
> directly or as operands of the COMMAND statement.
> 
> However, if you do require step synchronization, you
> will need a program.  Check the CBT tape.
> 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: EXEC PGM=??? to issue operator commands from the JCL stream?

2008-10-21 Thread John McKown
On Tue, 21 Oct 2008 08:58:36 -0400, J R <[EMAIL PROTECTED]> wrote:

>It depends if you want the commands synchronized 
>with a particular step, or not.  
> 
>If you don't require step synchronization, you can 
>simply include the commands in the JCL, either 
>directly or as operands of the COMMAND statement.  
> 
>However, if you do require step synchronization, you 
>will need a program.  Check the CBT tape.  
> 

The simplest way, but which requires that the INTRDR be set up correctly, is
to do something like:

//DOCMDS EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=*
//SYSIN DD DUMMY
//SYSUT2 DD SYSOUT=(*,INTRDR)
//SYSUT1 DD DATA,DLM='$$'
/*$VS,'D A,L'
/*$VS,'F CICS*,CEMT PER SHUT IMMED'
$$

--
John

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: EXEC PGM=??? to issue operator commands from the JCL stream?

2008-10-21 Thread J R
It depends if you want the commands synchronized 
with a particular step, or not.  
 
If you don't require step synchronization, you can 
simply include the commands in the JCL, either 
directly or as operands of the COMMAND statement.  
 
However, if you do require step synchronization, you 
will need a program.  Check the CBT tape.  
 
> Date: Mon, 20 Oct 2008 19:09:47 -0500
> From: [EMAIL PROTECTED]
> Subject: EXEC PGM=??? to issue operator commands from the JCL stream?
> To: IBM-MAIN@BAMA.UA.EDU
> 
> What utility program (or proc) is available that will allow me to enter
> operator commands via a batch job? 
> 
> 
> 
> Thanks, Todd (trying to avoid writing one.) 
 
 
_
When your life is on the go—take your life with you.
http://clk.atdmt.com/MRT/go/115298558/direct/01/
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: EXEC PGM=??? to issue operator commands from the JCL stream?

2008-10-21 Thread Jan MOEYERSONS
On Tue, 21 Oct 2008 08:00:53 -0400, Martinez, Frank J <[EMAIL PROTECTED]> 
wrote:

>I could send you the code for an old utility program that issues an operator 
command (no idea who wrote it, but it works like a charm.)

I am sure there is something on the CBT tape. 
Search http://cbttape.org for command and batch

Cheers,

Jantje.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: z/Architecture Reference Summary

2008-10-21 Thread R.S.

Jousma, David wrote:

How about this for a Program Directory:

IBM Fault Analyzer for z/OS V9R1 Program Directory (GI10-8802-00)

Abstract:


This document contains the prerequisties and the installation
information for IBM Fault Analyzer.
Price:


USD 41.35
The price shown above does not include taxes.
  Add to cart 


Recently I used the Program Directory. Costed me 0. Now I'm using 
another PGMDIR. I even printed it (to take home, I'm not allowed to use 
laptop in bedroom). The cost is still 0 (+ few sheets of paper).
I like IBM documentation for both availability and quality (some 
excpetions do not change overall opinion). Especially when compared it 
to ISV's doco.


--
Radoslaw Skorupka
Lodz, Poland


--
BRE Bank SA
ul. Senatorska 18
00-950 Warszawa
www.brebank.pl

Sd Rejonowy dla m. st. Warszawy 
XII Wydzia Gospodarczy Krajowego Rejestru Sdowego, 
nr rejestru przedsibiorców KRS 025237

NIP: 526-021-50-88
Wedug stanu na dzie 01.01.2008 r. kapita zakadowy BRE Banku SA  wynosi 
118.642.672 zote i zosta w caoci wpacony.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: EXEC PGM=??? to issue operator commands from the JCL stream?

2008-10-21 Thread Martinez, Frank J
I could send you the code for an old utility program that issues an operator 
command (no idea who wrote it, but it works like a charm.)

[EMAIL PROTECTED]

Frank

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Todd 
Burch
Sent: Monday, October 20, 2008 8:10 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: EXEC PGM=??? to issue operator commands from the JCL stream?

What utility program (or proc) is available that will allow me to enter
operator commands via a batch job?  

 

Thanks, Todd  (trying to avoid writing one.)  

 


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] 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 [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: EXEC PGM=??? to issue operator commands from the JCL stream?

2008-10-21 Thread Chase, John
> -Original Message-
> From: IBM Mainframe Discussion List On Behalf Of Todd Burch
> 
> What utility program (or proc) is available that will allow me to
enter
> operator commands via a batch job?

We use IEFBR14.

-jc-

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: Addressing Scheme with 64 vs 63 bits

2008-10-21 Thread Anne & Lynn Wheeler
The following message is a courtesy copy of an article
that has been posted to bit.listserv.ibm-main as well.


[EMAIL PROTECTED] (Robert A. Rosenberg) writes:
> There was also the secondary use of the high bit to signal AM24 vs
> AM31 in addresses used for branching to/from subroutines. This
> required replacing BALR with BASR and BR with BSM to do the AM Mode
> Switch.

360/370 24bit psw had ILC/CC and program mask in adjacent byte; BAL/BALR
not only saved the 24bit instruction address but also the next byte of
the PSW (cc, and program mask).

on return, not only could the calling/return address be restored, but
SPM instruction would also be used to restore the program mask ... aka
from principle of ops SPM programming notes:
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/dz9zr003/7.5.113?DT=20040504121320

  1. Bits 34-39 of the general register may have been loaded from the PSW
by execution of BRANCH AND LINK in the 24-bit addressing mode or by
execution of INSERT PROGRAM MASK in either the 24-bit or 31-bit
addressing mode.

  2. SET PROGRAM MASK permits setting of the condition code and the mask
bits in either the problem state or the supervisor state.

  3. The program should take into consideration that the setting of the
program mask can have a significant effect on subsequent execution of
the program. Not only do the four mask bits control whether the
corresponding interruptions occur, but the exponent-underflow and
significance masks also determine the result which is obtained.

... snip ..

BAS/BASR were introduced on 360/67 as part of supporting 32bit virtual
addressing mode.

retrenching to 370 ... not only was 360/67 32bit virtual addressing
dropped ... but also the channel controller for multiprocessor support
... standard 360/67 multiprocessor not only allowed all processors to
address all real storage but also all channels.

standard 360 (and later 370) multiprocessor support only allowed two
processors to address all of the (same) real storage ... but each
processor was limited to only addressing their own, dedicated channels.

some of the 360/67 control registers were also used to "sense" the
switches on the channel controller (which governed the multiprocessor
configuration settings ... not only for channels but also for real
storage) ... these control register definitions were later taken over
for "access registers"

-- 
40+yrs virtualization experience (since Jan68), online at home since Mar70

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



Re: IBM PR: IBM Launches Next-Generation Mainframe for Midsize Customers

2008-10-21 Thread Timothy Sipples
There's more information on the new System z10 BC now available here (click
on the top graphic):

http://www.ibm.com/systems/z

and here:

http://www.ibm.com/systems/z/hardware/z10bc

Here are some of my thoughts

The price reductions jump out. Specialty engines (IFLs, zAAPs, and zIIPs),
with memory, see their pricing slashed by 50%. And these are much faster
engines, so the price-performance improvement is huge. Fastest uniprocessor
(Z01 model) appears to be listed as 673 MIPS (up from about 474 on the z9
BC), a +42% improvement. (Insert standard "MIPS" disclaimer here.) It's a
z10 processor, so it has the new crypto hardware decimal floating point,
large memory pages, etc.

GIGANTIC NEWS! (Sorry, I'm excited. :-)) The LSPR tables are up now.
The Model A01 is 26 MIPS (insert standard disclaimers here), so IBM has
held the line on that, offering the same capacity for its smallest
customers. But the A01's MSU rating is now 3 (down from 4). Hurray! See,
for example, the z/OS 1.9 multi-LPAR table:

http://www.ibm.com/systems/z/advantages/management/lspr/index.html

MSU ratings are used for software charging by most vendors, including IBM.
(IBM already had special A01 software pricing, though.) Your mileage may
vary, but this is interesting. There's "technology dividend" throughout the
capacity ranges, so, as another important capacity point example, there's
an A02 model at about 48 MIPS and only 6 MSUs.

There are many, many more capacity models (for z/OS, z/VSE, z/TPF) than the
z9 BC. It's now A through Z and 01 through 05, still with no gaps. The
capacity steps look a little smaller, so that's good. (More precise
control, relevant for any full capacity licensed software.) And there's
only one hardware model, so you can start at A01 and go all the way up to
Z05 on the same machine. All very convenient.

Minimum memory is 4 GB now, but all of that memory is available for use.
(There is a dedicated HSA, like the z10 EC.) This is very good for smaller
customers with more limited memory demands. Maximum usable memory is 120 GB
for now, but IBM says you can go up as high as 248 GB by June, 2009. (So
there's a higher density memory part coming, obviously.)

There are 10 (faster) main engines available for configuration (up from 7
on the z9 BC), with up to 5 available for z/OS, z/VSE, and/or z/TPF and the
others for specialty engines (zAAPs, zIIPs, IFLs, Coupling Facilities).
There are no dedicated spares, but if you only configure 9 you have a
spare. (Only 8, you have two spares, and so on.) HiperDispatch is supported
on this machine, just like its big brother.

I/O capabilities are really, really interesting on this new machine. Read
through that information for details. In particular, there's some important
upgrade capability that's new and will eliminate planned outages.

Also, IBM announced some important storage-related enhancements, notably
the new "High Performance FICON for System z":

http://www.ibm.com/press/us/en/pressrelease/25586.wss

Details forthcoming on that I assume.

- - - - -
Timothy Sipples
IBM Consulting Enterprise Software Architect
Based in Tokyo, Serving IBM Japan / Asia-Pacific
E-Mail: [EMAIL PROTECTED]
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html